Alex Szpakowski
|
6f6bf6a2bb
Merged default into minor
|
11 years ago |
Alex Szpakowski
|
68b2c9e851
The default filter mode is now included in the state affected by love.graphics.push("all").
|
11 years ago |
Alex Szpakowski
|
ab9954272a
Updated the initialization code to trigger a real Lua error if love.conf has an error in it.
|
11 years ago |
Alex Szpakowski
|
40c6821048
Removed some dead code and fixed luax_pushtype when the object argument is null.
|
11 years ago |
Alex Szpakowski
|
52b62e8620
Fixed a case of using new[]/delete[] when malloc/free should have been used.
|
11 years ago |
Alex Szpakowski
|
b59e088d6c
Hopefully fixed the Windows build (see issue #921.)
|
11 years ago |
Alex Szpakowski
|
e26abb417e
Fixed indentation.
|
11 years ago |
Alex Szpakowski
|
1e8c9e18c3
Fixed love.joystick.setGamepadMapping: the generated SDL controller mapping string is no longer invalid, and joystick hats are now properly converted to the SDL representation.
|
11 years ago |
Alex Szpakowski
|
626701fc2b
Merged default into minor
|
11 years ago |
Alex Szpakowski
|
1449a81bdf
Removed some dead code.
|
11 years ago |
Alex Szpakowski
|
3f208f1e60
Fixed love.graphics.setShader with no arguments not properly restoring the default shader.
|
11 years ago |
Alex Szpakowski
|
8a7481eaa3
Added optional xoffset/yoffset/width/height arguments to Image:refresh, to specify a sub-rectangle. Specifying a small sub-rectangle can improve the performance of Image:refresh.
|
11 years ago |
Alex Szpakowski
|
760304e023
Fixed love.graphics.print.
|
11 years ago |
Alex Szpakowski
|
3a51f0ad08
Changed the love.graphics internal code to always use a default shader when none is set externally, and replaced the deprecated OpenGL vertex attribute code with the equivalent generic vertex attribute functions.
|
11 years ago |
Alex Szpakowski
|
d6cd2e2e7e
Prettied up some code.
|
11 years ago |
Alex Szpakowski
|
2a1e1d01d3
Merged default into minor
|
11 years ago |
Alex Szpakowski
|
d5e5f38e2f
Fixed Source:tell crashing if the Source is static.
|
11 years ago |
Alex Szpakowski
|
766939bdd5
Removed mipmapping restriction on non-power-of-two Images.
|
11 years ago |
Alex Szpakowski
|
234ee0fea6
Fixed the default error handler's background color when sRGB is enabled for the screen.
|
11 years ago |
Alex Szpakowski
|
1978fa9910
Cleaned up a bit of unused code.
|
11 years ago |
Alex Szpakowski
|
71c71985d3
Merged default into minor
|
11 years ago |
Alex Szpakowski
|
44b97dfadc
Updated the changelog.
|
11 years ago |
Alex Szpakowski
|
8ffe610659
Added love.graphics.getStats. It returns a table with performance-related graphics statistics. Currently it contains these fields:
|
11 years ago |
Alex Szpakowski
|
e1f7e4abd3
Added a 'refreshrate' field to the table returned by love.window.getMode. The value may be 0 if the refresh rate of the monitor can't be determined. It might also be 59 instead of 60 on 59.94hz monitors on some operating systems.
|
11 years ago |
Bart van Strien
|
23f2d617e0
Remove accidentally left-behind filesystem wrappers, minor compiles again
|
11 years ago |
Alex Szpakowski
|
5f6ee50541
Replaced the GLee OpenGL function loader with a modified version of GLAD (resolves issue #728.)
|
11 years ago |
Alex Szpakowski
|
0c1b73e2ca
Reference counting for love objects is now atomic.
|
11 years ago |
Alex Szpakowski
|
df5e48a082
Merged default into minor
|
11 years ago |
Alex Szpakowski
|
9e93d854b8
love.image.isCompressed should return true if the file contains a compressed texture, even if the file's extension isn't 'dds'.
|
11 years ago |
Alex Szpakowski
|
fcf8329369
Fixed detection of TGA and BMP images and updated stb_image to the latest version.
|
11 years ago |