summaryrefslogtreecommitdiffstats
path: root/core/os
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@f128f383e892865379cb8b14e7bcc9858efe2973Spartan3222024-11-271-2/+7
|\
| * Register Engine, OS, ProjectSettings, and Time early.Hunt J. Sparra2024-11-211-2/+7
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-2/+15
|\|
| * Merge pull request #91201 from bruvzg/con_typeThaddeus Crews2024-11-121-2/+15
| |\
| | * [OS] Add functions to determine standard I/O device type.bruvzg2024-11-061-2/+15
* | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-113-5/+70
|\| |
| * | Merge pull request #98809 from bruvzg/mac_gde_libs_non_uniThaddeus Crews2024-11-101-0/+10
| |\ \
| | * | [GDExtension] Improve macOS library loading/export.bruvzg2024-11-041-0/+10
| | |/
| * | Enhance SpinLockPedro J. Estébanez2024-11-081-5/+42
| * | Add a utility cache line size constantPedro J. Estébanez2024-11-081-0/+18
| |/
* | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122Spartan3222024-11-021-1/+1
|\|
| * [Core] Improve error messages with `vformat`A Thousand Ships2024-10-301-1/+1
* | Merge commit godotengine/godot@8004c7524fb9f43425c4d6f614410a76678e0f7cSpartan3222024-10-301-4/+4
|\|
| * Set clang-format `RemoveSemicolon` rule to `true`Adam Scott2024-10-251-4/+4
* | Fix copyright headers referring to GodotSpartan3222024-10-2725-50/+50
* | Merge commit godotengine/godot@b3bcb2dc14691f7729984128dca26a844f662fa1Spartan3222024-10-221-1/+0
|\|
| * Don't include `core/io/image.h` in `core/os/os.h`Yevhen Babiichuk (DustDFG)2024-10-181-1/+0
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-1125-0/+50
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-1/+1
|/
* SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
* Add support for non-blocking IO mode to `OS.execute_with_pipe`.bruvzg2024-09-061-1/+1
* Store GLES over GL status in the OS to avoid direct renderer includes in the ...bruvzg2024-09-031-0/+3
* Update rendering driver name on fallbacks. Fix rendering driver/method in the...bruvzg2024-09-011-3/+3
* Merge pull request #94792 from akien-mga/core-remove-poolallocatorRémi Verschelde2024-08-282-736/+0
|\
| * Core: Remove unused PoolAllocatorRémi Verschelde2024-07-262-736/+0
* | Merge pull request #93985 from alvinhochun/windows-gpu-prefRémi Verschelde2024-08-281-0/+1
|\ \
| * | Respect integrated GPU preference in Windows SettingsAlvin Wong2024-07-161-0/+1
* | | Merge pull request #93739 from AThousandShips/lock_unlockRémi Verschelde2024-08-262-2/+35
|\ \ \
| * | | [Core] Allow locking/unlocking of `MutexLock`A Thousand Ships2024-08-262-2/+35
* | | | Change warning muting so it affects all levels, but locallyPedro J. Estébanez2024-08-261-0/+9
|/ / /
* | | Merge pull request #94169 from RandomShaper/wtp_rl_prizeRémi Verschelde2024-08-263-41/+52
|\ \ \
| * | | WorkerThreadPool (plus friends): Overhaul unlock allowance zonesPedro J. Estébanez2024-08-213-41/+52
* | | | Add debug utilities for VulkanMatias N. Goldberg2024-08-212-0/+57
|/ / /
* | | Merge pull request #92391 from rburing/fti_3dRémi Verschelde2024-08-161-0/+1
|\ \ \ | |_|/ |/| |
| * | Fixed Timestep Interpolation (3D)Ricardo Buring2024-07-071-0/+1
| |/
* / Fix Game window stops responding when debugger pausesJamie Pate2024-07-101-2/+0
|/
* Prevent folder names with trailing periods from being used automaticallyHugo Locurcio2024-06-261-1/+4
* Move MIDI parsing up from ALSA driver to platform independent driver.Ibrahn Sahir2024-06-252-67/+200
* Add `nothreads` feature tag to signify lack of `THREADS_ENABLED`Mikael Hermansson2024-06-241-0/+4
* Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-021-1/+1
* Add separate feature tags for editor runtimekobewi2024-04-262-0/+6
* Collapse the gdextension arguments into the `GDExtensionData` structFredia Huya-Kouadio2024-04-191-1/+8
* Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-192-1/+52
* Add get_process_exit_code() methodkobewi2024-04-161-0/+1
* Merge pull request #87117 from DmitriySalnikov/rename_pdbRémi Verschelde2024-04-111-1/+1
|\
| * Add renaming of PDB files to avoid blocking themDmitriySalnikov2024-04-051-1/+1
* | Update lingering `do/while(0)` definesThaddeus Crews2024-04-041-2/+3
|/
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-271-0/+1
* Merge pull request #89229 from akien-mga/main-refactor-os-exit-codeRémi Verschelde2024-03-241-1/+2
|\
| * Refactor OS exit code to be `EXIT_SUCCESS` by defaultRémi Verschelde2024-03-081-1/+2