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
/
unix
Age
Commit message (
Expand
)
Author
2022-10-03
Remove NO_THREADS fallback code, Godot 4 requires thread support
Rémi Verschelde
2022-09-23
SCons: Cleanup `DEBUG`, `_DEBUG` and `NDEBUG` defines
Rémi Verschelde
2022-09-19
Replace File/Directory with FileAccess/DirAccess
kobewi
2022-09-16
Add get_distribution_name() and get_version() to OS
MJacred
2022-09-10
Fixes #65377: get_datetime_* functions can return wrong values
James
2022-08-29
Rename String `plus_file` to `path_join`
Aaron Franke
2022-08-29
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-05
[Net] IP uses print_verbose when getaddrinfo fails.
Fabio Alessandrelli
2022-08-02
Add override keywords to DirAccess derived classes
Marcel Admiraal
2022-08-02
Add override keywords to FileAccess derived classes
Marcel Admiraal
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-07-21
Rename OSX to macOS and iPhoneOS to iOS.
bruvzg
2022-07-07
Allows parsing of invalid UTF-16 surrogates (can be encountered in Windows fi...
bruvzg
2022-07-05
Add Desktop to file dialog drive on Unix
Shlomi
2022-07-05
Add full support for Android scoped storage.
Fredia Huya-Kouadio
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-03
Add OS::is_process_running function.
mdavisprog
2022-05-03
Merge pull request #60601 from touilleMan/gdextension_get_library_path
Rémi Verschelde
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-29
Add GDNativeInterface::get_library_path to GDExtension
Emmanuel Leblond
2022-04-12
Remove or make private `FileAccess` `close()` methods.
bruvzg
2022-04-11
Make FileAccess and DirAccess classes reference counted.
bruvzg
2022-04-04
Zero initialize all pointer class and struct members
Rémi Verschelde
2022-03-09
Remove unused GDNative code
Rémi Verschelde
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-14
[OS/Crypto] Add get_entropy to OS.
Fabio Alessandrelli
2022-01-29
[Net] Simplify IP resolution code, fix caching.
Fabio Alessandrelli
2022-01-17
Merge pull request #56012 from bruvzg/wt🤎4
Rémi Verschelde
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2021-12-18
[Windows] Improve console handling and execute/create_process.
bruvzg
2021-12-15
Add / to the unix shortcut drive list
Haoyu Qiu
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-01
Only print message for `get_modified_time()` failure when in verbose mode
Hugo Locurcio
2021-11-26
Fix console colors on Windows
Yuri Roubinsky
2021-11-18
Fix data directory of unnamed projects
kobewi
2021-10-28
Update Time documentation
Aaron Franke
2021-10-14
Implement toast notifications in the editor
Gilles Roudière
2021-10-12
Replaced NULL with nullptr
M. Huri
2021-10-05
Merge pull request #52963 from Pineapple/WIN32_LEAN_AND_MEAN_master
Rémi Verschelde
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-23
Add missing WIN32_LEAN_AND_MEAN
Bartłomiej T. Listwon
2021-08-29
Rename String::is_rel_path to String::is_relative_path
Wilson E. Alvarez
2021-07-25
Use const references where possible for List range iterators
Rémi Verschelde
2021-07-24
Merge pull request #50786 from reduz/implement-resource-uids
Rémi Verschelde
2021-07-24
Implement Resource UIDs
reduz
2021-07-23
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-22
Move `alert` function from `DisplayServer` to `OS`.
bruvzg
2021-07-01
Remove unused code related to Travis CI
Hugo Locurcio
2021-06-12
Merge pull request #49123 from aaronfranke/it-is-time
Rémi Verschelde
2021-06-11
Add Time singleton
Aaron Franke
[next]