summaryrefslogtreecommitdiff
path: root/main
AgeCommit message (Expand)Author
2018-06-28Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio
2018-06-25Fix vsync initializationChaosus
2018-06-21add NoCache wrapper to CommandRhody Lugo
2018-06-15The build-solutions flag now forces editor mode.Nathan Warden
2018-06-15Removed unused AudioServer::update functionMarcelo Fernandez
2018-06-09Correct test list returned by test_get_namesEmmanuel Leblond
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-16Add missing copyright headersGuilherme Felipe
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-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