Juan Linietsky
|
d9d77291bc
rename String.extension() -> String.get_extension() / String.basename() -> String.get_basename()
|
8 years ago |
Juan Linietsky
|
bc26f90581
Type renames:
|
8 years ago |
Juan Linietsky
|
547a57777b
renamed joystick to joypad everywhere around source code!
|
8 years ago |
Juan Linietsky
|
8963ca3d17
Fix code completion for new getnode syntax
|
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
|
9e477babb3
-GDScript support for accessing properties directly
|
8 years ago |
Juan Linietsky
|
118eed485e
ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Variant.
|
8 years ago |
Rémi Verschelde
|
c7bc44d5ad
Welcome in 2017, dear changelog reader!
|
8 years ago |
George Marques
|
5ef64aae58
Fix build for templates
|
9 years ago |
Juan Linietsky
|
37f1e86108
Do ctrl-click on any code identifier to go to definiton or help page.
|
9 years ago |
Juan Linietsky
|
b83350f4b2
Added constants from types in code completion, somehow this was never added.
|
9 years ago |
Juan Linietsky
|
fc61eb37ce
Merge pull request #5920 from 29jm/fix-warnings
|
9 years ago |
Răzvan Cosmin Rădulescu
|
00e743b76a
Clean up GDScript template
|
9 years ago |
Juan Linietsky
|
1add52b55e
Brand new networked multiplayer
|
9 years ago |
Johan Manuel
|
046f94d3ac
Remove some unused variables
|
9 years ago |
Juan Linietsky
|
6671c6bdc7
Added yield() signal smart autocompletion.
|
9 years ago |
Juan Linietsky
|
9890c1d2ca
Likely with bugs and with some features are missing, as well as profiler support, but VisualScript should be more or less done!
|
9 years ago |
Juan Linietsky
|
259418f827
VisualScript can now execute visual scripts, but there is no debugger or profiler yet.
|
9 years ago |
eska
|
b80c42ef4e
Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2D
|
9 years ago |
Rémi Verschelde
|
b6ac91c0e6
Removed unused variables (first pass)
|
9 years ago |
Juan Linietsky
|
3754f6cd75
Properly show the source:line even in inner clases, closes #3766
|
9 years ago |
Daniel J. Ramirez
|
422fac5066
Removed lots of prints
|
9 years ago |
Juan Linietsky
|
57c67fb0f7
reverted to ==, if a line is missing a statement, we'll have to make sure to add it
|
9 years ago |
Juan Linietsky
|
dcd50f8838
changed == for >= since some statements may not store a line (if line is empty)
|
9 years ago |
George Marques
|
17b6cebcfe
Fix crash in code completion
|
9 years ago |
Juan Linietsky
|
a75f896338
First version of Profiler
|
9 years ago |
Juan Linietsky
|
70cdfa681a
-Change link to new documentation
|
9 years ago |
Rémi Verschelde
|
285c400288
Merge pull request #3658 from Hinsbart/doc_joyevent
|
9 years ago |
hondres
|
6de2b9d864
doc: use correct identifier for InputEventJoystick{Motion, Button}
|
9 years ago |
Juan Linietsky
|
61f03c98c8
-Added missing functions to the doc, fixes #3583
|
9 years ago |