summaryrefslogtreecommitdiffstats
path: root/core/script_language.h
Commit message (Expand)AuthorAgeFilesLines
* Implement game camera overrideErik2019-10-231-27/+0
* Merge pull request #31870 from JFonS/add_network_profilerFabio Alessandrelli2019-09-051-0/+1
|\
| * Add network profilerjfons2019-09-051-0/+1
* | Adds skip-breakpoints featureiwek72019-09-031-1/+1
* | Merge pull request #31021 from willnationsdev/script-reflectionRémi Verschelde2019-09-031-0/+6
|\ \ | |/ |/|
| * Expose Script reflection methods to scripting API.willnationsdev2019-08-011-0/+6
* | Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-4/+0
|/
* Show icons for code completion optionsGeequlim2019-07-051-0/+1
* Parse more informations for code completionGeequlim2019-07-041-1/+29
* Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde2019-06-031-2/+2
|\
| * Don't allow class_name in built-in scriptslupoDharkael2019-04-171-1/+1
| * Fix code completion not working with class_namelupoDharkael2019-04-161-1/+1
* | Allow overriding how scripted objects are converted to stringsLeonard Meagher2019-05-031-0/+5
|/
* Fix -Wnon-virtual-dtor warnings.marxin2019-04-021-0/+2
* Revert accidental commitsPedro J. Estébanez2019-03-201-3/+0
* Create live view dock [wip]Pedro J. Estébanez2019-03-201-0/+3
* Allow class_name scripts to have nested inheritanceGeorge Marques2019-03-091-0/+1
* Fix enums coming from other classes without preloadBojidar Marinov2019-03-051-0/+1
* Use script instance binding for objects constructed from C#Ignacio Etcheverry2019-02-091-0/+3
* Merge pull request #24877 from neikeq/issue-24280Rémi Verschelde2019-01-101-7/+4
|\
| * Fix properties being lost when reloading placeholder GDScript instanceIgnacio Etcheverry2019-01-101-7/+4
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
|/
* Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky2018-11-271-0/+1
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+5
* Merge pull request #16927 from neikeq/rework-refcount-notifyJuan Linietsky2018-08-251-0/+2
|\
| * Notify instance binding data api of refcount increment/decrementIgnacio Etcheverry2018-08-231-0/+2
* | Add custom icons to script classes.Will Nations2018-08-141-1/+1
* | Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde2018-08-141-0/+12
|\ \
| * | Fix case where exported properties value is lostIgnacio Etcheverry2018-07-291-0/+12
* | | Added system for GDScript warningsGeorge Marques2018-08-101-1/+8
|/ /
* | Add editor highlight for type-safe linesGeorge Marques2018-07-201-1/+1
* | Global class names (and GDScript support for it)Juan Linietsky2018-07-151-1/+22
* | -Fixes to OBJ importer, option to disable optimizationJuan Linietsky2018-06-301-2/+2
* | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-291-12/+5
* | Revert "RPCMode refactor, more sync modes"Max Hilbrunner2018-05-291-5/+12
* | Refactor RPCMode enum and checksFabio Alessandrelli2018-05-261-12/+5
* | Merge pull request #18545 from vnen/editor-autoloadJuan Linietsky2018-05-141-0/+2
|\ \
| * | Enable autoload in editorGeorge Marques2018-05-011-0/+2
* | | Local debugger fixes and extensionsBlazej Floch2018-05-071-0/+1
|/ /
* | Ctrl+Clicking a enum now scrolls down to it in the docs.Felix Yang2018-04-031-1/+3
* | Mono: Avoid invalid class names.Andreas Haas2018-03-151-0/+1
|/
* 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