aboutsummaryrefslogtreecommitdiff
path: root/core/os (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* Show proper string with InputEvent.as_text()volzhs2017-08-252-0/+84
* Merge pull request #10487 from marcelofg55/curscr_as_defaultRémi Verschelde2017-08-221-3/+3
|\
| * p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez2017-08-211-3/+3
* | Merge pull request #10254 from marcelofg55/masterRémi Verschelde2017-08-222-1/+7
|\ \
| * | Added notification const NOTIFICATION_WM_ABOUTMarcelo Fernandez2017-08-172-1/+7
* | | ClassDB: Provide the enum name of integer constantsIgnacio Etcheverry2017-08-201-4/+4
| |/ |/|
* | Synchronize parameter names in definition and declarationTwistedTwigleg2017-08-163-4/+4
* | InputEventJoypadMotion: Add missing is_pressed() method.Andreas Haas2017-08-122-0/+6
|/
* Merge pull request #10142 from bruvzg/3.0-osx-imeRémi Verschelde2017-08-111-0/+3
|\
| * Implement NSTextInputClient protocol for IMEbruvzg2017-08-091-0/+3
* | Removes type information from method bindsIgnacio Etcheverry2017-08-103-6/+6
|/
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-075-14/+14
* Rename KEY_RETURN to KEY_ENTER and KEY_ENTER to KEY_KP_ENTERBojidar Marinov2017-08-062-4/+4
* Use atomics for memory use trackingPedro J. Estébanez2017-08-012-25/+27
* Style: Apply clang-format on all filesRémi Verschelde2017-07-303-3/+3
* added an optional parameter to OS symbol lookupKarroffel2017-07-271-3/+3
* Merge pull request #9872 from bruvzg/3.0-num-enter-fixRémi Verschelde2017-07-272-3/+0
|\
| * Remove duplicate keycode constant for Numpad Enter key.bruvzg2017-07-262-3/+0
* | Merge pull request #9720 from endragor/stack-bottomThomas Herzog2017-07-262-0/+16
|\ \ | |/ |/|
| * Add a way to retrieve stack bottom of the main threadRuslan Mustakov2017-07-252-0/+16
* | Fix cvs files freezing the editor when a double quote is not closedMarcelo Fernandez2017-07-251-0/+2
|/
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-196-14/+33
* Add object type hint for docsPoommetee Ketson2017-07-192-2/+2
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-1/+1
* IME window follow the input cursor.geequlim2017-07-111-0/+2