Commit History

Author SHA1 Message Date
  Bart van Strien 1e00f0f981 Move the default image filter to the Image class, instead of Graphics applying it on newImage 13 years ago
  Bart van Strien 1a89622262 Fonts and ImageFonts now use the default image filter, newImageFont gets a second and third argument, to optionally specify the filters 13 years ago
  Bart van Strien 7f39fa8c3a Create liblove 13 years ago
  Bart van Strien 0f0a64819e Add --fused command line argument, to override fused game detection 13 years ago
  vrld 26780681ea Remove artifacts at line endings (see 4f9c5db78143). 13 years ago
  vrld b5f3addd35 Remove antialiasing artifacts when drawing lines at a very big scale. 13 years ago
  Bart van Strien 4a04c48891 Merged in aidalgol/love-scaling (pull request #6) 13 years ago
  Bart van Strien 3b54a88c4e Merged in AMDmi3/love (pull request #7) 13 years ago
  Bart van Strien 54e4d2da9a Fix endianness check for ppc on gcc 13 years ago
  Marcus Comstedt 82fb48738d Use configure.in to test for endianness on UNIX 13 years ago
  vrld 4370f6c9d6 Fix typo in PixelEffect:send() dispatcher when trying to send unsupported type 13 years ago
  Dmitry Marakasov 204f561033 Fix bashisms 13 years ago
  Aidan Gauland 8a6c36231c Corrected scaling of values in RopeJoint constructor. 13 years ago
  Aidan Gauland 27b62b5c9c Removed scaling of unit vectors. 13 years ago
  vrld d4c59d3508 Fix issue #406: Empty glyphs cause some ATI cards to crash in Font::addGlyph(). 13 years ago
  Bill Meltsner 7925b1b059 Fix .hgtags. 13 years ago
  Bill Meltsner c8d9be1a99 Added tag 0.8.0 for changeset e0f98d53debb 13 years ago
  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