aboutsummaryrefslogtreecommitdiff
path: root/core/os/os.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Allow customizing user:// path (folder in OS::get_data_path())Rémi Verschelde2017-11-261-1/+1
* Modified low processor sleep to 8000 and made it customizable (should be cust...Juan Linietsky2017-11-221-0/+3
* Return and repair file loggingRuslan Mustakov2017-11-211-3/+4
* 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
* | Add initial support for the XDG Base Directory specRémi Verschelde2017-11-191-3/+8
* | Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-2/+2
* | 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
* | Add Colemak keybindings to editor for osxN0hbdy2017-10-301-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
* | Merge pull request #11823 from endragor/virtual-keyboard-heightGilles Roudiere2017-10-041-0/+3
|\ \
| * | Allow to obtain virtual keyboard heightRuslan Mustakov2017-10-041-0/+3
* | | fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky2017-10-031-1/+1
| |/ |/|
* | 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-021-11/+10
|\ \
| * | Extract logging logicRuslan Mustakov2017-09-251-11/+10
| |/
* / 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-201-1/+1
* Merge pull request #11230 from maxim-sheronov/fix_enum_bindingsThomas Herzog2017-09-151-3/+10
|\
| * Fix enums bindingsMaxim Sheronov2017-09-131-3/+10
* | Added a crash handler to dump the backtrace on Windows, Linux and OS XMarcelo Fernandez2017-09-131-0/+3
|/
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* p_screen param from get_screen_* funcs now default to the current screenMarcelo Fernandez2017-08-211-3/+3
* Implement NSTextInputClient protocol for IMEbruvzg2017-08-091-0/+3
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-2/+2
* added an optional parameter to OS symbol lookupKarroffel2017-07-271-3/+3
* Add a way to retrieve stack bottom of the main threadRuslan Mustakov2017-07-251-0/+9
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-1/+2
* IME window follow the input cursor.geequlim2017-07-111-0/+2
* fixed PowerState enum castKarroffel2017-06-011-0/+2
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-1/+2
* Rename [gs]et_pos to [gs]et_position for ControlsSergey Pusnei2017-04-101-1/+1
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* added dlscript moduleKarroffel2017-04-031-3/+3
* Added methods for opening dynamic libraries to OSKarroffel2017-03-291-0/+4
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-88/+77
* Add API to access battery power stateJulian Murgia2017-03-041-0/+6
* Several bugfixes, improving the import workflowJuan Linietsky2017-02-061-0/+2
* Added focus tracking in X11 and Windows classes, added new confined mouse mod...Ilija Boshkov2017-01-251-1/+2
* Replace Engine version API by preexisting OS oneRémi Verschelde2017-01-131-2/+0
* Created new Engine singleton, and moved engine related OS functions to it.Juan Linietsky2017-01-131-33/+1
* Merge remote-tracking branch 'origin/gles3' into gles3-on-masterRémi Verschelde2017-01-021-1/+2
|\
| * 2D Shaders are working again using the new syntax, though all is buggy in gen...Juan Linietsky2016-10-101-1/+2
* | Welcome in 2017, dear changelog reader!Rémi Verschelde2017-01-011-1/+1
* | vsnc --> vsyncISylvox2016-11-081-1/+1
|/
* Improve debug focus behaviorPedro J. Estébanez2016-09-141-0/+1
* -Modified Input and added is_action_just_pressed() as well as is_action_just_...Juan Linietsky2016-09-011-0/+8