Histórico de commits

Autor SHA1 Mensagem Data
  vrld 4370f6c9d6 Fix typo in PixelEffect:send() dispatcher when trying to send unsupported type 13 anos atrás
  vrld d4c59d3508 Fix issue #406: Empty glyphs cause some ATI cards to crash in Font::addGlyph(). 13 anos atrás
  Bill Meltsner 7925b1b059 Fix .hgtags. 13 anos atrás
  Bill Meltsner c8d9be1a99 Added tag 0.8.0 for changeset e0f98d53debb 13 anos atrás
  Bill Meltsner 3e67824d3b Kill the VS 2008 project with extreme prejudice. 13 anos atrás
  Bill Meltsner cc13ce9e50 Added tag 0.8.0 for changeset 9a7f76c4a19a 13 anos atrás
  Bill Meltsner 7b64bb8d59 Update changelog for the last time before 0.8.0. 13 anos atrás
  rude 9b9573b2d2 Updated changes.txt with latest *exciting* developments to the Windows builds. 13 anos atrás
  Bart van Strien 34d7c51cd0 Macro-ify msvc2010 app.rc 13 anos atrás
  Bart van Strien 43c5576268 Remove warning in autotools and make LOVE_OLD_MODPLUG define that disables some new modplug settings 13 anos atrás
  Bart van Strien e40dc63042 Don't let configure check for libmng and libtiff (bug #290) 13 anos atrás
  vrld 340ee8442d Fix issue #397: printf does not center string correctly. 13 anos atrás
  vrld 5b05e5a07a Fix issue #396: Make automagic check for libtool and auto(conf|tools). 13 anos atrás
  Bart van Strien 07bd386d4e Apply the 1-indexed joysticks patch from issue #391. 13 anos atrás
  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 anos atrás
  vrld 39e1c59989 Actually copy existing buffer data to temporary memory region in VBO::map(). 13 anos atrás
  vrld 6dee041a9d Throw exception when VBO cannot allocate enough memory in VBO::map(). 13 anos atrás
  vrld 3f365857ee Replace glMapBufferARB() with temp memory + glBufferSubDataARB(). 13 anos atrás
  vrld 2b6cc4ea8c Move VertexBuffer::Bind implementation to header to hint inlining 13 anos atrás
  vrld 4947498488 Add VertexBuffer::Mapper for RAII vbo mapping 13 anos atrás
  vrld 17dc8760b9 Replace VertexArray with VertexBuffer in SpriteBatch (less confusing). 13 anos atrás
  vrld 1dd40b690b Some idiot put a != where there should be a ==. 13 anos atrás
  vrld febd7757fc Make sure all error flags are cleared before calling glBufferDataARB() in VBO::load(). 13 anos atrás
  vrld c0ffa5b07e Add error checking in VBO::load(). 13 anos atrás
  Bill Meltsner b956813e8e Freeze, Allman police! 13 anos atrás
  Bill Meltsner fc6a9df304 Report lack of support for the subtract blendmode through the Blue Screen of LÖVE instead of stderr spam. 13 anos atrás
  Bill Meltsner ae79ed061a Update to recommended Xcode build settings. 13 anos atrás
  Bill Meltsner 57b4d2c5b9 Add support for falling back to glBlendEquationEXT if necessary. 13 anos atrás
  Bart van Strien 830283ff17 Properly catch exceptions thrown by ImageData:getPixel/setPixel, thereby preventing an uncaught exception for an invalid index. (Bug #381) 13 anos atrás
  Bart van Strien 66aef58075 Use a clearer error message when the raycast callback doesn't return a number (issue #356) 13 anos atrás