summaryrefslogtreecommitdiffstats
path: root/drivers/windows
Commit message (Expand)AuthorAgeFilesLines
* Add method to check if filesystem is case sensitive.bruvzg2023-10-092-0/+49
* Windows: Remove `MSVC` define redundant with `_MSC_VER`Rémi Verschelde2023-09-261-0/+1
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-9/+9
* UWP: Remove platform port, needs to be redone from scratch for 4.xRémi Verschelde2023-09-071-23/+3
* Make Windows' safe save more resilientPedro J. Estébanez2023-08-251-22/+17
* [FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...bruvzg2023-08-082-4/+57
* Support long path in file access on windowsSamuele Panzeri2023-05-054-6/+21
* Merge pull request #73156 from gw2cc/safe_saveYuri Sizov2023-03-161-4/+10
|\
| * Create a safe temporary file with is_backup_save_enabledACB2023-03-151-4/+10
* | Restore FileAccess.close method.bruvzg2023-02-162-0/+7
|/
* Prevent opening Windows console filesJuan Linietsky2023-01-112-1/+50
* One Copyright Update to rule them allRémi Verschelde2023-01-054-116/+116
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-072-6/+6
* Unix: Remove now unnecessary I/O defines, cleanupRémi Verschelde2022-10-031-27/+1
* Fix DirAccessWindows::make_dir() choking on ".."nikitalita2022-09-261-1/+1
* Replace File/Directory with FileAccess/DirAccesskobewi2022-09-192-2/+2
* Rename String `plus_file` to `path_join`Aaron Franke2022-08-291-6/+6
* Fix Windows list dir handle leakbitsawer2022-08-151-0/+2
* Add override keywords to DirAccess derived classesMarcel Admiraal2022-08-021-19/+19
* Add override keywords to FileAccess derived classesMarcel Admiraal2022-08-021-19/+19
* Remove or make private `FileAccess` `close()` methods.bruvzg2022-04-122-6/+6
* Make FileAccess and DirAccess classes reference counted.bruvzg2022-04-112-2/+2
* Style: Cleanup single-line blocks, semicolons, dead codeRémi Verschelde2022-02-161-3/+4
* [Windows] Add support for handling network share paths.bruvzg2022-01-241-2/+9
* Style: Remove inconsistently used `@author` docstringsRémi Verschelde2022-01-041-6/+2
* Update copyright statements to 2022Rémi Verschelde2022-01-034-8/+8
* Replace String comparisons with "", String() to is_empty()Nathan Franke2021-12-092-5/+5
* Only print message for `get_modified_time()` failure when in verbose modeHugo Locurcio2021-12-011-1/+2
* Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_masterRémi Verschelde2021-10-052-0/+2
|\
| * Add missing WIN32_LEAN_AND_MEANBartłomiej T. Listwon2021-09-232-0/+2
* | Merge pull request #43068 from cooperra/rename-fixRémi Verschelde2021-10-021-0/+5
|\ \ | |/ |/|
| * Fix file panel renaming unable to change the case of dirs on WindowsRobbie Cooper2020-10-251-0/+5
* | Rename String::is_rel_path to String::is_relative_pathWilson E. Alvarez2021-08-291-5/+5
* | FileAccessWindows: Add missing share.h includeRémi Verschelde2021-08-101-0/+1
* | FileAccessWindows: Cosmetic improvementsMax Hilbrunner2021-08-091-4/+9
* | Fix Windows platform file accessMax Hilbrunner2021-08-091-5/+3
* | Implement Resource UIDsreduz2021-07-241-1/+1
* | Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-ioRémi Verschelde2021-06-112-2/+2
|\ \
| * | Core: Move DirAccess and FileAccess to `core/io`Rémi Verschelde2021-06-112-2/+2
* | | Merge pull request #49279 from Calinou/rename-string-is-abs-path-methodRémi Verschelde2021-06-111-1/+1
|\ \ \ | |/ / |/| |
| * | Rename `String.is_abs_path()` to `String.is_absolute_path()`Hugo Locurcio2021-06-031-1/+1
* | | FileAccess: Don't err in `store_buffer` with buffer of size 0Rémi Verschelde2021-06-071-0/+1
|/ /
* | Rename File::get_len() get_length()Marcel Admiraal2021-05-252-2/+2
* | Add GDNative Framework loading and export support.bruvzg2021-05-241-1/+0
* | Add symlink API to the DirAccess (on macOS and Linux).bruvzg2021-05-221-0/+5
* | Change behavior of String.rightTomasz Chabora2021-05-201-1/+1
* | Make all file access 64-bit (uint64_t)Pedro J. Estébanez2021-05-174-25/+25
* | Allow nullptr with zero length in FileAccess get_bufferAlex Hirsch2021-03-161-1/+1
* | Add parameter checkes to FileAccess get_buffer functionsAlex Hirsch2021-03-091-0/+2
* | Modernize ThreadPedro J. Estébanez2021-01-292-155/+0