summaryrefslogtreecommitdiff
path: root/core/os
AgeCommit message (Expand)Author
2017-11-09Remove get_default_video_mode definition on OSX/iOSRémi Verschelde
2017-11-09Make video mode initialization more intuitive, fixes #12022Juan Linietsky
2017-11-08Increase joystick axis from 8 to 10Bastiaan Olij
2017-10-30Add Colemak keybindings to editor for osxN0hbdy
2017-10-23move button/joy constants to enumsjagt
2017-10-22Bind MainLoop.notif_wm_go_back_requestPoommetee Ketson
2017-10-21Fix InputEventJoypadMotion::action_match for 0 axis values.Patrick Yates
2017-10-11Merge pull request #12039 from Hinsbart/expose_joy_connectionRémi Verschelde
2017-10-11Input: expose joy_connection_changed()Andreas Haas
2017-10-09Merge pull request #11810 from marcelofg55/osx_export_improvRémi Verschelde
2017-10-05Make sure to obey hidpi to off by default, as present in project settings. Se...Juan Linietsky
2017-10-04Merge pull request #11823 from endragor/virtual-keyboard-heightGilles Roudiere
2017-10-04Allow to obtain virtual keyboard heightRuslan Mustakov
2017-10-03fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky
2017-10-03OS::execute can now read from stderr too when executing with a pipeMarcelo Fernandez
2017-10-03Merge pull request #11782 from eska014/persistent-userfs-testHein-Pieter van Braam
2017-10-02Merge pull request #11568 from endragor/loggersAndreas Haas
2017-10-02Add OS::is_userfs_persistent to check user:// persistenceLeon Krause
2017-09-25FileSystemDock will now remove files/dirs to trashcan using OS::move_to_trashMarcelo Fernandez
2017-09-25Extract logging logicRuslan Mustakov
2017-09-20Rename pos to position in user facing methods and variablesletheed
2017-09-19Fix MSVC compilation errorsKonstantin Zaitsev
2017-09-17Fix x11 exported executables not getting the +x flagMarcelo Fernandez
2017-09-15Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog
2017-09-13Fix enums bindingsMaxim Sheronov
2017-09-13Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez
2017-09-13Style: Apply clang-format to @reduz's changesRémi Verschelde
2017-09-12Changed the doc class generation to individual files per class. It is also po...Juan Linietsky
2017-09-02Fix use of unitialized variablesHein-Pieter van Braam
2017-08-27Dead code tells no talesRémi Verschelde
2017-08-27Use HTTPS URL for Godot's website in the headersRémi Verschelde
2017-08-24Convert Object::cast_to() to the static versionHein-Pieter van Braam
2017-08-25Show proper string with InputEvent.as_text()volzhs
2017-08-22Merge pull request #10487 from marcelofg55/curscr_as_defaultRémi Verschelde
2017-08-22Merge pull request #10254 from marcelofg55/masterRémi Verschelde
2017-08-21p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez
2017-08-20ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry
2017-08-17Added notification const NOTIFICATION_WM_ABOUTMarcelo Fernandez
2017-08-16Synchronize parameter names in definition and declarationTwistedTwigleg
2017-08-12InputEventJoypadMotion: Add missing is_pressed() method.Andreas Haas
2017-08-11Merge pull request #10142 from bruvzg/3.0-osx-imeRémi Verschelde
2017-08-10Removes type information from method bindsIgnacio Etcheverry
2017-08-09Implement NSTextInputClient protocol for IMEbruvzg
2017-08-07Makes all Godot API's methods Lower CaseIndah Sylvia
2017-08-06Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov
2017-08-01Use atomics for memory use trackingPedro J. Estébanez
2017-07-30Style: Apply clang-format on all filesRémi Verschelde
2017-07-27added an optional parameter to OS symbol lookupKarroffel
2017-07-27Merge pull request #9872 from bruvzg/3.0-num-enter-fixRémi Verschelde
2017-07-26Merge pull request #9720 from endragor/stack-bottomThomas Herzog