提交历史

作者 SHA1 备注 提交日期
  Bill Meltsner 3b841423fa added get/setGroupIndex to CircleShape and PolygonShape 15 年之前
  Bill Meltsner c64e034320 Fixed setFixedRotation enabling other flags (bug #190) 15 年之前
  [email protected] f74b79e39a Warning fix as in bug #188 15 年之前
  Bill Meltsner 09f9fe62b6 Source::pause (and resume, and rewind) was acting on every Source, not just itself. Fixed. 15 年之前
  Bill Meltsner 9b9334a138 I'm not entirely sure why ModPlugDecoder.cpp was #including set.h, but it certainly doesn't need to be... 15 年之前
  Bill Meltsner 6868e2241c fixed a typo in the comments of three love.physics functions (I'm being very useful) 15 年之前
  Bill Meltsner 0d81774b4a Updated the OS X version to use Apple's UTI stuff for .love files 15 年之前
  [email protected] a91be8936f Added source:isStatic() 15 年之前
  Bill Meltsner 2d7e50e503 being a genius, forgot to include the header file that defines said macro. fixed now. 15 年之前
  Bill Meltsner 23a03d6db4 replaced a hardcoded radian conversion with the appropriate macro 15 年之前
  Bill Meltsner 60133f8d9a should fix gcc warning about passing a const char * to SDL_putenv 15 年之前
  Bill Meltsner 012ce3a585 I'm stupid and forgot to add return statements to the new functions 15 年之前
  Bill Meltsner 866f826e41 added Source:play(), Source:pause(), etc. 15 年之前
  rude 760daec9b7 Welcome back, love.thread. 15 年之前
  rude 00377538df Added tag 0.6.2 for changeset db7cd0682883 15 年之前
  rude 78c783bb57 Fixed ImageFont. 15 年之前
  rude 806d085ee9 Fixed size of filled rects. 15 年之前
  rude 02aaeba599 That print() was not supposed to be there. 15 年之前
  rude a78c77473c Updated version number on no-game screen. Should be automatic from now on. 15 年之前
  rude abe37d188f Disabled love.thread. Upped version to 0.6.2. 15 年之前
  rude 63089e6f72 Applied giniu's patch for -D_FILE_OFFSET_BITS=64. 15 年之前
  rude a7f0882706 Reverted -D_FILE_OFFSET_BITS=64. 15 年之前
  rude a8ff944a89 Reverted font origin. Don't want to break the API yet. 15 年之前
  Bill Meltsner 7c33786100 fixed a ridiculous number of gcc warnings, nearly all of which were complaints about unused parameters - the remaining 199 warnings I get are from code that isn't ours (box2d is responsible for all but 8 of them) 15 年之前
  [email protected] dbf8301f24 Merge (the hardest merge evahr, thanks rude) 15 年之前
  [email protected] 051f6f6eaa Switched global thread to love._curthread and made love.thread.getThread() return that 15 年之前
  rude 16bf591c96 Fixed a MSVC warning. 15 年之前
  [email protected] 0f54088d06 Fixed mp3 playback on linux and added support for mono mp3s 15 年之前
  rude 5fca0e9b33 Changed getThreads so that the caller must allocate the memory. 15 年之前
  rude 368765820e Changed unnecessary pass-by-value to pass-by-reference. 15 年之前