Age | Commit message (Expand) | Author |
2020-02-18 | doc: Sync classref with current source | Rémi Verschelde |
2020-02-18 | PoolVector is gone, replaced by Vector | Juan Linietsky |
2020-02-15 | Changed logic and optimized ObjectID in ObjectDB and Variant, removed RefPtr. | Juan Linietsky |
2020-02-13 | Remove more deprecated methods and code | Rémi Verschelde |
2020-02-12 | Merge pull request #36142 from akien-mga/remove-deprecated-decimals | Rémi Verschelde |
2020-02-12 | ObjectID converted to a structure, fixes many bugs where used incorrectly as ... | Juan Linietsky |
2020-02-12 | Remove deprecated decimals builtin | Rémi Verschelde |
2020-02-12 | Optmized data sent during RPC and RSet calls. | Andrea Catania |
2020-02-11 | Texture refactor | Juan Linietsky |
2020-02-10 | Fix VisualScriptClassConstant to be updated properly | Yuri Roubinsky |
2020-02-06 | Merge pull request #35749 from Chaosus/vst_fix_constants | Rémi Verschelde |
2020-01-31 | Update docs to version 4.0 | clayjohn |
2020-01-30 | Fix GlobalConstant/BasicTypeConstant return type in visual scripts | Yuri Roubinsky |
2020-01-26 | doc: Drop unused 'category' property from header | Rémi Verschelde |
2020-01-23 | doc: Misc updates for AnimationNode* and others | Rémi Verschelde |
2020-01-19 | Fix ClassDB API portability with some android and editor classes | Ignacio Etcheverry |
2020-01-14 | Makes adding port in Visual Script nodes deferred | Haoyu Qiu |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-24 | Cleans up headers included in editor_node.h | Haoyu Qiu |
2019-12-21 | Makes more editor strings translatable | Haoyu Qiu |
2019-12-17 | Fixes size of create function dialog | Haoyu Qiu |
2019-12-16 | Makes more strings in editor translatable | Haoyu Qiu |
2019-12-10 | Merge pull request #34040 from qarmin/unused_variable_more_precise_numbers | Rémi Verschelde |
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |
2019-12-06 | doc: Markup fixes for enums and constants | Rémi Verschelde |
2019-12-04 | Fixes wrong position when adding node in VS editor | codecustard |
2019-11-22 | Fix typos with codespell | Rémi Verschelde |
2019-11-15 | Use the Unicode "multiply" sign for the "A x B" visual script node | Hugo Locurcio |
2019-11-07 | Merge pull request #32853 from OsamaElHariri/visual_script_setter_props_fix | Rémi Verschelde |
2019-11-01 | Merge pull request #33238 from qarmin/other_fixes | Rémi Verschelde |
2019-11-01 | Fix some crashes, overflows and using variables without values | Rafał Mikrut |
2019-11-01 | Fix: typo atleast -> at least | Omicron |
2019-10-29 | i18n: Sync translation template with current source | Rémi Verschelde |
2019-10-28 | Set the properties of a Set node after add_node | Osama El Hariri |
2019-10-15 | Merge pull request #32830 from timoschwarzer/remove-redundant-compiler-direct... | Rémi Verschelde |
2019-10-14 | Remove redundant compiler directives | Timo Schwarzer |
2019-10-14 | Small fixes to redundand code, copy paste bugs | qarmin |
2019-10-10 | Remove dependency on the editor directory being in the build's include path. | Marcel Admiraal |
2019-10-09 | Make VisualScript check inheritance for port info | Aaron Franke |
2019-09-30 | Fix theme in visual script dialogs (at startup) | Chaosus |
2019-09-29 | Merge pull request #32402 from YeldhamDev/fix_vs_add_function | Rémi Verschelde |
2019-09-29 | Deconstruct node for Visualscript | Swarnim Arun |
2019-09-28 | Fix VS editor's "Create Function" dialog | Michael Alexsander Silva Dias |
2019-09-28 | Merge pull request #32398 from YeldhamDev/cleanup_vs_editor_left | Rémi Verschelde |
2019-09-27 | Cleanup VS editor's left menu | Michael Alexsander Silva Dias |
2019-09-28 | Fix Edit function button | 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-09-24 | doc: Sync classref with current source | Rémi Verschelde |
2019-09-22 | Merge pull request #30852 from swarnimarun/vs_tools_script | Rémi Verschelde |