Commit Graph

86 Commits

Author SHA1 Message Date
rude 28b1ee4f16 Fixed bug which caused files opened in write mode to fail. 2009-09-02 22:47:11 +02:00
rude 623e701549 Modules now reside in Lua and are treated (almost) like normal objects.
Also added a way of getting a pointer to abstract module instances internally.
2009-09-02 21:18:13 +02:00
bart@bart bea504af2b Added ILU in configure.in, now builds on linux 2009-09-01 19:52:20 +02:00
bill@Ixion cece5fe625 readded support for screenshots - love.graphics.newScreenshot() returns ImageData that can be manipulated as one pleases 2009-09-01 03:56:00 -05:00
bill@Ixion b8677cebd0 added an endianness check in VorbisDecoder.cpp 2009-08-31 16:29:27 -05:00
bill@Ixion d3d7d787e4 Made the distributable DMG even smaller (now 5.4MB instead of 6.3). 2009-08-31 15:29:59 -05:00
bill@Ixion 6bdbfcda53 Merged. 2009-08-31 15:24:15 -05:00
bill@Ixion 91f3cff8a2 Running love --version will now print a version string and exit. 2009-08-31 15:23:44 -05:00
rude 28aae4d109 Updated MacOSX installer image. 2009-08-31 22:15:10 +02:00
rude 0264c9a6c8 Fixed autobuild system so it uses the correct architecture on Linux. 2009-08-31 21:10:56 +02:00
bart@bart 0c946c00fe Merge 2009-08-30 20:20:22 +02:00
bart@bart 0a528ef9fa New deb file creation script also adds icons and mimetype 2009-08-30 20:16:20 +02:00
bill@Ixion 7e000c2014 DMG is now renamed, much smaller, slightly better-looking and has a custom icon 2009-08-30 12:43:22 -05:00
rude 3ed03bf675 Added autobuilder for macosx. 2009-08-30 14:52:52 +02:00
rude b4bf2c0595 Updated autobuilder to Mercurial. 2009-08-30 14:12:49 +02:00
bill@Ixion 8d666d0284 user can now manually set the offset for particle rotation 2009-08-30 05:05:27 -05:00
bill@Ixion 98db275e76 particles now rotate around their center 2009-08-30 04:33:54 -05:00
bill@Ixion 5850700c8e creating a font with faulty data now throws an exception; error handler now wraps error text if it's too long 2009-08-28 20:45:20 -05:00
bill@Ixion 0e0c7527b1 Fixed crash when love.graphics.newFont() was passed nil or nonexistent argument #1 2009-08-27 22:03:41 -05:00
bill@Ixion 1cb9a6dae2 made the DMG better (still no icon though) 2009-08-27 15:36:00 -05:00
bill@Ixion 91b8195ebb fixing casefolding bug 2009-08-27 14:10:28 -05:00
bill@Ixion d5eb94fd5b fixing casefolding bug 2009-08-27 14:10:06 -05:00
bill@Ixion e969879d5a Added DMG automation to Xcode project 2009-08-27 13:55:19 -05:00
bill@Ixion 89416b0881 merged in more changes 2009-08-27 10:26:42 -05:00
bill@Ixion 5812d8f8e4 merged in changes from sf repo 2009-08-27 10:26:28 -05:00
bart@bart b39f353dbc love.errhand checks if it can run and is also called if love.init errors 2009-08-27 17:24:12 +02:00
bart@bart 9434c7b7a1 When path is invalid no-game screen is shown 2009-08-27 15:03:00 +02:00
bill@Ixion c0258e9403 fixed project I guess? 2009-08-27 01:21:21 -05:00
bill@Ixion 2abd9c1141 added rude's better SDL thread fix 2009-08-26 17:48:29 -05:00
rude a237008ce2 ParticleSystem works now. Error handler no longer loops forever. :) 2009-08-27 00:48:08 +02:00
rude 37745bf745 Added potential fix for MacOSX thread problem. 2009-08-27 00:21:29 +02:00
bill@Ixion 8724053613 fixed up info.plist and the xcodeproj 2009-08-26 17:20:29 -05:00
bill@Ixion ff270dcfe8 fixed hanging-on-quit bug 2009-08-26 15:43:41 -05:00
bill@Ixion 8a6f16a4f6 brought up-to-date with latest changes from main repo 2009-08-26 11:07:44 -05:00
bart@bart 0aae22d523 Fixed PHYSFS_fileLength segfault on non-existant files by checking if a file exists when a file object is created 2009-08-26 17:20:23 +02:00
rude a3bff7cde9 Reintegrated ParticleSystem. 2009-08-26 00:14:40 +02:00
rude 0fa37fc711 Fixed bug where file was left open when doing a love.filesystem.read. 2009-08-25 22:22:55 +02:00
rude ab981ea982 Made error screen and reverted love.event.wait. 2009-08-24 21:38:35 +02:00
bart@bart 090d2e1cdb Fixed mp3 looping 2009-08-24 21:38:23 +02:00
rude 92c678ce02 Fixed file not closing after require(). Changed seek() to use seconds. 2009-08-24 19:57:08 +02:00
bart@bart de4d9bf2d4 Merge, I committed first 2009-08-21 16:31:19 +02:00
bart@bart ae43b28ac4 Enabled looping for libmpg123 2009-08-21 16:30:39 +02:00
rude ae8d660868 Fixed bug in love.event. Started on error screen. 2009-08-20 22:58:25 +02:00
rude a31ada3b48 Merged. 2009-08-20 21:15:43 +02:00
rude 9196ebd50b Looping now works for OGG and tracker files (only tested with XM). 2009-08-20 21:14:06 +02:00
bart@bart d610cecc20 Fixed Quads, made optional arguments optional 2009-08-20 13:51:03 +02:00
rude d7d3766cea Fixed TrueTypeFont incorrectly handling display mode changes. 2009-08-18 19:00:21 +02:00
rude d58182c4c2 SpriteBatch is now Volatile and can deal with display resolution changes. 2009-08-18 18:43:59 +02:00
rude c52c218ba1 Renamed Frame to Quad; added drawq/addq; fixed some bugs. 2009-08-17 23:35:04 +02:00
rude d4a97d49f3 Added all callbacks to World. 2009-08-15 14:29:47 +02:00