Historique des commits

Auteur SHA1 Message Date
  Bill Meltsner ce682a45c6 add config.h #include to int.h il y a 13 ans
  Bill Meltsner 25c5bbea67 Add int.h to the Xcode project il y a 13 ans
  Bart van Strien 951d420db7 Eliminate more warnings il y a 13 ans
  Bart van Strien 47561e8b14 Hopefully add cross-platform (u)int types:q il y a 13 ans
  Bart van Strien 53e010a832 Remove all uses of LOVE_UNUSED, and simply not name the arguments instead il y a 13 ans
  Bart van Strien 9fb63dc4b8 Make the new event sink thread-safe (hopefully) and make small usability fixes il y a 13 ans
  Bart van Strien d3bd9b1156 Events now have 4 arguments (or less) il y a 13 ans
  Bart van Strien adf25991e8 Fix the joystick event handler names, to match the new event names il y a 13 ans
  Bill Meltsner 6277f4c75b lua libraries, even on mac, almost never come in .dylib form, but rather .so - change love.filesystem.require accordingly il y a 13 ans
  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 il y a 13 ans
  Bill Meltsner c9ed6d3c83 update Xcode project to include love.window and Variant il y a 13 ans
  Bart van Strien 735260d4d8 Thread:kill()? What Thread:kill()? il y a 13 ans
  Bart van Strien e37470f54d No more Font:set(), instead love.graphics.setNewFont il y a 13 ans
  Bart van Strien 9682ebecf9 Remove love.graphics.setFont([<file>,] <size>) shorthand, idiom is now love.graphics.newFont([<file>,] <size>):set() il y a 13 ans
  Bart van Strien d5d2e7b5ae Update msvc2010 project file for recent changes il y a 13 ans
  Bart van Strien 083dd11185 Switch to a custom event system, where SDL pumps into il y a 13 ans
  Bart van Strien 91fefbd1ee *click* *pop* *POOF* il y a 13 ans
  Bart van Strien 362a7835b4 Make keyboard repeat better.. or something il y a 13 ans
  Bart van Strien 7c8fff979a Create love.window, abstract SDL out of love.graphics il y a 13 ans
  vrld 2b7da8ea27 Rename love.graphics.[sg]etRenderTarget to love.graphics.[sg]etCanvas il y a 13 ans
  Bart van Strien a003f5d581 tostring all errors in the error handler (issue #332) il y a 13 ans
  Bart van Strien 1503533ee6 Key repeat gets seconds too il y a 13 ans
  Bart van Strien 5fb4f2c63d Request ALL the bits il y a 13 ans
  vrld 66f640fa0e Fix typo in Quad::mirror(). il y a 14 ans
  Bart van Strien 35cfb66bf7 Poll for events before update/run and do a first timestep after window creation il y a 14 ans
  Bart van Strien 0aae9684b3 Automated formatting fix il y a 14 ans
  Bart van Strien fafe472595 Prevent working with an invalid iterator (issue #331) il y a 14 ans
  Bart van Strien 2fafab9a0e Add luax_checkstring/pushstring functions that handle inline \0 characters il y a 14 ans
  Bart van Strien ec6b95d992 Obey to the LGPL and display the license text and used LGPL libraries in our license file il y a 14 ans
  vrld 983b00c510 Revert Canvas flipping (commits 9cb824e2fa84, e0234edd0026) in order to fix issue #324. il y a 14 ans