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
Age
Commit message (
Expand
)
Author
2021-08-10
FileAccessWindows: Add missing share.h include
Rémi Verschelde
2021-08-09
FileAccessWindows: Cosmetic improvements
Max Hilbrunner
2021-08-09
Fix Windows platform file access
Max Hilbrunner
2021-07-24
Implement Resource UIDs
reduz
2021-06-11
Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io
Rémi Verschelde
2021-06-11
Merge pull request #49279 from Calinou/rename-string-is-abs-path-method
Rémi Verschelde
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-07
FileAccess: Don't err in `store_buffer` with buffer of size 0
Rémi Verschelde
2021-06-03
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-05-25
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-24
Add GDNative Framework loading and export support.
bruvzg
2021-05-22
Add symlink API to the DirAccess (on macOS and Linux).
bruvzg
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-03-16
Allow nullptr with zero length in FileAccess get_buffer
Alex Hirsch
2021-03-09
Add parameter checkes to FileAccess get_buffer functions
Alex Hirsch
2021-01-29
Modernize Thread
Pedro J. Estébanez
2021-01-19
Modernize RWLock
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-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-05-14
Port member initialization from constructor to declaration (C++11)
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-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-05
Merge pull request #36752 from RandomShaper/rework_semaphore
Rémi Verschelde
2020-03-03
Drop old semaphore implementation
Pedro J. Estébanez
2020-03-03
Improve UX of drive letters
Pedro J. Estébanez
2020-02-26
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-11
Added a spinlock template as well as a thread work pool class.
Juan Linietsky
2020-02-05
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-11-10
Handle missing file properly when checking for case mismatch
PouleyKetchoupp
2019-08-21
FileAccessWindows: Add errno include for MinGW
Rémi Verschelde
2019-08-21
Support for file not found in ConfigFile::Load and handle a few specific cases
PouleyKetchoupp
2019-08-17
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
Rémi Verschelde
2019-08-17
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-12
Remove redundant author doc comments
IAmActuallyCthulhu
2019-06-15
Fix compilation warnings in JS and Windows builds
Rémi Verschelde
2019-06-03
Fix errors when attempting to set UNIX permissions when unavailable
Hugo Locurcio
2019-04-07
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-09
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-08
Merge pull request #27589 from Chaosus/fix_file
Rémi Verschelde
2019-04-05
Fix File opened with READ_WRITE on Windows
Chaosus
2019-03-10
Capitalise drive letters
Twarit
[next]