aboutsummaryrefslogtreecommitdiff
path: root/main/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* Add cli paramerter --check-only for script parsingTimur Celik2018-05-311-0/+8
* Revert "Make the performance reporting update frequency customizable"Juan Linietsky2018-05-281-13/+5
* Merge pull request #18998 from Calinou/customizable-performance-reporting-rateMax Hilbrunner2018-05-261-5/+13
|\
| * Make the performance reporting update frequency customizableHugo Locurcio2018-05-181-5/+13
* | Only add autoloads in editor if they have tool scriptsGeorge Marques2018-05-221-24/+1
|/
* -New inspector.Juan Linietsky2018-05-151-225/+9
* Merge pull request #18545 from vnen/editor-autoloadJuan Linietsky2018-05-141-86/+108
|\
| * Enable autoload in editorGeorge Marques2018-05-011-86/+108
* | Change reused variable name in command line parsingLeon Krause2018-05-121-6/+6
* | Remove dead branch in command line logicLeon Krause2018-05-121-16/+1
* | Revert "Fix custom resource path look-up per command line"Leon Krause2018-05-121-4/+1
* | Merge pull request #18770 from eska014/cmdlineRémi Verschelde2018-05-111-3/+6
|\ \
| * | Fix help/man for --export and --export-debugLeon Krause2018-05-101-2/+2
| * | Fix custom resource path look-up per command lineLeon Krause2018-05-101-1/+4
* | | Fix setting for pointing emulationvolzhs2018-05-101-2/+2
|/ /
* | Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-081-0/+5
|\ \
| * | Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-071-0/+5
* | | Local debugger fixes and extensionsBlazej Floch2018-05-071-0/+1
* | | Merge pull request #17353 from zmanuel/timer_hysteresis_multiframe_pr1Juan Linietsky2018-05-071-15/+238
|\ \ \
| * | | Add hysteresis to physics timestep count per frameManuel Moos2018-04-091-15/+238
| |/ /
* | | Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde2018-05-021-6/+9
|\ \ \ | |_|/ |/| |
| * | Implement universal translation of touch to mousePedro J. Estébanez2018-04-301-6/+9
| |/
* | Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-3/+3
* | Enable DynamicFont oversampling by defaultHugo Locurcio2018-04-191-2/+2
|/
* Add --print-fps option to output FPS to stdoutRémi Verschelde2018-03-211-4/+12
* Fix debugger_stdout_settings being ignoredBernhard Liebl2018-03-151-13/+13
* Fix `--help` output, allow renderer override from command line (`--video-driv...bruvzg2018-03-021-2/+5
* Allow running with a custom resource without a main sceneHein-Pieter van Braam2018-02-261-15/+16
* 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-231-1/+1
* Added an auto quit and auto build flag to the command line options.Nathan Warden2018-02-191-1/+18
* Prevent loading project-specific config in Project ManagerRémi Verschelde2018-02-191-28/+21
* Merge pull request #16749 from PJB3005/18-02-16-project-manager-mono-debug-fixIgnacio Etcheverry2018-02-181-1/+6
|\
| * Makes project manager never initialize mono debug.Pieter-Jan Briers2018-02-161-1/+6
* | Ignore tools CLI flags in non-tools builds.Pieter-Jan Briers2018-02-171-5/+11
|/
* Merge pull request #15564 from RandomShaper/adpod-topmostRémi Verschelde2018-02-141-0/+10
|\
| * Add new window setting: always on topPedro J. Estébanez2018-01-051-0/+10
* | Merge pull request #15741 from paulloz/bug-no-main-sceneRémi Verschelde2018-02-141-0/+9
|\ \
| * | Fix bug when launching a game with no main scenePaul Joannon2018-01-151-0/+9
* | | Always detect and use hiDPI in the project manager if neededHugo Locurcio2018-02-131-8/+23
* | | 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
|\