Age | Commit message (Expand) | Author | Files | Lines |
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 1 | -359/+0 |
2009-02-16 | read hairstyle and gender from the looks change method | Roderic Morris | 1 | -1/+9 |
2008-12-13 | Added support for being effects through the eAthena levelup message, and check | Bjørn Lindeijer | 1 | -1/+3 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-10-26 | fix for last commit | Roderic Morris | 1 | -2/+2 |
2008-10-26 | fixes for movement | Roderic Morris | 1 | -1/+14 |
2008-10-24 | Made it so the player will auto face its target | Jared Adams | 1 | -2/+9 |
2008-10-15 | src/localplayer.cpp | David Athay | 1 | -0/+10 |
2008-10-09 | Merged the movement branch into trunk | Bjørn Lindeijer | 1 | -345/+25 |
2008-05-19 | (no commit message) | Philipp Sehmisch | 1 | -0/+2 |
2008-03-13 | Synchronized pathfinding algorithmns with those used by the server to avoid a... | Philipp Sehmisch | 1 | -7/+3 |
2008-03-09 | Implemented possibility to rotate particle emitters. Implemented interpretati... | Philipp Sehmisch | 1 | -2/+7 |
2008-03-04 | Added HP regeneration and new death messages. | Philipp Sehmisch | 1 | -1/+4 |
2008-02-27 | made the string " Press OK to respawn." translateable. | Philipp Sehmisch | 1 | -1/+1 |
2008-02-27 | Implemented provisorical player respawn. | Philipp Sehmisch | 1 | -1/+30 |
2008-02-22 | Handling gender with an enum everywhere. | Philipp Sehmisch | 1 | -1/+1 |
2008-02-18 | Merged revisions 3762-3772,3776-3782 via svnmerge from | Bjørn Lindeijer | 1 | -14/+14 |
2008-01-24 | Fixed broken communication of attack directions. | Philipp Sehmisch | 1 | -1/+8 |
2007-12-18 | Updated attribute system to the latest design decisions (removed charisma, ke... | Philipp Sehmisch | 1 | -0/+1 |
2007-11-21 | Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. This | Bjørn Lindeijer | 1 | -98/+98 |
2007-11-03 | Fixed double load of hair graphics. | Guillaume Melquiond | 1 | -2/+2 |
2007-10-18 | Removed player looks from generic beings. Prevented client termination on mis... | Guillaume Melquiond | 1 | -7/+8 |
2007-10-18 | Removed guess of being type from class number. Factored handler for new beings. | Guillaume Melquiond | 1 | -26/+15 |
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -43/+41 |
2007-08-08 | Fixed position of the cleaning bit for looks, so that it actually fits into n... | Guillaume Melquiond | 1 | -1/+2 |
2007-07-25 | Added being speed to protocol. | Guillaume Melquiond | 1 | -4/+8 |
2007-07-23 | Converted NPC code to new server. | Guillaume Melquiond | 1 | -1/+12 |
2007-07-14 | Reduced size of equipment packets. | Guillaume Melquiond | 1 | -4/+28 |
2007-07-12 | Added support for visible equipment. | Guillaume Melquiond | 1 | -0/+22 |
2007-06-30 | Changed include order to avoid a problem with guichan on windows. Implemented... | Philipp Sehmisch | 1 | -0/+1 |
2007-06-04 | Merged 0.0 changes from revision 3234 to 3317 to trunk. | Bjørn Lindeijer | 1 | -3/+14 |
2007-03-11 | Merged 0.0 changes from revision 3065 to 3177 to trunk. | Bjørn Lindeijer | 1 | -18/+15 |
2007-03-02 | Implemented communication of being action changes. | Philipp Sehmisch | 1 | -25/+47 |
2006-12-29 | Implemented catching and displaying of damage notifications. | Philipp Sehmisch | 1 | -0/+17 |
2006-12-27 | Client-sided implementation of attacks | Philipp Sehmisch | 1 | -4/+13 |
2006-12-11 | Merged 0.0 changes from revision 2825 to 2898 to trunk. | Bjørn Lindeijer | 1 | -42/+41 |
2006-09-09 | Fitted being trajectories to synchronization messages. | Guillaume Melquiond | 1 | -4/+11 |
2006-09-02 | Removed pixel-based synchronisation. Added variable length move messages. | Guillaume Melquiond | 1 | -5/+25 |
2006-09-02 | Switched to short IDs for beings. | Guillaume Melquiond | 1 | -5/+4 |
2006-08-27 | Added support for entering monsters. | Bjørn Lindeijer | 1 | -14/+26 |
2006-08-27 | Added support for leaving beings. | Guillaume Melquiond | 1 | -0/+17 |
2006-08-27 | Changed to pixel-based coordinates for beings. | Guillaume Melquiond | 1 | -4/+4 |
2006-08-27 | Send movements. | Guillaume Melquiond | 1 | -3/+12 |
2006-08-26 | Handle "beings move" messages. | Guillaume Melquiond | 1 | -0/+24 |
2006-08-26 | Got rid of numerous additions and substractions to the hair style and color. | Bjørn Lindeijer | 1 | -2/+2 |
2006-08-26 | Implemented "say around" chat. | Guillaume Melquiond | 1 | -11/+16 |
2006-08-20 | Changed MessageHandler::handleMessage to take a reference instead of a pointer. | Bjørn Lindeijer | 1 | -107/+130 |
2006-08-01 | Fixed several compiler warnings and a linker error when compiling without | Bjørn Lindeijer | 1 | -9/+9 |
2006-07-25 | Fixed Linux compiling issues and merged update system fix for Windows. | Bjørn Lindeijer | 1 | -1/+1 |
2006-07-25 | Switched client to use enet and modified login sequence to work with the new ... | Eugenio Favalli | 1 | -86/+84 |