A Thousand Ships
|
955d5affa8
Reduce and prevent unnecessary random-access to `List`
|
1 year ago |
Fredia Huya-Kouadio
|
764de7fe31
Collapse the gdextension arguments into the `GDExtensionData` struct
|
1 year ago |
Fredia Huya-Kouadio
|
ede88cf59d
Fix loading GDExtension dependencies on Android
|
1 year ago |
kobewi
|
dce4a3e4c2
Add get_process_exit_code() method
|
1 year ago |
DmitriySalnikov
|
b73e740786
Add renaming of PDB files to avoid blocking them
|
1 year ago |
bruvzg
|
082b420c0a
Implement `OS.execute_with_pipe` method to run process with redirected stdio.
|
1 year ago |
Rémi Verschelde
|
b0d07b1bc2
Merge pull request #86936 from akx/env-utf-8
|
1 year ago |
Muller-Castro
|
a8bc9f3e78
Add const lvalue ref to core/* container parameters
|
1 year ago |
Adam Scott
|
bd70b8e1f6
Add THREADS_ENABLED macro in order to compile Godot to run on the main thread
|
1 year ago |
Aarni Koskela
|
a4c5dae8cb
Attempt to parse environment variables as UTF-8
|
1 year ago |
Rémi Verschelde
|
c921b6587c
Merge pull request #84469 from time-killer-games/patch-1
|
1 year ago |
Daylily-Zeleen
|
fe6b073811
Distinguishs between dynamic library not found and can't be opened.
|
1 year ago |
Samuel Venable
|
52da1e9b6b
Fix NetBSD Executable Path
|
1 year ago |
David Snopek
|
a039d0b61a
Linux: Disable RTLD_DEEPBIND mode for dlopen() in sanitizer builds
|
1 year ago |
David Snopek
|
7f4e700bf7
On Linux, favor local symbols when loading a shared library
|
1 year ago |
A Thousand Ships
|
3565d1bf7e
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
|
1 year ago |
Kamil Brzoskowski
|
3cd865dbe8
Fix formatting of dlopen error message on Windows
|
2 years ago |
Hugo Locurcio
|
dcc92c174e
Remove uses of `vformat()` with no placeholders
|
2 years ago |
bruvzg
|
628f3b2f79
[OS] Implement and expose to scripting APIs `get_memory_info` method instead of old `get_free_static_memory`.
|
2 years ago |
Rémi Verschelde
|
818a9e99a4
OS: Add `unset_environment`, better validate input
|
2 years ago |
Rémi Verschelde
|
0e4e782ada
Merge pull request #70714 from Calinou/doc-os-stdin
|
2 years ago |
Hugo Locurcio
|
86b8176864
Improve documentation for `OS.read_string_from_stdin()`
|
2 years ago |
Rémi Verschelde
|
d95794ec8a
One Copyright Update to rule them all
|
2 years ago |
bruvzg
|
3d8a942a56
Fix reading Unicode from stdio.
|
2 years ago |
bruvzg
|
6bf9594cfb
[iOS] Fix getting Unicode executable path, fix "!configured" and "!classes.has(ti.inherits)" error spam on start.
|
2 years ago |
kobewi
|
e48c5daddf
Unify usage of GLOBAL/EDITOR_GET
|
2 years ago |
Rémi Verschelde
|
5aadc618b6
Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo
|
2 years ago |
MJacred
|
de768afbdc
Fetch video adapter driver name and version from OS on Linux/*BSD and Windows
|
2 years ago |
Rémi Verschelde
|
c2c9a582da
Merge pull request #64815 from RandomShaper/default_cpu_count
|
2 years ago |
Pedro J. Estébanez
|
6bf02c0162
Keep a single, portable implementation of `OS::get_processor_count()`
|
3 years ago |