summaryrefslogtreecommitdiff
path: root/scene/main
AgeCommit message (Expand)Author
2020-01-19SceneTree: Abort change_scene if we're quittingRémi Verschelde
2020-01-17Fix crash when confirming dialogs with Return keyRémi Verschelde
2020-01-07Don't show conf warning if script is not toolTomasz Chabora
2020-01-06Merge pull request #33987 from nekomatata/own-world-environmentRémi Verschelde
2020-01-03Add a shorthand for setting the exit code using `SceneTree::quit()`Hugo Locurcio
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-28Improve the Timer wait time property hintHugo Locurcio
2019-12-18Revert "Allow tab key to be used for shortcuts"Rémi Verschelde
2019-12-11Scroll ScrollContainer to focused childrenTomasz Chabora
2019-12-10Removed unused variables, add some constants numbersRafał Mikrut
2019-11-29Viewport environment is updated properly when set to own worldPouleyKetchoupp
2019-11-27Added more details in Timer.start() error message.x2f
2019-11-25Merge pull request #33862 from Faless/net/http_request_chunk_sizeRémi Verschelde
2019-11-24Add download_chunk_size property to HTTPRequest.Fabio Alessandrelli
2019-11-21Setting the node process priority should not trigger an errorMartin Capitanio
2019-11-20Rename External MSAA to AndroidVR MSAA on Viewport propertyvolzhs
2019-11-17Merge pull request #33663 from Calinou/add-node-get-process-priorityRémi Verschelde
2019-11-17Implement `Node::get_process_priority()` and its associated propertyHugo Locurcio
2019-11-16Rename External MSAA to AndroidVR MSAAHolger Dammertz
2019-11-11Merge pull request #33518 from BastiaanOlij/msaa_ext_modesRémi Verschelde
2019-11-11Add special external MSAA modes for GLES2 Rift S/Quest and OpenXR optimisationBastiaan Olij
2019-11-11Merge pull request #29579 from mrcdk/fix_29575Rémi Verschelde
2019-11-08Merge pull request #27742 from rxlecky/camera-replicationRémi Verschelde
2019-11-07Merge pull request #30721 from NilsIrl/tab_keyRémi Verschelde
2019-10-23Implement game camera overrideErik
2019-10-22Fixed crashes when renaming a state in AnimationNodeStateMachineEditorPouleyKetchoupp
2019-10-22Merge pull request #32922 from nekomatata/fix-scene-timer-yield-leakRémi Verschelde
2019-10-22Merge pull request #32889 from nekomatata/node-update-config-warningRémi Verschelde
2019-10-19Fixed leak on exit when using yield with SceneTreeTimerPouleyKetchoupp
2019-10-17Expose Node::update_configuration_warning() to scriptsPouleyKetchoupp
2019-10-14Small fixes to redundand code, copy paste bugsqarmin
2019-10-05Make tooltips have the same scale as their ControlsMichael Alexsander
2019-10-01Merge pull request #30919 from nekomatata/timer-update-transform-fixRémi Verschelde
2019-09-26Merge branch 'master' into tab_keyNils ANDRÉ-CHANG
2019-09-25Merge pull request #32047 from codecustard/fix_scrollwheel_triggering_focus_c...Rémi Verschelde
2019-09-25Merge pull request #32051 from qarmin/some_error_explanationRémi Verschelde
2019-09-25Added some obvious errors explanationsqarmin
2019-09-19Add new events and accompanying logic to notify when the app is paused and re...fhuya
2019-09-08Fix scrollwheel triggering focus changeEmmanuel Barroga
2019-09-05Merge pull request #31870 from JFonS/add_network_profilerFabio Alessandrelli
2019-09-05Add network profilerjfons
2019-09-03Merge pull request #31844 from 2shady4u/TweenInSceneTreeRémi Verschelde
2019-09-03Added is_inside_tree() check in both Timer and Tweenshaderbeast
2019-09-03Merge pull request #31389 from Calinou/add-node-commentsRémi Verschelde
2019-09-03Merge pull request #31880 from nekomatata/joystick-ui-navigationRémi Verschelde
2019-09-02Add autocomplete support for change_scene()Tomasz Chabora
2019-09-02Fixed UI navigation using joy axis inputsPouleyKetchoupp
2019-08-31HTTPRequest: include faulty URLs in error textsmerumelu
2019-08-26[macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg
2019-08-23Add an `editor_description` property to Node for documentation purposesHugo Locurcio