Ignacio Etcheverry
|
4b8568006d
External editor improvements and fixes
|
8 年之前 |
Rémi Verschelde
|
df61dc4b2b
Add "Godot Engine contributors" copyright line
|
8 年之前 |
Karroffel
|
67f59bc2d9
increased maximum number of scripting languages
|
8 年之前 |
Rémi Verschelde
|
5dbf1809c6
A Whole New World (clang-format edition)
|
8 年之前 |
Juan Linietsky
|
bc26f90581
Type renames:
|
8 年之前 |
Juan Linietsky
|
118eed485e
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant.
|
8 年之前 |
Rémi Verschelde
|
c7bc44d5ad
Welcome in 2017, dear changelog reader!
|
8 年之前 |
Juan Linietsky
|
37f1e86108
Do ctrl-click on any code identifier to go to definiton or help page.
|
9 年之前 |
Juan Linietsky
|
9c6175db11
More visual script work
|
9 年之前 |
Juan Linietsky
|
ad8f208bdb
Proper function/property selection in visual script editing for property.
|
9 年之前 |
Juan Linietsky
|
1add52b55e
Brand new networked multiplayer
|
9 年之前 |
Juan Linietsky
|
9865650b43
Added a simpler way to do sub-functions in both visual and gdscript with the subcall node.
|
9 年之前 |
Juan Linietsky
|
259418f827
VisualScript can now execute visual scripts, but there is no debugger or profiler yet.
|
9 年之前 |
Juan Linietsky
|
ad313097eb
WIP visual scripting, not working yet but you can check out stuff
|
9 年之前 |
Juan Linietsky
|
efdcf205d2
Make most resources (save for packedscenes and scripts) reload if they change on disk. Closes #4059.
|
9 年之前 |
Juan Linietsky
|
3813160ea0
-Fix crashes with thread_exit()
|
9 年之前 |
Juan Linietsky
|
8dac3bf3b1
Added function to notify ScriptLanguage when a thread is created/freed, allows scripts to allocate a stack there via TLS
|
9 年之前 |
Juan Linietsky
|
3edf66477a
Fixed error using the same atlas rect for all images, closes #4139
|
9 年之前 |
Juan Linietsky
|
d57b09e47b
Better support in ScriptLanguage for GC based scripts
|
9 年之前 |
Juan Linietsky
|
45443a1651
Changed reload logic to auto-hard-reload scripts on save. It's simpler to use and also fixes #4756
|
9 年之前 |
Juan Linietsky
|
f8f30662d9
-Ability to reload (and soft reload) tool scripts. Please test!
|
9 年之前 |
Juan Linietsky
|
9e745b920f
Ability to reload scripts on running game
|
9 年之前 |
Juan Linietsky
|
a75f896338
First version of Profiler
|
9 年之前 |
Hubert Jarosz
|
4a4f247914
remove trailing whitespace
|
9 年之前 |
Juan Linietsky
|
a74138a0dc
-Some changes to how scenes and scripts are overriden in scene instance and inheritance
|
9 年之前 |
Juan Linietsky
|
1597082c85
-Ability to roll-back script-exported properties to their default value on the script, closes #2128
|
9 年之前 |
George Marques
|
5be9ff7b67
Update copyright to 2016 in headers
|
9 年之前 |
reduz
|
e0d21d2158
Ability to set autoloads as singleton global variables
|
9 年之前 |
Juan Linietsky
|
200b7bb87c
-Display on animation editor which keys are invalid and which tracks are unresolved
|
9 年之前 |
Juan Linietsky
|
d1da2c2995
error debugger
|
10 年之前 |