summaryrefslogtreecommitdiffstats
path: root/core/class_db.h
Commit message (Expand)AuthorAgeFilesLines
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-427/+0
* Avoid reentrant OBJTYPE_RLOCK in ClassDBLyuma2020-11-011-0/+5
* Refactor MethodBind to use variadic templatesreduz2020-10-181-1/+1
* Add methods in ClassDB to get property/method/constant/enum infoGeorge Marques2020-07-061-1/+7
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-18/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-8/+10
* Refactored shadowmapping.Juan Linietsky2020-04-081-0/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-10/+10
* Style: Set clang-format Standard to Cpp11Rémi Verschelde2020-03-171-2/+2
* Created the callable_mp macro, for signals to call method pointers directly.Juan Linietsky2020-02-211-3/+5
* GIProbes working.Juan Linietsky2020-02-111-0/+1
* Merge pull request #34726 from nekomatata/polygon2d-antialiasing-fixRémi Verschelde2020-01-031-0/+9
|\
| * Fixed antialiasing option for Polygon2DPouleyKetchoupp2020-01-011-0/+9
* | Merge pull request #34688 from sheepandshepherd/gdnative_class_ptrRémi Verschelde2020-01-031-0/+4
|\ \
| * | Expose cast_to to GDNative for dynamic castssheepandshepherd2020-01-031-0/+4
* | | Allows to doc vararg method return type as voidHaoyu Qiu2020-01-021-2/+2
|/ /
* / Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
|/
* Fixed antialiased option for Polygon2D / Line2DPouleyKetchoupp2019-11-281-0/+9
* 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