Age | Commit message (Expand) | Author |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
2020-02-10 | Fix VisualScriptClassConstant to be updated properly | Yuri Roubinsky |
2020-01-30 | Fix GlobalConstant/BasicTypeConstant return type in visual scripts | Yuri Roubinsky |
2020-01-19 | Fix ClassDB API portability with some android and editor classes | Ignacio Etcheverry |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |
2019-11-15 | Use the Unicode "multiply" sign for the "A x B" visual script node | Hugo Locurcio |
2019-09-29 | Deconstruct node for Visualscript | Swarnim Arun |
2019-09-27 | doc: Sync classref with current source | Rémi Verschelde |
2019-09-26 | Visualscript editor graph unification & refactoring | Swarnim Arun |
2019-08-14 | Plugin support for visual shaders | Yuri Roubinski |
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-10-11 | Make visualscript search better. | K. S. Ernest (iFire) Lee |
2018-10-06 | Remove redundant "== false" code | Aaron Franke |
2018-09-15 | Clearly deprecate sync too in favor of remotesync. | Fabio Alessandrelli |
2018-09-15 | Rename slave keyword to puppet | Fabio Alessandrelli |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-07-31 | Allow some non-integer built-in constants in gdscript | Bernhard Liebl |
2018-07-27 | Carry property hint and hint string through to Visualscript virtual functions. | K. S. Ernest (iFire) Lee |
2018-07-26 | Reduce unnecessary COW on Vector by make writing explicit | Hein-Pieter van Braam |
2018-07-24 | Improve VisualScript UX | K. S. Ernest (iFire) Lee |
2018-05-29 | Refactor RPCMode enum and checks | Fabio Alessandrelli |
2018-05-29 | Revert "RPCMode refactor, more sync modes" | Max Hilbrunner |
2018-05-29 | Merge pull request #19021 from Faless/rpc_sync_fix | Max Hilbrunner |
2018-05-26 | Refactor RPCMode enum and checks | Fabio Alessandrelli |
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-02-21 | Fix typos with codespell | luz.paz |
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 |