| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #95678 from Hilderin/fix-slow-load-on-large-project-v2 | Rémi Verschelde | 2024-09-26 | 1 | -1/+0 |
| |\ |
|
| | * | Fix slow editor load on large projects (v2) | Hilderin | 2024-09-25 | 1 | -1/+0 |
| * | | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 1 | -0/+1 |
| |/ |
|
| * | Merge pull request #96840 from bruvzg/open_wstat | Rémi Verschelde | 2024-09-11 | 1 | -5/+6 |
| |\ |
|
| | * | [Windows] Remove _wstat use in FileAccessWindows::open_internal | bruvzg | 2024-09-11 | 1 | -5/+6 |
| * | | Merge pull request #74830 from AThousandShips/win_time_fix | Rémi Verschelde | 2024-09-11 | 1 | -7/+32 |
| |\ \
| |/
|/| |
|
| | * | [Windows] Use `GetFileTime` for `FileAccess` | A Thousand Ships | 2024-09-06 | 1 | -7/+32 |
| * | | Add support for non-blocking IO mode to `OS.execute_with_pipe`. | bruvzg | 2024-09-06 | 2 | -4/+10 |
| |/ |
|
| * | Merge pull request #92167 from BlueCube3310/file-access-the-final-season-part... | Rémi Verschelde | 2024-09-02 | 4 | -189/+5 |
| |\ |
|
| | * | Reduce code duplication in FileAccess | BlueCube3310 | 2024-09-01 | 4 | -189/+5 |
| * | | Fix Windows importer issue with new file detection | Yahkub-R | 2024-09-01 | 1 | -3/+2 |
| |/ |
|
| * | [Windows] Fix handling X: paths. | bruvzg | 2024-08-29 | 1 | -1/+3 |
| * | Fix Win32 rename function. | Saracen | 2024-08-29 | 1 | -1/+1 |
| * | [Windows] Always use absolute UNC paths and long path aware APIs, add "long p... | bruvzg | 2024-08-28 | 2 | -132/+130 |
| * | Merge pull request #91100 from bruvzg/x_finks | Rémi Verschelde | 2024-04-29 | 2 | -3/+63 |
| |\ |
|
| | * | Add symlink API support for Windows, expose symlink methods. | bruvzg | 2024-04-28 | 2 | -3/+63 |
| * | | [Windows] Improve warning for path casing. | A Thousand Ships | 2024-04-27 | 1 | -10/+55 |
| |/ |
|
| * | [FileAccess] Implement `resize` method. | bruvzg | 2024-04-12 | 3 | -0/+21 |
| * | Implement `OS.execute_with_pipe` method to run process with redirected stdio. | bruvzg | 2024-03-27 | 2 | -0/+254 |
| * | Pre-commit: Update to clang-format 17.0.6 and black 24.2.0 | Rémi Verschelde | 2024-02-28 | 1 | -1/+1 |
| * | Add const lvalue ref to core/* container parameters | Muller-Castro | 2024-02-14 | 2 | -2/+2 |
| * | Fix invalid file path handling in Windows when there is dot in the file name | GNSS-Stylist | 2024-02-13 | 1 | -1/+6 |
| * | [Windows] Fix windows is_path_invalid, and apply it to directory creation. | bruvzg | 2024-02-09 | 3 | -7/+11 |
| * | Use platform-specific methods for FileAccess reading and writing | BlueCube3310 | 2023-10-29 | 2 | -0/+129 |
| * | Add method to check if filesystem is case sensitive. | bruvzg | 2023-10-09 | 2 | -0/+49 |
| * | Windows: Remove `MSVC` define redundant with `_MSC_VER` | Rémi Verschelde | 2023-09-26 | 1 | -0/+1 |
| * | [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-12 | 1 | -9/+9 |
| * | UWP: Remove platform port, needs to be redone from scratch for 4.x | Rémi Verschelde | 2023-09-07 | 1 | -23/+3 |
| * | Make Windows' safe save more resilient | Pedro J. Estébanez | 2023-08-25 | 1 | -22/+17 |
| * | [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma... | bruvzg | 2023-08-08 | 2 | -4/+57 |
| * | Support long path in file access on windows | Samuele Panzeri | 2023-05-05 | 4 | -6/+21 |
| * | Merge pull request #73156 from gw2cc/safe_save | Yuri Sizov | 2023-03-16 | 1 | -4/+10 |
| |\ |
|
| | * | Create a safe temporary file with is_backup_save_enabled | ACB | 2023-03-15 | 1 | -4/+10 |
| * | | Restore FileAccess.close method. | bruvzg | 2023-02-16 | 2 | -0/+7 |
| |/ |
|
| * | Prevent opening Windows console files | Juan Linietsky | 2023-01-11 | 2 | -1/+50 |
| * | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 4 | -116/+116 |
| * | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 2 | -6/+6 |
| * | Unix: Remove now unnecessary I/O defines, cleanup | Rémi Verschelde | 2022-10-03 | 1 | -27/+1 |
| * | Fix DirAccessWindows::make_dir() choking on ".." | nikitalita | 2022-09-26 | 1 | -1/+1 |
| * | Replace File/Directory with FileAccess/DirAccess | kobewi | 2022-09-19 | 2 | -2/+2 |
| * | Rename String `plus_file` to `path_join` | Aaron Franke | 2022-08-29 | 1 | -6/+6 |
| * | Fix Windows list dir handle leak | bitsawer | 2022-08-15 | 1 | -0/+2 |
| * | Add override keywords to DirAccess derived classes | Marcel Admiraal | 2022-08-02 | 1 | -19/+19 |
| * | Add override keywords to FileAccess derived classes | Marcel Admiraal | 2022-08-02 | 1 | -19/+19 |
| * | Remove or make private `FileAccess` `close()` methods. | bruvzg | 2022-04-12 | 2 | -6/+6 |
| * | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 2 | -2/+2 |
| * | Style: Cleanup single-line blocks, semicolons, dead code | Rémi Verschelde | 2022-02-16 | 1 | -3/+4 |
| * | [Windows] Add support for handling network share paths. | bruvzg | 2022-01-24 | 1 | -2/+9 |
| * | Style: Remove inconsistently used `@author` docstrings | Rémi Verschelde | 2022-01-04 | 1 | -6/+2 |
| * | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 4 | -8/+8 |