Commit History

Author SHA1 Message Date
  Bill Meltsner 578866e356 updated Mac version number to 0.7.1 14 years ago
  Bart van Strien 31f8c68b4b Fixed more locking issues in love.thread 14 years ago
  Bart van Strien fd34409bd4 Peek gets locks too 14 years ago
  Bart van Strien eee4e0576c Ahem.. meeerge 14 years ago
  Bart van Strien 28c49d8fb4 getThreads now indexes with the names again 14 years ago
  rude 6de95c6363 Mentioned the fix for the stdout-redirect-related crash on Windows in the changelog. 14 years ago
  Bill Meltsner f512bd192f added TGA alpha support as per Boolsheet's patch in issue #156 14 years ago
  Bart van Strien 600dbaad69 Update version information for nearing 0.7.1 release 14 years ago
  Bart van Strien 2c2217d302 Update changelog 14 years ago
  Bill Meltsner e3e4ae17d8 love.graphics.setFont no longer explodes when passed a nonexistent file (fixes issue #177) 14 years ago
  vrld 64b6232c9a Reinitialize event system (via SDL_INIT_VIDEO) in Graphics::setMode(). 14 years ago
  vrld d25a3a36ce Revert reverting 8d29d4ca285e. 14 years ago
  vrld e7db8c2491 Fix issue #176: unexpected behaivior of love.graphics.line with hash-table argument. 14 years ago
  Bart van Strien 04aa189d22 Didn't compile, totally my fault 14 years ago
  Bart van Strien 10524be1c8 Fix toggleFullscreen 14 years ago
  Bart van Strien 65c464fc7c Allow width and height 0 in love.conf (issue #175) 14 years ago
  Bart van Strien db1a2d12ff Add dead key support by exposing the "unknown" key 14 years ago
  vrld 1c7e34715b Add NULL initializers for pointers. 14 years ago
  Bart van Strien 98406370eb Gracefully handle negative indexes in love.joystick (bug #172) 14 years ago
  Bill Meltsner fde708160e bringing in the new year by changing every 2010 to 2011 14 years ago
  Bill Meltsner a6a1e91976 mp3s sampled at rates other than 44.1KHz will play properly now (fixes issue #170) 14 years ago
  Bill Meltsner 4479e8dfc4 removed user-specified sample rates for Decoders 14 years ago
  Bill Meltsner 6e8a48bd01 a few more xcode fixes 14 years ago
  rude 3cb7a60cd2 Updated love.nsi, and date in license.txt. 14 years ago
  vrld 0af7e9e0d8 Fix issue #169 by courtesy of lukaszbruun. 14 years ago
  rude 9d108d2bde Added missing lua_strlen to ThreadVariant construction. MSVC coerced the 'const char*'-argument into the bool version of the constructor, causing the wrong function to be called. 14 years ago
  rude 31c9995082 Fixed some type conversion warnings in VC. Mostly float <-> int and bool <-> int. 14 years ago
  vrld c5eb50d0d5 Fix issue #158 by forcing the image origin to be upper left. 14 years ago
  vrld b9b2c4a962 Rewrite Graphics::printf, fixes issue #107 14 years ago
  rude 645433b19a Added love.ico to msvc2010 project. 14 years ago