aboutsummaryrefslogtreecommitdiff
path: root/main
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Add missing copyright headers and fix formattingRémi Verschelde2018-01-0532-3/+33
* | Change OS::initialize signature to return Error (fix segfault on x11)Emmanuel Leblond2018-01-041-1/+4
|/
* Merge pull request #12814 from guilhermefelipecgs/add_hardware_custom_cursorRémi Verschelde2018-01-033-17/+7
|\
| * Add implementation for custom hardware cursorGuilherme Silva2017-12-173-17/+7
* | Update copyright statements to 2018Rémi Verschelde2018-01-0132-66/+66
* | Editor: Respect -w command line flag.Andreas Haas2017-12-291-2/+4
* | Fix editor crash on "save and exit" bugChong-U Lim2017-12-201-0/+1
* | Correct license headers in main.cpp and voxel_light_baker.cppHein-Pieter van Braam2017-12-201-1/+1
* | Fix lightbaker clang-format issue and add license headersHein-Pieter van Braam2017-12-201-1/+1
* | Added font oversampling supportJuan Linietsky2017-12-191-0/+4
|/
* fixed reference to splash fileJuan Linietsky2017-12-161-1/+1
* Added custom editor splash (including sponsor logo).Juan Linietsky2017-12-163-0/+30
* Updated input_default.cpp again (new maps take priority)Andrew Silver2017-12-141-12/+12
* GDScript files are converted to binary on export now.Juan Linietsky2017-12-141-0/+5