| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix formatting of dlopen error message on Windows | Kamil Brzoskowski | 2023-07-09 | 1 | -1/+1 |
* | Remove uses of `vformat()` with no placeholders | Hugo Locurcio | 2023-06-28 | 1 | -1/+1 |
* | [OS] Implement and expose to scripting APIs `get_memory_info` method instead ... | bruvzg | 2023-04-24 | 1 | -1/+204 |
* | OS: Add `unset_environment`, better validate input | Rémi Verschelde | 2023-01-16 | 1 | -6/+13 |
* | Merge pull request #70714 from Calinou/doc-os-stdin | Rémi Verschelde | 2023-01-12 | 1 | -7/+3 |
|\ |
|
| * | Improve documentation for `OS.read_string_from_stdin()` | Hugo Locurcio | 2023-01-11 | 1 | -7/+3 |
* | | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
|/ |
|
* | Fix reading Unicode from stdio. | bruvzg | 2022-12-21 | 1 | -4/+2 |
* | [iOS] Fix getting Unicode executable path, fix "!configured" and "!classes.ha... | bruvzg | 2022-11-16 | 1 | -1/+1 |
* | Unify usage of GLOBAL/EDITOR_GET | kobewi | 2022-10-18 | 1 | -3/+3 |
* | Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo | Rémi Verschelde | 2022-10-11 | 1 | -0/+4 |
|\ |
|
| * | Fetch video adapter driver name and version from OS on Linux/*BSD and Windows | MJacred | 2022-10-11 | 1 | -0/+4 |
* | | Merge pull request #64815 from RandomShaper/default_cpu_count | Rémi Verschelde | 2022-10-06 | 1 | -4/+0 |
|\ \ |
|
| * | | Keep a single, portable implementation of `OS::get_processor_count()` | Pedro J. Estébanez | 2022-10-05 | 1 | -4/+0 |
* | | | Merge pull request #66807 from akien-mga/core-unix-remove-NO_FCNTL-and-NO_STA... | Rémi Verschelde | 2022-10-04 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | Unix: Remove now unnecessary I/O defines, cleanup | Rémi Verschelde | 2022-10-03 | 1 | -2/+1 |
| |/ / |
|
* / / | Remove NO_THREADS fallback code, Godot 4 requires thread support | Rémi Verschelde | 2022-10-03 | 1 | -2/+0 |
|/ / |
|
* / | SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` defines | Rémi Verschelde | 2022-09-23 | 1 | -5/+0 |
|/ |
|
* | Add get_distribution_name() and get_version() to OS | MJacred | 2022-09-16 | 1 | -0/+8 |
* | Fixes #65377: get_datetime_* functions can return wrong values | James | 2022-09-10 | 1 | -17/+4 |
* | Rename String `plus_file` to `path_join` | Aaron Franke | 2022-08-29 | 1 | -5/+5 |
* | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 1 | -3/+3 |
* | Rename OSX to macOS and iPhoneOS to iOS. | bruvzg | 2022-07-21 | 1 | -1/+1 |
* | Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi... | bruvzg | 2022-07-07 | 1 | -1/+6 |
* | Add OS::is_process_running function. | mdavisprog | 2022-05-03 | 1 | -0/+9 |
* | Add GDNativeInterface::get_library_path to GDExtension | Emmanuel Leblond | 2022-04-29 | 1 | -1/+6 |
* | Remove unused GDNative code | Rémi Verschelde | 2022-03-09 | 1 | -2/+2 |
* | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 1 | -4/+5 |
* | [OS/Crypto] Add get_entropy to OS. | Fabio Alessandrelli | 2022-02-14 | 1 | -0/+40 |
* | Merge pull request #56012 from bruvzg/wt🤎4 | Rémi Verschelde | 2022-01-17 | 1 | -2/+2 |
|\ |
|
| * | [Windows] Improve console handling and execute/create_process. | bruvzg | 2021-12-18 | 1 | -2/+2 |
* | | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
|/ |
|
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -3/+3 |
* | Fix data directory of unnamed projects | kobewi | 2021-11-18 | 1 | -1/+1 |
* | Update Time documentation | Aaron Franke | 2021-10-28 | 1 | -4/+4 |
* | Implement toast notifications in the editor | Gilles Roudière | 2021-10-14 | 1 | -1/+1 |
* | Rename String::is_rel_path to String::is_relative_path | Wilson E. Alvarez | 2021-08-29 | 1 | -1/+1 |
* | Move `alert` function from `DisplayServer` to `OS`. | bruvzg | 2021-07-22 | 1 | -4/+0 |
* | Add Time singleton | Aaron Franke | 2021-06-11 | 1 | -2/+2 |
* | Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores | Hugo Locurcio | 2021-05-06 | 1 | -1/+1 |
* | Modernize Thread | Pedro J. Estébanez | 2021-01-29 | 1 | -5/+4 |
* | Modernize RWLock | Pedro J. Estébanez | 2021-01-19 | 1 | -3/+0 |
* | Merge pull request #45157 from madmiraal/fix-44514 | Rémi Verschelde | 2021-01-13 | 1 | -2/+4 |
|\ |
|
| * | Raise SIGKILL instead of CRASH_NOW in child process when fork fails | Marcel Admiraal | 2021-01-13 | 1 | -2/+4 |
* | | Fix OS::execute() and OS::create_process() command line argument CharStrings ... | bruvzg | 2021-01-13 | 1 | -6/+16 |
|/ |
|
* | Merge pull request #44514 from madmiraal/split-os-execute | Rémi Verschelde | 2021-01-12 | 1 | -42/+50 |
|\ |
|
| * | Split OS::execute into two methods | Marcel Admiraal | 2021-01-09 | 1 | -42/+50 |
* | | Merge pull request #42740 from lolleko/fix-nanosleep-usage | Rémi Verschelde | 2021-01-11 | 1 | -2/+5 |
|\ \
| |/
|/| |
|
| * | Fix nanosleep usage | Lorenz Junglas | 2020-10-12 | 1 | -2/+5 |
* | | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |