Age | Commit message (Expand) | Author |
2020-01-07 | Don't show conf warning if script is not tool | Tomasz Chabora |
2020-01-06 | Merge pull request #33987 from nekomatata/own-world-environment | Rémi Verschelde |
2020-01-03 | Add a shorthand for setting the exit code using `SceneTree::quit()` | Hugo Locurcio |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-12-28 | Improve the Timer wait time property hint | Hugo Locurcio |
2019-12-18 | Revert "Allow tab key to be used for shortcuts" | Rémi Verschelde |
2019-12-11 | Scroll ScrollContainer to focused children | Tomasz Chabora |
2019-12-10 | Removed unused variables, add some constants numbers | Rafał Mikrut |
2019-11-29 | Viewport environment is updated properly when set to own world | PouleyKetchoupp |
2019-11-27 | Added more details in Timer.start() error message. | x2f |
2019-11-25 | Merge pull request #33862 from Faless/net/http_request_chunk_size | Rémi Verschelde |
2019-11-24 | Add download_chunk_size property to HTTPRequest. | Fabio Alessandrelli |
2019-11-21 | Setting the node process priority should not trigger an error | Martin Capitanio |
2019-11-20 | Rename External MSAA to AndroidVR MSAA on Viewport property | volzhs |
2019-11-17 | Merge pull request #33663 from Calinou/add-node-get-process-priority | Rémi Verschelde |
2019-11-17 | Implement `Node::get_process_priority()` and its associated property | Hugo Locurcio |
2019-11-16 | Rename External MSAA to AndroidVR MSAA | Holger Dammertz |
2019-11-11 | Merge pull request #33518 from BastiaanOlij/msaa_ext_modes | Rémi Verschelde |
2019-11-11 | Add special external MSAA modes for GLES2 Rift S/Quest and OpenXR optimisation | Bastiaan Olij |
2019-11-11 | Merge pull request #29579 from mrcdk/fix_29575 | Rémi Verschelde |
2019-11-08 | Merge pull request #27742 from rxlecky/camera-replication | Rémi Verschelde |
2019-11-07 | Merge pull request #30721 from NilsIrl/tab_key | Rémi Verschelde |
2019-10-23 | Implement game camera override | Erik |
2019-10-22 | Fixed crashes when renaming a state in AnimationNodeStateMachineEditor | PouleyKetchoupp |
2019-10-22 | Merge pull request #32922 from nekomatata/fix-scene-timer-yield-leak | Rémi Verschelde |
2019-10-22 | Merge pull request #32889 from nekomatata/node-update-config-warning | Rémi Verschelde |
2019-10-19 | Fixed leak on exit when using yield with SceneTreeTimer | PouleyKetchoupp |
2019-10-17 | Expose Node::update_configuration_warning() to scripts | PouleyKetchoupp |
2019-10-14 | Small fixes to redundand code, copy paste bugs | qarmin |
2019-10-05 | Make tooltips have the same scale as their Controls | Michael Alexsander |
2019-10-01 | Merge pull request #30919 from nekomatata/timer-update-transform-fix | Rémi Verschelde |
2019-09-26 | Merge branch 'master' into tab_key | Nils ANDRÉ-CHANG |
2019-09-25 | Merge pull request #32047 from codecustard/fix_scrollwheel_triggering_focus_c... | Rémi Verschelde |
2019-09-25 | Merge pull request #32051 from qarmin/some_error_explanation | Rémi Verschelde |
2019-09-25 | Added some obvious errors explanations | qarmin |
2019-09-19 | Add new events and accompanying logic to notify when the app is paused and re... | fhuya |
2019-09-08 | Fix scrollwheel triggering focus change | Emmanuel Barroga |
2019-09-05 | Merge pull request #31870 from JFonS/add_network_profiler | Fabio Alessandrelli |
2019-09-05 | Add network profiler | jfons |
2019-09-03 | Merge pull request #31844 from 2shady4u/TweenInSceneTree | Rémi Verschelde |
2019-09-03 | Added is_inside_tree() check in both Timer and Tween | shaderbeast |
2019-09-03 | Merge pull request #31389 from Calinou/add-node-comments | Rémi Verschelde |
2019-09-03 | Merge pull request #31880 from nekomatata/joystick-ui-navigation | Rémi Verschelde |
2019-09-02 | Add autocomplete support for change_scene() | Tomasz Chabora |
2019-09-02 | Fixed UI navigation using joy axis inputs | PouleyKetchoupp |
2019-08-31 | HTTPRequest: include faulty URLs in error texts | merumelu |
2019-08-26 | [macOS] Add methods to modify global and dock menus. Add ability to open mult... | bruvzg |
2019-08-23 | Add an `editor_description` property to Node for documentation purposes | Hugo Locurcio |
2019-08-17 | Improve the scene tree signals/groups tooltip | Hugo Locurcio |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |