summaryrefslogtreecommitdiffstats
path: root/core/class_db.cpp
Commit message (Expand)AuthorAgeFilesLines
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1571/+0
* Avoid reentrant OBJTYPE_RLOCK in ClassDBLyuma2020-11-011-9/+17
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+1
* Add methods in ClassDB to get property/method/constant/enum infoGeorge Marques2020-07-061-21/+145
* Object: Add usage hint to instantiate Object properties in editorRémi Verschelde2020-06-121-1/+17
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-40/+80
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-119/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-13/+0
* Style: clang-format: Disable AllowShortIfStatementsOnASingleLineRémi Verschelde2020-05-101-3/+6
* Refactored shadowmapping.Juan Linietsky2020-04-081-0/+9
* Replace NULL with nullptrlupoDharkael2020-04-021-40/+40
* Fix out of bound array access caused by unassigned variableRafał Mikrut2020-04-011-0/+1
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-1/+1
* Reworked signal connection system, added support for Callable and Signal obje...Juan Linietsky2020-02-201-5/+15
* Revert "ClassDB: Workaround double-free for GDScript"George Marques2020-02-191-4/+1
* ClassDB: Workaround double-free for GDScriptRémi Verschelde2020-02-171-1/+4
* GIProbes working.Juan Linietsky2020-02-111-0/+13
* Remove duplicate ERR_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* ClassDB: Exclude method binds starting with '_' from API hashIgnacio Etcheverry2020-01-071-0/+7
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added some obvious errors explanationsqarmin2019-09-251-21/+21
* 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