Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-03-04 | Implemented markers for warp portals defined in map files in form of ↵ | Philipp Sehmisch | 1 | -0/+25 | |
particle effects. Reviewed-by: Jared Adams <jaxad0127@gmail.com> | |||||
2010-02-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2010-01-12 | Standardize header order | Jared Adams | 1 | -2/+2 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2010-01-10 | Change code style | Andrei Karas | 1 | -13/+12 | |
2009-05-03 | Added rotational particles, and added code to show arrows when a player ↵ | Chuck Miller | 1 | -0/+75 | |
shoots them. | |||||
2009-02-10 | Use string::empty() instead of comparing to "" | Bjørn Lindeijer | 1 | -2/+2 | |
2009-02-07 | Some more include cleanups. | Ira Rice | 1 | -3/+2 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
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. | |||||
2009-01-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -2/+1 | |
the function names should no longer be around. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-05 | Removed a redundant directory, as well as got rid of Windows type | Ira Rice | 1 | -3/+3 | |
newlines. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-12-14 | Some systactical sugar for 864e33 | Philipp Sehmisch | 1 | -5/+3 | |
2008-12-14 | Fixed follow-parent of nested and being-following particle emitters | Philipp Sehmisch | 1 | -5/+6 | |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -5/+2 | |
statements, as well as removing the new skill dialog, which we do not, nor will we use (if we do, it'd be a new one that we'd make). WARNING!!! This, and all other previous builds have a linker error for the Gnome libraries version 4.3.2 on my setup. It's assumed that this is also the case for other users of this library as well. I'm currently assuming that there's a bug in the compiler itself, and will look into reporting this, but in the mean time, it doesn't build for these users, unfortunately. Sorry about this. | |||||
2008-10-26 | Added Crush's recent Particle engine modifications from TMW. | Ira Rice | 1 | -41/+59 | |
2008-10-13 | Added mob particle attack effects to mobs. Inspired by the TMW patch in | Ira Rice | 1 | -1/+3 | |
their trunk client. | |||||
2008-10-10 | Did a little bit of code cleanup (mostly from TMW changes) as well as | Ira Rice | 1 | -3/+2 | |
properly implemented line wrapping. Now, there are no more visual artifacts for speech boxes, and it always chooses the most optimal box size (which required that npc_text use it also. Do any other gui classes use the textbox class?). | |||||
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 1 | -6/+23 | |
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/+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 | |