reduz
|
d1dcb40d56
Ability to print and log script backtraces
|
4 months ago |
Thaddeus Crews
|
780cf03051
Merge pull request #104556 from Ivorforce/string-extend-instead-of-parse
|
4 months ago |
bruvzg
|
48bfe13e4f
Add methods to decode/encode multibyte encodings.
|
10 months ago |
Lukas Tenbrink
|
ffa6ef220b
Use `append_` instead of `parse_` for `String` methods.
|
4 months ago |
Ricardo Subtil
|
b77aa473a1
Implement a "Recovery Mode" for recovering crashing/hanging projects during initialization
|
1 year ago |
Rémi Verschelde
|
f08fe52d9a
Merge pull request #99963 from Faless/web/no_ip
|
7 months ago |
Lukas Tenbrink
|
b5c31ebb41
Add contains_char() for single-character 'contains' calls.
|
7 months ago |
Adam Scott
|
1b3e483899
Add file and dir temporary utilities
|
9 months ago |
Fabio Alessandrelli
|
c831f635fe
[Web] Implement dummy IPWeb instead of IPUnix
|
8 months ago |
Pāvels Nadtočajevs
|
e9b57fce82
Convert line breaks to `\n` and strip line break from the end of string returned by `OS::read_string_from_stdin`/`OS::get_stdin_string`.
|
8 months ago |
A Thousand Ships
|
68f638cf02
Use `(r)find_char` instead of `(r)find` for single characters
|
8 months ago |
Fabio Alessandrelli
|
fc52821cfb
[Net] Properly rename NetSocketPosix to NetSocketUnix
|
8 months ago |
Thaddeus Crews
|
179321a0a3
Merge pull request #91201 from bruvzg/con_type
|
8 months ago |
Fabio Alessandrelli
|
0c620b29cd
[Net] Split Unix/Windows NetSocket implementation
|
8 months ago |
bruvzg
|
76164c2aa9
[OS] Add functions to determine standard I/O device type.
|
1 year ago |
bruvzg
|
10f3c1f587
Add support for non-blocking IO mode to `OS.execute_with_pipe`.
|
1 year ago |
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 |