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-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
2021-06-11
Core: Move DirAccess and FileAccess to `core/io`
Rémi Verschelde
2021-06-07
FileAccess: Don't err in `store_buffer` with buffer of size 0
Rémi Verschelde
2021-06-07
Style: Cleanup uses of double spaces between words
Rémi Verschelde
2021-06-01
Merge pull request #49026 from sarchar/multiple-dns-resolves
Rémi Verschelde
2021-06-01
Support multiple address resolution in DNS requests
Chuck
2021-05-31
Fix `Directory::get_space_left()` result on macOS and Linux.
bruvzg
2021-05-25
Rename File::get_len() get_length()
Marcel Admiraal
2021-05-22
Add symlink API to the DirAccess (on macOS and Linux).
bruvzg
2021-05-17
Make all file access 64-bit (uint64_t)
Pedro J. Estébanez
2021-05-06
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-04-30
Fix `url_decode` with mixed percent-encoding/Unicode strings. Treat Unix driv...
bruvzg
2021-04-27
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
Merge pull request #47398 from Faless/feature/network-local-port-salvaged
Rémi Verschelde
2021-04-26
[Net] Fix socket poll timeout on Windows.
Fabio Alessandrelli
2021-04-12
Allow local port control on net_socket connections
dam
[next]