Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2008-10-26 | Merged revisions 4302,4338,4360-4362,4526,4528,4534,4547 via svnmerge from | Bjørn Lindeijer | 1 | -3/+30 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/branches/0.0 ........ r4302 | crush_tmw | 2008-05-28 18:51:26 +0200 (Wed, 28 May 2008) | 1 line Changed the way particle emitter skip is handled to make linear and circular emitters work with particleEmitterSkip enabled. ........ r4338 | crush_tmw | 2008-06-05 20:41:39 +0200 (Thu, 05 Jun 2008) | 1 line Lowered default particle detail level. ........ r4360 | crush_tmw | 2008-06-23 16:44:20 +0200 (Mon, 23 Jun 2008) | 1 line Implemented "alpha" particle property. ........ r4361 | crush_tmw | 2008-06-23 22:20:05 +0200 (Mon, 23 Jun 2008) | 1 line Forgot changelog with last commit. ........ r4362 | crush_tmw | 2008-06-24 14:29:33 +0200 (Tue, 24 Jun 2008) | 1 line Added particle property "follow-parent" which makes the particle move when its parent particle is moved. ........ r4526 | crush_tmw | 2008-08-24 20:52:00 +0200 (Sun, 24 Aug 2008) | 1 line Added new particle emitter property "output-pause" which allows to define a fixed (or random) interval between two outputs. ........ r4528 | crush_tmw | 2008-08-24 20:58:39 +0200 (Sun, 24 Aug 2008) | 1 line fix for an error in the last commit ........ r4534 | b_lindeijer | 2008-08-27 20:48:13 +0200 (Wed, 27 Aug 2008) | 3 lines Renamed "randomnes" to "randomness", so that it won't show up as part of Fate's patch. ........ r4547 | crush_tmw | 2008-08-29 00:44:43 +0200 (Fri, 29 Aug 2008) | 1 line Added output-pause to copy constructor of particle emitters. ........ | |||||
2008-10-13 | Added mob particle attack effects to mobs. Inspired by the TMW patch in | Ira Rice | 1 | -2/+2 | |
their trunk client. | |||||
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 1 | -4/+13 | |
2008-08-28 | Added support for being effects through the eAthena levelup message, and check | Bjørn Lindeijer | 1 | -0/+9 | |
whether the being exists before referencing it. Re-enabled proper MP bar display. Improved handling of a warp to the same map. | |||||
2008-08-27 | Renamed "randomnes" to "randomness", so that it won't show up as part of Fate's | Bjørn Lindeijer | 1 | -3/+3 | |
patch. | |||||
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 | |
2008-06-24 | Added particle property "follow-parent" which makes the particle move when ↵ | Philipp Sehmisch | 1 | -0/+19 | |
its parent particle is moved. | |||||
2008-06-23 | Implemented "alpha" particle property. | Philipp Sehmisch | 1 | -0/+8 | |
2008-03-09 | Implemented possibility to rotate particle emitters. Implemented ↵ | Philipp Sehmisch | 1 | -1/+1 | |
interpretation of the attacktype parameter of attack messages and visualize monster attacks other than id 1 with a particle effect. Prepared to get attack particle effects and animation types from the monster database. | |||||
2008-01-28 | Added weapon skill system and leveling system. | Philipp Sehmisch | 1 | -1/+3 | |
2007-09-27 | Merged another bunch of changes from trunk to 0.0 to reduce the difference. | Bjørn Lindeijer | 1 | -2/+1 | |
2007-09-20 | Fixed some compilation warning. | Guillaume Melquiond | 1 | -2/+1 | |
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -55/+57 | |
2007-08-29 | Made sell dialog resizable and tweaked inventory resize code a bit. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-08-28 | Added Vector class and used it in the particle engine. | Bjørn Lindeijer | 1 | -20/+15 | |
2007-08-23 | Removed two useless popup related methods, used generic close button | Bjørn Lindeijer | 1 | -42/+42 | |
functionality for the debug window and renamed Particle::mVector to Particle::mVelocity for clarity. | |||||
2007-08-20 | Added monster killed xp notification effect. | Joshua Langley | 1 | -0/+7 | |
2007-07-08 | Merged 0.0 changes from revision 3317 to 3362 to trunk. | Bjørn Lindeijer | 1 | -0/+3 | |
2007-06-11 | Fixed a bug that prevented being-controlled particles from being deleted ↵ | Philipp Sehmisch | 1 | -0/+3 | |
(thanks to tuchs for reporting). | |||||
2007-06-04 | Merged 0.0 changes from revision 3234 to 3317 to trunk. | Bjørn Lindeijer | 1 | -0/+288 | |
2007-06-03 | Have ParticleEmitter load a possible particle image early on and don't cause a | Bjørn Lindeijer | 1 | -0/+8 | |
crash when the image can't be found. | |||||
2007-06-03 | Fixed image loading in software mode to not check for alpha layer with images | Bjørn Lindeijer | 1 | -279/+280 | |
aren't 32-bit and removed drawImageTransparent from Graphics class, should be set on image. | |||||
2007-05-23 | Changed argument order in text particle creation. | Philipp Sehmisch | 1 | -3/+2 | |
2007-05-23 | The color values of text particles are now stored in 3 integers instead of a ↵ | Philipp Sehmisch | 1 | -1/+3 | |
Guichan color structure. | |||||
2007-05-04 | Merged particle engine into main eAthena branch. | Philipp Sehmisch | 1 | -0/+278 | |