aboutsummaryrefslogtreecommitdiff
path: root/main/main.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-06-051-3/+3
* Merge pull request #18082 from RandomShaper/improve-gui-touch-3.0Hein-Pieter van Braam2018-05-131-5/+8
|\
| * Implement universal translation of touch to mousePedro J. Estébanez2018-04-301-5/+8
* | Add --print-fps option to output FPS to stdoutRémi Verschelde2018-04-291-4/+12
* | Fix debugger_stdout_settings being ignoredBernhard Liebl2018-04-281-13/+13
* | Add new window setting: always on topPedro J. Estébanez2018-04-141-0/+10
|/
* Add missing #endif for the main.cpp fix.Hein-Pieter van Braam2018-02-261-0/+1
* Allow running with a custom resource without a main sceneHein-Pieter van Braam2018-02-261-10/+24
* Add --quit option to help output and update manpageRémi Verschelde2018-02-241-2/+3
* Refactor version macros and fix related bugsRémi Verschelde2018-02-241-1/+1
* Ignore tools CLI flags in non-tools builds.Pieter-Jan Briers2018-02-221-5/+11
* Added an auto quit and auto build flag to the command line options.Nathan Warden2018-02-211-1/+18
* Makes project manager never initialize mono debug.Pieter-Jan Briers2018-02-191-1/+6
* Always detect and use hiDPI in the project manager if neededHugo Locurcio2018-02-191-8/+23
* Fix bug when launching a game with no main scenePaul Joannon2018-02-191-0/+9
* Print FPS setting now only prints the game FPSZephilinox2018-01-231-1/+1
* Rename Fixed Fps to Physics Fps on Project Settingsvolzhs2018-01-231-1/+1
* Fix typos in code and docs with codespellRémi Verschelde2018-01-181-1/+1
* Fix crash when closing the editorMariano Suligoy2018-01-161-3/+3
* Destroy AudioServer after other non-core types are unregisteredRuslan Mustakov2018-01-111-5/+5
* Merge pull request #15297 from poke1024/runner-limit-errsRémi Verschelde2018-01-071-0/+2
|\
| * Limit number of errors and messages sent by runnerBernhard Liebl2018-01-031-0/+2
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* | Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-041-1/+4
|/
* Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-031-1/+1
|\
| * Add implementation for custom hardware cursorGuilherme Silva2017-12-171-1/+1
* | Update copyright statements to 2018Rémi Verschelde2018-01-011-4/+4
* | Editor: Respect -w command line flag.Andreas Haas2017-12-291-2/+4
* | Fix editor crash on "save and exit" bugChong-U Lim2017-12-201-0/+1
* | Correct license headers in main.cpp and voxel_light_baker.cppHein-Pieter van Braam2017-12-201-1/+1
* | Fix lightbaker clang-format issue and add license headersHein-Pieter van Braam2017-12-201-1/+1
* | Added font oversampling supportJuan Linietsky2017-12-191-0/+4
|/
* Added custom editor splash (including sponsor logo).Juan Linietsky2017-12-161-0/+6
* GDScript files are converted to binary on export now.Juan Linietsky2017-12-141-0/+5
* Fixes vsync setting ignored when using a separate thread for renderingStefano Bonicatti2017-12-091-3/+1
* Style: Apply new clang-format 5.0 style to all filesRémi Verschelde2017-12-071-1/+0
* Disable logger by default.Juan Linietsky2017-11-261-1/+1
* Modified low processor sleep to 8000 and made it customizable (should be cust...Juan Linietsky2017-11-221-1/+4
* Merge pull request #11895 from m4nu3lf/rendering/separate_threadJuan Linietsky2017-11-211-2/+0
|\
| * Restore rendering on a separate threadm4nu3lf2017-11-181-2/+0
* | Return and repair file loggingRuslan Mustakov2017-11-211-2/+9
* | Merge pull request #12387 from santouits/x1111Rémi Verschelde2017-11-201-0/+2
|\ \
| * | Fix x11 boot logo position in fullscreen and in maximizedsantouits2017-10-261-0/+2
* | | Pass engine name and version parts as proper stringsRémi Verschelde2017-11-201-1/+1
* | | Revert "change low cpu delay to 1 usec, should make editor smoother and not r...Rémi Verschelde2017-11-191-2/+1
* | | Merge pull request #12961 from eska014/platform-docRémi Verschelde2017-11-191-0/+3
|\ \ \
| * | | Facilitate exposing platform-exclusive interfaces to all platformsLeon Krause2017-11-181-0/+3
| | |/ | |/|
* / | change low cpu delay to 1 usec, should make editor smoother and not really useJuan Linietsky2017-11-171-1/+2
|/ /
* | Move singleton management from ProjectSettings to EngineLeon Krause2017-11-141-1/+1
* | fixes to initialization orderJuan Linietsky2017-11-091-7/+13