Alex Szpakowski
|
d59c76a55f
Reduced the number of explicit retain/release method calls on love objects. Less chance of bugs!
|
11 years ago |
Alex Szpakowski
|
014b9a46e5
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.
|
11 years ago |
Alex Szpakowski
|
1bc8b7346d
Added internal thread name support, for use with debuggers.
|
11 years ago |
Alex Szpakowski
|
3120a0e650
Goodbye 2013, hello 2014!
|
11 years ago |
Alex Szpakowski
|
3e57cfd174
Slightly reduced internal reliance on specific module backends
|
12 years ago |
Alex Szpakowski
|
2106ff2403
Added love.threaderror event callback function (re issue #673)
|
12 years ago |
Alex Szpakowski
|
4dba3e91e2
Thread:start now clears the thread's error string before starting
|
12 years ago |
Alex Szpakowski
|
8ac288876d
Added Thread:isRunning
|
12 years ago |
Bart van Strien
|
f5603b0291
Make love compile against lua5.2
|
12 years ago |
Bart van Strien
|
7e50691b6c
Threads can now start with arguments, which will be in ... inside of the thread
|
12 years ago |
Alex Szpakowski
|
8d7e0b5629
Time-travelling license text
|
12 years ago |
Alex Szpakowski
|
22c514e53a
Fixed a compiler warning
|
12 years ago |
Bart van Strien
|
c7c5d0ed6b
Fix race conditions and deadlocks in Channels (hopefully) (issue #554)
|
12 years ago |
Bart van Strien
|
399a6a6614
Merge in channels from love-experiments
|
13 years ago |