summaryrefslogtreecommitdiffstats
path: root/core/os/os.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily2019-08-171-6/+2
* Add editor screenshot on control - f12.K. S. Ernest (iFire) Lee2019-07-011-0/+29
* Fix small memory leak in OS.cppqarmin2019-06-271-0/+2
* Some code changed with Clang-Tidyqarmin2019-06-261-1/+2
* Add native window/taskbar icon support for Windows and macOS.bruvzg2019-05-241-0/+3
* Add Input::get_current_cursor_shapeGuilherme Felipe2019-04-151-0/+10
* -Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky2019-02-261-0/+11
* Let memory stat functions return uint64_tPedro J. Estébanez2019-01-301-4/+4
* Update copyright statements to 2019Rémi Verschelde2019-01-011-2/+2
* Added OS.get_system_time_msecs()volzhs2018-12-201-0/+3
* Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-121-6/+6
* Added multi-monitor support for center_window()Jared2018-09-031-2/+5
* Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez2018-08-041-0/+12
* Add "editor" and "standalone" feature tagsHugo Locurcio2018-07-251-0/+7
* 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