summaryrefslogtreecommitdiff
path: root/modules/gdscript/gd_script.cpp
AgeCommit message (Expand)Author
2017-01-14Merge pull request #6845 from karroffel/masterJuan Linietsky
2017-01-14Style: Fix whole-line commented codeRémi Verschelde
2017-01-14rename String.extension() -> String.get_extension() / String.basename() -> St...Juan Linietsky
2017-01-12Implicit inheritance now defaults to Resource, will error for node scripts if...Juan Linietsky
2017-01-11pattern matcher: Implemented backendKarroffel
2017-01-10uses the global thread to protect the instacnes map in GDScript, closes #4615Juan Linietsky
2017-01-07Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky
2017-01-05-Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky
2017-01-02ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky
2017-01-01Welcome in 2017, dear changelog reader!Rémi Verschelde
2016-09-07Renamed the bind_native functions to bind_vararg, should make it show the doc...Juan Linietsky
2016-08-25More visual script workJuan Linietsky
2016-08-23Proper function/property selection in visual script editing for property.Juan Linietsky
2016-08-19Brand new networked multiplayerJuan Linietsky
2016-08-08Merge pull request #6055 from eska014/native-bind-rettypeRémi Verschelde
2016-08-08Added a simpler way to do sub-functions in both visual and gdscript with the ...Juan Linietsky
2016-08-06Allow documenting unexposed return types in bind_native_methodeska
2016-08-02WIP visual scripting, not working yet but you can check out stuffJuan Linietsky
2016-07-20Fixed reloading of tool scripts within editor, they should work much better n...Juan Linietsky
2016-06-28Fix bug in inner class reference, closes #1411Juan Linietsky
2016-06-28Fix extends issue, closes #4026Juan Linietsky
2016-06-24Add "bool" to GDScript reserverd keywordsAndreas Haas
2016-06-13Changed reload logic to auto-hard-reload scripts on save. It's simpler to use...Juan Linietsky
2016-06-08-Ability to reload (and soft reload) tool scripts. Please test!Juan Linietsky
2016-06-06Revert "Fix implicit GDScript Reference inheritance"punto-
2016-06-05Fix implicit GDScript Reference inheritanceeska
2016-06-01Ability to reload scripts on running gameJuan Linietsky
2016-05-31Some cleanup to GDScriptJuan Linietsky
2016-05-23Fix #4748: proper call to base class functionIgnacio Armenteros
2016-05-21First version of ProfilerJuan Linietsky
2016-03-09remove trailing whitespaceHubert Jarosz
2016-02-27Completed the support for plugins! It is not possible to add plugins.Juan Linietsky
2016-02-04Merge pull request #3587 from akien-mga/pr-reserved-keyordsRémi Verschelde
2016-02-04Fix missing commaRémi Verschelde
2016-02-04Merge pull request #3582 from akien-mga/pr-reserved-keyordsGeorge Marques
2016-02-04Add preload and PI to GDScript reserved keywordsRémi Verschelde
2016-02-04Reorder reserved words by categoriesRémi Verschelde
2016-01-31-Added method flags to global constants for scriptJuan Linietsky
2016-01-23-remove unnecesary error report, fixes #3361Juan Linietsky
2016-01-10-Make Akien happy, fixes #3068Juan Linietsky
2016-01-03Fixed bug with default arguments in gdscript, closes #2024Juan Linietsky
2016-01-02-Ability to roll-back script-exported properties to their default value on th...Juan Linietsky
2016-01-02-properly handle newline in \ (line continuation) in gdscript, fixes #2112Juan Linietsky
2016-01-01Update copyright to 2016 in headersGeorge Marques
2015-12-29-add breakpoint statement to ease with debugging, closes #3165reduz
2015-12-28- added 'onready' keyword to gdscript. Defers initialization of member variab...reduz
2015-12-28Ability to set autoloads as singleton global variablesreduz
2015-12-14replaced :var by :Variant in documentation, fixes #2897Juan Linietsky
2015-12-05-Display on animation editor which keys are invalid and which tracks are unre...Juan Linietsky
2015-11-29Break into GDScript debugger when new() failsadmix