summaryrefslogtreecommitdiff
path: root/src/net/manaserv/generalhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2010-04-25Make ManaServ player stats softcodedJared Adams1-17/+10
A new stats.xml file is parsed for player stats for ManaServ. The old hardcoded stats remain as backup. Reviewed-by: Bertram
2010-04-16Fix canceling game connectionJared Adams1-2/+14
Reviewed-by: Bertram
2010-04-12Add support for map-server switching under eAthenaJared Adams1-0/+9
Also do some cleanup that's been needed for a while. Reviewed-by: Bertram
2010-04-03Fix a crash after changing serversJared Adams1-1/+2
Reviewed-by: Chuck Miller
2010-03-30Rename file manaserv netcode looks from from tmw-skills.xml to mana-skills.xmlChuck Miller1-1/+1
2010-02-21Made tick counter and framerate limiter work during login sequenceThorbjørn Lindeijer1-3/+3
Much code was moved from main() to the new Client::exec(). This new event loop now integrates with the Game class, so that the tick counter and framerate limiter apply universally. The Client class is also responsible for some things that used to be global variables. Mantis-issue: ...
2010-02-21Do some more copyright header cleanupsJared Adams1-1/+1
Fix "(C) 2009-2009" to just "(C) 2009" Fix "(C) 2010 TMW" to "(C) 2010 Mana" Remove TMW compyright on (hopefully all) files added after 0.0.29.1
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-08Merge PartyWindow and GuildWindow into SocialWindowJared Adams1-3/+1
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2010-01-12Standardize header orderJared Adams1-5/+4
Also remove some extra new lines and fix eAthena's PartyTab define guards.
2009-12-22Rename tmw-skills.xml to mana-skills.xmlThorbjørn Lindeijer1-1/+1
Should eventually just be skills.xml, but we can't do that at the moment due to sharing the client data repository between different server types.
2009-12-02Centralize netcode handler instances in NetJared Adams1-1/+1
Instead of each netcode making the global variables and Net referencing them, Net now makes them and the netcodes reference them. Also remove an innappropriate ChatHandler reference from eA's AdminHandler.
2009-11-03Remove two unneeded methods of Net::GeneralHandlerJared Adams1-11/+0
2009-11-03Fix switching characters under ManaServJared Adams1-0/+9
2009-11-03Fix potential infinite recursionJared Adams1-1/+1
2009-11-03Remove more _SUPPORT ifdefs and do some cleanupJared Adams1-26/+25
2009-10-26Fixed loading of skill database on ManaServ (quick hotfix, needs to be ↵Philipp Sehmisch1-1/+1
rebranded)
2009-10-24Basically finish rebrandingJared Adams1-1/+1
2009-10-24REplace instances of TMW with ManaJared Adams1-0/+190