Age | Commit message (Expand) | Author | Files | Lines |
2009-04-07 | Implement TMWServ's PartyHandler | Jared Adams | 1 | -12/+3 |
2009-04-06 | Moved many MessageOut constructions around | Bjørn Lindeijer | 1 | -12/+0 |
2009-04-06 | Add TMWServ's SkillHandler | Jared Adams | 1 | -2/+1 |
2009-04-03 | Fill in TMWServ's TradeHandler | Jared Adams | 1 | -82/+22 |
2009-04-02 | Start TMWServ's PlayerHandler and InventoryHandler | Jared Adams | 1 | -11/+11 |
2009-04-02 | Some cleanup and renaming | Bjørn Lindeijer | 1 | -8/+8 |
2009-04-02 | Removed duplicated code in LocalPlayer | Bjørn Lindeijer | 1 | -60/+1 |
2009-04-01 | Fix a bug for TMWServ compilation | Jared Adams | 1 | -2/+4 |
2009-04-01 | Make eAthena's inventory handler | Jared Adams | 1 | -23/+17 |
2009-04-01 | Build eAthena's PlayerHandler | Jared Adams | 1 | -53/+13 |
2009-03-31 | Implement a few more handlers for eAthena | Jared Adams | 1 | -8/+13 |
2009-03-30 | Merge item types to remove more #ifdefs | Jared Adams | 1 | -2/+2 |
2009-03-29 | Fix up eAthena party handling some more | Jared Adams | 1 | -3/+11 |
2009-03-28 | Clean up eAthena party handling a bit more | Jared Adams | 1 | -5/+9 |
2009-03-27 | Moved the inventory and storage offset handling into netcode | Bjørn Lindeijer | 1 | -14/+12 |
2009-03-27 | Clean up of most of the Network pointers | Bjørn Lindeijer | 1 | -1/+0 |
2009-03-27 | Made eAthena's Network class statically accessible | Bjørn Lindeijer | 1 | -28/+14 |
2009-03-27 | Fixed some positioning issues | Bjørn Lindeijer | 1 | -4/+1 |
2009-03-27 | Simplified and fixed initialization of login data | Bjørn Lindeijer | 1 | -2/+2 |
2009-03-27 | Fixed position of dots on minimap | Bjørn Lindeijer | 1 | -2/+8 |
2009-03-27 | Fixed include structure in resource/ directory | Bjørn Lindeijer | 1 | -0/+1 |
2009-03-26 | Remove redundancy, fix variable names and other code cleanups | Bjørn Lindeijer | 1 | -6/+3 |
2009-03-25 | Merge branch 'eathena/master' | Bjørn Lindeijer | 1 | -32/+90 |
2009-03-23 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -2/+2 |
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 1 | -3/+3 |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -23/+508 |
2009-03-12 | Make use of the new available colors | Majin Sniper | 1 | -9/+10 |
2009-03-12 | Make use of the new available colors | Majin Sniper | 1 | -9/+10 |
2009-03-09 | Add an interface for eAthena's storage system | Jared Adams | 1 | -2/+9 |
2009-03-08 | Add an interface for eAthena's storage system | Jared Adams | 1 | -0/+7 |
2009-03-08 | Fix some NPC-related bugs | Jared Adams | 1 | -15/+25 |
2009-03-06 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -1/+25 |
2009-03-05 | Got rid of Sint{8,16,32} and Uint32 for being ID | Bjørn Lindeijer | 1 | -1/+1 |
2009-03-06 | Got rid of Sint{8,16,32} and Uint32 for being ID | Bjørn Lindeijer | 1 | -1/+1 |
2009-03-02 | Cut down on constant streaming of attacks. Attacks from players now only | Ira Rice | 1 | -1/+1 |
2009-03-02 | Added particle attacks back on to the players. However, instead of being | Ira Rice | 1 | -1/+25 |
2009-02-28 | Allow sending attack packets when not in range | Jared Adams | 1 | -4/+2 |
2009-02-26 | Merge branch 'aethyra/master' | Bjørn Lindeijer | 1 | -2/+4 |
2009-02-20 | Removed the last of the image particle guichan fonts. | Ira Rice | 1 | -2/+4 |
2009-02-20 | Added a pickup notification as particle effect. Also make a ui option to enab... | Majin Sniper | 1 | -0/+12 |
2009-02-19 | Added a pickup notification as particle effect. Also make a ui option to enab... | Majin Sniper | 1 | -0/+12 |
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-18 | Merge commit 'aethyra/master' | Bjørn Lindeijer | 1 | -1/+0 |
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 1 | -1/+1 |
2009-02-17 | Fixed an error reported by m0t1k4 which caused a segmentation fault on | Ira Rice | 1 | -1/+0 |
2009-02-16 | Don't arbitrarily unset player target on NPC deletion | Bjørn Lindeijer | 1 | -5/+5 |
2009-02-16 | Don't arbitrarily unset player target on NPC deletion | Bjørn Lindeijer | 1 | -5/+5 |
2009-02-15 | Removed unnecessary parenthesis at constructors | Bjørn Lindeijer | 1 | -2/+2 |
2009-02-15 | Merge commit 'aethyra/master' | Bjørn Lindeijer | 1 | -95/+56 |
2009-02-10 | Use string::empty() instead of comparing to "" | Bjørn Lindeijer | 1 | -1/+2 |