aboutsummaryrefslogtreecommitdiff
path: root/modules/gdscript/gdscript_editor.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-1/+1
|
* Made Vector::ptrw explicit for writing, compiler was sometimes using the ↵Juan Linietsky2017-11-251-3/+3
| | | | | | wrong function, leading to unnecesary copy on writes and reduced performance.
* Move the remote scene tree to the scene tree dock.Geequlim2017-11-171-4/+17
| | | | | | Ignore all script constants in the global section of the breakpoint stack. Check property size before send to avoid too large of data be sent. Fix crash while clear the remote objects from the debugger.
* Abstract some method for script systemgeequlim2017-11-171-3/+42
|
* GDScript: Refactor "GD" class prefix to "GDScript"Rémi Verschelde2017-11-161-0/+2950