Commit Graph

41 Commits

Author SHA1 Message Date
rude c5e8308d5f Fixed wrapper bugs in setLine and setPoint. 2009-12-13 23:25:11 +01:00
rude e0d3e3b33d Fixed bug in love.graphics.quad. 2009-12-13 20:21:55 +01:00
rude ec41545933 Added newQuad. 2009-12-10 22:38:26 +01:00
rude 05439961d2 Font can now be omitted from setFont/newFont to use the default font. 2009-11-30 22:55:30 +01:00
bart@bartbes.ath.cx af01b840a1 Several rad2deg conversions for glRotate 2009-11-30 08:21:48 +01:00
bart@bartbes.ath.cx 692fd9a890 Converted ParticleSystem to radians 2009-11-29 13:40:37 +01:00
rude eaf8472a98 Removed "SDL_app" caption before window is created initially. 2009-11-08 17:16:42 +01:00
rude 0df1aeb0f3 Changed how scripts are embedded. 2009-11-08 17:00:53 +01:00
rude d508c3829f Fixed bug with line stipple and setMode. 2009-11-05 22:10:00 +01:00
bill@localhost 6853f8374e made building from source on OS X a hell of a lot easier - no more .dylibs, and all the header files are contained in the frameworks (as they should be!) 2009-11-01 22:09:23 -06:00
bart@bartbes.ath.cx d22d268c92 Fixed some constants 2009-10-11 16:23:33 +02:00
rude 87e3c4131c Finally abstracted constants properly. Changed how the event module works; wasn't really abstract before. Removed libs we're not going to use: native, signal. 2009-10-10 11:11:04 +02:00
bill@Ixion 4d2994e05f Fixed up love.graphics.newScreenshot() to return a right-side up image without breaking abstraction layers. 2009-09-02 20:42:38 -05: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
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 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
rude a237008ce2 ParticleSystem works now. Error handler no longer loops forever. :) 2009-08-27 00:48:08 +02:00
rude a3bff7cde9 Reintegrated ParticleSystem. 2009-08-26 00:14:40 +02:00
rude a31ada3b48 Merged. 2009-08-20 21:15:43 +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 dd420d68a3 Ok, project generation didn't really work out. Reverted. 2009-08-10 21:33:07 +02:00
rude ba1a75e547 Added many comments, and changed function names for wrapper functions. 2009-08-09 21:08:55 +02:00
rude 8e681b4204 It's now possible to build each module individually (as a DLL). 2009-08-04 19:57:14 +02:00
rude 477d5a05b8 Updated love.font, and added Glyph object in love.graphics. 2009-07-30 21:43:00 +02:00
rude 26625c46cb Fixed RBG -> RGB in Graphics. 2009-07-30 00:59:46 +02:00
rude 0c241a14fb Added resources, and changed slightly how wrappers expose functions. 2009-07-30 00:37:43 +02:00
rude 78370abb58 Fixed MemoryData. 2009-07-28 17:43:22 +02:00
rude 5c068db487 Added locking to SpriteBatch, and conf.lua. 2009-07-27 15:17:54 +02:00
rude 4f32377efa Added working SpriteBatch. 2009-07-27 02:10:51 +02:00
rude 76e59f37d0 Added destructor in Frame. 2009-07-27 00:37:40 +02:00
rude 57aea1cd51 Added love.graphics.drawf. 2009-07-26 23:30:46 +02:00
rude 410dfc0627 Exposed new functions in Image. 2009-07-26 23:25:11 +02:00
rude 84bf839872 Removed classes which should be implemented in Lua (or need of re-implementation). 2009-07-26 23:08:40 +02:00
rude e0115a384e Moved most constants into relevant classes. 2009-07-26 23:05:26 +02:00
rude dcb3dfd83d Initial Mercurial commit. 2009-07-26 15:46:49 +02:00