Skip to content

Commit d5a956c

Browse files
committed
Fix broken merge
1 parent 6d226c0 commit d5a956c

File tree

204 files changed

+48
-1924
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

204 files changed

+48
-1924
lines changed

_data/ref/alpha/camera-lua.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -637,17 +637,13 @@
637637
],
638638
"info": {
639639
"brief": "Camera API documentation",
640-
"description": "Messages to control camera components and camera focus.",
640+
"description": "Camera functions, messages and constants.",
641641
"file": "",
642642
"language": "Lua",
643643
"name": "Camera",
644644
"namespace": "camera",
645645
"notes": [],
646-
<<<<<<< Updated upstream
647-
"path": "../../proto/gamesys/camera_ddf.proto"
648-
=======
649646
"path": "render/render_script_camera.cpp",
650647
"type": "Defold Lua"
651-
>>>>>>> Stashed changes
652648
}
653649
}

_data/ref/alpha/dmgameobject-cpp.json

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3318,8 +3318,8 @@
33183318
"type": "TYPEDEF"
33193319
},
33203320
{
3321-
"brief": "Opaque handle to a list of properties",
3322-
"description": "Opaque handle to a list of properties",
3321+
"brief": "Handle to a list of properties (gameobject_props.h...",
3322+
"description": "Handle to a list of properties (gameobject_props.h)",
33233323
"error": "",
33243324
"examples": "",
33253325
"language": "",
@@ -3333,8 +3333,8 @@
33333333
"type": "TYPEDEF"
33343334
},
33353335
{
3336-
"brief": "Handle to a list of properties (gameobject_props.h...",
3337-
"description": "Handle to a list of properties (gameobject_props.h)",
3336+
"brief": "Opaque handle to a list of properties",
3337+
"description": "Opaque handle to a list of properties",
33383338
"error": "",
33393339
"examples": "",
33403340
"language": "",
@@ -5153,18 +5153,14 @@
51535153
}
51545154
],
51555155
"info": {
5156-
"brief": "SDK GameObject script API documentation",
5157-
"description": "[file:<dmsdk/gameobject/script.h>]",
5158-
"file": "dmsdk/gameobject/script.h",
5156+
"brief": "SDK Component API documentation",
5157+
"description": "[file:<dmsdk/gameobject/component.h>]\n\nApi for manipulating game object components (WIP)",
5158+
"file": "dmsdk/gameobject/component.h",
51595159
"language": "C++",
5160-
"name": "Script",
5160+
"name": "Component",
51615161
"namespace": "dmGameObject",
51625162
"notes": [],
5163-
<<<<<<< Updated upstream
5164-
"path": "dmsdk/gameobject/script.h"
5165-
=======
51665163
"path": "dmsdk/gameobject/component.h",
51675164
"type": "Defold C++"
5168-
>>>>>>> Stashed changes
51695165
}
51705166
}

_data/ref/alpha/dmgamesystem-cpp.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1227,18 +1227,14 @@
12271227
}
12281228
],
12291229
"info": {
1230-
"brief": "Component render constant API documentation",
1231-
"description": "[file:<dmsdk/gamesystem/render_constants.h>]\n\nApi for setting and updating component render constants",
1232-
"file": "dmsdk/gamesys/render_constants.h",
1230+
"brief": "Font resource functions",
1231+
"description": "Font resource functions.",
1232+
"file": "dmsdk/gamesys/resources/res_font.h",
12331233
"language": "C++",
1234-
"name": "Component Render Constants",
1234+
"name": "Font Resource",
12351235
"namespace": "dmGameSystem",
12361236
"notes": [],
1237-
<<<<<<< Updated upstream
1238-
"path": "dmsdk/gamesys/render_constants.h"
1239-
=======
12401237
"path": "dmsdk/gamesys/resources/res_font.h",
12411238
"type": "Defold C++"
1242-
>>>>>>> Stashed changes
12431239
}
12441240
}

_data/ref/alpha/dmgraphics-cpp.json

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2637,18 +2637,14 @@
26372637
}
26382638
],
26392639
"info": {
2640-
"brief": "Graphics API documentation",
2641-
"description": "[file:<dmsdk/graphics/graphics_vulkan.h>]\n\nGraphics Vulkan API",
2642-
"file": "dmsdk/graphics/graphics_vulkan.h",
2640+
"brief": "SDK Graphics API documentation",
2641+
"description": "Platform specific native graphics functions.",
2642+
"file": "dmsdk/graphics/graphics_native.h",
26432643
"language": "C++",
2644-
"name": "Graphics Vulkan",
2644+
"name": "Graphics",
26452645
"namespace": "dmGraphics",
26462646
"notes": [],
2647-
<<<<<<< Updated upstream
2648-
"path": "dmsdk/graphics/graphics_vulkan.h"
2649-
=======
26502647
"path": "dmsdk/graphics/graphics_native.h",
26512648
"type": "Defold C++"
2652-
>>>>>>> Stashed changes
26532649
}
26542650
}

_data/ref/alpha/dmscript-cpp.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2357,16 +2357,12 @@
23572357
"info": {
23582358
"brief": "SDK Script API documentation",
23592359
"description": "Built-in scripting functions.",
2360-
"file": "dmsdk/gamesys/script.h",
2360+
"file": "dmsdk/script/script.h",
23612361
"language": "C++",
23622362
"name": "Script",
23632363
"namespace": "dmScript",
23642364
"notes": [],
2365-
<<<<<<< Updated upstream
2366-
"path": "dmsdk/gamesys/script.h"
2367-
=======
23682365
"path": "dmsdk/script/script.h",
23692366
"type": "Defold C++"
2370-
>>>>>>> Stashed changes
23712367
}
23722368
}

_data/ref/alpha/go-lua.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2045,17 +2045,13 @@
20452045
],
20462046
"info": {
20472047
"brief": "Game object API documentation",
2048-
"description": "Game object API documentation",
2048+
"description": "Functions, core hooks, messages and constants for manipulation of\ngame objects. The \"go\" namespace is accessible from game object script\nfiles.",
20492049
"file": "",
20502050
"language": "Lua",
20512051
"name": "Game object",
20522052
"namespace": "go",
20532053
"notes": [],
2054-
<<<<<<< Updated upstream
2055-
"path": "../../proto/gameobject/gameobject_ddf.proto"
2056-
=======
20572054
"path": "gameobject_script.cpp",
20582055
"type": "Defold Lua"
2059-
>>>>>>> Stashed changes
20602056
}
20612057
}

_data/ref/alpha/physics-lua.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1781,17 +1781,13 @@
17811781
],
17821782
"info": {
17831783
"brief": "Collision object physics API documentation",
1784-
"description": "Collision object physics API documentation",
1784+
"description": "Functions and messages for collision object physics interaction\nwith other objects (collisions and ray-casting) and control of\nphysical behaviors.",
17851785
"file": "",
17861786
"language": "Lua",
17871787
"name": "Collision object",
17881788
"namespace": "physics",
17891789
"notes": [],
1790-
<<<<<<< Updated upstream
1791-
"path": "../../proto/gamesys/physics_ddf.proto"
1792-
=======
17931790
"path": "scripts/script_physics.cpp",
17941791
"type": "Defold Lua"
1795-
>>>>>>> Stashed changes
17961792
}
17971793
}

_data/ref/alpha/resource-cpp.json

Lines changed: 3 additions & 7 deletions
Large diffs are not rendered by default.

_data/ref/alpha/sys-lua.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1192,11 +1192,7 @@
11921192
"name": "System",
11931193
"namespace": "sys",
11941194
"notes": [],
1195-
<<<<<<< Updated upstream
1196-
"path": "script/sys_ddf.proto"
1197-
=======
11981195
"path": "scripts/script_sys_gamesys.cpp",
11991196
"type": "Defold Lua"
1200-
>>>>>>> Stashed changes
12011197
}
12021198
}

0 commit comments

Comments
 (0)