summaryrefslogtreecommitdiffstats
path: root/core/os
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+1
* | Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-073-11/+11
|/
* Merge pull request #86620 from fbcosentino/midi_device_idRémi Verschelde2024-02-192-2/+3
|\
| * Add MIDI controller device index to InputEventMIDI.device property.Fernando Cosentino2024-02-192-2/+3
* | Add const lvalue ref to core/* container parametersMuller-Castro2024-02-144-15/+15
* | Merge pull request #87635 from rune-scape/manage-time-singletonRémi Verschelde2024-02-121-3/+0
|\ \
| * | Manage time singletonrune-scape2024-02-111-3/+0
* | | [Core] Improve `CowData` and `Memory` metadata alignment.bruvzg2024-02-052-22/+37
* | | Merge pull request #87871 from vittorioromeo/use_v_shorthandRémi Verschelde2024-02-051-4/+4
|\ \ \
| * | | Use '_v' shorthand for type traits and 'if constexpr' where appropriatevittorioromeo2024-02-021-4/+4
* | | | Extract 'SafeBinaryMutex' to separate headervittorioromeo2024-02-042-80/+124
|/ / /
* | | Merge pull request #87393 from stuartcarnie/bugfixRémi Verschelde2024-01-291-0/+21
|\ \ \
| * | | Use `os_unfair_lock` on Apple platformsStuart Carnie2024-01-211-0/+21
* | | | Add InputEventKey.location to tell left from rightMel Collins2024-01-261-0/+6
| |/ / |/| |
* | | Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-177-6/+148
* | | Merge pull request #86587 from RandomShaper/wtp_enhanceRémi Verschelde2024-01-112-3/+7
|\ \ \ | |/ / |/| |
| * | WorkerThreadPool: Overhaul scheduling and synchronizationPedro J. Estébanez2024-01-082-3/+7
| |/
* / Add const references detected by clang-tidyWilson E. Alvarez2023-12-161-2/+2
|/
* Improve engine startup/shutdown benchmarksYuri Sizov2023-12-082-15/+34
* Use mingw-std-threads in MinGW buildsPedro J. Estébanez2023-11-188-27/+69
* [iOS, GDExtension] Fix loading and exporting static libraries and xcframeworks.bruvzg2023-11-091-0/+6