This website requires JavaScript.
Explore
Help
Sign In
LOVE
/
love
Watch
1
Star
0
Fork
0
You've already forked love
mirror of
https://github.com/love2d/love.git
synced
2026-08-15 15:51:12 +02:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
13594e3e38b4e03cb99b18ab6241a88a1def2086
love
/
src
/
modules
/
system
T
History
Bart van Strien
30ff7d4659
Make openURL call on linux non-blocking, because the spawned processes are not guaranteed to fork into the background, and enable automatic zombie cleanup to deal with that change (note: the return value is now slightly less accurate)
2014-08-07 20:22:58 +02:00
..
sdl
Goodbye 2013, hello 2014!
2014-01-03 17:28:58 -04:00
System.cpp
Make openURL call on linux non-blocking, because the spawned processes are not guaranteed to fork into the background, and enable automatic zombie cleanup to deal with that change (note: the return value is now slightly less accurate)
2014-08-07 20:22:58 +02:00
System.h
Make openURL call on linux non-blocking, because the spawned processes are not guaranteed to fork into the background, and enable automatic zombie cleanup to deal with that change (note: the return value is now slightly less accurate)
2014-08-07 20:22:58 +02:00
wrap_System.cpp
Updated the Lua wrapper code for modules to account for cases where the module's instance is removed from memory completely and recreated during the program's lifetime.
2014-07-21 14:52:01 -03:00
wrap_System.h
Added love.system.openURL (resolves issue
#863
)
2014-03-31 16:13:05 -03:00