Commit History

Author SHA1 Message Date
  vrld 19eade843c Add support for Bezier curves of arbitrary degree. 12 years ago
  vrld d454be7025 Add love.math.isConvex() 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 3bf43dadd8 Renamed CompressedData:getNumMipmaps to CompressedData:getMipmapCount; Improved type-checking error messages for some functions which expect function arguments 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 bf6d1c258b Misc. code cosmetics and improvements 12 years ago
  Alex Szpakowski d98e2cb40c Renamed randnormal to randomnormal 12 years ago
  Alex Szpakowski 3046981fce Added love.math.newRandomGenerator. Returns a RNG object with its own seed and random methods. 12 years ago
  vrld 1a407a6af3 Make non-gcc compilers happy... 12 years ago