summaryrefslogtreecommitdiffstats
path: root/core/class_db.h
Commit message (Expand)AuthorAgeFilesLines
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-2/+1
* Remove redundant author doc commentsIAmActuallyCthulhu2019-08-121-4/+0
* Use reference to constant in functionsqarmin2019-07-101-2/+2
* Remove bogus nulls from generated default valuesBojidar Marinov2019-06-291-1/+1
* Add default values to the editor help, docs, and generated RSTBojidar Marinov2019-06-271-0/+3
* Add ability to edit editor feature profilesJuan Linietsky2019-04-081-0/+1
* Fix wrong method binds and registered classIgnacio Etcheverry2019-04-061-0/+1
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* -Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky2018-11-081-0/+4
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-4/+4
* Added comment to class_db to know how to bind more then 6 paramsAndrea Catania2018-08-211-0/+4
* -Fixes to how hashing happened, now StringName and NodePath use default hashe...Juan Linietsky2018-07-021-7/+7
* Ctrl+Clicking a enum now scrolls down to it in the docs.Felix Yang2018-04-031-3/+1
* Added all missing VisualServer bindingsMarc Gilleron2018-01-201-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
* PropertyEditor: Fix display of property doc in tooltipRémi Verschelde2017-12-091-2/+0
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-4/+4
* Bind some VisualServer functionsLeon Krause2017-10-201-0/+1
* Adds 'exposed' field to ClassInfoIgnacio Etcheverry2017-10-091-0/+8
* Removed ParamDef and ParamHint structsWilson E. Alvarez2017-08-291-23/+0
* Dead code tells no talesRémi Verschelde2017-08-271-137/+0
* 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-1/+2
* Changed MethodBind API to request information from methods. It's much claner ...Juan Linietsky2017-08-231-1/+1
* ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-2/+25
* Use const reference where favorableWilson E. Alvarez2017-08-141-1/+1
* Merge pull request #9987 from Rubonnek/move-members-to-initilization-listRémi Verschelde2017-08-111-8/+9
|\
| * Moved member variables from constructor to initialization listWilson E. Alvarez2017-08-081-8/+9
* | Improves method bind detection of signature typesIgnacio Etcheverry2017-08-101-8/+1
|/
* ClassDB: Adds get_property_index methodIgnacio Etcheverry2017-08-061-0/+1
* Remove methods from code completion which are already exposed by properties, ...Juan Linietsky2017-06-231-1/+2
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-148/+134
* Rename the _MD macro to D_METHODHein-Pieter van Braam2017-02-131-13/+15
* Style: Cleanups, added headers, renamed filesRémi Verschelde2017-01-161-0/+541