Historial de Commits

Autor SHA1 Mensaje Fecha
  Bart van Strien 0f0a64819e Add --fused command line argument, to override fused game detection hace 13 años
  vrld 26780681ea Remove artifacts at line endings (see 4f9c5db78143). hace 13 años
  vrld b5f3addd35 Remove antialiasing artifacts when drawing lines at a very big scale. hace 13 años
  Bart van Strien 4a04c48891 Merged in aidalgol/love-scaling (pull request #6) hace 13 años
  Bart van Strien 3b54a88c4e Merged in AMDmi3/love (pull request #7) hace 13 años
  Bart van Strien 54e4d2da9a Fix endianness check for ppc on gcc hace 13 años
  Marcus Comstedt 82fb48738d Use configure.in to test for endianness on UNIX hace 13 años
  vrld 4370f6c9d6 Fix typo in PixelEffect:send() dispatcher when trying to send unsupported type hace 13 años
  Dmitry Marakasov 204f561033 Fix bashisms hace 13 años
  Aidan Gauland 8a6c36231c Corrected scaling of values in RopeJoint constructor. hace 13 años
  Aidan Gauland 27b62b5c9c Removed scaling of unit vectors. hace 13 años
  vrld d4c59d3508 Fix issue #406: Empty glyphs cause some ATI cards to crash in Font::addGlyph(). hace 13 años
  Bill Meltsner 7925b1b059 Fix .hgtags. hace 13 años
  Bill Meltsner c8d9be1a99 Added tag 0.8.0 for changeset e0f98d53debb hace 13 años
  Bill Meltsner 3e67824d3b Kill the VS 2008 project with extreme prejudice. hace 13 años
  Bill Meltsner cc13ce9e50 Added tag 0.8.0 for changeset 9a7f76c4a19a hace 13 años
  Bill Meltsner 7b64bb8d59 Update changelog for the last time before 0.8.0. hace 13 años
  rude 9b9573b2d2 Updated changes.txt with latest *exciting* developments to the Windows builds. hace 13 años
  Bart van Strien 34d7c51cd0 Macro-ify msvc2010 app.rc hace 13 años
  Bart van Strien 43c5576268 Remove warning in autotools and make LOVE_OLD_MODPLUG define that disables some new modplug settings hace 13 años
  Bart van Strien e40dc63042 Don't let configure check for libmng and libtiff (bug #290) hace 13 años
  vrld 340ee8442d Fix issue #397: printf does not center string correctly. hace 13 años
  vrld 5b05e5a07a Fix issue #396: Make automagic check for libtool and auto(conf|tools). hace 13 años
  Bart van Strien 07bd386d4e Apply the 1-indexed joysticks patch from issue #391. hace 13 años
  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). hace 13 años
  vrld 39e1c59989 Actually copy existing buffer data to temporary memory region in VBO::map(). hace 13 años
  vrld 6dee041a9d Throw exception when VBO cannot allocate enough memory in VBO::map(). hace 13 años
  vrld 3f365857ee Replace glMapBufferARB() with temp memory + glBufferSubDataARB(). hace 13 años
  vrld 2b6cc4ea8c Move VertexBuffer::Bind implementation to header to hint inlining hace 13 años
  vrld 4947498488 Add VertexBuffer::Mapper for RAII vbo mapping hace 13 años