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