summaryrefslogtreecommitdiffstats
path: root/core/script_language.h
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Mono: Implement stack info for errors and exceptionsIgnacio Etcheverry2018-01-091-1/+3
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Abstract some method for script systemgeequlim2017-11-171-1/+6
* Removes Script::get_node_type()Jerome670002017-10-251-2/+0
* Add ScriptLanguage::supports_builtin_mode and improve ScriptCreateDialogIgnacio Etcheverry2017-10-241-0/+1
* Renamed fixed_process to physics_processAndreaCatania2017-09-301-1/+1
* Fixes language overridden external editorsIgnacio Etcheverry2017-09-031-0/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* -Code completion for enumerationsJuan Linietsky2017-08-241-1/+1
* Script languges are uninitialized properly now.Juan Linietsky2017-07-221-0/+1
* Added a simpler/faster way to bind script languages instance wrappers to GodotJuan Linietsky2017-07-161-1/+4
* Add ability to use custom script templates.Andreas Haas2017-06-131-0/+2
* Merge pull request #8420 from magyar123/pr-script-files-as-baseRémi Verschelde2017-04-241-0/+1
|\
| * Added the ability to select files as base when creating scriptsmbalint122017-04-151-0/+1
* | External editor improvements and fixesIgnacio Etcheverry2017-04-171-1/+2
|/
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* increased maximum number of scripting languagesKarroffel2017-04-031-1/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-158/+139
* Type renames:Juan Linietsky2017-01-111-1/+1
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1
* Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* Do ctrl-click on any code identifier to go to definiton or help page.Juan Linietsky2016-09-121-0/+20
* More visual script workJuan Linietsky2016-08-251-0/+6
* Proper function/property selection in visual script editing for property.Juan Linietsky2016-08-231-0/+1
* Brand new networked multiplayerJuan Linietsky2016-08-191-1/+17
* Added a simpler way to do sub-functions in both visual and gdscript with the ...Juan Linietsky2016-08-081-0/+3
* VisualScript can now execute visual scripts, but there is no debugger or prof...Juan Linietsky2016-08-051-1/+1
* WIP visual scripting, not working yet but you can check out stuffJuan Linietsky2016-08-021-0/+1
* Make most resources (save for packedscenes and scripts) reload if they change...Juan Linietsky2016-06-271-0/+1
* -Fix crashes with thread_exit()Juan Linietsky2016-06-261-0/+1
* Added function to notify ScriptLanguage when a thread is created/freed, allow...Juan Linietsky2016-06-251-1/+9
* Fixed error using the same atlas rect for all images, closes #4139Juan Linietsky2016-06-211-0/+4
* Better support in ScriptLanguage for GC based scriptsJuan Linietsky2016-06-211-0/+3
* Changed reload logic to auto-hard-reload scripts on save. It's simpler to use...Juan Linietsky2016-06-131-0/+4
* -Ability to reload (and soft reload) tool scripts. Please test!Juan Linietsky2016-06-081-0/+1
* Ability to reload scripts on running gameJuan Linietsky2016-06-011-1/+6
* First version of ProfilerJuan Linietsky2016-05-211-0/+22
* remove trailing whitespaceHubert Jarosz2016-03-091-12/+12
* -Some changes to how scenes and scripts are overriden in scene instance and i...Juan Linietsky2016-01-231-0/+2
* -Ability to roll-back script-exported properties to their default value on th...Juan Linietsky2016-01-021-0/+1
* Update copyright to 2016 in headersGeorge Marques2016-01-011-1/+1
* Ability to set autoloads as singleton global variablesreduz2015-12-281-0/+1
* -Display on animation editor which keys are invalid and which tracks are unre...Juan Linietsky2015-12-051-0/+3
* error debuggerJuan Linietsky2015-08-041-0/+7
* live debug fixesJuan Linietsky2015-08-021-1/+1
* Live edit WORK IN PROGRESSJuan Linietsky2015-08-021-0/+29
* improved get_node(), connect(), etc code completion.Juan Linietsky2015-06-261-0/+13
* added ability to define signals in scriptJuan Linietsky2015-06-241-0/+4