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
2018-08-24
Add print_verbose to print to stdout only in verbose mode
Rémi Verschelde
2018-08-20
Try closing gracefully before terminating process
Marcin Zawiejski
2018-08-10
Revert "added get_creation_time function for gdscript"
Juan Linietsky
2018-08-10
Merge pull request #18914 from notwarp/master
Juan Linietsky
2018-06-05
Set SO_BROADCAST socket option for UDP sockets.
Fabio Alessandrelli
2018-05-26
Merge pull request #18279 from RandomShaper/allow-naive-http
Max Hilbrunner
2018-05-22
Allow body-up-to-EOF HTTP responses
Pedro J. Estébanez
2018-05-16
added get_creation_time function for gdscript
Daniele Giuliani
2018-05-11
Fix Linux/X11 build on ARMs.
bruvzg
2018-05-07
Local debugger fixes and extensions
Blazej Floch
2018-05-03
Merge pull request #18372 from Gamblify/largePckFix
Rémi Verschelde
2018-05-03
Fix for large .pck files
Gustav Lund
2018-05-01
Merge pull request #18334 from Faless/coverity_net
Rémi Verschelde
2018-04-28
GDNative Unix: fix shared lib loading, dlopen expects leading ./ to interpret...
Robin Hübner
2018-04-22
Change ".." punctuation for "..." in editor strings (#16507)
Hugo Locurcio
2018-04-21
Various coverity scan fixes for networking
Fabio Alessandrelli
2018-04-20
[DOCS] add HTTPRequest.request return values
Poommetee Ketson
2018-03-20
Add RWLockDummy for NO_THREADS builds
Leon Krause
2018-03-15
Merge pull request #17376 from marcelofg55/file_get_path
Hein-Pieter van Braam
2018-03-13
Added File.get_path and File.get_path_absolute functions
Marcelo Fernandez
2018-03-13
Merge pull request #16895 from Noshyaar/bmk
Rémi Verschelde
2018-03-04
Clean and expose get_audio/video_driver_* funcs on OS class
Marcelo Fernandez
2018-02-21
Fix get_drive (bookmarks) in linux not working
Poommetee Ketson
2018-02-18
[X11] Improving error detection in move_to_trash
Iskustvo
2018-02-17
Clean up some bad words from code comments
Artem Varaksa
2018-02-04
fix buffer write performance on Windows and Unix
Marcin Zawiejski
2018-01-30
Display set_nodelay to GDScript
Marlon Henry Schweigert
2018-01-08
Fix use of execvp, earlier fix was short sighted and only worked
sambler
2018-01-05
Add missing copyright headers and fix formatting
Rémi Verschelde
2018-01-04
Add support from properly exporting shared objects, needed for GDNative export
Juan Linietsky
2018-01-04
Change OS::initialize signature to return Error (fix segfault on x11)
Emmanuel Leblond
2018-01-04
Fix crash in OS::execute on FreeBSD
Rémi Verschelde
2018-01-01
Update copyright statements to 2018
Rémi Verschelde
2017-12-15
Remove "const" from PacketPeer get_packet/get_var
Fabio Alessandrelli
2017-12-10
Drop unused OS_Unix::has_data and related logic
Rémi Verschelde
2017-12-07
Style: Apply new clang-format 5.0 style to all files
Rémi Verschelde
2017-12-07
Style: Apply clang-format again on all files
Rémi Verschelde
2017-12-05
Improve slang, especially in user-visible parts
Unknown
2017-11-30
Changed the dynamic library open function to allow setting the path of the li...
Juan Linietsky
2017-11-26
Allow customizing user:// path (folder in OS::get_data_path())
Rémi Verschelde
2017-11-21
Return and repair file logging
Ruslan Mustakov
2017-11-19
Add initial support for the XDG Base Directory spec
Rémi Verschelde
2017-11-17
Rename OS::get_data_dir to OS::get_user_data_dir
Rémi Verschelde
2017-11-09
Remove get_default_video_mode definition on OSX/iOS
Rémi Verschelde
2017-10-29
Disable logging until the logs location is sorted out
Rémi Verschelde
2017-10-11
Use execvp instead of execv to allow OS.execute() to search through PATH.
Elia Argentieri
2017-10-03
OS::execute can now read from stderr too when executing with a pipe
Marcelo Fernandez
2017-09-25
Extract logging logic
Ruslan Mustakov
2017-09-20
Rename pos to position in user facing methods and variables
letheed
2017-09-17
Fix x11 exported executables not getting the +x flag
Marcelo Fernandez
[next]