Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 | |
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections. | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2008-10-26 | Implemented particle emitters with properties which change over time ↵ | Philipp Sehmisch | 1 | -18/+19 | |
according to wave functions. | |||||
2008-08-27 | Renamed "randomnes" to "randomness", so that it won't show up as part of Fate's | Bjørn Lindeijer | 1 | -1/+1 | |
patch. | |||||
2008-08-24 | fix for an error in the last commit | Philipp Sehmisch | 1 | -2/+2 | |
2008-08-24 | Added new particle emitter property "output-pause" which allows to define a ↵ | Philipp Sehmisch | 1 | -0/+2 | |
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/+1 | |
its parent particle is moved. | |||||
2008-06-23 | Implemented "alpha" particle property. | Philipp Sehmisch | 1 | -3/+5 | |
2007-12-23 | Particle images are now reference-counted properly. Avoided attempts to load ↵ | Philipp Sehmisch | 1 | -0/+10 | |
"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 | -120/+120 | |
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-06-03 | Have ParticleEmitter load a possible particle image early on and don't cause a | Bjørn Lindeijer | 1 | -10/+22 | |
crash when the image can't be found. | |||||
2007-05-04 | Merged particle engine into main eAthena branch. | Philipp Sehmisch | 1 | -0/+108 | |