summaryrefslogtreecommitdiff
path: root/core/script_language.h
AgeCommit message (Expand)Author
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-25Style: Harmonize header guards to style guide [Core]Rémi Verschelde
2020-03-17Style: Set clang-format Standard to Cpp11Rémi Verschelde
2020-03-08Refactor ScriptDebugger.Fabio Alessandrelli
2020-02-20Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-12Optmized data sent during RPC and RSet calls.Andrea Catania
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-10-23Implement game camera overrideErik
2019-09-05Merge pull request #31870 from JFonS/add_network_profilerFabio Alessandrelli
2019-09-05Add network profilerjfons
2019-09-03Adds skip-breakpoints featureiwek7
2019-09-03Merge pull request #31021 from willnationsdev/script-reflectionRémi Verschelde
2019-08-12Remove redundant author doc commentsIAmActuallyCthulhu
2019-08-01Expose Script reflection methods to scripting API.willnationsdev
2019-07-05Show icons for code completion optionsGeequlim
2019-07-04Parse more informations for code completionGeequlim
2019-06-03Merge pull request #28099 from lupoDharkael/fix-completionRémi Verschelde
2019-05-03Allow overriding how scripted objects are converted to stringsLeonard Meagher
2019-04-17Don't allow class_name in built-in scriptslupoDharkael
2019-04-16Fix code completion not working with class_namelupoDharkael
2019-04-02Fix -Wnon-virtual-dtor warnings.marxin
2019-03-20Revert accidental commitsPedro J. Estébanez
2019-03-20Create live view dock [wip]Pedro J. Estébanez
2019-03-09Allow class_name scripts to have nested inheritanceGeorge Marques
2019-03-05Fix enums coming from other classes without preloadBojidar Marinov
2019-02-09Use script instance binding for objects constructed from C#Ignacio Etcheverry
2019-01-10Merge pull request #24877 from neikeq/issue-24280Rémi Verschelde
2019-01-10Fix properties being lost when reloading placeholder GDScript instanceIgnacio Etcheverry
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-11-27Allow signal connecting even if script is invalid (only when compiled with to...Juan Linietsky
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-08-25Merge pull request #16927 from neikeq/rework-refcount-notifyJuan Linietsky
2018-08-23Notify instance binding data api of refcount increment/decrementIgnacio Etcheverry
2018-08-14Add custom icons to script classes.Will Nations
2018-08-14Merge pull request #20583 from neikeq/issue-15371Rémi Verschelde
2018-08-10Added system for GDScript warningsGeorge Marques
2018-07-29Fix case where exported properties value is lostIgnacio Etcheverry
2018-07-20Add editor highlight for type-safe linesGeorge Marques
2018-07-15Global class names (and GDScript support for it)Juan Linietsky
2018-06-30-Fixes to OBJ importer, option to disable optimizationJuan Linietsky
2018-05-29Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-29Revert "RPCMode refactor, more sync modes"Max Hilbrunner
2018-05-26Refactor RPCMode enum and checksFabio Alessandrelli
2018-05-14Merge pull request #18545 from vnen/editor-autoloadJuan Linietsky
2018-05-07Local debugger fixes and extensionsBlazej Floch
2018-05-01Enable autoload in editorGeorge Marques
2018-04-03Ctrl+Clicking a enum now scrolls down to it in the docs.Felix Yang
2018-03-15Mono: Avoid invalid class names.Andreas Haas
2018-01-18Fix typos in code and docs with codespellRémi Verschelde