コミット履歴

作者 SHA1 メッセージ 日付
  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 年 前
  Alex Szpakowski ffe0485173 Removed love.window.checkMode (resolves issue #653, invalidates issue #592). 12 年 前
  Alex Szpakowski 74f26160da Fixed a couple bugs caught by clang's static analyzer 12 年 前
  Alex Szpakowski 113ed1cfe7 Merged SDL2 changes from bartbes/love-experiments/SDL2 into default. 12 年 前
  Alex Szpakowski 7026ebb4c7 Added polyline files to the Xcode project 12 年 前
  Alex Szpakowski a4ff39e0d4 Improved error checking for some enum strings (resolves issue #690). 12 年 前
  Alex Szpakowski 3725b4122f Fixed lazy-loading of stencil buffers in Canvases sometimes failing due to uninitialized variables 12 年 前
  Alex Szpakowski 267d901cd6 Fixed Geometry:flip when the Geometry was created with newQuad (resolves issue #671) 12 年 前
  Martin Felis 14ca401158 Add enet and lua-enet 12 年 前
  Alex Szpakowski 0f6980f82a Xcode project now compiles with -O3 for greater performance with the same binary size. Rejoice! 12 年 前
  Alex Szpakowski b3990e89f9 Reverted accidental XCode project changes 12 年 前
  Alex Szpakowski cd1a23c4ad Improved handling of (File)Data in love.graphics.newFont and love.thread.newThread 12 年 前
  Alex Szpakowski 04ca33d127 Updated Xcode project with new bezier files 12 年 前
  Alex Szpakowski ff77eb4b29 Added love.window (issue #6.) All window-related functions have been moved from love.graphics to love.window. 12 年 前
  Alex Szpakowski 7ab3809165 Fixed Object:typeOf for love.physics objects new to 0.8.0, removed vestigial ColorMode code 12 年 前
  Alex Szpakowski 9ccf013570 Added love.math.noise(x, [y, z, w]). Calculates the 1D, 2D, 3D or 4D Simplex noise value at a particular coordinate 12 年 前
  Alex Szpakowski 27bbfaac42 Updated Xcode project and removed now-unneeded Quad source files 12 年 前
  Alex Szpakowski 3046981fce Added love.math.newRandomGenerator. Returns a RNG object with its own seed and random methods. 12 年 前
  Alex Szpakowski 88d64954a4 Replaced the devil love.image module with love.image.magpie, which can decide which image library to use in a similar manner to love.sound.lullaby. Some rough edges still exist. 12 年 前
  Alex Szpakowski 5301026f3c Added support for DXT1/3/5 and BC5/7 compressed textures via love.image.CompressedData. Some internals are still iffy. 12 年 前
  Alex Szpakowski 4159b15ef2 Updated Xcode project for math module changes 12 年 前
  Alex Szpakowski cd21eaaf33 Re-enable GME support in OS X 12 年 前
  Alex Szpakowski d5245483ef Updated version to 0.9.0 (codename TBD) 12 年 前
  Alex Szpakowski 0efdc732e0 Updated Xcode project for new thread module files 12 年 前
  Alex Szpakowski 0be26b7678 Added new math module files to the Xcode project 12 年 前
  Alex Szpakowski e05e8e6e6a Switched audio backends in OS X from Apple's OpenAL implementation to OpenAL Soft 12 年 前
  Alex Szpakowski ceb0ee6c7e Added SpriteBatch:remove(id) 12 年 前
  Alex Szpakowski 842c01b4e5 liblove now builds as a framework on OS X 12 年 前