summaryrefslogtreecommitdiffstats
path: root/core/os/os.cpp
Commit message (Expand)AuthorAgeFilesLines
* Static analyzer fixes:bruvzg2020-12-091-4/+0
* Reorganized core/ directory, it was too fatty alreadyreduz2020-11-071-1/+1
* OS: Remove unused get_splash_tick_msecRémi Verschelde2020-09-241-4/+0
* Keep debug & verbose options after loading project from project managerPouleyKetchoupp2020-07-091-0/+4
* Move frame delaying functions from Main to OS.Fabio Alessandrelli2020-06-301-0/+36
* Merge pull request #39189 from touilleMan/issue-38925Rémi Verschelde2020-06-151-9/+1
|\
| * Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond2020-05-311-9/+1
* | Print errors when calling MIDI input methods on unsupported platformsHugo Locurcio2020-05-311-1/+5
|/
* Style: Remove unnecessary semicolons from `core`Rémi Verschelde2020-05-191-8/+9
* Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde2020-05-191-3/+2
* Style: Enforce braces around if blocks and loopsRémi Verschelde2020-05-141-12/+23
* Style: Enforce separation line between function definitionsRémi Verschelde2020-05-141-0/+4
* Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde2020-05-141-48/+0
* Port member initialization from constructor to declaration (C++11)Rémi Verschelde2020-05-141-15/+0
* Rename InputFilter back to InputRémi Verschelde2020-04-281-1/+1
* Replace NULL with nullptrlupoDharkael2020-04-021-8/+8
* Refactored input, goes all via windows now.Juan Linietsky2020-03-261-1/+1
* Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky2020-03-261-226/+1
* Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky2020-03-261-1/+1
* PoolVector is gone, replaced by VectorJuan Linietsky2020-02-181-6/+2
* Remove incomplete battery status/power APIRémi Verschelde2020-02-141-10/+0
* Add runtime GLES2 / Vulkan context selection.bruvzg2020-02-111-4/+2
* Add static Vulkan loader.bruvzg2020-02-111-0/+2
* Remove duplicate WARN_PRINT macro.Marcel Admiraal2020-02-051-1/+1
* Android virtual keyboard respecting LineEdit max length.Bruno Lourenço2020-01-231-1/+1
* [macOS] Load PCK from the .app bundle resources, instead of changing working ...bruvzg2020-01-101-0/+6
* Update copyright statements to 2020Rémi Verschelde2020-01-011-2/+2
* Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack2019-12-041-0/+8
* Remove ERR_EXPLAIN macros and the scaffolding they needed.Marcel Admiraal2019-11-111-34/+0
* Added some obvious errors explanationsqarmin2019-09-251-1/+1
* Support vibration for Android and iOSvolzhs2019-08-211-0/+5
* 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