summaryrefslogtreecommitdiff
path: root/scene/main
AgeCommit message (Expand)Author
2021-10-01Implement TextServer GDExtension interface, remove TextServer GDNative interf...bruvzg
2021-09-30Use range iterators for `Map`Lightning_A
2021-09-30Rename Node's `filename` property to `scene_file_path` for clarityHugo Locurcio
2021-09-29Don't memcpy to nullptr even if length is zeroHaoyu Qiu
2021-09-21Fix focus shortcuts triggering incorrectlyEric M
2021-09-17Merge pull request #49819 from nekomatata/fix-process-mode-inheritRémi Verschelde
2021-09-16Rename Listener2D/Listener3D to AudioListener2D/AudioListener3DWilson E. Alvarez
2021-09-14Merge pull request #51237 from KoBeWi/tween_fix()Rémi Verschelde
2021-09-13Merge pull request #50375 from Paulb23/code_edit_unit_testsRémi Verschelde
2021-09-13Merge pull request #49063 from Calinou/remove-16x-msaaRémi Verschelde
2021-09-12Fix multiple definitions of Listener2Dkobewi
2021-09-10Clean up Viewport, remove dead code.Max Hilbrunner
2021-09-10Merge pull request #52431 from dozingpip/patch-1Max Hilbrunner
2021-09-09Merge pull request #44844 from KoBeWi/hey_listen!_but_2dJuan Linietsky
2021-09-08Multiplayer networking renames/simplificationMax Hilbrunner
2021-09-07Merge pull request #52442 from Faless/mp/4.x_rpc_managerMax Hilbrunner
2021-09-07Merge pull request #52392 from Shatur/fix-readyMax Hilbrunner
2021-09-07[Net] Move multiplayer to core subdir, split RPCManager.Fabio Alessandrelli
2021-09-06Fix process mode update when mode owner is set to InheritPouleyKetchoupp
2021-09-06Remove dead code from Viewport::_gui_input_eventPip
2021-09-04Remove extra get_script_instance checkHennadii Chernyshchyk
2021-09-02Changed Window current_screen parameter from string to intJestemStefan
2021-09-01Prevent crash on startup if no audio serverPaulb23
2021-08-31Add Listener2Dkobewi
2021-08-30[Net] Rename RPC "puppet" to "auth" (authority). Drop "master".Fabio Alessandrelli
2021-08-29Merge pull request #30391 from KoBeWi/hiding_childrenJuan Linietsky
2021-08-28Merge pull request #51906 from requizm/fix/49077Michael Alexsander
2021-08-28Add support for internal nodeskobewi
2021-08-27Do all audio mixing in the AudioServerEllen Poe
2021-08-27Makes FontData importable resource.bruvzg
2021-08-26Merge pull request #52132 from nekomatata/fix-physics-process-deltaCamille Mohr-Daurat
2021-08-26Fix delta passed in _physics_processPouleyKetchoupp
2021-08-26Merge pull request #52107 from timothyqiu/overridenJuan Linietsky
2021-08-26Optionally scale 3D render contentBastiaan Olij
2021-08-26Fix misspelled "overriden"Haoyu Qiu
2021-08-25Remove 16× MSAA support due to driver bugs and low performanceHugo Locurcio
2021-08-24Merge pull request #52000 from lyuma/set_editable_instanceJuan Linietsky
2021-08-23Make Node editable_instance methods available to GDScriptLyuma
2021-08-23Entirely removes BIND_VMETHOD in favor of GDVIRTUALreduz
2021-08-22Replace BIND_VMETHOD by new GDVIRTUAL syntaxreduz
2021-08-22Revert "Add Node processing and physics processing cumulative (as opposed to ...Juan Linietsky
2021-08-22Merge pull request #41850 from MohammadKhashashneh/cumulative-time_issue_6999Hugo Locurcio
2021-08-20Fix tooltip message working incorrectly in PopupMenurequizm
2021-08-18[Net] MultiplayerReplicator with initial state.Fabio Alessandrelli
2021-08-17Add Node processing and physics processing cumulative (as opposed to delta) t...Mohammad Khashashneh
2021-08-17fix bug on window notification propagationJihyun Yu
2021-08-14Merge pull request #50147 from aaronfranke/disable-node3dRémi Verschelde
2021-08-13Style: Cleanup code using `text_editor/completion/use_single_quotes`Rémi Verschelde
2021-08-13Disable Node3D when compiling without 3D and fix disable_3d optionAaron Franke
2021-08-13Merge pull request #51607 from aaronfranke/includesRémi Verschelde