| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3ef | Spartan322 | 2024-11-19 | 1 | -2/+2 |
|\ |
|
| * | Use `(r)find_char` instead of `(r)find` for single characters | A Thousand Ships | 2024-11-17 | 1 | -2/+2 |
* | | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1f | Spartan322 | 2024-11-06 | 1 | -1/+1 |
|\| |
|
| * | Style: Apply `clang-tidy` fixes (superficial) | Thaddeus Crews | 2024-11-04 | 1 | -1/+1 |
* | | 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 |
|/ |
|
* | [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 | 1 | -103/+87 |
* | Add symlink API support for Windows, expose symlink methods. | bruvzg | 2024-04-28 | 1 | -0/+60 |
* | Add const lvalue ref to core/* container parameters | Muller-Castro | 2024-02-14 | 1 | -1/+1 |
* | [Windows] Fix windows is_path_invalid, and apply it to directory creation. | bruvzg | 2024-02-09 | 1 | -0/+8 |
* | Add method to check if filesystem is case sensitive. | bruvzg | 2023-10-09 | 1 | -0/+48 |
* | UWP: Remove platform port, needs to be redone from scratch for 4.x | Rémi Verschelde | 2023-09-07 | 1 | -23/+3 |
* | Support long path in file access on windows | Samuele Panzeri | 2023-05-05 | 1 | -6/+9 |
* | One Copyright Update to rule them all | Rémi Verschelde | 2023-01-05 | 1 | -29/+29 |
* | Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang... | bruvzg | 2022-10-07 | 1 | -3/+3 |
* | 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 |
* | 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 |
* | Make FileAccess and DirAccess classes reference counted. | bruvzg | 2022-04-11 | 1 | -1/+1 |
* | [Windows] Add support for handling network share paths. | bruvzg | 2022-01-24 | 1 | -2/+9 |
* | 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 | -3/+3 |
* | Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master | Rémi Verschelde | 2021-10-05 | 1 | -0/+1 |
|\ |
|
| * | Add missing WIN32_LEAN_AND_MEAN | Bartłomiej T. Listwon | 2021-09-23 | 1 | -0/+1 |
* | | Merge pull request #43068 from cooperra/rename-fix | Rémi Verschelde | 2021-10-02 | 1 | -0/+5 |
|\ \
| |/
|/| |
|
| * | Fix file panel renaming unable to change the case of dirs on Windows | Robbie Cooper | 2020-10-25 | 1 | -0/+5 |
* | | Rename String::is_rel_path to String::is_relative_path | Wilson E. Alvarez | 2021-08-29 | 1 | -5/+5 |
* | | Rename `String.is_abs_path()` to `String.is_absolute_path()` | Hugo Locurcio | 2021-06-03 | 1 | -1/+1 |
* | | Change behavior of String.right | Tomasz Chabora | 2021-05-20 | 1 | -1/+1 |
* | | Make all file access 64-bit (uint64_t) | Pedro J. Estébanez | 2021-05-17 | 1 | -2/+3 |
* | | Update copyright statements to 2021 | Rémi Verschelde | 2021-01-01 | 1 | -2/+2 |
* | | Initialize class/struct variables with default values in core/ and drivers/ | Rafał Mikrut | 2020-11-23 | 1 | -2/+0 |
* | | Reorganized core/ directory, it was too fatty already | reduz | 2020-11-07 | 1 | -1/+1 |
|/ |
|
* | [Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms. | bruvzg | 2020-09-03 | 1 | -68/+64 |
* | Fix Directory Open Check | Nathan Franke | 2020-07-06 | 1 | -1/+5 |
* | fix(Directory): remove erasing print | Nathan Franke | 2020-05-28 | 1 | -4/+0 |
* | Style: Enforce separation line between function definitions | Rémi Verschelde | 2020-05-14 | 1 | -0/+4 |
* | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | Rémi Verschelde | 2020-05-14 | 1 | -25/+0 |
* | Replace NULL with nullptr | lupoDharkael | 2020-04-02 | 1 | -5/+5 |
* | Fix res:// trimmed to s:// on Windows | Pedro J. Estébanez | 2020-04-01 | 1 | -1/+7 |
* | Improve UX of drive letters | Pedro J. Estébanez | 2020-03-03 | 1 | -2/+6 |
* | Update copyright statements to 2020 | Rémi Verschelde | 2020-01-01 | 1 | -2/+2 |
* | Capitalise drive letters | Twarit | 2019-03-10 | 1 | -1/+1 |
* | Fix style issues from recent commits | Rémi Verschelde | 2019-03-03 | 1 | -1/+0 |
* | Remove some windows prints | Juan Linietsky | 2019-03-02 | 1 | -2/+2 |
* | Fix code style issues | Rémi Verschelde | 2019-01-26 | 1 | -17/+17 |
* | Fix compilation on UWP | Hein-Pieter van Braam | 2019-01-26 | 1 | -3/+3 |