Age | Commit message (Expand) | Author |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-08-17 | Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/' | Braden Bodily |
2019-07-23 | Fix some code found by Coverity Scan and PVS Studio | qarmin |
2019-07-10 | Use reference to constant in functions | qarmin |
2019-07-01 | Merge pull request #30126 from qarmin/remove_unnecessary_code | Rémi Verschelde |
2019-07-01 | Remove unnecessary code and add some error explanations | qarmin |
2019-06-29 | Remove bogus nulls from generated default values | Bojidar Marinov |
2019-06-27 | Add default values to the editor help, docs, and generated RST | Bojidar Marinov |
2019-06-26 | Some code changed with Clang-Tidy | qarmin |
2019-06-20 | Fix always true/false values | qarmin |
2019-04-08 | Add ability to edit editor feature profiles | Juan Linietsky |
2019-04-06 | Fix wrong method binds and registered class | Ignacio Etcheverry |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-11-20 | Make add_property error more explicit on duplicates | Rémi Verschelde |
2018-11-08 | -Moved EditorDefaultValue to ClassDB, made it core | Juan Linietsky |
2018-10-03 | Fix warnings on release builds (not DEBUG_ENABLED) | Rémi Verschelde |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-09-06 | Print an error if you try to instantiate an editor class outside the editor, ... | Juan Linietsky |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-02 | -Fixes to how hashing happened, now StringName and NodePath use default hashe... | Juan Linietsky |
2018-05-03 | Merge pull request #18514 from neikeq/api-hash-fixes | Rémi Verschelde |
2018-04-29 | ClassDB API hash now only includes exposed classes | Ignacio Etcheverry |
2018-04-19 | Fix Coverity reports of uninitialized scalar variable | Rémi Verschelde |
2018-04-03 | Ctrl+Clicking a enum now scrolls down to it in the docs. | Felix Yang |
2018-03-20 | Add RWLockDummy for NO_THREADS builds | Leon Krause |
2018-02-23 | Refactor version macros and fix related bugs | Rémi Verschelde |
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-16 | Faster ClassDB::get_api_hash() | Bernhard Liebl |
2017-12-09 | PropertyEditor: Fix display of property doc in tooltip | Rémi Verschelde |
2017-10-20 | Bind some VisualServer functions | Leon Krause |
2017-10-09 | Adds 'exposed' field to ClassInfo | Ignacio Etcheverry |
2017-09-02 | Fixes order of default arguments in MethodInfo | Ignacio Etcheverry |
2017-09-01 | Fixes reversed order of default arguments in MethodInfo | Ignacio Etcheverry |
2017-08-29 | Merge pull request #10745 from neikeq/fix-docdata-and-stuff | Juan Linietsky |
2017-08-29 | Fixes missing default arguments in MethodInfo | Ignacio Etcheverry |
2017-08-29 | Removed ParamDef and ParamHint structs | Wilson E. Alvarez |
2017-08-28 | -Some fixes to code completion. | Juan Linietsky |
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-24 | -Code completion for enumerations | Juan Linietsky |
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-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-26 | Fix recognition of resource extensions. | Andreas Haas |