Age | Commit message (Expand) | Author |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-21 | Added comment to class_db to know how to bind more then 6 params | Andrea Catania |
2018-07-02 | -Fixes to how hashing happened, now StringName and NodePath use default hashe... | Juan Linietsky |
2018-04-03 | Ctrl+Clicking a enum now scrolls down to it in the docs. | Felix Yang |
2018-01-20 | Added all missing VisualServer bindings | Marc Gilleron |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-09 | PropertyEditor: Fix display of property doc in tooltip | Rémi Verschelde |
2017-12-07 | Style: Apply new clang-format 5.0 style to all files | Rémi Verschelde |
2017-10-20 | Bind some VisualServer functions | Leon Krause |
2017-10-09 | Adds 'exposed' field to ClassInfo | Ignacio Etcheverry |
2017-08-29 | Removed ParamDef and ParamHint structs | Wilson E. Alvarez |
2017-08-27 | Dead code tells no tales | Rémi Verschelde |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-27 | Re-apply clang-format to all files | Rémi Verschelde |
2017-08-23 | Changed MethodBind API to request information from methods. It's much claner ... | Juan Linietsky |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-08-14 | Use const reference where favorable | Wilson E. Alvarez |
2017-08-11 | Merge pull request #9987 from Rubonnek/move-members-to-initilization-list | Rémi Verschelde |
2017-08-10 | Improves method bind detection of signature types | Ignacio Etcheverry |
2017-08-08 | Moved member variables from constructor to initialization list | Wilson E. Alvarez |
2017-08-06 | ClassDB: Adds get_property_index method | Ignacio Etcheverry |
2017-06-23 | Remove methods from code completion which are already exposed by properties, ... | Juan Linietsky |
2017-04-08 | Add "Godot Engine contributors" copyright line | Rémi Verschelde |
2017-03-05 | A Whole New World (clang-format edition) | Rémi Verschelde |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam |
2017-01-16 | Style: Cleanups, added headers, renamed files | Rémi Verschelde |