Bart van Strien
|
f4da97d46e
Add hasFocus (issue #117)
|
14 years ago |
Bart van Strien
|
cee1a95b82
Table support for setBackgroundColor (bug #113)
|
14 years ago |
Bill Meltsner
|
d131c0c883
love.graphics.newFont now errors if the specified file doesn't exist (fixes #115)
|
14 years ago |
rude
|
d884cb8a82
Removed newWorld(w, h). Added newWorld(x1, y1, x2, y2).
|
14 years ago |
rude
|
6aa8399aa8
Made love.vcproj buildable again.
|
14 years ago |
Bill Meltsner
|
fade6f0cbc
Fixed Framebuffers scaling their contents when not sized identically to the main window
|
15 years ago |
Bart van Strien
|
a47fa1462d
Added table support for love.graphics.setColor (issue #106)
|
15 years ago |
Bill Meltsner
|
6bfb05359b
Framebuffer needs cstring (fixes #108)
|
15 years ago |
Bill Meltsner
|
77e5b7f880
moved the FramebufferStrategy structs back to Framebuffer.cpp
|
15 years ago |
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!)
|
15 years ago |
Bill Meltsner
|
ba44886cf4
Cleaned up love.graphics.Framebuffer code, using GLee to check for support instead
|
15 years ago |
Bill Meltsner
|
500e0f1417
image fonts now print from the upper left like truetype fonts do (fixes #100)
|
15 years ago |
Bill Meltsner
|
54f7a83662
made truetype fonts use luminance-alpha format for their data instead of rgba (thus halving their memory requirements)
|
15 years ago |
Bill Meltsner
|
37baf32374
changed LUMINOSITY_ALPHA to LUMINANCE_ALPHA (more consistent with opengl's phrasing)
|
15 years ago |
Bill Meltsner
|
3cb3537db0
Added vrld's text-rotation-fixing patch (finally fixes #56)
|
15 years ago |
Bart van Strien
|
0aa4c36950
Last fix for proposal #105 and added it to changes.txt
|
15 years ago |
Bart van Strien
|
9bf63b8607
Proposal #105 done + fixed warning in filesystem code
|
15 years ago |
Bart van Strien
|
ba74763c2f
Removed thelinx' debug
|
15 years ago |
Bart van Strien
|
e3a5a6cd9f
Import thelinx' freedesktop patch as in bug #105
|
15 years ago |
Bart van Strien
|
573d8b10a2
The ppa build log just told me we no longer use GLU, so why link against it?
|
15 years ago |
Bart van Strien
|
20f5706005
newFont and setFont now have a default size argument once again
|
15 years ago |
Bill Meltsner
|
9c4f04cc5c
missed a line of audio capture code (fixes #96)
|
15 years ago |
Bart van Strien
|
8ae53765c7
Images are now bound before they are encoded (fixes #95)
|
15 years ago |
Bart van Strien
|
8a7e2a0629
Thread wrapper checks for failed thread creation. (fixes #90)
|
15 years ago |
Bill Meltsner
|
9a76ac7bea
You can no longer access out-of-range pixels in ImageData
|
15 years ago |
Bill Meltsner
|
a34640bcfd
(Hopefully) fixed bug where extended ASCII characters would not display properly.
|
15 years ago |
Bart van Strien
|
2169f531f8
Threads now get the love.filesystem package.loader too
|
15 years ago |
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
|
15 years ago |
Bill Meltsner
|
5b62692c7d
love.graphics.newImageFont now accepts an Image as its first argument
|
15 years ago |
Bill Meltsner
|
41124e9032
fixed typo in wrapper function declaration
|
15 years ago |