Age | Commit message (Expand) | Author |
2018-01-12 | Bind many more properties to scripts | Bojidar Marinov |
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-05 | Fixed typo: substract to subtract | Indah Sylvia |
2017-11-25 | Fix constant node value edit | Marcin Zawiejski |
2017-11-14 | Move singleton management from ProjectSettings to Engine | Leon Krause |
2017-11-12 | Add support for the TAU constant. Fixes #12094. | Goutte |
2017-10-14 | Gave a tooltip to the "In" logic node | Cédric Fuchs |
2017-10-05 | Add NIL_IS_VARIANT usage to few definitions | Ruslan Mustakov |
2017-10-03 | Merge pull request #11653 from bojidar-bg/doc-vscript-1 | Nathan Lovato |
2017-10-03 | Document some of the VisualScript classes. | Bojidar Marinov |
2017-09-17 | Move Variant::evaluate() switch to computed goto | Hein-Pieter van Braam |
2017-09-15 | Merge pull request #11230 from maxim-sheronov/fix_enum_bindings | Thomas Herzog |
2017-09-14 | Fix 2 typos | Jeroen |
2017-09-13 | Fix enums bindings | Maxim Sheronov |
2017-09-12 | Many fixes to visual script, changed virtuals override for a proper selector. | Juan Linietsky |
2017-08-29 | DocData and type hints fixes | Ignacio Etcheverry |
2017-08-27 | Use HTTPS URL for Godot's website in the headers | Rémi Verschelde |
2017-08-26 | Added/Fixed null pointer checks | Wilson E. Alvarez |
2017-08-24 | Convert Object::cast_to() to the static version | Hein-Pieter van Braam |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-08-12 | Updated function argument names | Wilson E. Alvarez |
2017-08-10 | Removes type information from method binds | Ignacio Etcheverry |
2017-08-10 | Adds missing type information to virtual method binds | Ignacio Etcheverry |
2017-08-08 | Ability to set a function as sequenced, so when called you can choose not to ... | Juan Linietsky |
2017-08-05 | few bugs fixed thanks to explicit bool constructor and clang. | Juan Linietsky |
2017-07-24 | Merge pull request #9764 from Noshyaar/pr-fix2 | Rémi Verschelde |
2017-07-23 | Add object type hint for docs | Poommetee Ketson |
2017-07-21 | Update a VS custom node when its script changes | George Marques |
2017-07-21 | Fix issues with custom nodes in visual script | George Marques |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky |
2017-07-11 | [#7212] Fixed missing 'Variant' return values in documentation. | ducdetronquito |
2017-06-30 | -Many fixes to VisualScript, fixed property names, etc. | Juan Linietsky |
2017-06-26 | -Fixed SCREEN_TEXTURE and other related 2D shader parameters. | Juan Linietsky |
2017-05-20 | Removal of InputEvent as built-in Variant type.. | 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-03-05 | Add a bunch of missing Godot headers in own files | Rémi Verschelde |
2017-02-28 | Inf and NaN support added to GDScript. | Saracen |
2017-02-21 | -renamed globals.h to global_config.cpp (this seems to have caused a few modi... | Juan Linietsky |
2017-02-13 | Rename the _MD macro to D_METHOD | Hein-Pieter van Braam |
2017-02-13 | Remove use of _SCS from ADD_METHOD | Hein-Pieter van Braam |
2017-01-16 | Style: Fix statements ending with ';;' | Rémi Verschelde |
2017-01-11 | Both Array and Dictionary are always in shared mode (removed copy on write). | Juan Linietsky |
2017-01-08 | renamed joystick to joypad everywhere around source code! | Juan Linietsky |
2017-01-05 | -Changed most project settings in the engine, so they have major and minor ca... | Juan Linietsky |
2017-01-02 | ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va... | Juan Linietsky |
2016-11-11 | Add "Positive" operator to VisualScript | George Marques |
2016-09-04 | Added expression nodes to visual script, please test. | Juan Linietsky |
2016-09-03 | Connection hints when connecting to empty space. | Juan Linietsky |