summaryrefslogtreecommitdiffstats
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* Optimize images losslessly using `oxipng -o6 --strip all --zopfli`Hugo Locurcio2018-06-283-0/+0
* Fix vsync initializationChaosus2018-06-251-0/+2
* add NoCache wrapper to CommandRhody Lugo2018-06-211-4/+4
* The build-solutions flag now forces editor mode.Nathan Warden2018-06-151-0/+1
* Removed unused AudioServer::update functionMarcelo Fernandez2018-06-151-3/+0
* Correct test list returned by test_get_namesEmmanuel Leblond2018-06-091-4/+9
* Add cli paramerter --check-only for script parsingTimur Celik2018-05-311-0/+8
* Revert "Make the performance reporting update frequency customizable"Juan Linietsky2018-05-282-14/+6
* Merge pull request #18998 from Calinou/customizable-performance-reporting-rateMax Hilbrunner2018-05-262-6/+14
|\
| * Make the performance reporting update frequency customizableHugo Locurcio2018-05-182-6/+14
* | Only add autoloads in editor if they have tool scriptsGeorge Marques2018-05-221-24/+1
|/
* Add missing copyright headersGuilherme Felipe2018-05-162-0/+60
* -New inspector.Juan Linietsky2018-05-153-225/+273
* 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-072-16/+238
|\ \ \
| * | | Add hysteresis to physics timestep count per frameManuel Moos2018-04-092-16/+238
* | | | updated OAHashMap to use robinhood hashingkarroffel2018-05-031-3/+3
* | | | Merge pull request #17196 from RandomShaper/improve-gui-touchRémi Verschelde2018-05-023-21/+127
|\ \ \ \
| * | | | Implement universal translation of touch to mousePedro J. Estébanez2018-04-303-21/+127
* | | | | Merge pull request #18291 from akien-mga/coverity-uninitialized-scalar-varRémi Verschelde2018-05-012-4/+2
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Fix Coverity reports of uninitialized scalar variableRémi Verschelde2018-04-192-4/+2
* | | | | Change ".." punctuation for "..." in editor strings (#16507)Hugo Locurcio2018-04-221-3/+3
* | | | | Enable DynamicFont oversampling by defaultHugo Locurcio2018-04-191-2/+2
|/ / / /
* | | | Merge pull request #16902 from groud/analog_action_systemJuan Linietsky2018-04-182-4/+16
|\ \ \ \ | |/ / / |/| | |
| * | | Allow actions to provide an analog valueGilles Roudiere2018-04-162-4/+16
| |/ /
* | | Implement Input.set_default_cursor_shape to change the default shapeGuilherme Felipe2018-04-102-0/+12
* | | Allow set_custom_mouse_cursor use same cursor(image) with different shapes.Guilherme Felipe2018-04-092-10/+0
|/ /
* | Merge pull request #17730 from RandomShaper/radio-buttons-in-menusJuan Linietsky2018-04-071-0/+4
|\ \ | |/ |/|
| * Add radio-button-looking entries to PopupMenuPedro J. Estébanez2018-03-271-0/+4
* | Fix segfault on x11n4nn313552018-04-051-1/+1
|/
* Add --print-fps option to output FPS to stdoutRémi Verschelde2018-03-211-4/+12
* Open textfile in textmodeShyRed2018-03-161-1/+1
* SCons: properly close files when reading controller mappingsRémi Verschelde2018-03-162-6/+6
* Merge pull request #17296 from cart/controller-mapping-autogenHein-Pieter van Braam2018-03-157-289/+1183
|\
| * Generate controller mapping class from one or more SDL2 database filesCarter Anderson2018-03-057-289/+1183
* | Fix debugger_stdout_settings being ignoredBernhard Liebl2018-03-151-13/+13
* | Properly closing all files in Python codeViktor Ferenczi2018-03-111-38/+37
|/
* 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