提交歷史

作者 SHA1 備註 提交日期
  Bart van Strien 5c2b70f8ab Add man page (thanks Miriam Ruiz for the original) and make automake install and distribute it 12 年之前
  Michał Górny 53408e3768 Install file associations and icons using autotools (issue #605) 12 年之前
  Alex Szpakowski 97f7ad1a54 Fixed extern matrices 12 年之前
  Alex Szpakowski 0130b726de Improved error messages when sending bad values to a shader (also issue #587) 12 年之前
  Alex Szpakowski 4e9050216f Updated changelog 12 年之前
  Alex Szpakowski d0970658bf Exposed Geometry:setVertexColors and Geometry:hasVertexColors, to enable/disable per-vertex colors. 12 年之前
  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 年之前
  Alex Szpakowski a5eaffe625 Disabled opengl debug output until it can be improved & made optional 12 年之前
  Alex Szpakowski 97d61dda96 Optimized Geometry:setVertex 12 年之前
  Alex Szpakowski 8de3a7c708 Fixed love.graphics.getColor before setColor is called 12 年之前
  Alex Szpakowski ce8c8876fd Updated Visual Studio project for Geometry files (thanks Boolsheet) 12 年之前
  Alex Szpakowski 38b7e19914 Fixed Geometry:flip 12 年之前
  Alex Szpakowski f05e681b24 Error instead of crash when love.graphics.newGeometry fails 12 年之前
  vrld 1e54049fbb Fix SpriteBatch. 12 年之前
  Alex Szpakowski 27bbfaac42 Updated Xcode project and removed now-unneeded Quad source files 12 年之前
  vrld 71317c4359 Add Geometries (replaces Quads). 12 年之前
  Alex Szpakowski 9d62d0044c Macro hard, microsoft 12 年之前
  Alex Szpakowski a477223629 Fixed love.audio.newSource, love.sound.newSoundData, and love.sound.newDecoder crashing when given a nonexistant filepath 12 年之前
  Alex Szpakowski 426ca03315 Added ParticleSystem:setLinearAcceleration(xmin, ymin, xmax, ymax) and removed ParticleSystem:setGravity (issue #599) 12 年之前
  Alex Szpakowski e9ff803c42 alpha values for ImageData:mapPixel default to 255 (issue #603) 12 年之前
  Alex Szpakowski 6142352cd4 love._openConsole is now called before main.lua is loaded 12 年之前
  Alex Szpakowski ce59756463 Fixed a case-sensitivity typo 12 年之前
  Alex Szpakowski b6247f9ae1 Added many getters of questionable utility to ParticleSystems. 12 年之前
  Alex Szpakowski bf6d1c258b Misc. code cosmetics and improvements 12 年之前
  Alex Szpakowski 6fd3038405 Improved clarity/readability of internal OpenGL state shadowing functions 12 年之前
  Alex Szpakowski f1770edaa1 Updated Visual Studio project for math module changes (thanks Boolsheet) 12 年之前
  Alex Szpakowski 385c1ac4db Merged math-randobject into default (also addresses issue #586) 12 年之前
  Alex Szpakowski 2d0b3b5226 ParticleSystems now use their own RNG instead of the global one (prevents ParticleSystems from modifying the global math.random state) 12 年之前
  Alex Szpakowski d98e2cb40c Renamed randnormal to randomnormal 12 年之前
  Alex Szpakowski 3046981fce Added love.math.newRandomGenerator. Returns a RNG object with its own seed and random methods. 12 年之前