提交歷史

作者 SHA1 備註 提交日期
  vrld a855a01f02 Fix two particle system typos (thanks, Boolsheet!) 13 年之前
  vrld 247f57c10b Fix issue 246: Add line antialiasing through 'overdraw'. 13 年之前
  Bart van Strien c707a4ca45 Properly export all lua-facing functions and use those for initialization (love.cpp no longer explicitly mentions implementations) 13 年之前
  Bart van Strien e0dcf55703 Make love.event.clear thread-safe, though it's only callable from the main thread (with SDL backend, anyway) 13 年之前
  Bill Meltsner bc278cf2b8 love.graphics.arc is now better and actually draws in the right direction 13 年之前
  Bill Meltsner 7378a90101 Upgrade love.filesystem to use 64-bit numbers for dealing with file sizes, thus (hopefully) enabling lovers to work with very large files (based on Boolsheet's patch in issue #179) 13 年之前
  Bill Meltsner ce682a45c6 add config.h #include to int.h 13 年之前
  Bill Meltsner 25c5bbea67 Add int.h to the Xcode project 13 年之前
  Bart van Strien 951d420db7 Eliminate more warnings 13 年之前
  Bart van Strien 47561e8b14 Hopefully add cross-platform (u)int types:q 13 年之前
  Bart van Strien 53e010a832 Remove all uses of LOVE_UNUSED, and simply not name the arguments instead 13 年之前
  Bart van Strien 9fb63dc4b8 Make the new event sink thread-safe (hopefully) and make small usability fixes 13 年之前
  Bart van Strien d3bd9b1156 Events now have 4 arguments (or less) 13 年之前
  Bart van Strien adf25991e8 Fix the joystick event handler names, to match the new event names 13 年之前
  Bill Meltsner 6277f4c75b lua libraries, even on mac, almost never come in .dylib form, but rather .so - change love.filesystem.require accordingly 13 年之前
  Bill Meltsner 969c53e592 make love build on OS X again - there's no need to include gl.h directly, GLee.h does that for us in a cross-platform way 13 年之前
  Bill Meltsner c9ed6d3c83 update Xcode project to include love.window and Variant 13 年之前
  Bart van Strien 735260d4d8 Thread:kill()? What Thread:kill()? 13 年之前
  Bart van Strien e37470f54d No more Font:set(), instead love.graphics.setNewFont 13 年之前
  Bart van Strien 9682ebecf9 Remove love.graphics.setFont([<file>,] <size>) shorthand, idiom is now love.graphics.newFont([<file>,] <size>):set() 13 年之前
  Bart van Strien d5d2e7b5ae Update msvc2010 project file for recent changes 13 年之前
  Bart van Strien 083dd11185 Switch to a custom event system, where SDL pumps into 13 年之前
  Bart van Strien 91fefbd1ee *click* *pop* *POOF* 13 年之前
  Bart van Strien 362a7835b4 Make keyboard repeat better.. or something 13 年之前
  Bart van Strien 7c8fff979a Create love.window, abstract SDL out of love.graphics 13 年之前
  vrld 2b7da8ea27 Rename love.graphics.[sg]etRenderTarget to love.graphics.[sg]etCanvas 13 年之前
  Bart van Strien a003f5d581 tostring all errors in the error handler (issue #332) 13 年之前
  Bart van Strien 1503533ee6 Key repeat gets seconds too 13 年之前
  Bart van Strien 5fb4f2c63d Request ALL the bits 14 年之前
  vrld 66f640fa0e Fix typo in Quad::mirror(). 14 年之前