Age | Commit message (Expand) | Author | Files | Lines |
2009-02-25 | Fix NPC handling to not need a handle on the NPC | Jared Adams | 1 | -4/+10 |
2009-02-18 | Centralize current_npc cleanup | Jared Adams | 1 | -1/+1 |
2009-02-15 | Merge commit 'aethyra/master' | Bjørn Lindeijer | 1 | -1/+0 |
2009-02-11 | Removed a few unneeded includes in the being handler. | Ira Rice | 1 | -2/+0 |
2009-02-11 | Restored particle effects on hits and critical hits. | Philipp Sehmisch | 1 | -1/+0 |
2009-02-10 | Fixed header files, as well as removed the unused buddy list class (not | Ira Rice | 1 | -2/+3 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -5/+4 |
2009-02-09 | Merged with Aethyra master as of 2009-02-09 | Bjørn Lindeijer | 1 | -1/+0 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -5/+4 |
2009-02-09 | Merged with Aethyra master as of 2009-01-27 | Bjørn Lindeijer | 1 | -46/+45 |
2009-02-07 | Some more include cleanups. | Ira Rice | 1 | -1/+0 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2009-01-05 | Handling gender with an enum everywhere. | Philipp Sehmisch | 1 | -2/+4 |
2009-01-05 | Handling gender with an enum everywhere. | Philipp Sehmisch | 1 | -2/+4 |
2008-12-26 | Fixed a potential leak in setup, changed the default border color to | Ira Rice | 1 | -2/+1 |
2008-12-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 1 | -15/+9 |
2008-12-07 | Added client-side status change handlers (text, icon, particle effect, audio). | Fate | 1 | -18/+53 |
2008-12-03 | Add an effects manager (patch by Kage Jittai) | Ira Rice | 1 | -1/+4 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -6/+3 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-11-09 | Fixed NPC's reporting as dead on the new server. | Ira Rice | 1 | -1/+2 |
2008-11-02 | Reverted a TMW change that had a repercussion that I didn't think of. While T... | Ira Rice | 1 | -2/+2 |
2008-11-02 | Ported a patch from TMW by fate which de-hardcodes skills, as well as removes... | Ira Rice | 1 | -4/+10 |
2008-11-01 | * Updated GUI table and model to better handle NULL widgets during initialisa... | Fate | 1 | -9/+10 |
2008-10-31 | Added critical notifications to the client. While I had originally | Ira Rice | 1 | -1/+4 |
2008-10-30 | Added particle effect on critical hits. | Philipp Sehmisch | 1 | -4/+8 |
2008-10-30 | Do not set shoe sprite on player move packet unless supported by eAthena. | Dennis Friis | 1 | -3/+3 |
2008-10-26 | Since we somehow did end up depending on a hacked eAthena instead of supporting | Bjørn Lindeijer | 1 | -8/+4 |
2008-10-12 | This commit contains three things: one, after looking over how TMW was | Ira Rice | 1 | -19/+9 |
2008-10-01 | Fixed female sprites not showing all equipment. | Ira Rice | 1 | -1/+1 |
2008-09-25 | Merged the Tametomo branch into trunk. | Ira Rice | 1 | -2/+9 |
2008-08-28 | Added support for being effects through the eAthena levelup message, and check | Bjørn Lindeijer | 1 | -19/+15 |
2008-08-28 | Applied patch put together by Jaxad0127 with changes from the Aethyra project. | Bjørn Lindeijer | 1 | -23/+122 |
2008-08-22 | Added config option to honor stop-walking packet, added X and Y to /where, re... | Lloyd Bryant | 1 | -15/+21 |
2008-08-17 | Fixed crash resulting from having a player targeted when hitting a warp point | Lloyd Bryant | 1 | -3/+2 |
2008-08-13 | Changed the bit to signal GM status to evade bad data from TMW's server | Lloyd Bryant | 1 | -1/+1 |
2008-08-13 | Added support for different colored fonts for different being types | Lloyd Bryant | 1 | -2/+4 |
2008-08-06 | totally killed the stop walking packet handler | Lloyd Bryant | 1 | -5/+5 |
2008-07-30 | Adding patch the stops a segfault from occuring in beinghandler when | Kraant | 1 | -4/+5 |
2008-07-24 | Bugfix for visual glitch when using TMW server | Lloyd Bryant | 1 | -1/+3 |
2008-07-23 | Added viewable cape/misc1/misc2, Chat button in GUI | Lloyd Bryant | 1 | -8/+23 |
2008-07-22 | Added support for the new eAthena version | Lloyd Bryant | 1 | -0/+28 |
2008-07-19 | Pulled the teeth from the stop walking packet handler | Lloyd Bryant | 1 | -0/+5 |
2008-07-18 | Added support for animated shoe and glove sprites | Lloyd Bryant | 1 | -4/+12 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -10/+41 |
2008-06-02 | Merged handling for eAthena packets 0x00c3 and 0x01d7 and added support for | Bjørn Lindeijer | 1 | -28/+52 |
2008-05-14 | Added ability to define friends, players you want to ignore or disregard and | Bjørn Lindeijer | 1 | -2/+4 |
2008-04-10 | (no commit message) | Philipp Sehmisch | 1 | -3/+4 |
2007-12-10 | Simplified player subsprite handling by treating equipment, hairstyle and bas... | Philipp Sehmisch | 1 | -12/+12 |