Age | Commit message (Expand) | Author | Files | Lines |
2010-04-12 | Add support for map-server switching under eAthena | Jared Adams | 1 | -2/+0 |
2010-02-21 | Made tick counter and framerate limiter work during login sequence | Thorbjørn Lindeijer | 1 | -27/+9 |
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 | Use SDL_gfx to limit the framerate | Thorbjørn Lindeijer | 1 | -7/+6 |
2010-02-06 | Merged the Engine class into the Game class | Thorbjørn Lindeijer | 1 | -3/+36 |
2010-01-12 | Standardize header order | Jared Adams | 1 | -2/+1 |
2009-12-09 | Unifying the default folder for screenshots and making it configurable | Stefan Dombrowski | 1 | -0/+2 |
2009-10-15 | Speed code unification part 3: Made the client handle the speed in tiles per ... | Bertram | 1 | -0/+1 |
2009-05-04 | Replaced emote window with a new emote popup | Bjørn Lindeijer | 1 | -2/+4 |
2009-04-07 | Make GeneralHandlers for both networks | Jared Adams | 1 | -34/+2 |
2009-04-02 | Add some missing handler for eAthena | Jared Adams | 1 | -0/+1 |
2009-03-29 | Fix up eAthena party handling some more | Jared Adams | 1 | -1/+1 |
2009-03-25 | Merge branch 'eathena/master' | Bjørn Lindeijer | 1 | -0/+2 |
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -2/+22 |
2009-02-19 | Prevent target toggling when the button is held | Jared Adams | 1 | -0/+2 |
2009-02-09 | Merged with Aethyra master as of 2009-02-09 | Bjørn Lindeijer | 1 | -4/+0 |
2009-02-09 | Mostly whitespace fixes | Bjørn Lindeijer | 1 | -26/+26 |
2009-02-08 | Mostly fixed a few field values to behave better in Windows, as well as | Ira Rice | 1 | -3/+0 |
2009-02-07 | Some more include cleanups. | Ira Rice | 1 | -1/+0 |
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 1 | -2/+2 |
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -4/+4 |
2008-11-18 | Pedantic fixes to the client, where I alphabetized all of the include | Ira Rice | 1 | -2/+0 |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 |
2008-10-27 | add effect handler (by Chuck Miller) | Roderic Morris | 1 | -0/+1 |
2008-10-21 | Fixed up some of the postal system stuff for testing it. | David Athay | 1 | -0/+1 |
2008-07-18 | Import of client tree | Lloyd Bryant | 1 | -25/+25 |
2008-07-14 | Added admin commands to /help and added registration of party handler | David Athay | 1 | -0/+1 |
2008-03-23 | Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ... | Bjørn Lindeijer | 1 | -1/+1 |
2008-02-28 | Work in Progress commit of guilds. | David Athay | 1 | -0/+1 |
2008-01-28 | Added weapon skill system and leveling system. | Philipp Sehmisch | 1 | -1/+0 |
2008-01-26 | Fixed a GCC 4.3 compile error and constified the usage of auto_ptr, since | Bjørn Lindeijer | 1 | -1/+1 |
2007-07-31 | Removed legacy inventory code. Added display of equipment. | Guillaume Melquiond | 1 | -1/+0 |
2007-02-25 | Fixed small issue concerning SDL timers, removed a useless variable. | Rogier Polak | 1 | -0/+5 |
2006-09-29 | Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch. | Bjørn Lindeijer | 1 | -4/+13 |
2006-09-12 | Added some items to the NEWS file. | Bjørn Lindeijer | 1 | -2/+1 |
2006-09-11 | Simplified fps limiting a bit and added some comments. Now based on | Bjørn Lindeijer | 1 | -2/+12 |
2006-08-26 | Made the Network class a purely static interface, as there is only one instance. | Guillaume Melquiond | 1 | -4/+1 |
2006-03-09 | Use std::auto_ptr in some places. | Björn Steinbrink | 1 | -10/+12 |
2006-02-01 | Created a Game class. | Björn Steinbrink | 1 | -36/+22 |
2006-01-26 | Moved some setup code out of the game loop into the setup functions. Setup fu... | Björn Steinbrink | 1 | -4/+3 |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -11/+7 |
2006-01-05 | Remove some useless code. | Björn Steinbrink | 1 | -1/+0 |
2005-10-09 | * Made Sprite into an interface implemented by both FloorItem and Being, which | Bjørn Lindeijer | 1 | -1/+1 |
2005-09-19 | Mostly code cleanups related to commits in past two days. | Bjørn Lindeijer | 1 | -1/+0 |
2005-09-17 | Remove inclusion of being.h, there was a forward declaration anyways... | Björn Steinbrink | 1 | -1/+1 |
2005-09-17 | Fixed typo. | José Ávila | 1 | -1/+1 |
2005-09-17 | 2005-09-17 Duane Bailey nayryeliab@gmail.com | Duane Bailey | 1 | -0/+2 |
2005-09-17 | Added PVP | Matthias Hartmann | 1 | -0/+1 |
2005-09-14 | Converted map_path from char array to std::string. | Björn Steinbrink | 1 | -2/+2 |