Age | Commit message (Expand) | Author |
2020-03-26 | Popups are now windows also (broken!) | Juan Linietsky |
2020-03-26 | Working multiple window support, including editor | Juan Linietsky |
2020-03-26 | Refactored input, goes all via windows now. | Juan Linietsky |
2020-03-26 | Added a Window node, and made it the scene root. | Juan Linietsky |
2020-03-26 | Refactored Input, create DisplayServer and DisplayServerX11 | Juan Linietsky |
2020-03-17 | Style: Set clang-format Standard to Cpp11 | Rémi Verschelde |
2020-03-01 | Merge pull request #18020 from bruvzg/input_fix_non_latin_and_add_hw_scancodes | Rémi Verschelde |
2020-02-28 | Signals: Port connect calls to use callable_mp | Rémi Verschelde |
2020-02-26 | Fix resizer icon color in VisualScripts/Shaders when graph headers is on | Yuri Roubinsky |
2020-02-25 | Variant: Added 64-bit packed arrays, renamed Variant::REAL to FLOAT. | Juan Linietsky |
2020-02-25 | Rename `scancode` to `keycode`. | bruvzg |
2020-02-23 | Replace FALLTHROUGH macro by C++17 [[fallthrough]] | Rémi Verschelde |
2020-02-20 | Reworked signal connection system, added support for Callable and Signal obje... | Juan Linietsky |
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-11 | Texture refactor | Juan Linietsky |
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-04 | Fixes wrong position when adding node in VS editor | codecustard |
2019-11-22 | Fix typos with codespell | Rémi Verschelde |
2019-11-07 | Merge pull request #32853 from OsamaElHariri/visual_script_setter_props_fix | Rémi Verschelde |
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-14 | Remove redundant compiler directives | Timo Schwarzer |
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-26 | Visualscript editor graph unification & refactoring | Swarnim Arun |
2019-09-22 | Merge pull request #30852 from swarnimarun/vs_tools_script | Rémi Verschelde |
2019-09-21 | Tool Mode for Visualscript | Swarnim Arun |
2019-09-01 | Fix resizer icon visiblity on light theme in GraphNode | Chaosus89 |
2019-07-31 | Add descriptive tooltips in VS editor | Emmanuel Barroga |
2019-07-20 | Changed some code showed in LGTM and Coverage | qarmin |
2019-07-08 | Use base `Color()` constructors instead of `Color::html()` | Hugo Locurcio |
2019-07-01 | Merge pull request #29333 from hbina/fix_double_click_when_no_edited_func | Rémi Verschelde |
2019-06-19 | Made use of semicolons more consitent, fixed formatting | JohnJLight |
2019-06-17 | Merge pull request #28766 from pgoral/editor_validation_issue | Rémi Verschelde |
2019-06-11 | Merge pull request #29262 from DarknessCatt/issue-27476 | Rémi Verschelde |
2019-05-30 | fixed an issue where there is no edited function but user double clicks on an... | hbina085 |
2019-05-29 | Automatically add new line to scripts | Matheus Lima Cunha |
2019-05-29 | Changing method signature in other class in not recognized in working class i... | Goral |