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
2020-12-17
Add override keywords to core/os.h derived classes.
Marcel Admiraal
2020-12-06
Remove now unused FileAccessBuffered.
Fabio Alessandrelli
2020-11-23
Initialize class/struct variables with default values in core/ and drivers/
Rafał Mikrut
2020-11-20
doc: Warn about using Node internal processing
Rémi Verschelde
2020-11-07
Reorganized core/ directory, it was too fatty already
reduz
2020-10-24
Fix wrong exit code being returned
Ev1lbl0w
2020-09-28
Hides special folders in FileDialog for macOS
Haoyu Qiu
2020-09-18
NetBSD: Implement OS_Unix::get_executable_path()
Rémi Verschelde
2020-09-18
Linux/BSD: Fix support for NetBSD
Rémi Verschelde
2020-09-04
Replace calls to gmtime with gmtime_r and localtime with localtime_r.
Marcel Admiraal
2020-09-03
[Complex Test Layouts] Change `String` to use UTF-32 encoding on all platforms.
bruvzg
2020-08-11
[macOS] Fix crash on failed `fork`.
bruvzg
2020-07-10
Add override keywords.
Marcel Admiraal
2020-07-01
Merge pull request #38713 from aaronfranke/string-64bit
Rémi Verschelde
2020-06-03
Remove 32-bit String to_int method
Aaron Franke
2020-05-31
Remove OS.get_system_time_secs/get_system_time_msecs and change OS.get_unix_t...
Emmanuel Leblond
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Enforce use of bool literals instead of integers
Rémi Verschelde
2020-05-14
Port member initialization from constructor to declaration (C++11)
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortCaseLabelsOnASingleLine
Rémi Verschelde
2020-05-10
Style: clang-format: Disable AllowShortIfStatementsOnASingleLine
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-27
Renaming of servers for coherency.
Juan Linietsky
2020-03-21
Make file formatting comply with POSIX and Unix standards
Aaron Franke
2020-03-08
Refactor ScriptDebugger.
Fabio Alessandrelli
2020-03-05
Merge pull request #36752 from RandomShaper/rework_semaphore
Rémi Verschelde
2020-03-04
Merge pull request #36069 from RandomShaper/imvu/improve_drives_ux
Rémi Verschelde
2020-03-03
os: execute parse the command output from utf8
Mateo Dev .59
2020-03-03
Drop old semaphore implementation
Pedro J. Estébanez
2020-03-03
Improve UX of drive letters
Pedro J. Estébanez
2020-02-26
Reimplement Mutex with C++'s <mutex>
Pedro J. Estébanez
2020-02-19
Fix set_reuse_address on non-Windows platforms.
Fabio Alessandrelli
2020-02-18
Merge pull request #36321 from Faless/net/win_tcp_noreuse
Rémi Verschelde
2020-02-18
Disable NetSocket reuse address on Windows.
Fabio Alessandrelli
2020-02-16
Add peek option to NetSocket recv_from.
Fabio Alessandrelli
2020-02-11
Added a spinlock template as well as a thread work pool class.
Juan Linietsky
2020-02-10
Merge pull request #35301 from Calinou/improve-console-error-logging
Rémi Verschelde
2020-01-23
Make `OS.execute()` blocking by default if not specified
Hugo Locurcio
2020-01-19
Improve the console error logging appearance
Hugo Locurcio
2020-01-04
Disable colored console output when standard output isn't a TTY
Hugo Locurcio
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-17
Make NetSockets quiter.
Fabio Alessandrelli
2019-12-14
UDP sockets broadcast is now disabled by default.
Fabio Alessandrelli
2019-12-10
NetSocket set_broadcast_enabled returns Error enum
Fabio Alessandrelli
2019-11-01
Fix some crashes, overflows and using variables without values
Rafał Mikrut
2019-10-26
Merge pull request #32617 from Faless/fix/fopen_close_exec
Rémi Verschelde
2019-10-25
Use WSAConnect instead of connect on Windows.
Fabio Alessandrelli
[next]