Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-06-02 | Arbitrary code cleanups | Thorbjørn Lindeijer | 1 | -1/+1 | |
Just some stuff that piles up while "looking" at the code, which eventually gets annoying to ignore while staging real changes. * Replaced a few NULL occurrences with 0 * Rely on default parameter for std::vector::resize. * Replaced a few "" with std::string() * Prefer .empty() to == "" * Removed a few comparisons with NULL * Don't check pointers before deleting them * Removed a bunch of redundant semicolons * Made some global variables static (local to their compilation unit) * Prefer prefix ++/-- operators to postfix versions when possible * Corrected location of a comment | |||||
2010-05-21 | Fix some issues found by Cppcheck | Jared Adams | 1 | -3/+6 | |
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 | -1/+0 | |
Also remove some extra new lines and fix eAthena's PartyTab define guards. | |||||
2010-01-10 | Change code style | Andrei Karas | 1 | -2/+4 | |
2009-02-09 | Merged with Aethyra master as of 2009-02-09 | Bjørn Lindeijer | 1 | -3/+1 | |
Conflicts: A lot of files... | |||||
2009-02-09 | Merged with Aethyra master as of 2009-01-27 | Bjørn Lindeijer | 1 | -1/+0 | |
Conflicts: Almost everywhere. | |||||
2009-02-07 | Some more include cleanups. | Ira Rice | 1 | -4/+1 | |
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-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 | -14/+7 | |
the function names should no longer be around. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-12-14 | Fixed follow-parent of nested and being-following particle emitters | Philipp Sehmisch | 1 | -12/+8 | |
2008-12-14 | Fixed follow-parent of nested and being-following particle emitters | Philipp Sehmisch | 1 | -8/+8 | |
2008-12-09 | Status particle effects: when looking up block IDs (effect IDs for other | Fate | 1 | -1/+2 | |
players), make sure to initialise if needed Status particle effects: properly delete particles after effect has worn off | |||||
2008-12-08 | Mostly code reformatting | Bjørn Lindeijer | 1 | -4/+8 | |
2008-12-07 | Some small updates and reformatting | Bjørn Lindeijer | 1 | -28/+22 | |
2008-12-07 | Added client-side status change handlers (text, icon, particle effect, audio). | Fate | 1 | -0/+1 | |
2008-12-06 | Defrobnicated ParticleContainer inheritance hierarchy | Fate | 1 | -16/+35 | |
2008-12-06 | Added particle containers and refactored beings to use them (to clean up ↵ | Fate | 1 | -0/+158 | |
responsibilities a little) |