summaryrefslogtreecommitdiffstats
path: root/core/class_db.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-38/+14
* Fix some code found by Coverity Scan and PVS Studioqarmin2019-07-231-0/+1
* Use reference to constant in functionsqarmin2019-07-101-2/+2
* Merge pull request #30126 from qarmin/remove_unnecessary_codeRémi Verschelde2019-07-011-2/+2
|\
| * Remove unnecessary code and add some error explanationsqarmin2019-07-011-2/+2
* | Remove bogus nulls from generated default valuesBojidar Marinov2019-06-291-1/+4
* | Add default values to the editor help, docs, and generated RSTBojidar Marinov2019-06-271-8/+45
|/
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+1
* Fix always true/false valuesqarmin2019-06-201-3/+1
* Add ability to edit editor feature profilesJuan Linietsky2019-04-081-0/+13
* Fix wrong method binds and registered classIgnacio Etcheverry2019-04-061-0/+5
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make add_property error more explicit on duplicatesRémi Verschelde2018-11-201-2/+1
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-0/+36
* Fix warnings on release builds (not DEBUG_ENABLED)Rémi Verschelde2018-10-031-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-3/+3
* Print an error if you try to instantiate an editor class outside the editor, ...Juan Linietsky2018-09-061-1/+7
* Reduce unnecessary COW on Vector by make writing explicitHein-Pieter van Braam2018-07-261-91/+91
* -Fixes to how hashing happened, now StringName and NodePath use default hashe...Juan Linietsky2018-07-021-3/+3
* Merge pull request #18514 from neikeq/api-hash-fixesRémi Verschelde2018-05-031-1/+1
|\
| * ClassDB API hash now only includes exposed classesIgnacio Etcheverry2018-04-291-1/+1
* | Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-191-0/+2
|/
* Ctrl+Clicking a enum now scrolls down to it in the docs.Felix Yang2018-04-031-3/+1
* Add RWLockDummy for NO_THREADS buildsLeon Krause2018-03-201-21/+0
* Refactor version macros and fix related bugsRémi Verschelde2018-02-231-1/+1
* Added all missing VisualServer bindingsMarc Gilleron2018-01-201-0/+41
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Faster ClassDB::get_api_hash()Bernhard Liebl2017-12-161-4/+5
* PropertyEditor: Fix display of property doc in tooltipRémi Verschelde2017-12-091-19/+0
* Bind some VisualServer functionsLeon Krause2017-10-201-0/+19
* Adds 'exposed' field to ClassInfoIgnacio Etcheverry2017-10-091-0/+10
* Fixes order of default arguments in MethodInfoIgnacio Etcheverry2017-09-021-5/+3
* Fixes reversed order of default arguments in MethodInfoIgnacio Etcheverry2017-09-011-1/+7
* Merge pull request #10745 from neikeq/fix-docdata-and-stuffJuan Linietsky2017-08-291-1/+2
|\
| * Fixes missing default arguments in MethodInfoIgnacio Etcheverry2017-08-291-1/+2
* | Removed ParamDef and ParamHint structsWilson E. Alvarez2017-08-291-5/+0
* | -Some fixes to code completion.Juan Linietsky2017-08-281-1/+1
|/
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Re-apply clang-format to all filesRémi Verschelde2017-08-271-4/+3
* -Code completion for enumerationsJuan Linietsky2017-08-241-7/+16
* Changed MethodBind API to request information from methods. It's much claner ...Juan Linietsky2017-08-231-4/+2
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-1/+82
* Merge pull request #9987 from Rubonnek/move-members-to-initilization-listRémi Verschelde2017-08-111-3/+3
|\
| * Moved member variables from constructor to initialization listWilson E. Alvarez2017-08-081-3/+3
* | Improves method bind detection of signature typesIgnacio Etcheverry2017-08-101-8/+11
|/
* ClassDB: Adds get_property_index methodIgnacio Etcheverry2017-08-061-0/+22
* Remove methods from code completion which are already exposed by properties, ...Juan Linietsky2017-06-231-2/+12
* Fix recognition of resource extensions.Andreas Haas2017-04-261-1/+1
* Move VERSION_MKSTRING logic to version.hRémi Verschelde2017-04-201-0/+1