Matthias Richter
|
e5c2f063e8
|
Add human readable error strings when creating the Fbo failed
|
2010-08-11 20:29:47 +02:00 |
|
Bart van Strien
|
f87738edb5
|
Added first review of vrld's FBO patch
|
2010-08-10 19:05:56 +02:00 |
|
Bart van Strien
|
b8c82d51b8
|
Oops, that wasn't supposed to be in the repo (yet)
|
2010-08-10 16:43:35 +02:00 |
|
Bart van Strien
|
8362e86627
|
First import and review of vrld's patch
|
2010-08-10 16:23:11 +02:00 |
|
Bill Meltsner
|
176645e25d
|
added love.graphics.setIcon
|
2010-08-01 08:56:05 -05:00 |
|
bart@bartbes.ath.cx
|
a349c9f85a
|
Applied aq1018's fix for newFont and setFont (as partly described in ticket #232)
|
2010-05-20 17:41:57 +02:00 |
|
Bill Meltsner
|
f8f812a719
|
did a bunch of other stuff, sorry about the monolithic changeset but the diffs should be understandable enough
|
2010-04-15 10:19:01 -04: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
|
736f7ab1a2
|
love.thread can now share full userdata
|
2010-02-14 17:41:11 +01:00 |
|
rude
|
64dbfbd9eb
|
Added exception catcher for love.graphics.newFont.
|
2010-02-06 12:40:15 +01:00 |
|
rude
|
aa01c984b9
|
Updated all dates to 2010.
|
2010-01-31 16:54:47 +01:00 |
|
Bill Meltsner
|
8de70ca2aa
|
added polyline support to love.graphics.line (the syntax is the same as love.graphics.polygon - either a list or a table of vertices)
|
2010-01-19 08:27:12 -05:00 |
|
rude
|
cd24dbcb8e
|
Added get/setGroupIndex (#129) and get/setFixedRotation (#113). Also fixed 3000 auto.lua-related warnings in MSVC.
|
2010-01-04 20:02:36 +01:00 |
|
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
|
05439961d2
|
Font can now be omitted from setFont/newFont to use the default font.
|
2009-11-30 22:55:30 +01:00 |
|
rude
|
0df1aeb0f3
|
Changed how scripts are embedded.
|
2009-11-08 17:00:53 +01: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 |
|
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
|
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 |
|
bart@bart
|
d610cecc20
|
Fixed Quads, made optional arguments optional
|
2009-08-20 13:51:03 +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
|
0c241a14fb
|
Added resources, and changed slightly how wrappers expose functions.
|
2009-07-30 00:37:43 +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
|
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 |
|