summaryrefslogtreecommitdiff
path: root/src/net/tmwa/loginhandler.cpp
AgeCommit message (Collapse)AuthorFilesLines
2011-05-26tmwAthena supports 9 characters per accountJared Adams1-5/+1
2011-04-30Merge branch '0.5'Yohann Ferreira1-0/+9
Conflicts: CMakeLists.txt po/fi.po po/fr.po src/gui/skilldialog.cpp src/localplayer.cpp src/net/manaserv/generalhandler.cpp src/net/tmwa/buysellhandler.cpp src/net/tmwa/generalhandler.cpp src/net/tmwa/playerhandler.cpp src/net/tmwa/specialhandler.cpp src/winver.h
2011-04-14Add missing auth failure reasonsBen Longbons1-0/+9
2010-12-29Fixed potential flaw for the number of characters slots on tAthena.Yohann Ferreira1-0/+6
Was happening when logging to the dev manaserv server and then to TMW-eA. The client is still crashing after selecting the characters after relogging but that's not introduced with this patch anyway. Reviewed-by: Crush.
2010-05-22Fix handling of tmwAthena registration disabled bitJared Adams1-7/+6
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files ↵Bertram1-0/+315
accordingly. This makes room for the actual eAthena protocol future inclusion.