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 |
|