Age | Commit message (Expand) | Author | Files | Lines |
2009-03-23 | Move all TMWServ-specific code to net/tmwserv | Jared Adams | 1 | -227/+0 |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -159/+151 |
2009-02-18 | Introduced a toLower method and grouped string utils | Bjørn Lindeijer | 1 | -2/+2 |
2009-02-05 | Put back the 0x06b packet, which apparently our server uses. Will | Ira Rice | 1 | -0/+21 |
2009-02-05 | Added a few translation strings to the char server handler, as well as | Ira Rice | 1 | -43/+14 |
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 1 | -1/+2 |
2009-01-28 | Fix handling of packet 0x81 | Jared Adams | 1 | -22/+29 |
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/+3 |
2008-12-07 | Added some initialization and removed ChargeDialog | Ira Rice | 1 | -3/+0 |
2008-12-07 | Merge commit 'a7c21e6f8add37af7412449742ec55c8daa8571a' | Ira Rice | 1 | -1/+1 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -5/+2 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-09-12 | Fixed /where, added /cast for heal and gather, some changes to inventory to s... | Lloyd Bryant | 1 | -2/+14 |
2008-08-28 | Applied patch put together by Jaxad0127 with changes from the Aethyra project. | Bjørn Lindeijer | 1 | -2/+5 |
2008-08-05 | Fixed alignment (patch by Scraggy - Mantis #384) and spelling error. | David Athay | 1 | -2/+2 |
2008-07-24 | Added cape/misc1/misc2 code into character selection display | Lloyd Bryant | 1 | -3/+3 |
2008-07-18 | Added support for animated shoe and glove sprites | Lloyd Bryant | 1 | -2/+5 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -1/+1 |
2008-06-04 | Display shield sprite also in character select window (patch by Sanga). | Bjørn Lindeijer | 1 | -1/+1 |
2008-02-22 | Handling gender with an enum everywhere. | Philipp Sehmisch | 1 | -1/+1 |
2008-01-28 | Added weapon skill system and leveling system. | Philipp Sehmisch | 1 | -1/+3 |
2007-12-10 | Simplified player subsprite handling by treating equipment, hairstyle and bas... | Philipp Sehmisch | 1 | -4/+4 |
2007-11-21 | Merged revisions 3705-3711,3714,3718,3721-3722,3729-3731,3735,3742 via svnmer... | Bjørn Lindeijer | 1 | -2/+3 |
2007-11-21 | Renamed {read,write}{Byte,Short,Long} to {read,write}{Int8,Int16,Int32}. This | Bjørn Lindeijer | 1 | -11/+11 |
2007-11-21 | Small lingering changes made while merging to 0.0. | Bjørn Lindeijer | 1 | -9/+5 |
2007-11-20 | Merged revisions 3629-3630 via svnmerge from | Bjørn Lindeijer | 1 | -1/+1 |
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 | -1/+1 |
2007-08-30 | Merged equipment database with items database and got rid of the unused item | Bjørn Lindeijer | 1 | -3/+1 |
2007-08-23 | Changed XP gaining effect to appear on the player instead. | Bjørn Lindeijer | 1 | -1/+1 |
2007-08-20 | Added monster killed xp notification effect. | Joshua Langley | 1 | -1/+1 |
2007-07-11 | Weapon sprites are now (almost) threated like other equipment sprites through... | Philipp Sehmisch | 1 | -1/+1 |
2007-03-24 | Merged 0.0 changes from revision 3177 to 3234 to trunk. | Bjørn Lindeijer | 1 | -2/+22 |
2007-03-24 | Go back to login or register state on error, depending on what the user was | Bjørn Lindeijer | 1 | -0/+5 |
2007-03-22 | Clarified the error message when character creation fails and made sure the | Bjørn Lindeijer | 1 | -35/+48 |
2007-03-22 | Redesigned the localplayer class to use getters and setters instead of direct... | Philipp Sehmisch | 1 | -4/+4 |
2007-03-20 | Implemented a GUI for distributing the characters attributes at character cre... | Philipp Sehmisch | 1 | -3/+0 |
2007-02-25 | Fixed small issue concerning SDL timers, removed a useless variable. | Rogier Polak | 1 | -2/+3 |
2006-12-01 | Monster sound effect patch | Philipp Sehmisch | 1 | -3/+3 |
2006-11-02 | Network layer refactoring. | Björn Steinbrink | 1 | -4/+7 |
2006-09-02 | Switched to short IDs for beings. | Guillaume Melquiond | 1 | -1/+1 |
2006-08-26 | Made the Network class a purely static interface, as there is only one instance. | Guillaume Melquiond | 1 | -2/+2 |
2006-08-26 | Fixed player sprite not showing up. | Bjørn Lindeijer | 1 | -1/+1 |
2006-08-20 | Changed MessageHandler::handleMessage to take a reference instead of a pointer. | Bjørn Lindeijer | 1 | -14/+14 |
2006-08-20 | Fixed selection of player character and implemented sending of game and chat | Bjørn Lindeijer | 1 | -3/+13 |
2006-08-20 | The Network can now connect to the three servers and affected methods now take | Bjørn Lindeijer | 1 | -8/+14 |
2006-08-15 | Fixed typo and forgetting to add APMSG_CHAR_SELECT_RESPONSE to the list of | Bjørn Lindeijer | 1 | -1/+2 |
2006-08-14 | Some preparations towards supporting character select and response handling. | Bjørn Lindeijer | 1 | -5/+25 |