index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
windows
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
Rename `String.is_abs_path()` to `String.is_absolute_path()`
Hugo Locurcio
2021-06-03
1
-1
/
+1
*
|
|
FileAccess: Don't err in `store_buffer` with buffer of size 0
Rémi Verschelde
2021-06-07
1
-0
/
+1
|
/
/
*
|
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-25
2
-2
/
+2
*
|
Add GDNative Framework loading and export support.
bruvzg
2021-05-24
1
-1
/
+0
*
|
Add symlink API to the DirAccess (on macOS and Linux).
bruvzg
2021-05-22
1
-0
/
+5
*
|
Change behavior of String.right
Tomasz Chabora
2021-05-20
1
-1
/
+1
*
|
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-17
4
-25
/
+25
*
|
Allow nullptr with zero length in FileAccess get_buffer
Alex Hirsch
2021-03-16
1
-1
/
+1
*
|
Add parameter checkes to FileAccess get_buffer functions
Alex Hirsch
2021-03-09
1
-0
/
+2
*
|
Modernize Thread
Pedro J. Estébanez
2021-01-29
2
-155
/
+0
*
|
Modernize RWLock
Pedro J. Estébanez
2021-01-19
2
-150
/
+0
*
|
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
8
-16
/
+16
*
|
Initialize class/struct variables with default values in core/ and drivers/
Rafał Mikrut
2020-11-23
2
-7
/
+5
*
|
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
4
-4
/
+4
|
/
*
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-09-03
2
-93
/
+96
*
Fix Directory Open Check
Nathan Franke
2020-07-06
1
-1
/
+5
*
fix(Directory): remove erasing print
Nathan Franke
2020-05-28
1
-4
/
+0
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
3
-0
/
+10
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
8
-69
/
+0
*
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-14
4
-25
/
+12
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
3
-13
/
+13
*
Fix res:// trimmed to s:// on Windows
Pedro J. Estébanez
2020-04-01
1
-1
/
+7
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
1
-1
/
+1
*
Merge pull request #36752 from RandomShaper/rework_semaphore
Rémi Verschelde
2020-03-05
2
-156
/
+0
|
\
|
*
Drop old semaphore implementation
Pedro J. Estébanez
2020-03-03
2
-156
/
+0
*
|
Improve UX of drive letters
Pedro J. Estébanez
2020-03-03
2
-3
/
+7
|
/
*
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-26
2
-164
/
+0
*
Added a spinlock template as well as a thread work pool class.
Juan Linietsky
2020-02-11
2
-3
/
+3
*
Remove duplicate WARN_PRINT macro.
Marcel Admiraal
2020-02-05
1
-1
/
+1
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
12
-24
/
+24
*
Handle missing file properly when checking for case mismatch
PouleyKetchoupp
2019-11-10
1
-1
/
+1
*
FileAccessWindows: Add errno include for MinGW
Rémi Verschelde
2019-08-21
1
-0
/
+1
*
Support for file not found in ConfigFile::Load and handle a few specific cases
PouleyKetchoupp
2019-08-21
1
-3
/
+10
*
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
Rémi Verschelde
2019-08-17
1
-2
/
+3
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in 'core/' and 'editor/'
Braden Bodily
2019-08-17
1
-4
/
+1
*
Remove redundant author doc comments
IAmActuallyCthulhu
2019-08-12
4
-16
/
+0
*
Fix compilation warnings in JS and Windows builds
Rémi Verschelde
2019-06-15
1
-2
/
+2
*
Fix errors when attempting to set UNIX permissions when unavailable
Hugo Locurcio
2019-06-03
1
-3
/
+1
*
Add FileAccess::set_unix_permissions for Unix platforms
Juan Linietsky
2019-04-07
2
-0
/
+12
*
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-1
/
+2
*
Merge pull request #27589 from Chaosus/fix_file
Rémi Verschelde
2019-04-08
2
-0
/
+34
|
\
|
*
Fix File opened with READ_WRITE on Windows
Chaosus
2019-04-05
2
-0
/
+34
*
|
Capitalise drive letters
Twarit
2019-03-10
1
-1
/
+1
|
/
*
Fix style issues from recent commits
Rémi Verschelde
2019-03-03
1
-1
/
+0
*
Remove some windows prints
Juan Linietsky
2019-03-02
1
-2
/
+2
*
Core: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
2
-119
/
+0
*
Fix code style issues
Rémi Verschelde
2019-01-26
2
-18
/
+17
*
Fix compilation on UWP
Hein-Pieter van Braam
2019-01-26
1
-3
/
+3
*
Add function to obtain filesystem type from DirAccess.
Juan Linietsky
2019-01-21
2
-0
/
+32
*
Replace CreateThread with QueueUserWorkItem
Marcin Zawiejski
2019-01-19
1
-7
/
+4
[prev]
[next]