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
*
Add method to check if filesystem is case sensitive.
bruvzg
2023-10-09
2
-0
/
+49
*
Windows: Remove `MSVC` define redundant with `_MSC_VER`
Rémi Verschelde
2023-09-26
1
-0
/
+1
*
[Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-12
1
-9
/
+9
*
UWP: Remove platform port, needs to be redone from scratch for 4.x
Rémi Verschelde
2023-09-07
1
-23
/
+3
*
Make Windows' safe save more resilient
Pedro J. Estébanez
2023-08-25
1
-22
/
+17
*
[FileAccess] Add methods to get/set "hidden" and "read-only" attributes on ma...
bruvzg
2023-08-08
2
-4
/
+57
*
Support long path in file access on windows
Samuele Panzeri
2023-05-05
4
-6
/
+21
*
Merge pull request #73156 from gw2cc/safe_save
Yuri Sizov
2023-03-16
1
-4
/
+10
|
\
|
*
Create a safe temporary file with is_backup_save_enabled
ACB
2023-03-15
1
-4
/
+10
*
|
Restore FileAccess.close method.
bruvzg
2023-02-16
2
-0
/
+7
|
/
*
Prevent opening Windows console files
Juan Linietsky
2023-01-11
2
-1
/
+50
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
4
-116
/
+116
*
Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...
bruvzg
2022-10-07
2
-6
/
+6
*
Unix: Remove now unnecessary I/O defines, cleanup
Rémi Verschelde
2022-10-03
1
-27
/
+1
*
Fix DirAccessWindows::make_dir() choking on ".."
nikitalita
2022-09-26
1
-1
/
+1
*
Replace File/Directory with FileAccess/DirAccess
kobewi
2022-09-19
2
-2
/
+2
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
1
-6
/
+6
*
Fix Windows list dir handle leak
bitsawer
2022-08-15
1
-0
/
+2
*
Add override keywords to DirAccess derived classes
Marcel Admiraal
2022-08-02
1
-19
/
+19
*
Add override keywords to FileAccess derived classes
Marcel Admiraal
2022-08-02
1
-19
/
+19
*
Remove or make private `FileAccess` `close()` methods.
bruvzg
2022-04-12
2
-6
/
+6
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
2
-2
/
+2
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
1
-3
/
+4
*
[Windows] Add support for handling network share paths.
bruvzg
2022-01-24
1
-2
/
+9
*
Style: Remove inconsistently used `@author` docstrings
Rémi Verschelde
2022-01-04
1
-6
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
4
-8
/
+8
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
2
-5
/
+5
*
Only print message for `get_modified_time()` failure when in verbose mode
Hugo Locurcio
2021-12-01
1
-1
/
+2
*
Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master
Rémi Verschelde
2021-10-05
2
-0
/
+2
|
\
|
*
Add missing WIN32_LEAN_AND_MEAN
Bartłomiej T. Listwon
2021-09-23
2
-0
/
+2
*
|
Merge pull request #43068 from cooperra/rename-fix
Rémi Verschelde
2021-10-02
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Fix file panel renaming unable to change the case of dirs on Windows
Robbie Cooper
2020-10-25
1
-0
/
+5
*
|
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-08-29
1
-5
/
+5
*
|
FileAccessWindows: Add missing share.h include
Rémi Verschelde
2021-08-10
1
-0
/
+1
*
|
FileAccessWindows: Cosmetic improvements
Max Hilbrunner
2021-08-09
1
-4
/
+9
*
|
Fix Windows platform file access
Max Hilbrunner
2021-08-09
1
-5
/
+3
*
|
Implement Resource UIDs
reduz
2021-07-24
1
-1
/
+1
*
|
Merge pull request #49511 from akien-mga/core-diraccess-fileaccess-io
Rémi Verschelde
2021-06-11
2
-2
/
+2
|
\
\
|
*
|
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-11
2
-2
/
+2
*
|
|
Merge pull request #49279 from Calinou/rename-string-is-abs-path-method
Rémi Verschelde
2021-06-11
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
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
[next]