geequlim
|
da2bcda7be
Enhanced debugger. ake 2.1 more productive!
|
8 years ago |
Mariano Suligoy
|
bcbd2653de
GdScript: Add signal autocompletion to emit_signal function
|
8 years ago |
Rémi Verschelde
|
e9b045d9e5
Add "Godot Engine contributors" copyright line
|
8 years ago |
mbalint12
|
82ad45024f
Fixed typo in gdscript autocompletion.
|
8 years ago |
Rémi Verschelde
|
f8db8a3faa
Bring that Whole New World to the Old Continent too
|
8 years ago |
Rémi Verschelde
|
d8223ffa75
Welcome in 2017, dear changelog reader!
|
8 years ago |
Juan Linietsky
|
a72945f4e3
Added constants from types in code completion, somehow this was never added.
|
9 years ago |
Răzvan Cosmin Rădulescu
|
c4f79716d3
Clean up GDScript template
|
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 |
George Marques
|
5be9ff7b67
Update copyright to 2016 in headers
|
9 years ago |
reduz
|
110de2ccac
-Added proper code completion for singletons
|
9 years ago |
Franklin Sobrinho
|
69a6524adf
Add script auto-completion for function parameters
|
9 years ago |
Juan Linietsky
|
319cc7e3ae
detect node and variable assignments in _ready, _init, etc for further code completion
|
10 years ago |
Juan Linietsky
|
2b64f73b04
more code completion improvements
|
10 years ago |
Juan Linietsky
|
a67486a39e
improved get_node(), connect(), etc code completion.
|
10 years ago |
Juan Linietsky
|
e9bbb97acc
Multiple scene editing *POTENTIALLY UNSTABLE*
|
10 years ago |
Juan Linietsky
|
e388d551b7
Merge pull request #1667 from TheHX/fix_multiline_strings
|
10 years ago |
Juan Linietsky
|
fdaa2920eb
Updated copyright year in all headers
|
10 years ago |
Franklin Sobrinho
|
562bc22dd4
Now the script editor highlight all lines of a multiline string
|
10 years ago |