summaryrefslogtreecommitdiffstats
path: root/editor/editor_run.cpp
Commit message (Expand)AuthorAgeFilesLines
* Improve compilation speed (forward declarations/includes cleanup)Hendrik Brucker2022-02-121-1/+1
* Rename Project Window width and height settings to match their functionMarcel Admiraal2022-01-041-9/+9
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-091-2/+2
* Auto-Increment Debugger PortNathan Franke2021-12-041-14/+16
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* [macOS] Add `create_instance` function to spawn editor copies.bruvzg2021-11-011-1/+1
* Clear debug process id at `stop()` to prevent invalid checking of themYuri Roubinsky2021-07-291-0/+1
* Use const references where possible for List range iteratorsRémi Verschelde2021-07-251-2/+2
* Use C++ iterators for Lists in many situationsAaron Franke2021-07-231-6/+6
* Implement the `%command%` placeholder in the Main Run Args settingHugo Locurcio2021-05-071-5/+40
* Split OS::execute into two methodsMarcel Admiraal2021-01-091-1/+1
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.bruvzg2020-09-031-2/+2
* Expose methods to play scene from plugin codeYuri Sizov2020-07-061-0/+9
* [macOS] Implement seamless display scaling.bruvzg2020-07-041-13/+20
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-2/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-9/+0
* Support multiple debug protocols.Fabio Alessandrelli2020-05-121-1/+1
* Add macOS DisplayServer implementation.bruvzg2020-03-261-1/+3
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-7/+8
* Move Debug menu logic to DebuggerEditorPluginFabio Alessandrelli2020-03-081-24/+5
* Huge Debugger/EditorDebugger refactor.Fabio Alessandrelli2020-02-211-6/+26
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Adds skip-breakpoints featureiwek72019-09-031-1/+6
* Use reference to constant in functionsqarmin2019-07-101-1/+1
* Some code changed with Clang-Tidyqarmin2019-06-261-4/+2
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-1/+1
* Revert "Try closing gracefully before terminating process"Rémi Verschelde2018-08-271-2/+2
* Merge pull request #21150 from Calinou/more-window-placement-optionsRémi Verschelde2018-08-221-1/+16
|\
| * Add more project window placement optionsHugo Locurcio2018-08-221-1/+16
* | Try closing gracefully before terminating processMarcin Zawiejski2018-08-201-2/+2
|/
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Fix player window centering on macOS retina screensBernhard Liebl2017-12-101-1/+8
* Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez2017-09-131-0/+4
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Fixes for new two-dash long command line argumentsRémi Verschelde2017-08-211-13/+11
* Tweak command-line arguments to make them more UNIX-likeHugo Locurcio2017-08-211-11/+11
* simplify the way window is allowed to steal focus, no longer relying on proje...Juan Linietsky2017-08-201-2/+2
* Rename "Default" window placement mode to "Top Left"Rémi Verschelde2017-08-201-1/+1
* Revert "Second take at making command-line arguments more UNIX-like + main.cp...Juan Linietsky2017-08-191-18/+20
* Fixes for new two-dash long command line argumentsRémi Verschelde2017-08-191-12/+10
* Tweak command-line arguments to make them more UNIX-likeHugo Locurcio2017-08-191-11/+11
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-1/+1
* Revert "Tweak command-line arguments to make them more UNIX-like"Juan Linietsky2017-08-021-11/+11
* Tweak command-line arguments to make them more UNIX-likeHugo Locurcio2017-08-021-11/+11
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-6/+6