Juan Linietsky
|
d7fd86d51a
-begin of export work, not done yet
|
8 年 前 |
Hein-Pieter van Braam
|
411ee71b4d
Rename the _MD macro to D_METHOD
|
8 年 前 |
Rémi Verschelde
|
3890256fc5
Style: Cleanups, added headers, renamed files
|
8 年 前 |
Rémi Verschelde
|
93ab45b6b5
Style: Fix whole-line commented code
|
8 年 前 |
Juan Linietsky
|
e9bb65db81
-All types have editable script now in properties
|
8 年 前 |
Juan Linietsky
|
2ab83e1abb
Memory pool vectors (DVector) have been enormously simplified in code, and renamed to PoolVector
|
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 年 前 |
Andreas Haas
|
276087e92d
Throw error when trying to emit a non-existing signal.
|
9 年 前 |
Juan Linietsky
|
fc61eb37ce
Merge pull request #5920 from 29jm/fix-warnings
|
9 年 前 |
Juan Linietsky
|
828e1c092f
Renamed the bind_native functions to bind_vararg, should make it show the documentation more clearly and also make it easier to bind to C#
|
9 年 前 |
Juan Linietsky
|
9c6175db11
More visual script work
|
9 年 前 |
Johan Manuel
|
8c0a050d49
Fix some warnings about unhandled switch cases
|
9 年 前 |
eska
|
4cd246898e
Allow documenting unexposed return types in bind_native_method
|
9 年 前 |
Rémi Verschelde
|
f40f360a2c
Remove unused variables (fourth pass) + dead code
|
9 年 前 |
J08nY
|
621b8d1324
Object: get_signal_connection_list fixed
|
9 年 前 |
Rémi Verschelde
|
0729c852b4
Fix indentation issues in last commits
|
9 年 前 |
Juan Linietsky
|
85f4f39279
Added function get_signals_connected_to_this_this()
|
9 年 前 |
Juan Linietsky
|
3ae61f2292
Created a NodeDock with signals and groups
|
9 年 前 |
Juan Linietsky
|
8be2fabbe5
Changed import workflow
|
9 年 前 |
Juan Linietsky
|
b2a4908e9c
Real-Time Remote Inspector support
|
9 年 前 |
Juan Linietsky
|
a75f896338
First version of Profiler
|
9 年 前 |
Juan Linietsky
|
bed3efb17e
New reworked AnimatedSprite!
|
9 年 前 |
Hubert Jarosz
|
4a4f247914
remove trailing whitespace
|
9 年 前 |
Juan Linietsky
|
3d0bd1a3f3
-make signals throw an error when target method is not found, fixes #2036
|
9 年 前 |
Juan Linietsky
|
199a29b353
Merge pull request #3184 from vnen/update-copyright-2016
|
9 年 前 |
George Marques
|
5be9ff7b67
Update copyright to 2016 in headers
|
9 年 前 |
Juan Linietsky
|
810f049edf
introspection of signals and signal connections from GDScript was not working, fixes #2325
|
9 年 前 |
Rémi Verschelde
|
d4993b74fc
Add missing argument names in GDScript bindings
|
9 年 前 |
Juan Linietsky
|
f2183a5e09
replaced :var by :Variant in documentation, fixes #2897
|
9 年 前 |