提交历史

作者 SHA1 备注 提交日期
  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 年之前
  Bart van Strien 35cfb66bf7 Poll for events before update/run and do a first timestep after window creation 14 年之前
  Bart van Strien 0aae9684b3 Automated formatting fix 14 年之前
  Bart van Strien fafe472595 Prevent working with an invalid iterator (issue #331) 14 年之前
  Bart van Strien 2fafab9a0e Add luax_checkstring/pushstring functions that handle inline \0 characters 14 年之前
  Bart van Strien ec6b95d992 Obey to the LGPL and display the license text and used LGPL libraries in our license file 14 年之前
  vrld 983b00c510 Revert Canvas flipping (commits 9cb824e2fa84, e0234edd0026) in order to fix issue #324. 14 年之前
  vrld 7eef68f4ec Remove printing exception message to stderr. 14 年之前
  vrld c208f4b08d Add missing license headers. 14 年之前
  vrld fec5b9ac91 Issue #327 again: w__gc's correctness depending on order of inheritance. 14 年之前
  vrld 7a513e1434 Make love::Exception safe(r). 14 年之前
  Bart van Strien 03927f5207 Use a fixed module loading order (bug #261) 14 年之前
  Bart van Strien cf2bfcc4a2 Fix more memory leaks (issue #327) 14 年之前
  vrld aedf532cdc Fix 3/4 of issue #327: memory allocation issues. 14 年之前