Daylily-Zeleen
|
fe6b073811
Distinguishs between dynamic library not found and can't be opened.
|
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 |
Rémi Verschelde
|
9928cdc2e7
Merge pull request #66807 from akien-mga/core-unix-remove-NO_FCNTL-and-NO_STATVFS
|
2 years ago |
Rémi Verschelde
|
f501e4f665
Unix: Remove now unnecessary I/O defines, cleanup
|
2 years ago |
Rémi Verschelde
|
54418ea659
Remove NO_THREADS fallback code, Godot 4 requires thread support
|
2 years ago |
Rémi Verschelde
|
26e9145c26
SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` defines
|
2 years ago |
MJacred
|
ac9786c525
Add get_distribution_name() and get_version() to OS
|
2 years ago |
James
|
0aecfc9254
Fixes #65377: get_datetime_* functions can return wrong values
|
2 years ago |
Aaron Franke
|
10a56981dc
Rename String `plus_file` to `path_join`
|
3 years ago |
Fabio Alessandrelli
|
d20b32186f
[Web] Rename JavaScript platform to Web.
|
3 years ago |
bruvzg
|
8823eae328
Rename OSX to macOS and iPhoneOS to iOS.
|
3 years ago |
bruvzg
|
0c5431644d
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows filenames) and some non-standard UTF-8 variants, makes Unicode parse errors more verbose.
|
3 years ago |
mdavisprog
|
f3c1232c59
Add OS::is_process_running function.
|
4 years ago |
Emmanuel Leblond
|
80f61352fb
Add GDNativeInterface::get_library_path to GDExtension
|
3 years ago |