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
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
2019-03-03
Fix style issues from recent commits
Rémi Verschelde
2019-03-02
Remove some windows prints
Juan Linietsky
2019-02-12
Core: Ensure classes match their header filename
Rémi Verschelde
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-19
Replace CreateThread with QueueUserWorkItem
Marcin Zawiejski
2019-01-01
Update copyright statements to 2019
Rémi Verschelde
2018-12-11
Moved member variables to initializer list
Wilson E. Alvarez
2018-10-19
Fixing warnings generated by MSVC
Dualtagh Murray
2018-09-28
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-12
Unify StreamPeerTCP/TCP_Server with NetSocket API
Fabio Alessandrelli
2018-09-12
Unify PacketPeerUDP using NetSocket
Fabio Alessandrelli
2018-09-12
ENet wrapper properly detect disconnect on poll
Fabio Alessandrelli
2018-09-12
Properly reset socket blocking state on close
Fabio Alessandrelli
2018-09-12
Make core/ includes absolute, remove subfolders from include path
Rémi Verschelde
2018-08-24
Make some debug prints verbose-only, remove others
Rémi Verschelde
2018-08-10
Revert "added get_creation_time function for gdscript"
Juan Linietsky
2018-08-10
Merge pull request #18914 from notwarp/master
Juan Linietsky
2018-07-18
Style: Format code with clang-format 6.0.1
Rémi Verschelde
2018-05-26
Merge pull request #18279 from RandomShaper/allow-naive-http
Max Hilbrunner
[next]