vrld
|
340ee8442d
Fix issue #397: printf does not center string correctly.
|
преди 13 години |
vrld
|
5b05e5a07a
Fix issue #396: Make automagic check for libtool and auto(conf|tools).
|
преди 13 години |
Bart van Strien
|
07bd386d4e
Apply the 1-indexed joysticks patch from issue #391.
|
преди 13 години |
Bill Meltsner
|
322ec7bba4
Add love._os, which contains a string representing the current OS (or, at least, the OS the copy of LÖVE was compiled on).
|
преди 13 години |
vrld
|
39e1c59989
Actually copy existing buffer data to temporary memory region in VBO::map().
|
преди 13 години |
vrld
|
6dee041a9d
Throw exception when VBO cannot allocate enough memory in VBO::map().
|
преди 13 години |
vrld
|
3f365857ee
Replace glMapBufferARB() with temp memory + glBufferSubDataARB().
|
преди 13 години |
vrld
|
2b6cc4ea8c
Move VertexBuffer::Bind implementation to header to hint inlining
|
преди 13 години |
vrld
|
4947498488
Add VertexBuffer::Mapper for RAII vbo mapping
|
преди 13 години |
vrld
|
17dc8760b9
Replace VertexArray with VertexBuffer in SpriteBatch (less confusing).
|
преди 13 години |
vrld
|
1dd40b690b
Some idiot put a != where there should be a ==.
|
преди 13 години |
vrld
|
febd7757fc
Make sure all error flags are cleared before calling glBufferDataARB() in VBO::load().
|
преди 13 години |
vrld
|
c0ffa5b07e
Add error checking in VBO::load().
|
преди 13 години |
Bill Meltsner
|
b956813e8e
Freeze, Allman police!
|
преди 13 години |
Bill Meltsner
|
fc6a9df304
Report lack of support for the subtract blendmode through the Blue Screen of LÖVE instead of stderr spam.
|
преди 13 години |
Bill Meltsner
|
ae79ed061a
Update to recommended Xcode build settings.
|
преди 13 години |
Bill Meltsner
|
57b4d2c5b9
Add support for falling back to glBlendEquationEXT if necessary.
|
преди 13 години |
Bart van Strien
|
830283ff17
Properly catch exceptions thrown by ImageData:getPixel/setPixel, thereby preventing an uncaught exception for an invalid index. (Bug #381)
|
преди 13 години |
Bart van Strien
|
66aef58075
Use a clearer error message when the raycast callback doesn't return a number (issue #356)
|
преди 13 години |
Bart van Strien
|
dcb09c03a8
That was only part of the problem, now it should all work properly (and more accurately)
|
преди 13 години |
Bart van Strien
|
c2fb5618c1
Make love.timer.getFPS more accurate
|
преди 13 години |
Bill Meltsner
|
d69ec266be
Call PixelEffect::detach() in Graphics::reset, not Graphics::clear (fixes issue #379)
|
преди 13 години |
Bill Meltsner
|
d5b89886b6
Switch back to Clang for Mac OS X compilation, and add a new legendary hack to ensure it still runs on Leopard.
|
преди 13 години |
Bill Meltsner
|
84634affd5
Make love.graphics.toggleFullscreen properly handle graphics state.
|
преди 13 години |
Bill Meltsner
|
7a43721335
Make Xcode use GCC to build LÖVE instead of Clang, to avoid some annoying linker error.
|
преди 13 години |
Bart van Strien
|
4ee7e780e7
Fix ImageData:paste optimization, missing dy and sy and check of sw and sh
|
преди 13 години |
Bart van Strien
|
0c9d8f3c41
Handle masks and categories in our contact filter
|
преди 13 години |
vrld
|
e02a2679c2
Add love.graphics.getPixelEffect() (issue #372) -- thanks, slime73!
|
преди 13 години |
Bill Meltsner
|
57dabc9f89
Change WheelJoint:get/setSpringFrequencyHz to get/setSpringFrequency
|
преди 13 години |
Bill Meltsner
|
20f4e567b3
Fix Fixture:getShape(), for real this time.
|
преди 13 години |