summaryrefslogtreecommitdiffstats
path: root/drivers/windows
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@fd4c29a189e53a1e085df5b9b9a05cac9351b3efSpartan3222024-11-194-3/+225
|\
| * Merge pull request #99026 from Faless/net/split_ipThaddeus Crews2024-11-182-0/+218
| |\
| | * [Net] Split Unix/Windows IP implementationFabio Alessandrelli2024-11-122-0/+218
| * | Use `(r)find_char` instead of `(r)find` for single charactersA Thousand Ships2024-11-172-3/+3
| |/
* | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-122-0/+719
|\|
| * Merge pull request #98969 from Faless/net/split_socketsThaddeus Crews2024-11-122-0/+715
| |\
| | * [Net] Split Unix/Windows NetSocket implementationFabio Alessandrelli2024-11-102-0/+715
* | | Merge commit godotengine/godot@0f5f3bc9546b46b2029fc8896dc859697f1eab97Spartan3222024-11-111-1/+1
|\| |
| * | Warn on filesystem case mismatchValentin Cocaud2024-11-081-1/+1
| |/
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-064-13/+13
|\|
| * Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-044-13/+13
* | Fix copyright headers referring to GodotSpartan3222024-10-276-12/+12
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-116-0/+12
|/
* Merge pull request #95678 from Hilderin/fix-slow-load-on-large-project-v2Rémi Verschelde2024-09-261-1/+0
|\
| * Fix slow editor load on large projects (v2)Hilderin2024-09-251-1/+0
* | SCons: Add unobtrusive type hints in SCons filesThaddeus Crews2024-09-251-0/+1
|/
* Merge pull request #96840 from bruvzg/open_wstatRémi Verschelde2024-09-111-5/+6
|\
| * [Windows] Remove _wstat use in FileAccessWindows::open_internalbruvzg2024-09-111-5/+6
* | Merge pull request #74830 from AThousandShips/win_time_fixRémi Verschelde2024-09-111-7/+32
|\ \ | |/ |/|
| * [Windows] Use `GetFileTime` for `FileAccess`A Thousand Ships2024-09-061-7/+32
* | Add support for non-blocking IO mode to `OS.execute_with_pipe`.bruvzg2024-09-062-4/+10
|/
* Merge pull request #92167 from BlueCube3310/file-access-the-final-season-part...Rémi Verschelde2024-09-024-189/+5
|\
| * Reduce code duplication in FileAccessBlueCube33102024-09-014-189/+5
* | Fix Windows importer issue with new file detectionYahkub-R2024-09-011-3/+2
|/
* [Windows] Fix handling X: paths.bruvzg2024-08-291-1/+3
* Fix Win32 rename function.Saracen2024-08-291-1/+1
* [Windows] Always use absolute UNC paths and long path aware APIs, add "long p...bruvzg2024-08-282-132/+130
* Merge pull request #91100 from bruvzg/x_finksRémi Verschelde2024-04-292-3/+63
|\
| * Add symlink API support for Windows, expose symlink methods.bruvzg2024-04-282-3/+63
* | [Windows] Improve warning for path casing.A Thousand Ships2024-04-271-10/+55
|/
* [FileAccess] Implement `resize` method.bruvzg2024-04-123-0/+21
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-272-0/+254
* Pre-commit: Update to clang-format 17.0.6 and black 24.2.0Rémi Verschelde2024-02-281-1/+1
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-142-2/+2
* Fix invalid file path handling in Windows when there is dot in the file nameGNSS-Stylist2024-02-131-1/+6
* [Windows] Fix windows is_path_invalid, and apply it to directory creation.bruvzg2024-02-093-7/+11
* Use platform-specific methods for FileAccess reading and writingBlueCube33102023-10-292-0/+129
* 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