Commit History

Author SHA1 Message Date
  Alex Szpakowski c63e2ec624 Merged default into Mesh 12 years ago
  Alex Szpakowski 1e696c4505 Added Mesh objects and love.graphics.newMesh. Mesh objects are similar to Geometry but they're drawables (the relationship between meshes and images is the opposite of geometry and images.) 12 years ago
  Alex Szpakowski 1be8ac5be4 Removed some unused functions and fixed up some wrap_ headers 12 years ago
  Alex Szpakowski bcee9a222b Made some float/int/unsigned char conversions explicit, fixed ParticleSystem:getColors, fixed love.mouse.isDown with x1 and x2 buttons 12 years ago
  Alex Szpakowski ec9dec6b80 Replaced luax_newtype with luax_pushtype (and added luax_rawnewtype for the old functionality of luax_newtype.) 12 years ago
  Alex Szpakowski 113ed1cfe7 Merged SDL2 changes from bartbes/love-experiments/SDL2 into default. 12 years ago
  Alex Szpakowski 0c053e09d4 Improved error messages when using the wrong love type in a function 12 years ago
  Alex Szpakowski 335cc378fc Added some internal verification for registering love type names 12 years ago
  Alex Szpakowski 5a3055dd3b Replaced internal calls to luaL_register (deprecated in Lua 5.2) with an alternative 12 years ago
  Bart van Strien f5603b0291 Make love compile against lua5.2 12 years ago
  Alex Szpakowski 4dc2072fc6 Fixed error messages in functions where love.filesystem.newFile(Data) is called internally 12 years ago
  vrld 19eade843c Add support for Bezier curves of arbitrary degree. 12 years ago
  Alex Szpakowski aa59761177 Fixed smooth lines with love.graphics.origin() after love.graphics.scale 12 years ago
  Alex Szpakowski ff77eb4b29 Added love.window (issue #6.) All window-related functions have been moved from love.graphics to love.window. 12 years ago
  Alex Szpakowski 7ab3809165 Fixed Object:typeOf for love.physics objects new to 0.8.0, removed vestigial ColorMode code 12 years ago
  Alex Szpakowski 1edfbb766f Misc. fixes 12 years ago
  vrld 71317c4359 Add Geometries (replaces Quads). 12 years ago
  Alex Szpakowski 5301026f3c Added support for DXT1/3/5 and BC5/7 compressed textures via love.image.CompressedData. Some internals are still iffy. 12 years ago
  Bart van Strien 3d0c5761ce Merge in default, update changelog 12 years ago
  Alex Szpakowski 96161c66f6 Updated copyright text for the new year 12 years ago
  rude c03e35b6cc Merge default branch. 12 years ago
  Bart van Strien 68a895e7c6 Catch errors in love.font.newRasterizer, add luax_pconvobj which pcalls, allowing love.graphics.newFont to clean up before re-erroring 12 years ago
  Bart van Strien 8867f6c329 Merge in default 13 years ago
  vrld 1fd12e4596 Add Module::registerInstance() and Module::getInstance(). 13 years ago
  Bart van Strien 399a6a6614 Merge in channels from love-experiments 13 years ago
  Bart van Strien 7793e7f02f CRLF to LF 13 years ago
  rude 81c38e22d0 Applied the new style guidelines. 13 years ago
  Bart van Strien fbfd20a142 Move the references from _G to the registry 13 years ago
  Bill Meltsner be55579a22 Happy New Year, have an enormous diff 13 years ago
  Bart van Strien e0b420c988 Properly export love modules to lua, package.loaded is correct now 13 years ago