Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-26 | Implemented particle emitters with properties which change over time ↵ | Philipp Sehmisch | 1 | -41/+59 | |
according to wave functions. | |||||
2008-10-07 | Fixed some compiler warnings. This probably also fixed the logging of several | Bjørn Lindeijer | 1 | -3/+2 | |
error messages. | |||||
2008-08-28 | Added output-pause to copy constructor of particle emitters. | Philipp Sehmisch | 1 | -0/+3 | |
2008-08-27 | Renamed "randomnes" to "randomness", so that it won't show up as part of Fate's | Bjørn Lindeijer | 1 | -7/+7 | |
patch. | |||||
2008-08-24 | fix for an error in the last commit | Philipp Sehmisch | 1 | -1/+1 | |
2008-08-24 | Added new particle emitter property "output-pause" which allows to define a ↵ | Philipp Sehmisch | 1 | -1/+15 | |
fixed (or random) interval between two outputs. | |||||
2008-06-24 | Added particle property "follow-parent" which makes the particle move when ↵ | Philipp Sehmisch | 1 | -0/+7 | |
its parent particle is moved. | |||||
2008-06-23 | Implemented "alpha" particle property. | Philipp Sehmisch | 1 | -0/+7 | |
2007-12-24 | Fixed compile warning. | Bjørn Lindeijer | 1 | -0/+2 | |
2007-12-23 | Particle images are now reference-counted properly. Avoided attempts to load ↵ | Philipp Sehmisch | 1 | -0/+33 | |
"data/graphics/" when a monster or equipment piece has no sprite. Error placeholder is now used when attempting to load a sprite definition file that doesn't exist. | |||||
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -323/+323 | |
to native for some files that were still missing this property. This is a feeble attempt to reduce the amount of conflicts for future merges. | |||||
2007-08-23 | Removed two useless popup related methods, used generic close button | Bjørn Lindeijer | 1 | -17/+13 | |
functionality for the debug window and renamed Particle::mVector to Particle::mVelocity for clarity. | |||||
2007-06-27 | Corrected some perspective issues of the particle engine and fixed a crash ↵ | Philipp Sehmisch | 1 | -6/+6 | |
caused by particles with child emitters that have an image than isn't used elsewhere. Added a particle effect at the spawn point in Tulimshar (we should have at least one particle effect that demonstrates acceleration and particles with emitters) | |||||
2007-06-03 | Have ParticleEmitter load a possible particle image early on and don't cause a | Bjørn Lindeijer | 1 | -22/+36 | |
crash when the image can't be found. | |||||
2007-05-04 | Merged particle engine into main eAthena branch. | Philipp Sehmisch | 1 | -0/+313 | |