aboutsummaryrefslogtreecommitdiff
path: root/core/os (follow)
Commit message (Expand)AuthorAgeFilesLines
* Made Vector::ptrw explicit for writing, compiler was sometimes using the wron...Juan Linietsky2017-11-251-1/+1
* Core: Bind InputEventGesture events.Andreas Haas2017-11-242-0/+33
* Modified low processor sleep to 8000 and made it customizable (should be cust...Juan Linietsky2017-11-222-0/+14
* Merge pull request #13130 from endragor/gdnative-android-exportRémi Verschelde2017-11-211-1/+1
|\
| * Proper GDNative export on AndroidRuslan Mustakov2017-11-211-1/+1
* | Merge pull request #11933 from cxong/masterJuan Linietsky2017-11-213-12/+40
|\ \
| * | Use "Command" instead of "Meta" for macOS (#1619)Cong2017-10-083-12/+40
* | | Merge pull request #13133 from endragor/resurrect-file-loggingRémi Verschelde2017-11-212-7/+17
|\ \ \
| * | | Return and repair file loggingRuslan Mustakov2017-11-212-7/+17
| | |/ | |/|
* / | Native pan and zoom for macOSBernhard Liebl2017-11-212-8/+122
|/ /
* | Allow configuring iOS exportRuslan Mustakov2017-11-213-0/+128
* | Merge pull request #12387 from santouits/x1111Rémi Verschelde2017-11-201-1/+3
|\ \
| * | Fix x11 boot logo position in fullscreen and in maximizedsantouits2017-10-261-1/+3
* | | Merge pull request #13006 from hoelzl/pr-placement-deleteRémi Verschelde2017-11-202-0/+28
|\ \ \
| * | | Add placement deletes to avoid warnings on VC++Matthias Hoelzl2017-11-192-0/+28
* | | | Pass engine name and version parts as proper stringsRémi Verschelde2017-11-201-1/+1
* | | | Add initial support for the XDG Base Directory specRémi Verschelde2017-11-192-13/+50
* | | | Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-174-8/+8
|/ / /
* | | Remove get_default_video_mode definition on OSX/iOSRémi Verschelde2017-11-091-1/+1
* | | Make video mode initialization more intuitive, fixes #12022Juan Linietsky2017-11-091-3/+1
* | | Increase joystick axis from 8 to 10Bastiaan Olij2017-11-081-1/+3
* | | Add Colemak keybindings to editor for osxN0hbdy2017-10-302-0/+23
|/ /
* | move button/joy constants to enumsjagt2017-10-231-2/+2
* | Bind MainLoop.notif_wm_go_back_requestPoommetee Ketson2017-10-221-0/+1
* | Fix InputEventJoypadMotion::action_match for 0 axis values.Patrick Yates2017-10-211-1/+1
* | Merge pull request #12039 from Hinsbart/expose_joy_connectionRémi Verschelde2017-10-111-0/+1
|\ \
| * | Input: expose joy_connection_changed()Andreas Haas2017-10-111-0/+1
| |/
* | Merge pull request #11810 from marcelofg55/osx_export_improvRémi Verschelde2017-10-091-1/+1
|\ \ | |/ |/|
| * OS::execute can now read from stderr too when executing with a pipeMarcelo Fernandez2017-10-031-1/+1
* | Make sure to obey hidpi to off by default, as present in project settings. Se...Juan Linietsky2017-10-051-1/+1
* | Merge pull request #11823 from endragor/virtual-keyboard-heightGilles Roudiere2017-10-042-0/+7
|\ \
| * | Allow to obtain virtual keyboard heightRuslan Mustakov2017-10-042-0/+7
* | | fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky2017-10-032-2/+9
| |/ |/|
* | Merge pull request #11782 from eska014/persistent-userfs-testHein-Pieter van Braam2017-10-031-0/+2
|\ \ | |/ |/|
| * Add OS::is_userfs_persistent to check user:// persistenceLeon Krause2017-10-021-0/+2
* | Merge pull request #11568 from endragor/loggersAndreas Haas2017-10-024-28/+30
|\ \
| * | Extract logging logicRuslan Mustakov2017-09-254-28/+30
| |/
* / FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez2017-09-251-0/+2
|/
* Rename pos to position in user facing methods and variablesletheed2017-09-206-6/+6
* Fix MSVC compilation errorsKonstantin Zaitsev2017-09-191-1/+1
* Fix x11 exported executables not getting the +x flagMarcelo Fernandez2017-09-173-2/+9
* Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-153-46/+11
|\
| * Fix enums bindingsMaxim Sheronov2017-09-133-46/+11
* | Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez2017-09-131-0/+3
* | Style: Apply clang-format to @reduz's changesRémi Verschelde2017-09-131-1/+1
* | Changed the doc class generation to individual files per class. It is also po...Juan Linietsky2017-09-121-0/+1
|/
* Fix use of unitialized variablesHein-Pieter van Braam2017-09-021-1/+2
* Dead code tells no talesRémi Verschelde2017-08-271-22/+1
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-2732-32/+32
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-1/+1