Alex Szpakowski
|
06f80d5c08
|
Fixed undefined behaviour when love exceptions are converted into Lua errors (resolves issue #729)
|
2013-09-05 23:17:29 -03:00 |
|
Alex Szpakowski
|
c15fc4453b
|
Re-added Data:getPointer (can be used with LuaJIT's FFI)
|
2013-08-29 17:16:21 -03:00 |
|
Alex Szpakowski
|
76618f0328
|
Cleaned up font code to always use uint32 instead of the slightly more ambiguous "unsigned int" for codepoints
|
2013-06-16 19:48:53 -03:00 |
|
Alex Szpakowski
|
d48d1fd441
|
Exposed the internal Rasterizer and GlyphData object methods to Lua. Also added Font:hasGlyph.
|
2013-06-16 07:36:18 -03:00 |
|
Alex Szpakowski
|
dd9cca1a55
|
Added Data:getString to GlyphData
|
2013-06-16 04:10:09 -03:00 |
|
Alex Szpakowski
|
16f3a93f28
|
Removed vestigial internal code for Data:getPointer
|
2013-04-26 22:05:58 -07:00 |
|
Alex Szpakowski
|
7403245715
|
Cosmetic code improvements
--HG--
branch : image-CompressedData
|
2013-04-07 22:58:08 -03:00 |
|
Alex Szpakowski
|
96161c66f6
|
Updated copyright text for the new year
|
2013-02-05 05:32:49 -04: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
|
c707a4ca45
|
Properly export all lua-facing functions and use those for initialization (love.cpp no longer explicitly mentions implementations)
|
2011-12-24 01:10:40 +01:00 |
|
Bart van Strien
|
0aae9684b3
|
Automated formatting fix
|
2011-11-16 11:32:41 +01:00 |
|
Bill Meltsner
|
fde708160e
|
bringing in the new year by changing every 2010 to 2011
|
2011-01-15 14:40:27 -06:00 |
|
Bill Meltsner
|
e5c3f3ae02
|
Added FontData class, preparing for overhauling love.graphics' Font class
|
2010-04-14 20:31:36 -04:00 |
|
rude
|
aa01c984b9
|
Updated all dates to 2010.
|
2010-01-31 16:54:47 +01: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
|
477d5a05b8
|
Updated love.font, and added Glyph object in love.graphics.
|
2009-07-30 21:43:00 +02:00 |
|