Commit History

Author SHA1 Message Date
  Alex Szpakowski ec9dec6b80 Replaced luax_newtype with luax_pushtype (and added luax_rawnewtype for the old functionality of luax_newtype.) 12 years ago
  Alex Szpakowski 713e050b56 Removed some ParticleSystem methods which existed but did nothing since version 0.5.0 or earlier 12 years ago
  Alex Szpakowski dc755ed375 Removed ParticleSystem:getX/getY (resolves issue #633) 12 years ago
  Alex Szpakowski 8408c276cb ParticleSystem:setColors(r, g, b) now defaults to 255 alpha instead of erroring (resolves issue #686) 12 years ago
  Alex Szpakowski d5ef29e015 Removed the optional variation parameter from ParticleSystem:setSpin (issue #634). ParticleSystem:setSpinVariation still exists. 12 years ago
  Alex Szpakowski da7bc06976 ParticleSystem:setSizes no longer resets size variation to 0 (issue #640) 12 years ago
  Alex Szpakowski de745aa37c Fixed ParticleSystem drawing order (issue #604) & added ParticleSystem:s/getInsertMode. Thanks @Boolsheet! 12 years ago
  Alex Szpakowski 0545138f1e Added ParticleSystem:isStopped (issue #623) 12 years ago
  Alex Szpakowski 0c58d5d46a Added ParticleSystem:isPaused (issue #623) and removed ParticleSystem:isEmpty/isFull (issue #621) 12 years ago
  Bart van Strien 16e27d95b1 Rename ParticleSystem:setLifetime/setParticleLife and getters to setEmitterLifetime/setParticleLifetime (issue #601) 12 years ago
  Alex Szpakowski 4c616e409b Renamed ParticleSystem:count, Channel:count, and all getNum* functions to get*Count (issue #602) 12 years ago
  vrld 71317c4359 Add Geometries (replaces Quads). 12 years ago
  Alex Szpakowski 426ca03315 Added ParticleSystem:setLinearAcceleration(xmin, ymin, xmax, ymax) and removed ParticleSystem:setGravity (issue #599) 12 years ago
  Alex Szpakowski b6247f9ae1 Added many getters of questionable utility to ParticleSystems. 12 years ago
  Alex Szpakowski eef4eed636 Cleaned up some Lua binding code 12 years ago
  Alex Szpakowski 7b8884965e Added ParticleSystem:emit(num) (issue #577) 12 years ago
  Alex Szpakowski d383434edf ParticleSystem:setColors now accepts multiple color arrays (issue #440) 12 years ago
  Alex Szpakowski 4704c4e19e Cleaned up some ParticleSystem and Quad code 12 years ago
  Alex Szpakowski 318f335c7c ParticleSystem:setQuads can now accept a table argument, cleaned up the ParticleSystem quad code 12 years ago
  Alex Szpakowski d30809ebff Added ParticleSystem:setQuads(q1, q2, ...), quads are chosen based on current particle lifetime in a similar style to ParticleSystem:setColors 12 years ago
  Alex Szpakowski 96161c66f6 Updated copyright text for the new year 12 years ago
  Bart van Strien 4221d55468 Enfore limits on ParticleSystem:setSizeVariation (issue #545) 12 years ago
  vrld 4ec7609d37 Fix issue #437: Area-based particle spawn. 13 years ago
  Bart van Strien 7793e7f02f CRLF to LF 13 years ago
  rude 81c38e22d0 Applied the new style guidelines. 13 years ago
  Bill Meltsner 86abc9323b Add ParticleSystem:getPosition (issue #368) 13 years ago
  vrld 94bd960cc7 Fix number of arguments check in w_ParticleSystem_setSizes. 13 years ago
  vrld 3904e49c75 Check argument sanity in w_ParticleSystem_setColors. 13 years ago
  Bill Meltsner be55579a22 Happy New Year, have an enormous diff 13 years ago
  vrld a855a01f02 Fix two particle system typos (thanks, Boolsheet!) 13 years ago