aboutsummaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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-36/+35
|/
* 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
* Fix typos with codespellluz.paz2018-02-211-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-182-1/+7
|\
| * Makes project manager never initialize mono debug.Pieter-Jan Briers2018-02-162-1/+7
* | 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
* | | Merge pull request #16407 from Calinou/project-manager-allow-hidpiRémi Verschelde2018-02-141-8/+23
|\ \ \
| * | | Always detect and use hiDPI in the project manager if neededHugo Locurcio2018-02-131-8/+23
* | | | Add Xbox One Elite and Xbox 360 Afterglow padsBrandon DeRosier2018-02-131-0/+2
|/ / /
* | | 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-182-2/+2
* | | 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