Ignacio Etcheverry
|
e218a13a64
Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialog
|
7 years ago |
Nathan Lovato
|
cc40784728
Merge pull request #11653 from bojidar-bg/doc-vscript-1
|
7 years ago |
Bojidar Marinov
|
10469c1962
Document some of the VisualScript classes.
|
7 years ago |
AndreaCatania
|
4537977d6d
Renamed fixed_process to physics_process
|
7 years ago |
letheed
|
5ad9be4c24
Rename pos to position in user facing methods and variables
|
8 years ago |
Rémi Verschelde
|
bd282ff43f
Use HTTPS URL for Godot's website in the headers
|
8 years ago |
Hein-Pieter van Braam
|
cacced7e50
Convert Object::cast_to() to the static version
|
8 years ago |
Juan Linietsky
|
541fdffc0a
Merge pull request #10319 from neikeq/pr-engine-editor-hint
|
8 years ago |
Bojidar Marinov
|
4a0b4417a3
Fix #6583, Condition + Wait nodes freezing the game
|
8 years ago |
Ignacio Etcheverry
|
90b8a5b71e
Removes editor_hint from SceneTree
|
8 years ago |
Ignacio Etcheverry
|
2f290038d6
Removes type information from method binds
|
8 years ago |
Juan Linietsky
|
8a4bce6ebd
Ability to set a function as sequenced, so when called you can choose not to use sequence ports. Fixes #6346
|
8 years ago |
Indah Sylvia
|
5ae78fdf6a
Makes all Godot API's methods Lower Case
|
8 years ago |
Poommetee Ketson
|
2777f81d29
Add object type hint for docs
|
8 years ago |
Juan Linietsky
|
25678b1876
-Renamed GlobalConfig to ProjectSettings, makes more sense.
|
8 years ago |
Juan Linietsky
|
bbada82f80
-Reorganized all properties of project settings (Sorry, Again).
|
8 years ago |
Juan Linietsky
|
2a3e00c8c7
-Many fixes to VisualScript, fixed property names, etc.
|
8 years ago |
Andreas Haas
|
8361b1ce07
Add ability to use custom script templates.
|
8 years ago |
Ignacio Etcheverry
|
4b8568006d
External editor improvements and fixes
|
8 years ago |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
8 years ago |
Rémi Verschelde
|
debeee56f7
Fix typos in source code using codespell
|
8 years ago |
Rémi Verschelde
|
5dbf1809c6
A Whole New World (clang-format edition)
|
8 years ago |
Rémi Verschelde
|
e1c1d7d1d7
Add a bunch of missing Godot headers in own files
|
8 years ago |
Juan Linietsky
|
de0045cf1b
-renamed globals.h to global_config.cpp (this seems to have caused a few modified files)
|
8 years ago |
Hein-Pieter van Braam
|
411ee71b4d
Rename the _MD macro to D_METHOD
|
8 years ago |
Hein-Pieter van Braam
|
0f687f0ccb
Remove use of _SCS from ADD_METHOD
|
8 years ago |
Rémi Verschelde
|
93ab45b6b5
Style: Fix whole-line commented code
|
8 years ago |
Juan Linietsky
|
bc26f90581
Type renames:
|
8 years ago |
Juan Linietsky
|
0f7af4ea51
-Changed most project settings in the engine, so they have major and minor categories.
|
8 years ago |
Juan Linietsky
|
118eed485e
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant.
|
8 years ago |