summaryrefslogtreecommitdiff
path: root/core/os/os.cpp
AgeCommit message (Expand)Author
2021-04-06Add flag to stop printing to stdout/stderrGeorge Marques
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-09Static analyzer fixes:bruvzg
2020-11-07Reorganized core/ directory, it was too fatty alreadyreduz
2020-09-24OS: Remove unused get_splash_tick_msecRémi Verschelde
2020-07-09Keep debug & verbose options after loading project from project managerPouleyKetchoupp
2020-06-30Move frame delaying functions from Main to OS.Fabio Alessandrelli
2020-06-15Merge pull request #39189 from touilleMan/issue-38925Rémi Verschelde
2020-05-31Print errors when calling MIDI input methods on unsupported platformsHugo Locurcio
2020-05-31Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...Emmanuel Leblond
2020-05-19Style: Remove unnecessary semicolons from `core`Rémi Verschelde
2020-05-19Style: Fix unnecessary semicolons that confused clang-formatRémi Verschelde
2020-05-14Style: Enforce braces around if blocks and loopsRémi Verschelde
2020-05-14Style: Enforce separation line between function definitionsRémi Verschelde
2020-05-14Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocksRémi Verschelde
2020-05-14Port member initialization from constructor to declaration (C++11)Rémi Verschelde
2020-04-28Rename InputFilter back to InputRémi Verschelde
2020-04-02Replace NULL with nullptrlupoDharkael
2020-03-26Refactored input, goes all via windows now.Juan Linietsky
2020-03-26Effective DisplayServer separation, rename X11 -> LinuxBSDJuan Linietsky
2020-03-26Refactored Input, create DisplayServer and DisplayServerX11Juan Linietsky
2020-02-18PoolVector is gone, replaced by VectorJuan Linietsky
2020-02-14Remove incomplete battery status/power APIRémi Verschelde
2020-02-11Add runtime GLES2 / Vulkan context selection.bruvzg
2020-02-11Add static Vulkan loader.bruvzg
2020-02-05Remove duplicate WARN_PRINT macro.Marcel Admiraal
2020-01-23Android virtual keyboard respecting LineEdit max length.Bruno Lourenço
2020-01-10[macOS] Load PCK from the .app bundle resources, instead of changing working ...bruvzg
2020-01-01Update copyright statements to 2020Rémi Verschelde
2019-12-04Added support for vertical syncing via the Windows OS compositor (DWM.)TerminalJack
2019-11-11Remove ERR_EXPLAIN macros and the scaffolding they needed.Marcel Admiraal
2019-09-25Added some obvious errors explanationsqarmin
2019-08-21Support vibration for Android and iOSvolzhs
2019-08-17Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'Braden Bodily
2019-07-01Add editor screenshot on control - f12.K. S. Ernest (iFire) Lee
2019-06-27Fix small memory leak in OS.cppqarmin
2019-06-26Some code changed with Clang-Tidyqarmin
2019-05-24Add native window/taskbar icon support for Windows and macOS.bruvzg
2019-04-15Add Input::get_current_cursor_shapeGuilherme Felipe
2019-02-26-Remove harcoded opengl extension testing from OS, ask rasterizer instead.Juan Linietsky
2019-01-30Let memory stat functions return uint64_tPedro J. Estébanez
2019-01-01Update copyright statements to 2019Rémi Verschelde
2018-12-20Added OS.get_system_time_msecs()volzhs
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
2018-09-03Added multi-monitor support for center_window()Jared
2018-08-04Add OS::open_midi_inputs and OS::close_midi_inputsMarcelo Fernandez
2018-07-25Add "editor" and "standalone" feature tagsHugo Locurcio
2018-07-21Added a new MIDIDriver classMarcelo Fernandez
2018-07-20Fix build issues and typos after c69de2ba4Rémi Verschelde
2018-07-20Fix unwanted restartingvolzhs