summaryrefslogtreecommitdiffstats
path: root/core/os/os.cpp
Commit message (Expand)AuthorAgeFilesLines
* Added a new MIDIDriver classMarcelo Fernandez2018-07-211-0/+10
* Fix build issues and typos after c69de2ba4Rémi Verschelde2018-07-201-1/+2
* Fix unwanted restartingvolzhs2018-07-201-0/+1
* -Project/Editor settings now use new inspectorJuan Linietsky2018-07-191-0/+12
* Fixed OS.has_feature not using custom feature tags.matthew10062018-07-181-0/+3
* Merge pull request #14622 from bruvzg/non-rectangular-windowsHein-Pieter van Braam2018-05-081-0/+1
|\
| * Experimental support for windows with per-pixel transparency (macOS, X11 and ...bruvzg2018-04-071-0/+1
* | Implement universal translation of touch to mousePedro J. Estébanez2018-04-301-1/+1
|/
* Clean and expose get_audio/video_driver_* funcs on OS classMarcelo Fernandez2018-03-041-0/+29
* Added OS::center_window to center the window precisely on desktop platformsMarcelo Fernandez2018-02-121-0/+11
* Add missing copyright headers and fix formattingRémi Verschelde2018-01-051-0/+1
* Update copyright statements to 2018Rémi Verschelde2018-01-011-2/+2
* Add epic hack so vsync can be toggled in run-time from script. Fixes #14458.Juan Linietsky2017-12-161-1/+10
* Remove get_stack_bottomRuslan Mustakov2017-12-161-4/+0
* Allow customizing user:// path (folder in OS::get_data_path())Rémi Verschelde2017-11-261-7/+15
* Modified low processor sleep to 8000 and made it customizable (should be cust...Juan Linietsky2017-11-221-0/+11
* 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
* | Return and repair file loggingRuslan Mustakov2017-11-211-4/+13
|/
* Allow configuring iOS exportRuslan Mustakov2017-11-211-0/+27
* 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-191-10/+42
* Rename OS::get_data_dir to OS::get_user_data_dirRémi Verschelde2017-11-171-3/+3
* 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-041-0/+4
|\
| * Allow to obtain virtual keyboard heightRuslan Mustakov2017-10-041-0/+4
* | fixed the OS.has_feature() API, and added support for 32 and 64.Juan Linietsky2017-10-031-1/+8
|/
* Extract logging logicRuslan Mustakov2017-09-251-16/+18
* Fix enums bindingsMaxim Sheronov2017-09-131-1/+1
* Fix use of unitialized variablesHein-Pieter van Braam2017-09-021-1/+2
* Use HTTPS URL for Godot's website in the headersRémi Verschelde2017-08-271-1/+1
* Convert Object::cast_to() to the static versionHein-Pieter van Braam2017-08-241-1/+1
* Makes all Godot API's methods Lower CaseIndah Sylvia2017-08-071-3/+3
* Add a way to retrieve stack bottom of the main threadRuslan Mustakov2017-07-251-0/+7
* -Renamed GlobalConfig to ProjectSettings, makes more sense.Juan Linietsky2017-07-191-3/+21
* -Reorganized all properties of project settings (Sorry, Again).Juan Linietsky2017-07-171-1/+1
* Removal of Image from Variant, converted to a Resource.Juan Linietsky2017-05-171-1/+1
* Fix PRNG randomization.Ferenc Arn2017-04-171-1/+0
* Add "Godot Engine contributors" copyright lineRémi Verschelde2017-04-081-0/+1
* A Whole New World (clang-format edition)Rémi Verschelde2017-03-051-118/+84
* Add API to access battery power stateJulian Murgia2017-03-041-0/+10
* -renamed globals.h to global_config.cpp (this seems to have caused a few modi...Juan Linietsky2017-02-211-1/+1
* Style: Fix whole-line commented codeRémi Verschelde2017-01-141-1/+1
* Replace Engine version API by preexisting OS oneRémi Verschelde2017-01-131-25/+4
* Created new Engine singleton, and moved engine related OS functions to it.Juan Linietsky2017-01-131-46/+3
* renamed joystick to joypad everywhere around source code!Juan Linietsky2017-01-081-1/+1
* Memory pool vectors (DVector) have been enormously simplified in code, and re...Juan Linietsky2017-01-071-1/+1
* -Changed memory functions, Memory::alloc_static*, simplified them, made them ...Juan Linietsky2017-01-061-4/+4
* -Changed most project settings in the engine, so they have major and minor ca...Juan Linietsky2017-01-051-2/+2
* ObjectTypeDB was renamed to ClassDB. Types are meant to be more generic to Va...Juan Linietsky2017-01-021-1/+1