Age | Commit message (Expand) | Author |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-24 | Make some debug prints verbose-only, remove others | Rémi Verschelde |
2018-07-24 | Improve VisualScript UX | K. S. Ernest (iFire) Lee |
2018-05-01 | More stuff! | Pieter-Jan Briers |
2018-04-30 | Move things into the title bars of Visual Script nodes. | Pieter-Jan Briers |
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-11-14 | Move singleton management from ProjectSettings to Engine | Leon Krause |
2017-11-08 | Fix "Invalid outputs" error when calling a void method from visual script | Bojidar Marinov |
2017-09-30 | VisualScript crashfix when returns are too few | Marcelo Fernandez |
2017-09-25 | Fixed constness of variant functions, as well as visual script sequence ports... | Juan Linietsky |
2017-09-17 | Move Variant::evaluate() switch to computed goto | Hein-Pieter van Braam |
2017-09-13 | Fix enums bindings | Maxim Sheronov |
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-21 | Merge pull request #10351 from neikeq/enums-are-for-the-weak | Juan Linietsky |
2017-08-20 | ClassDB: Provide the enum name of integer constants | Ignacio Etcheverry |
2017-08-20 | Merge pull request #10319 from neikeq/pr-engine-editor-hint | Juan Linietsky |
2017-08-19 | Removes editor_hint from SceneTree | Ignacio Etcheverry |
2017-08-12 | Updated function argument names | Wilson E. Alvarez |
2017-08-07 | Makes all Godot API's methods Lower Case | Indah Sylvia |
2017-07-22 | Clang-formatting *.cpp and *.h (some files excluded) | Poommetee Ketson |
2017-07-19 | -Renamed GlobalConfig to ProjectSettings, makes more sense. | Juan Linietsky |
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-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-14 | Style: Fix whole-line commented code | Rémi Verschelde |
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-09-07 | Renamed the bind_native functions to bind_vararg, should make it show the doc... | Juan Linietsky |
2016-09-03 | Connection hints when connecting to empty space. | Juan Linietsky |
2016-09-03 | Made basic call nodes unsequenced, since they are like gdscript and most retu... | Juan Linietsky |
2016-08-31 | More improvements to visual script.. | Juan Linietsky |
2016-08-30 | More visual script improvements | Juan Linietsky |
2016-08-28 | Several all around fixes to visual scripting (in the process of creating demos) | Juan Linietsky |
2016-08-25 | More visual script work | Juan Linietsky |
2016-08-23 | Proper function/property selection in visual script editing for property. | Juan Linietsky |
2016-08-19 | Brand new networked multiplayer | Juan Linietsky |
2016-08-07 | -Added yield nodes to visual script | Juan Linietsky |
2016-08-05 | VisualScript can now execute visual scripts, but there is no debugger or prof... | Juan Linietsky |
2016-08-03 | More work on visual scripting.. | Juan Linietsky |