| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce | Spartan322 | 2024-11-26 | 1 | -0/+10 |
|\ |
|
| * | Merge pull request #97716 from pafuent/add_half_precision_floating_point_to_s... | Thaddeus Crews | 2024-11-22 | 1 | -0/+10 |
| |\ |
|
| | * | Add half precision floating point support to `StreamPeer` | Pablo Andres Fuente | 2024-11-12 | 1 | -0/+10 |
* | | | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef | Spartan322 | 2024-11-19 | 1 | -2/+6 |
|\| | |
|
| * | | Support uid:// in more places | kobewi | 2024-11-16 | 1 | -2/+6 |
* | | | Merge commit godotengine/godot@6c05ec3d6732cac44cf85c91db7d3fd1075bcb23 | Spartan322 | 2024-11-15 | 1 | -3/+4 |
|\| | |
|
| * | | Allow setting custom initialization vector for FileAccessEncrypted. Add expor... | bruvzg | 2024-11-13 | 1 | -3/+4 |
| |/ |
|
* | | Merge commit godotengine/godot@c6c464cf9ae56e8b68620af65125dd980d0e8122 | Spartan322 | 2024-11-02 | 1 | -10/+10 |
|\| |
|
| * | [Core] Improve error messages with `vformat` | A Thousand Ships | 2024-10-30 | 1 | -10/+10 |
* | | Fix copyright headers referring to Godot | Spartan322 | 2024-10-27 | 1 | -2/+2 |
* | | Rebrand preambles to Redot | Dubhghlas McLaughlin | 2024-10-11 | 1 | -0/+2 |
|/ |
|
* | Reduce code duplication in FileAccess | BlueCube3310 | 2024-09-01 | 1 | -81/+30 |
* | Fix FileSystem dock won't show any file folders (v2) | Hilderin | 2024-08-20 | 1 | -5/+3 |
* | Revert "Fix FileSystem dock won't show any file folders" | Rémi Verschelde | 2024-06-11 | 1 | -3/+5 |
* | Fix FileSystem dock won't show any file folders | Hilderin | 2024-06-10 | 1 | -5/+3 |
* | [FileAccess] Implement `resize` method. | bruvzg | 2024-04-12 | 1 | -0/+1 |
* | Implement `OS.execute_with_pipe` method to run process with redirected stdio. | bruvzg | 2024-03-27 | 1 | -1/+6 |
* | Explicitly initialize all of `FileAccess::create_func[ACCESS_MAX]` | scgm0 | 2024-01-31 | 1 | -1/+1 |
* | [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma... | bruvzg | 2023-08-08 | 1 | -4/+70 |
* | Improve error reporting when parsing CSV translation file | andybarcia | 2023-06-19 | 1 | -0/+5 |
* | Expose brotli decompression to the scripting API. | bruvzg | 2023-03-29 | 1 | -0/+1 |
* | Fix FileAccess last open error flag update | bitsawer | 2023-02-21 | 1 | -4/+3 |
* | Restore FileAccess.close method. | bruvzg | 2023-02-16 | 1 | -0/+2 |
* | [GDExtension] Expose some low level functions and String operators. | bruvzg | 2023-01-19 | 1 | -6/+6 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Use system fonts as fallback and improve system font handling. | bruvzg | 2022-12-04 | 1 | -2/+5 |
* | Use `constexpr` in the conditions with template parameters and `sizeof`s to s... | bruvzg | 2022-09-29 | 1 | -1/+1 |
* | Replace File/Directory with FileAccess/DirAccess | kobewi | 2022-09-19 | 1 | -2/+204 |
* | Add FileAccess::get_access_type() | Pedro J. Estébanez | 2022-08-24 | 1 | -0/+4 |
* | File: Re-add support to skip CR (`\r`) in `File::get_as_text` | Rémi Verschelde | 2022-08-01 | 1 | -2/+2 |
* | Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi... | bruvzg | 2022-07-07 | 1 | -4/+1 |
* | Narrow FileAccess scope to prevent deadlocks. | bruvzg | 2022-04-12 | 1 | -1/+1 |
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -34/+24 |
* | String: Add contains(). | Anilforextra | 2022-02-04 | 1 | -1/+1 |
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
* | Replace String comparisons with "", String() to is_empty() | Nathan Franke | 2021-12-09 | 1 | -2/+2 |
* | Tests: Improve coverage for `File::get_csv_line()` | Rémi Verschelde | 2021-08-04 | 1 | -18/+19 |
* | Core: Move DirAccess and FileAccess to `core/io` | Rémi Verschelde | 2021-06-11 | 1 | -0/+676 |