summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2018-05-07Merge pull request #17353 from zmanuel/timer_hysteresis_multiframe_pr1Juan Linietsky
2018-05-03updated OAHashMap to use robinhood hashingkarroffel
2018-05-02Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde
2018-05-01Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-varRé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-19Fix Coverity reports of uninitialized scalar variableRémi Verschelde
2018-04-19Enable DynamicFont oversampling by defaultHugo Locurcio
2018-04-18Merge pull request #16902 from groud/analog_action_systemJuan Linietsky
2018-04-16Allow actions to provide an analog valueGilles Roudiere
2018-04-10Implement Input.set_default_cursor_shape to change the default shapeGuilherme Felipe
2018-04-09Add hysteresis to physics timestep count per frameManuel Moos
2018-04-09Allow set_custom_mouse_cursor use same cursor(image) with different shapes.Guilherme Felipe
2018-04-07Merge pull request #17730 from RandomShaper/radio-buttons-in-menusJuan Linietsky
2018-04-07Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg
2018-04-05Fix segfault on x11n4nn31355
2018-03-27Add radio-button-looking entries to PopupMenuPedro J. Estébanez
2018-03-21Add --print-fps option to output FPS to stdoutRémi Verschelde
2018-03-16Open textfile in textmodeShyRed
2018-03-16SCons: properly close files when reading controller mappingsRémi Verschelde
2018-03-15Merge pull request #17296 from cart/controller-mapping-autogenHein-Pieter van Braam
2018-03-15Fix debugger_stdout_settings being ignoredBernhard Liebl
2018-03-11Properly closing all files in Python codeViktor Ferenczi
2018-03-05Generate controller mapping class from one or more SDL2 database filesCarter Anderson
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-21Fix typos with codespellluz.paz
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-14Merge pull request #16407 from Calinou/project-manager-allow-hidpiRémi Verschelde
2018-02-13Always detect and use hiDPI in the project manager if neededHugo Locurcio
2018-02-13Add Xbox One Elite and Xbox 360 Afterglow padsBrandon DeRosier
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