Commit Graph

450 Commits

Author SHA1 Message Date
rude d884cb8a82 Removed newWorld(w, h). Added newWorld(x1, y1, x2, y2). 2010-11-25 16:49:03 +01:00
rude 6aa8399aa8 Made love.vcproj buildable again. 2010-11-25 15:13:08 +01:00
Bill Meltsner fade6f0cbc Fixed Framebuffers scaling their contents when not sized identically to the main window 2010-11-18 02:40:07 -05:00
Bart van Strien a47fa1462d Added table support for love.graphics.setColor (issue #106) 2010-11-16 20:47:28 +01:00
Bill Meltsner 6bfb05359b Framebuffer needs cstring (fixes #108) 2010-11-12 08:38:41 -05:00
Bill Meltsner 77e5b7f880 moved the FramebufferStrategy structs back to Framebuffer.cpp 2010-11-11 13:17:41 -05:00
Bill Meltsner 417c20e6fa upgraded Mac freetype to 2.4.3, now using a custom freetype framework that's set up much more nicely (and is actually slightly smaller!) 2010-11-10 22:27:57 -05:00
Bill Meltsner ba44886cf4 Cleaned up love.graphics.Framebuffer code, using GLee to check for support instead 2010-11-10 16:57:41 -05:00
Bill Meltsner 500e0f1417 image fonts now print from the upper left like truetype fonts do (fixes #100) 2010-11-09 19:29:00 -05:00
Bill Meltsner 54f7a83662 made truetype fonts use luminance-alpha format for their data instead of rgba (thus halving their memory requirements) 2010-11-09 19:10:04 -05:00
Bill Meltsner 37baf32374 changed LUMINOSITY_ALPHA to LUMINANCE_ALPHA (more consistent with opengl's phrasing) 2010-11-09 19:07:51 -05:00
Bill Meltsner 3cb3537db0 Added vrld's text-rotation-fixing patch (finally fixes #56) 2010-11-09 18:56:34 -05:00
Bart van Strien 0aa4c36950 Last fix for proposal #105 and added it to changes.txt 2010-11-07 14:13:53 +01:00
Bart van Strien 9bf63b8607 Proposal #105 done + fixed warning in filesystem code 2010-11-07 13:51:51 +01:00
Bart van Strien ba74763c2f Removed thelinx' debug 2010-11-07 00:54:15 +01:00
Bart van Strien e3a5a6cd9f Import thelinx' freedesktop patch as in bug #105 2010-11-07 00:43:26 +01:00
Bart van Strien 573d8b10a2 The ppa build log just told me we no longer use GLU, so why link against it? 2010-11-06 11:32:43 +01:00
Bart van Strien 20f5706005 newFont and setFont now have a default size argument once again 2010-11-05 08:14:34 +01:00
Bill Meltsner 9c4f04cc5c missed a line of audio capture code (fixes #96) 2010-10-23 14:09:17 -04:00
Bart van Strien 8ae53765c7 Images are now bound before they are encoded (fixes #95) 2010-10-23 18:24:52 +02:00
Bart van Strien 8a7e2a0629 Thread wrapper checks for failed thread creation. (fixes #90) 2010-10-23 18:16:20 +02:00
Bill Meltsner 9a76ac7bea You can no longer access out-of-range pixels in ImageData 2010-10-19 17:15:27 -04:00
Bill Meltsner a34640bcfd (Hopefully) fixed bug where extended ASCII characters would not display properly. 2010-10-14 16:17:21 -05:00
Bart van Strien 2169f531f8 Threads now get the love.filesystem package.loader too 2010-10-14 20:24:38 +02:00
Bill Meltsner b95c7215e9 commented out the audio capture initialization stuff so that lovers don't get concerned by warnings about being unable to open a capture device 2010-10-12 19:39:16 -05:00
Bill Meltsner 5b62692c7d love.graphics.newImageFont now accepts an Image as its first argument 2010-10-12 19:35:53 -05:00
Bill Meltsner 41124e9032 fixed typo in wrapper function declaration 2010-10-12 18:17:40 -05:00
Bart van Strien b2d054ad50 newWorld(w, h) now actually makes the world w*h, not 4*w*h 2010-10-12 21:36:41 +02:00
Bart van Strien fdd8393b13 Fix for blurry text, bug #85 2010-10-11 18:56:10 +02:00
Bill Meltsner 8800fa982a made fonts actually print from the top-left. 2010-10-06 19:33:07 -04:00
Bill Meltsner b9bcd701b1 Updated Xcode project with new changes. 2010-10-06 18:54:34 -04:00
Bart van Strien b35be57a6b Fix bug #82 (blend mode in error handler) 2010-10-06 22:22:35 +02:00
Bart van Strien 73a4175a30 Updated changelog 2010-09-27 21:10:50 +02:00
Bart van Strien b2386d7201 (Hopefully) Fixed a bug where ImageData was not seen as preconverted by newImageFont (#73) 2010-09-27 21:08:05 +02:00
Bart van Strien 9c5c86325a Reverted Box2D errors back to asserts, because love's exceptions provided even less info 2010-09-23 20:16:45 +02:00
Bart van Strien d942ff3315 Fix font scaling newline issue (bug #56) 2010-09-22 10:45:34 +02:00
Bart van Strien fe373075a4 Thread now has access to mutex and cond as well, fixes bug where errors wouldn't get picked up 2010-09-20 00:56:37 +02:00
rude 8515ee675d Too careless while resolving conflicts in boot.lua. 2010-09-19 13:51:29 +02:00
rude 25aa6aa766 Added ignore stuff for msvc2010. 2010-09-19 13:31:07 +02:00
rude d27dd8b5dd Added base64 support for FileData, and inlined all resources in boot.lua/graphics.lua as base64. Also removed old reshax stuff. 2010-09-19 13:22:10 +02:00
Bill Meltsner 6492888c31 updated no game screen 2010-09-18 14:40:17 -04:00
Bill Meltsner 86dbc3212c removed the DMG creation process from the OS X build - we'll distribute using zips from here on out 2010-09-18 14:39:43 -04:00
Bart van Strien 7e318cc9b2 Let's hope I finally smashed those mem leaks 2010-09-18 20:22:29 +02:00
Bart van Strien 2b273c0081 Hopefully fixed more memory leakage in fonts 2010-09-18 10:07:52 +02:00
Bart van Strien 99abe5ae19 Updated the changelog to reflect bugfix as described in issue #67 2010-09-15 21:11:52 +02:00
Bart van Strien c96ade1cf0 Prevented a memory leak in the setFont wrapper 2010-09-15 21:10:46 +02:00
Bill Meltsner 708f4f92ae updated version stuff 2010-09-14 15:42:46 -04:00
rude a39b58bf5e Added code names for each version. 2010-09-14 21:05:26 +02:00
rude 1eca14ed9e Fixed artifacts exposed (not really caused) by a0d18b527fb1. GL_CLAMP is deprecated in OpenGL ES. Image::Filter and Image::Wrap did not have reasonable default. 2010-09-14 20:41:14 +02:00
rude 712bab2b34 Added MSVC2010 project files. 2010-09-05 16:38:49 +02:00