Istoricul angajamentelor

Autor SHA1 Permisiunea de a trimite mesaje. Dacă este dezactivată, utilizatorul nu va putea trimite nici un fel de mesaj Data
  Alex Szpakowski 5de43a7207 The Vertex struct is now recognized as POD by C++, also fixed the name to be consistent with other love structs 12 ani în urmă
  Alex Szpakowski ffe0485173 Removed love.window.checkMode (resolves issue #653, invalidates issue #592). 12 ani în urmă
  Alex Szpakowski 06f80d5c08 Fixed undefined behaviour when love exceptions are converted into Lua errors (resolves issue #729) 12 ani în urmă
  Alex Szpakowski ec9dec6b80 Replaced luax_newtype with luax_pushtype (and added luax_rawnewtype for the old functionality of luax_newtype.) 12 ani în urmă
  Alex Szpakowski 50504d83a5 Missed an uncaught exception in newRandomGenerator 12 ani în urmă
  Alex Szpakowski 674ad9247a Added some checks for invalid numbers to love.math.setRandomState 12 ani în urmă
  Alex Szpakowski 0447d1e7c5 Changed love.math.randomnormal([mean], stddev) to love.math.randomNormal(stddev, [mean]); 12 ani în urmă
  vrld 19eade843c Add support for Bezier curves of arbitrary degree. 12 ani în urmă
  vrld d454be7025 Add love.math.isConvex() 12 ani în urmă
  Alex Szpakowski f8c7e2cab8 Code cleanup 12 ani în urmă
  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 ani în urmă
  Alex Szpakowski d98e2cb40c Renamed randnormal to randomnormal 12 ani în urmă
  Alex Szpakowski 3046981fce Added love.math.newRandomGenerator. Returns a RNG object with its own seed and random methods. 12 ani în urmă
  vrld 1a407a6af3 Make non-gcc compilers happy... 12 ani în urmă
  vrld ece4ff6472 Make love.math a singleton. Remove code duplication. Add love.math.triangulate. 12 ani în urmă
  vrld 4b8c6d236d Rename Math.{cpp,h} to ModMath.{cpp,h}. 12 ani în urmă
  vrld 5f586390d8 Add module `love.math`. Implements xorshift RNG. 12 ani în urmă