summaryrefslogtreecommitdiff
path: root/src/game.h
AgeCommit message (Expand)AuthorFilesLines
2012-08-02Split off minimap window from mini status window and repositioned themThorbjørn Lindeijer1-0/+2
2012-08-02Embedded the minimap into the mini status windowThorbjørn Lindeijer1-1/+1
2012-08-01Some positioning changes in the game UIThorbjørn Lindeijer1-4/+4
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-22Allow resizing of the game in windowed modeThorbjørn Lindeijer1-0/+2
2011-08-11The shortcuts are now refreshed when reassigning keys.Yohann Ferreira1-1/+8
2011-06-17First pass on removing tile hard coded values.Yohann Ferreira1-0/+6
2011-04-30Fixed disconnected dialog to only pop up onceThorbjørn Lindeijer1-1/+1
2010-04-12Add support for map-server switching under eAthenaJared Adams1-2/+0
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer1-27/+9
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Use SDL_gfx to limit the framerateThorbjørn Lindeijer1-7/+6
2010-02-06Merged the Engine class into the Game classThorbjørn Lindeijer1-3/+36
2010-01-12Standardize header orderJared Adams1-2/+1
2009-12-09Unifying the default folder for screenshots and making it configurableStefan Dombrowski1-0/+2
2009-10-15Speed code unification part 3: Made the client handle the speed in tiles per ...Bertram1-0/+1
2009-05-04Replaced emote window with a new emote popupBjørn Lindeijer1-2/+4
2009-04-07Make GeneralHandlers for both networksJared Adams1-34/+2
2009-04-02Add some missing handler for eAthenaJared Adams1-0/+1
2009-03-29Fix up eAthena party handling some moreJared Adams1-1/+1
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer1-0/+2
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer1-2/+22
2009-02-19Prevent target toggling when the button is heldJared Adams1-0/+2
2009-02-09Merged with Aethyra master as of 2009-02-09Bjørn Lindeijer1-4/+0
2009-02-09Mostly whitespace fixesBjørn Lindeijer1-26/+26
2009-02-08Mostly fixed a few field values to behave better in Windows, as well asIra Rice1-3/+0
2009-02-07Some more include cleanups.Ira Rice1-1/+0
2009-01-25Removed the TMW branding from header guardsBjørn Lindeijer1-2/+2
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2008-11-18Pedantic fixes to the client, where I alphabetized all of the include Ira Rice1-2/+0
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-10-27add effect handler (by Chuck Miller)Roderic Morris1-0/+1
2008-10-21Fixed up some of the postal system stuff for testing it.David Athay1-0/+1
2008-07-18Import of client treeLloyd Bryant1-25/+25
2008-07-14Added admin commands to /help and added registration of party handlerDavid Athay1-0/+1
2008-03-23Merged revisions 3828-3829,3831-3838,3841,3843-3844,3847-3872,3874,3876-3900 ...Bjørn Lindeijer1-1/+1
2008-02-28Work in Progress commit of guilds.David Athay1-0/+1
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-1/+0
2008-01-26Fixed a GCC 4.3 compile error and constified the usage of auto_ptr, sinceBjørn Lindeijer1-1/+1
2007-07-31Removed legacy inventory code. Added display of equipment.Guillaume Melquiond1-1/+0
2007-02-25Fixed small issue concerning SDL timers, removed a useless variable.Rogier Polak1-0/+5
2006-09-29Merged trunk changes from revision 2618 to 2716 into the 0.1.0 branch.Bjørn Lindeijer1-4/+13
2006-09-12Added some items to the NEWS file.Bjørn Lindeijer1-2/+1
2006-09-11Simplified fps limiting a bit and added some comments. Now based onBjørn Lindeijer1-2/+12
2006-08-26Made the Network class a purely static interface, as there is only one instance.Guillaume Melquiond1-4/+1
2006-03-09Use std::auto_ptr in some places.Björn Steinbrink1-10/+12
2006-02-01Created a Game class.Björn Steinbrink1-36/+22
2006-01-26Moved some setup code out of the game loop into the setup functions. Setup fu...Björn Steinbrink1-4/+3
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-11/+7