summaryrefslogtreecommitdiffstats
path: root/core/script_language.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-598/+0
* Check for global script class information before clearing itAaron Franke2020-10-051-1/+3
* Don't write global script class information if there is noneAaron Franke2020-10-031-1/+5
* Revert "Check if global class file still exists before registering it"Rémi Verschelde2020-08-251-3/+1
* Remap script path when registering class.Fabio Alessandrelli2020-08-041-1/+2
* Check if global class file still exists before registering itWilson E. Alvarez2020-07-281-1/+2
* Remove multilevel callsGeorge Marques2020-07-241-23/+0
* Add core types to ScriptLanguagePaulb232020-07-111-0/+33
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-19/+38
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+9
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-33/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-0/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-4/+4
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Refactor ScriptDebugger.Fabio Alessandrelli2020-03-081-85/+4
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-3/+3
* Optmized data sent during RPC and RSet calls.Andrea Catania2020-02-121-0/+9
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* check for cyclic inheritance when adding a global classPatrick Wuttke2019-10-081-0/+1
* doc: Sync classref with current sourceRémi Verschelde2019-09-241-1/+1
* Expose Script reflection methods to scripting API.willnationsdev2019-08-011-0/+52
* Allow overriding how scripted objects are converted to stringsLeonard Meagher2019-05-031-0/+1
* Allow class_name scripts to have nested inheritanceGeorge Marques2019-03-091-0/+8
* Fix enums coming from other classes without preloadBojidar Marinov2019-03-051-0/+22
* Add -Wshadow=local to warnings and fix reported issues.marxin2019-02-201-2/+2
* Use script instance binding for objects constructed from C#Ignacio Etcheverry2019-02-091-0/+2
* Merge pull request #24877 from neikeq/issue-24280Rémi Verschelde2019-01-101-11/+8
|\
| * Fix properties being lost when reloading placeholder GDScript instanceIgnacio Etcheverry2019-01-101-11/+8
* | Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
|/
* Fix GDScript placeholder fallbackIgnacio Etcheverry2018-11-101-1/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+2
* Fix case where exported properties value is lostIgnacio Etcheverry2018-07-291-9/+85
* Global class names (and GDScript support for it)Juan Linietsky2018-07-151-0/+77
* -Fixes to OBJ importer, option to disable optimizationJuan Linietsky2018-06-301-0/+14
* Revert "Make the performance reporting update frequency customizable"Juan Linietsky2018-05-281-2/+0
* Make the performance reporting update frequency customizableHugo Locurcio2018-05-181-0/+2
* Bind many more properties to scriptsBojidar Marinov2018-01-121-0/+2
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Add Script.get_base_script/instance_base_type APIWill Nations2017-12-191-0/+2
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-4/+4
* Removes Script::get_node_type()Jerome670002017-10-251-1/+0
* Fix unused variable warningsHein-Pieter van Braam2017-09-081-1/+0
* Has_method is already provided by ObjectHein-Pieter van Braam2017-09-011-1/+0
* Made some methods to check method/signal availability in GDScript, closes #9800Juan Linietsky2017-08-291-0/+6
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Moved member variables from constructor to initialization listWilson E. Alvarez2017-08-081-5/+4
* keep default exported script values unless overriden, closes #8127Juan Linietsky2017-08-061-0/+33
* Script languges are uninitialized properly now.Juan Linietsky2017-07-221-0/+7
* Added a simpler/faster way to bind script languages instance wrappers to GodotJuan Linietsky2017-07-161-5/+0