Commit History

Author SHA1 Message Date
  Alex Szpakowski c7ebb50b70 love.graphics.newParticleSystem now uses a default buffer size of 1000 (issue #598) 12 years ago
  Bart van Strien 759930164f Don't hardcode include paths in makefile.am, use $(srcdir) instead (issue #612) 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 63404f7097 Added love.graphics.getRendererInfo(infotype). Useful for creating more informative error reports and advanced debugging. 12 years ago
  Alex Szpakowski 08d6e658c1 Removed love.graphics.newStencil (issue #569) 12 years ago
  Alex Szpakowski c9003750fa Removed extension and "."'s from default filesystem identity (issue #568) 12 years ago
  Alex Szpakowski 4c616e409b Renamed ParticleSystem:count, Channel:count, and all getNum* functions to get*Count (issue #602) 12 years ago
  Alex Szpakowski 3bf43dadd8 Renamed CompressedData:getNumMipmaps to CompressedData:getMipmapCount; Improved type-checking error messages for some functions which expect function arguments 12 years ago
  Alex Szpakowski 77c6efd8fd Fixed love.mouse.setPosition when called in love.load (issue #611) 12 years ago
  Alex Szpakowski f8c7e2cab8 Code cleanup 12 years ago
  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 years ago
  Alex Szpakowski 1edfbb766f Misc. fixes 12 years ago
  Alex Szpakowski 8b50dd499b Removed now-unnecessary optional filter parameters from love.graphics.newImageFont 12 years ago
  Alex Szpakowski ad2239aaaf Error instead of crash when love.graphics.newScreenshot fails 12 years ago
  Alex Szpakowski b44c083894 Added Shader:sendInt 12 years ago
  Alex Szpakowski fb9f8d2962 Added the getString method to all Data objects (issue #608) 12 years ago
  Alex Szpakowski 16f3a93f28 Removed vestigial internal code for Data:getPointer 12 years ago
  Bart van Strien 5c2b70f8ab Add man page (thanks Miriam Ruiz for the original) and make automake install and distribute it 12 years ago
  Michał Górny 53408e3768 Install file associations and icons using autotools (issue #605) 12 years ago
  Alex Szpakowski 97f7ad1a54 Fixed extern matrices 12 years ago
  Alex Szpakowski 0130b726de Improved error messages when sending bad values to a shader (also issue #587) 12 years ago
  Alex Szpakowski 4e9050216f Updated changelog 12 years ago
  Alex Szpakowski d0970658bf Exposed Geometry:setVertexColors and Geometry:hasVertexColors, to enable/disable per-vertex colors. 12 years ago
  Alex Szpakowski 3b05ec0635 Geometries now automatically use per-vertex colors when drawing if any vertex has a custom color set, otherwise the constant color is used. 12 years ago
  Alex Szpakowski a5eaffe625 Disabled opengl debug output until it can be improved & made optional 12 years ago
  Alex Szpakowski 97d61dda96 Optimized Geometry:setVertex 12 years ago
  Alex Szpakowski 8de3a7c708 Fixed love.graphics.getColor before setColor is called 12 years ago
  Alex Szpakowski ce8c8876fd Updated Visual Studio project for Geometry files (thanks Boolsheet) 12 years ago
  Alex Szpakowski 38b7e19914 Fixed Geometry:flip 12 years ago
  Alex Szpakowski f05e681b24 Error instead of crash when love.graphics.newGeometry fails 12 years ago