Age | Commit message (Expand) | Author |
2022-10-11 | Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo | Rémi Verschelde |
2022-10-11 | Fetch video adapter driver name and version from OS on Linux/*BSD and Windows | MJacred |
2022-10-06 | Merge pull request #64815 from RandomShaper/default_cpu_count | Rémi Verschelde |
2022-10-05 | Keep a single, portable implementation of `OS::get_processor_count()` | Pedro J. Estébanez |
2022-10-03 | Unix: Remove now unnecessary I/O defines, cleanup | Rémi Verschelde |
2022-09-23 | SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` defines | Rémi Verschelde |
2022-09-16 | Add get_distribution_name() and get_version() to OS | MJacred |
2022-09-10 | Fixes #65377: get_datetime_* functions can return wrong values | James |
2022-07-25 | Code quality: Fix header guards consistency | Rémi Verschelde |
2022-05-03 | Add OS::is_process_running function. | mdavisprog |
2022-04-29 | Add GDNativeInterface::get_library_path to GDExtension | Emmanuel Leblond |
2022-02-14 | [OS/Crypto] Add get_entropy to OS. | Fabio Alessandrelli |
2022-01-17 | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde |
2022-01-03 | Update copyright statements to 2022 | Rémi Verschelde |
2021-12-18 | [Windows] Improve console handling and execute/create_process. | bruvzg |
2021-11-26 | Fix console colors on Windows | Yuri Roubinsky |
2021-10-28 | Update Time documentation | Aaron Franke |
2021-10-14 | Implement toast notifications in the editor | Gilles Roudière |
2021-07-22 | Move `alert` function from `DisplayServer` to `OS`. | bruvzg |
2021-01-09 | Split OS::execute into two methods | Marcel Admiraal |
2021-01-01 | Update copyright statements to 2021 | Rémi Verschelde |
2020-12-17 | Add override keywords to core/os.h derived classes. | Marcel Admiraal |
2020-05-31 | Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t... | Emmanuel Leblond |
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde |
2020-04-02 | Replace NULL with nullptr | lupoDharkael |
2020-01-23 | Make `OS.execute()` blocking by default if not specified | Hugo Locurcio |
2020-01-01 | Update copyright statements to 2020 | Rémi Verschelde |
2019-08-12 | Remove redundant author doc comments | IAmActuallyCthulhu |
2019-05-21 | added a const keyword for a methods that return constant literal... | hbina085 |
2019-04-07 | Add FileAccess::set_unix_permissions for Unix platforms | Juan Linietsky |
2019-02-03 | Added set_environment to OS class | Ignacio Etcheverry |
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde |
2018-12-20 | Added OS.get_system_time_msecs() | volzhs |
2018-09-29 | Use monotonic clock for get_ticks_usec | Fabio Alessandrelli |
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde |
2018-08-27 | Revert "Try closing gracefully before terminating process" | Rémi Verschelde |
2018-08-20 | Try closing gracefully before terminating process | Marcin Zawiejski |
2018-05-07 | Local debugger fixes and extensions | Blazej Floch |
2018-03-04 | Clean and expose get_audio/video_driver_* funcs on OS class | Marcelo Fernandez |
2018-01-05 | Add missing copyright headers and fix formatting | Rémi Verschelde |
2018-01-04 | Change OS::initialize signature to return Error (fix segfault on x11) | Emmanuel Leblond |
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde |
2017-12-07 | Style: Apply clang-format again on all files | Rémi Verschelde |
2017-11-30 | Changed the dynamic library open function to allow setting the path of the li... | Juan Linietsky |
2017-11-21 | Return and repair file logging | Ruslan Mustakov |
2017-11-19 | Add initial support for the XDG Base Directory spec | Rémi Verschelde |
2017-11-17 | Rename OS::get_data_dir to OS::get_user_data_dir | Rémi Verschelde |
2017-11-09 | Remove get_default_video_mode definition on OSX/iOS | Rémi Verschelde |
2017-10-03 | OS::execute can now read from stderr too when executing with a pipe | Marcelo Fernandez |
2017-09-25 | Extract logging logic | Ruslan Mustakov |