Commit History

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