Commit Graph

274 Commits

Author SHA1 Message Date
rude a78c77473c Updated version number on no-game screen. Should be automatic from now on. 2010-03-01 21:59:13 +01:00
rude abe37d188f Disabled love.thread. Upped version to 0.6.2. 2010-03-01 21:07:46 +01:00
rude 63089e6f72 Applied giniu's patch for -D_FILE_OFFSET_BITS=64. 2010-03-01 21:00:00 +01:00
rude a7f0882706 Reverted -D_FILE_OFFSET_BITS=64. 2010-03-01 20:55:47 +01:00
rude a8ff944a89 Reverted font origin. Don't want to break the API yet. 2010-03-01 20:46:01 +01:00
Bill Meltsner 7c33786100 fixed a ridiculous number of gcc warnings, nearly all of which were complaints about unused parameters - the remaining 199 warnings I get are from code that isn't ours (box2d is responsible for all but 8 of them) 2010-02-26 03:55:21 -05:00
bart@bartbes.ath.cx dbf8301f24 Merge (the hardest merge evahr, thanks rude) 2010-02-25 20:13:50 +01:00
bart@bartbes.ath.cx 051f6f6eaa Switched global thread to love._curthread and made love.thread.getThread() return that 2010-02-25 19:52:00 +01:00
rude 16bf591c96 Fixed a MSVC warning. 2010-02-24 21:35:21 +01:00
bart@bartbes.ath.cx 0f54088d06 Fixed mp3 playback on linux and added support for mono mp3s 2010-02-24 21:35:19 +01:00
rude 5fca0e9b33 Changed getThreads so that the caller must allocate the memory. 2010-02-24 21:34:55 +01:00
rude 368765820e Changed unnecessary pass-by-value to pass-by-reference. 2010-02-24 21:21:45 +01:00
rude bdafe0e455 Globals?! When did Bartbes the Sex Machine abandon reason for MADNESS? 2010-02-24 20:47:56 +01:00
rude b4ad36cc51 Objects extending love::Object need to have virtual destructors. They are garbage collected as love::Object. 2010-02-24 20:43:05 +01:00
rude 4ba513b679 Bye-bye ThreadModuleRegistrar. An abstract ThreadModule will do that job. 2010-02-24 20:40:59 +01:00
bart@bartbes.ath.cx 6aa103c72c Fixed font origin 2010-02-24 13:47:15 +01:00
bart@bartbes.ath.cx dacf872ee1 Added the changes to the changelog 2010-02-24 12:01:43 +01:00
bart@bartbes.ath.cx f13ed9866b Another merge... 2010-02-22 13:13:42 +01:00
bart@bartbes.ath.cx 9c1aaef16a Removed empty line at the bottom of the exclude list 2010-02-22 13:13:09 +01:00
Bill Meltsner 4ad7634a78 updated the Xcode project with love.thread, and fixed a few gcc warnings 2010-02-22 00:25:51 -05:00
bart@bartbes.ath.cx bd9e068b91 As expected, merge 2010-02-21 14:07:26 +01:00
bart@bartbes.ath.cx df309506e9 Another deb icon fix 2010-02-21 14:06:49 +01:00
rude 9c4926b7da Fixed double-transform spritebatch bug. 2010-02-20 18:19:16 +01:00
Bill Meltsner 994c74848e switched the default compiler version to gcc 4.0 so that it builds properly under 10.5, Debug mode 2010-02-18 19:59:21 -06:00
bart@bartbes.ath.cx bc0c8ad1a1 Forgot to run boot.lua through auto.lua 2010-02-16 16:45:02 +01:00
bart@bartbes.ath.cx 76984bbb1f Errors are propagated to stdout again 2010-02-16 16:42:33 +01:00
bart@bartbes.ath.cx ae4e8ff0ea Added love.thread to the require list in boot.lua 2010-02-16 16:05:24 +01:00
bart@bartbes.ath.cx 75f651c84b getThreads works now (love.thread) 2010-02-16 16:02:07 +01:00
bart@bartbes.ath.cx 8457d461f8 Added a 'main' thread (love.thread) 2010-02-14 19:14:07 +01:00
bart@bartbes.ath.cx 736f7ab1a2 love.thread can now share full userdata 2010-02-14 17:41:11 +01:00
bart@bartbes.ath.cx cc4d737924 Added demand (love.thread) 2010-02-14 11:16:56 +01:00
bart@bartbes.ath.cx 269b70f30c Made receive destructive, added peek (love.thread) 2010-02-14 10:39:42 +01:00
bart@bartbes.ath.cx 2dcd11551c Working communication in love.thread 2010-02-14 10:09:21 +01:00
rude 229a21898f Updated MSVC project files with the new Image.cpp. 2010-02-12 21:47:12 +01:00
bart@bartbes.ath.cx 555d542c09 Added ThreadVariant, and uses ThreadData for inter-thread communication, AND removed .o's 2010-02-12 21:25:50 +01:00
rude d084deeebf Added project files for love.thread on Windows. Also a minor fix to make love.thread builable as a standalone DLL. 2010-02-12 20:59:32 +01:00
bart@bartbes.ath.cx d8963569f3 Merge 2010-02-12 20:25:06 +01:00
bart@bartbes.ath.cx 355a94755d Added first version of thread and enabled newFileData 2010-02-12 20:24:39 +01:00
Bill Meltsner db117de2c8 Switched Image wrap modes to the new string syntax too. 2010-02-09 15:18:27 -05:00
Bill Meltsner e661459103 Switched Image filter modes to use the new string constant system 2010-02-09 14:30:41 -05:00
Bill Meltsner 73aba4bdd4 eliminated a whole bunch of gcc warnings 2010-02-09 13:21:25 -05:00
Bill Meltsner 3ebcee1e17 fixed a bug in ImageRasterizer's constructor where it wasn't using the ImageData passed to it 2010-02-09 13:20:40 -05:00
Bill Meltsner dd85250180 fixed a bug in PrismaticJoint::setMotorEnabled where it ignored the argument passed 2010-02-09 12:39:05 -05:00
Bill Meltsner 3ed9823152 fixed a bug in Image::setFilter where it switched the min/mag parameters 2010-02-09 12:37:55 -05:00
rude b71a87f670 Reverted auto.lua: use the source, not bytecode. 2010-02-07 15:45:11 +01:00
rude b94b5e6a9d Fixed SpriteBatch using the wrong type for GL_ELEMENT_ARRAY_BUFFER. 2010-02-06 13:50:52 +01:00
rude 64dbfbd9eb Added exception catcher for love.graphics.newFont. 2010-02-06 12:40:15 +01:00
rude 3597d2848c Added tag 0.6.1 for changeset 1c05df814086 2010-02-06 12:38:16 +01:00
rude edac50b061 Updated change-log. 0.6.1 2010-02-03 20:51:42 +01:00
rude 72efaa283f Fixed crash on attempt to open non-existent file. 2010-02-03 20:48:58 +01:00