summaryrefslogtreecommitdiff
path: root/main/main.cpp
AgeCommit message (Expand)Author
2018-05-31Add cli paramerter --check-only for script parsingTimur Celik
2018-05-28Revert "Make the performance reporting update frequency customizable"Juan Linietsky
2018-05-26Merge pull request #18998 from Calinou/customizable-performance-reporting-rateMax Hilbrunner
2018-05-22Only add autoloads in editor if they have tool scriptsGeorge Marques
2018-05-18Make the performance reporting update frequency customizableHugo Locurcio
2018-05-15-New inspector.Juan Linietsky
2018-05-14Merge pull request #18545 from vnen/editor-autoloadJuan Linietsky
2018-05-12Change reused variable name in command line parsingLeon Krause
2018-05-12Remove dead branch in command line logicLeon Krause
2018-05-12Revert "Fix custom resource path look-up per command line"Leon Krause
2018-05-11Merge pull request #18770 from eska014/cmdlineRémi Verschelde
2018-05-10Fix help/man for --export and --export-debugLeon Krause
2018-05-10Fix custom resource path look-up per command lineLeon Krause
2018-05-10Fix setting for pointing emulationvolzhs
2018-05-08Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam
2018-05-07Local debugger fixes and extensionsBlazej Floch
2018-05-07Merge pull request #17353 from zmanuel/timer_hysteresis_multiframe_pr1Juan Linietsky
2018-05-02Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde
2018-05-01Enable autoload in editorGeorge Marques
2018-04-30Implement universal translation of touch to mousePedro J. Estébanez
2018-04-22Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio
2018-04-19Enable DynamicFont oversampling by defaultHugo Locurcio
2018-04-09Add hysteresis to physics timestep count per frameManuel Moos
2018-04-07Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg
2018-03-21Add --print-fps option to output FPS to stdoutRémi Verschelde
2018-03-15Fix debugger_stdout_settings being ignoredBernhard Liebl
2018-03-02Fix `--help` output, allow renderer override from command line (`--video-driv...bruvzg
2018-02-26Allow running with a custom resource without a main sceneHein-Pieter van Braam
2018-02-24Add --quit option to help output and update manpageRémi Verschelde
2018-02-23Refactor version macros and fix related bugsRémi Verschelde
2018-02-19Added an auto quit and auto build flag to the command line options.Nathan Warden
2018-02-19Prevent loading project-specific config in Project ManagerRémi Verschelde
2018-02-18Merge pull request #16749 from PJB3005/18-02-16-project-manager-mono-debug-fixIgnacio Etcheverry
2018-02-17Ignore tools CLI flags in non-tools builds.Pieter-Jan Briers
2018-02-16Makes project manager never initialize mono debug.Pieter-Jan Briers
2018-02-14Merge pull request #15564 from RandomShaper/adpod-topmostRémi Verschelde
2018-02-14Merge pull request #15741 from paulloz/bug-no-main-sceneRémi Verschelde
2018-02-13Always detect and use hiDPI in the project manager if neededHugo Locurcio
2018-01-23Print FPS setting now only prints the game FPSZephilinox
2018-01-23Rename Fixed Fps to Physics Fps on Project Settingsvolzhs
2018-01-18Fix typos in code and docs with codespellRémi Verschelde
2018-01-16Fix crash when closing the editorMariano Suligoy
2018-01-15Fix bug when launching a game with no main scenePaul Joannon
2018-01-11Destroy AudioServer after other non-core types are unregisteredRuslan Mustakov
2018-01-07Merge pull request #15297 from poke1024/runner-limit-errsRémi Verschelde
2018-01-05Add new window setting: always on topPedro J. Estébanez
2018-01-05Add missing copyright headers and fix formattingRémi Verschelde
2018-01-04Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond
2018-01-03Limit number of errors and messages sent by runnerBernhard Liebl
2018-01-03Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde