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
/
unix
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #66102 from MJacred/feature/getvideoadapterdriverinfo
Rémi Verschelde
2022-10-11
2
-0
/
+6
|
\
|
*
Fetch video adapter driver name and version from OS on Linux/*BSD and Windows
MJacred
2022-10-11
2
-0
/
+6
*
|
Cleanup unused defines in platform code
Rémi Verschelde
2022-10-11
1
-2
/
+2
*
|
SCons: Cleanup GCC warnings configuration
Rémi Verschelde
2022-10-10
1
-2
/
+2
*
|
Merge pull request #64815 from RandomShaper/default_cpu_count
Rémi Verschelde
2022-10-06
2
-6
/
+0
|
\
\
|
*
|
Keep a single, portable implementation of `OS::get_processor_count()`
Pedro J. Estébanez
2022-10-05
2
-6
/
+0
*
|
|
Merge pull request #66720 from qarmin/unintialized_memory
Rémi Verschelde
2022-10-05
2
-10
/
+10
|
\
\
\
|
*
|
|
Remove usage of unitialized variables
Rafał Mikrut
2022-10-01
2
-10
/
+10
|
|
|
/
|
|
/
|
*
|
|
Merge pull request #64819 from RandomShaper/enhance_thread_funcs
Rémi Verschelde
2022-10-05
1
-1
/
+1
|
\
\
\
|
*
|
|
Enhance portability of threading
Pedro J. Estébanez
2022-10-04
1
-1
/
+1
*
|
|
|
Merge pull request #66807 from akien-mga/core-unix-remove-NO_FCNTL-and-NO_STA...
Rémi Verschelde
2022-10-04
7
-53
/
+23
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Unix: Remove now unnecessary I/O defines, cleanup
Rémi Verschelde
2022-10-03
7
-53
/
+23
|
|
|
/
|
|
/
|
*
/
|
Remove NO_THREADS fallback code, Godot 4 requires thread support
Rémi Verschelde
2022-10-03
3
-6
/
+2
|
/
/
*
|
SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` defines
Rémi Verschelde
2022-09-23
2
-6
/
+0
*
|
Replace File/Directory with FileAccess/DirAccess
kobewi
2022-09-19
2
-2
/
+2
|
/
*
Add get_distribution_name() and get_version() to OS
MJacred
2022-09-16
2
-0
/
+10
*
Fixes #65377: get_datetime_* functions can return wrong values
James
2022-09-10
2
-19
/
+5
*
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
2
-19
/
+19
*
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-29
2
-4
/
+4
*
[Net] IP uses print_verbose when getaddrinfo fails.
Fabio Alessandrelli
2022-08-05
1
-2
/
+2
*
Add override keywords to DirAccess derived classes
Marcel Admiraal
2022-08-02
1
-23
/
+23
*
Add override keywords to FileAccess derived classes
Marcel Admiraal
2022-08-02
1
-19
/
+19
*
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-25
9
-14
/
+17
*
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-21
1
-1
/
+1
*
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...
bruvzg
2022-07-07
2
-3
/
+8
*
Add Desktop to file dialog drive on Unix
Shlomi
2022-07-05
1
-4
/
+13
*
Add full support for Android scoped storage.
Fredia Huya-Kouadio
2022-07-05
4
-12
/
+1
*
Replace most uses of Map by HashMap
reduz
2022-05-16
3
-8
/
+8
*
Add OS::is_process_running function.
mdavisprog
2022-05-03
2
-0
/
+10
*
Merge pull request #60601 from touilleMan/gdextension_get_library_path
Rémi Verschelde
2022-05-03
2
-2
/
+7
|
\
|
*
Add GDNativeInterface::get_library_path to GDExtension
Emmanuel Leblond
2022-04-29
2
-2
/
+7
*
|
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-05-02
1
-2
/
+2
|
/
*
Remove or make private `FileAccess` `close()` methods.
bruvzg
2022-04-12
2
-7
/
+4
*
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-11
4
-6
/
+6
*
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-04-04
1
-1
/
+1
*
Remove unused GDNative code
Rémi Verschelde
2022-03-09
1
-2
/
+2
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
6
-33
/
+44
*
[OS/Crypto] Add get_entropy to OS.
Fabio Alessandrelli
2022-02-14
2
-10
/
+41
*
[Net] Simplify IP resolution code, fix caching.
Fabio Alessandrelli
2022-01-29
1
-1
/
+1
*
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-17
2
-4
/
+4
|
\
|
*
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-18
2
-4
/
+4
*
|
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
14
-28
/
+28
|
/
*
Add / to the unix shortcut drive list
Haoyu Qiu
2021-12-15
2
-0
/
+17
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
3
-6
/
+6
*
Only print message for `get_modified_time()` failure when in verbose mode
Hugo Locurcio
2021-12-01
1
-1
/
+2
*
Fix console colors on Windows
Yuri Roubinsky
2021-11-26
1
-1
/
+1
*
Fix data directory of unnamed projects
kobewi
2021-11-18
1
-1
/
+1
*
Update Time documentation
Aaron Franke
2021-10-28
2
-6
/
+6
*
Implement toast notifications in the editor
Gilles Roudière
2021-10-14
2
-2
/
+2
*
Replaced NULL with nullptr
M. Huri
2021-10-12
1
-1
/
+1
[next]