Commit History

Author SHA1 Message Date
  Bill Meltsner 3e67824d3b Kill the VS 2008 project with extreme prejudice. 13 years ago
  Bill Meltsner cc13ce9e50 Added tag 0.8.0 for changeset 9a7f76c4a19a 13 years ago
  Bill Meltsner 7b64bb8d59 Update changelog for the last time before 0.8.0. 13 years ago
  rude 9b9573b2d2 Updated changes.txt with latest *exciting* developments to the Windows builds. 13 years ago
  Bart van Strien 34d7c51cd0 Macro-ify msvc2010 app.rc 13 years ago
  Bart van Strien 43c5576268 Remove warning in autotools and make LOVE_OLD_MODPLUG define that disables some new modplug settings 13 years ago
  Bart van Strien e40dc63042 Don't let configure check for libmng and libtiff (bug #290) 13 years ago
  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