Alex Szpakowski
|
b1b4a637b5
|
Fix a potential crash when a Thread ends (resolves issue #1219).
|
2016-10-08 10:50:50 -03:00 |
|
Alex Szpakowski
|
a0bbcce8ee
|
The video decoding thread efficiently waits for a video to be created before doing anything, rather than sleeping for 2ms in a loop. Reduces the CPU usage of the video worker thread to ~0% when no videos are loaded.
|
2016-03-05 21:56:51 -04:00 |
|
Alex Szpakowski
|
46a2e7b85c
|
Happy new year! 🎉
|
2016-01-01 00:05:06 -04:00 |
|
Bart van Strien
|
7e44034757
|
Add a MutexRef class to clean up Mutex handling code
|
2015-07-06 11:58:08 +02:00 |
|
Alex Szpakowski
|
c7b45b3505
|
Updated copyright for the new year
|
2014-12-31 19:32:43 -04:00 |
|
Alex Szpakowski
|
1bc8b7346d
|
Added internal thread name support, for use with debuggers.
|
2014-05-02 08:56:23 -03:00 |
|
Alex Szpakowski
|
e4dc533bb2
|
Minor code cleanup
|
2014-05-01 14:12:21 -03:00 |
|
Alex Szpakowski
|
3120a0e650
|
Goodbye 2013, hello 2014!
|
2014-01-03 17:28:58 -04:00 |
|
Alex Szpakowski
|
8ac288876d
|
Added Thread:isRunning
|
2013-07-16 00:18:04 -03:00 |
|
Alex Szpakowski
|
9155b7b0ee
|
Removed dead code for the now-removed Thread:kill
|
2013-07-08 17:00:47 -03:00 |
|
Alex Szpakowski
|
6e3a7288dd
|
Improved performance of ImageData:mapPixel (now up to 2x as fast as in 0.8.0!); love.graphics.newImage, Image:refresh, love.window.setIcon, and ImageRasterizers now prevent other threads from modifying the ImageData used in those functions until they're done accessing it
|
2013-06-25 05:28:20 -03:00 |
|
Bart van Strien
|
3d0c5761ce
|
Merge in default, update changelog
--HG--
branch : minor
|
2013-03-03 19:51:04 +01:00 |
|
Alex Szpakowski
|
96161c66f6
|
Updated copyright text for the new year
|
2013-02-05 05:32:49 -04:00 |
|
Bart van Strien
|
c7c5d0ed6b
|
Fix race conditions and deadlocks in Channels (hopefully) (issue #554)
Also, this is a giant commit because of the official Code Style (tm) was applied.
--HG--
branch : minor
|
2013-01-30 17:15:12 +01:00 |
|
Bart van Strien
|
399a6a6614
|
Merge in channels from love-experiments
Rewritten love.thread and changed communication
method from weird system before, to channels.
--HG--
branch : minor
|
2012-07-04 17:15:16 +02:00 |
|
Bart van Strien
|
7793e7f02f
|
CRLF to LF
|
2012-07-04 14:40:24 +02:00 |
|
rude
|
81c38e22d0
|
Applied the new style guidelines.
Well, sort of. Lot's more to be done, but this is a start.
|
2012-06-28 23:52:33 +02:00 |
|
Bill Meltsner
|
be55579a22
|
Happy New Year, have an enormous diff
|
2012-01-09 02:41:11 -06:00 |
|
Bart van Strien
|
53e010a832
|
Remove all uses of LOVE_UNUSED, and simply not name the arguments instead
|
2011-12-20 20:26:17 +01:00 |
|
Bill Meltsner
|
57f9cf439e
|
Add LOVE_UNUSED macro to stamp out all those "unused parameter" warnings
|
2011-10-12 14:03:38 -05:00 |
|
Bart van Strien
|
8c5db2a92f
|
Fix up posix threading backend
|
2011-06-28 17:01:35 +02:00 |
|
Bart van Strien
|
709263b032
|
Some fixes for the new threading backends
|
2011-06-09 10:56:13 +02:00 |
|
Przemysław Grzywacz
|
1d5fca6f46
|
Multiple thread backends.
|
2011-06-08 16:54:35 +02:00 |
|