summaryrefslogtreecommitdiffstats
path: root/modules/gdscript/gd_editor.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Fix build for templatesGeorge Marques2016-09-121-0/+4
* Do ctrl-click on any code identifier to go to definiton or help page.Juan Linietsky2016-09-121-0/+437
* Added constants from types in code completion, somehow this was never added.Juan Linietsky2016-09-111-1/+12
* Merge pull request #5920 from 29jm/fix-warningsJuan Linietsky2016-09-101-1/+1
|\
| * Remove some unused variablesJohan Manuel2016-08-131-1/+1
* | Clean up GDScript templateRăzvan Cosmin Rădulescu2016-09-051-7/+5
* | Brand new networked multiplayerJuan Linietsky2016-08-191-3/+25
* | Added yield() signal smart autocompletion.Juan Linietsky2016-08-061-0/+17
* | Likely with bugs and with some features are missing, as well as profiler supp...Juan Linietsky2016-08-061-1/+1
* | VisualScript can now execute visual scripts, but there is no debugger or prof...Juan Linietsky2016-08-051-2/+9
* | Document FuncRef, GDFunctionState, InstancePlaceholder, RID, World2Deska2016-07-301-1/+1
|/
* Removed unused variables (first pass)Rémi Verschelde2016-07-071-48/+9
* Properly show the source:line even in inner clases, closes #3766Juan Linietsky2016-06-281-1/+1
* Removed lots of printsDaniel J. Ramirez2016-06-181-8/+0
* reverted to ==, if a line is missing a statement, we'll have to make sure to ...Juan Linietsky2016-06-171-1/+1
* changed == for >= since some statements may not store a line (if line is empty)Juan Linietsky2016-06-171-1/+1
* Fix crash in code completionGeorge Marques2016-06-131-5/+7
* First version of ProfilerJuan Linietsky2016-05-211-29/+29
* -Change link to new documentationJuan Linietsky2016-02-201-0/+1
* Merge pull request #3658 from Hinsbart/doc_joyeventRémi Verschelde2016-02-111-2/+2
|\
| * doc: use correct identifier for InputEventJoystick{Motion, Button}hondres2016-02-101-2/+2
* | -Added missing functions to the doc, fixes #3583Juan Linietsky2016-02-091-0/+24
|/
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* -Added proper code completion for singletonsreduz2015-12-281-0/+64
* Add script auto-completion for function parametersFranklin Sobrinho2015-11-261-0/+9
* detect node and variable assignments in _ready, _init, etc for further code c...Juan Linietsky2015-08-301-1/+53
* more code completion improvementsJuan Linietsky2015-06-271-82/+464
* improved get_node(), connect(), etc code completion.Juan Linietsky2015-06-261-2/+24
* Multiple scene editing *POTENTIALLY UNSTABLE*Juan Linietsky2015-06-221-1/+1
* Merge pull request #1667 from TheHX/fix_multiline_stringsJuan Linietsky2015-04-181-1/+1
|\
| * Now the script editor highlight all lines of a multiline stringFranklin Sobrinho2015-04-091-1/+1
* | Updated copyright year in all headersJuan Linietsky2015-04-181-1/+1
|/
* fix typo in script templateHinsbart2015-02-101-1/+1
* fixesJuan Linietsky2015-01-131-1/+1
* -added new code completion guess locations, closes #1032Juan Linietsky2015-01-031-3/+50
* Merge branch 'master' of https://github.com/okamstudio/godotJuan Linietsky2014-12-211-10/+55
|\
| * FixesJuan Linietsky2014-12-201-10/+55
* | -improved completion options for InputEvent, shows all event types nowJuan Linietsky2014-12-181-24/+71
|/
* -fixed crash reported by n-pigeonJuan Linietsky2014-12-161-1/+1
* -fix compilation issueJuan Linietsky2014-12-161-32/+20
* New Code CompletionJuan Linietsky2014-12-161-339/+1052
* compilation fixJuan Linietsky2014-12-081-1/+6
* Small FixesJuan Linietsky2014-12-081-21/+279
* Batch of BugfixesJuan Linietsky2014-12-071-1/+1
* Bug FixesJuan Linietsky2014-11-021-0/+1
* -Much improvement to baked light bakerJuan Linietsky2014-10-271-3/+3
* Little BitsJuan Linietsky2014-10-121-0/+3
* Misc FixesJuan Linietsky2014-06-271-1/+1
* Making Godot Easier to Use..Juan Linietsky2014-05-241-0/+64