Commit History

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