index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
windows
/
dir_access_windows.cpp
Age
Commit message (
Expand
)
Author
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-15
Fix Windows list dir handle leak
bitsawer
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-01-24
[Windows] Add support for handling network share paths.
bruvzg
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-10-05
Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master
Rémi Verschelde
2021-10-02
Merge pull request #43068 from cooperra/rename-fix
Rémi Verschelde
2021-09-23
Add missing WIN32_LEAN_AND_MEAN
Bartłomiej T. Listwon
2021-08-29
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-06-03
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-05-20
Change behavior of String.right
Tomasz Chabora
2021-05-17
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-11-23
Initialize class/struct variables with default values in core/ and drivers/
Rafał Mikrut
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-25
Fix file panel renaming unable to change the case of dirs on Windows
Robbie Cooper
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-07-06
Fix Directory Open Check
Nathan Franke
2020-05-28
fix(Directory): remove erasing print
Nathan Franke
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-04-01
Fix res:// trimmed to s:// on Windows
Pedro J. Estébanez
2020-03-03
Improve UX of drive letters
Pedro J. Estébanez
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-03-10
Capitalise drive letters
Twarit
2019-03-03
Fix style issues from recent commits
Rémi Verschelde
2019-03-02
Remove some windows prints
Juan Linietsky
2019-01-26
Fix code style issues
Rémi Verschelde
2019-01-26
Fix compilation on UWP
Hein-Pieter van Braam
2019-01-21
Add function to obtain filesystem type from DirAccess.
Juan Linietsky
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-02-24
Fix Windows file case changing
Hein-Pieter van Braam
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-10-13
Fixed issue #12019, which prevented the creation of new folders on Windows pl...
Falk Moser
2017-09-25
Extract logging logic
Ruslan Mustakov
2017-08-27
Use HTTPS URL for Godot's website in the headers
Rémi Verschelde
2017-04-08
Add "Godot Engine contributors" copyright line
Rémi Verschelde
2017-03-24
Fix typos in source code using codespell
Rémi Verschelde
2017-03-05
A Whole New World (clang-format edition)
Rémi Verschelde
2017-01-14
Fixed dir access return value, changed it to Error like all other funcs
Juan Linietsky
2017-01-01
Welcome in 2017, dear changelog reader!
Rémi Verschelde
2016-11-03
Rename WINRT_ENABLED to UWP_ENABLED
George Marques
2016-09-03
Fix drivers coding for WinRT
George Marques
2016-06-30
Fix some bugs in diraccess, closes #5288
Juan Linietsky
2016-06-18
Fix make_dir for long paths on Windows
George Marques
2016-06-18
-made get_space_left() return values more homogenous, also for script, conver...
Juan Linietsky
[next]