summaryrefslogtreecommitdiff
path: root/src/net/net.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-15/+15
2012-02-18Fixed manaserv-enabled buildsThorbjørn Lindeijer1-1/+1
2012-02-12Restored manaserv-less buildsYohann Ferreira1-0/+2
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-02-07Removed remaining reference to MANASERV_SUPPORT define switchPhilipp Sehmisch1-4/+1
2011-02-01Merge branch '0.5'Thorbjørn Lindeijer1-1/+2
2011-01-26Prune the enet and manaserv files dependency of the 0.5 binary.Yohann Ferreira1-1/+2
2010-11-02Re-Enable the support of manaserv servers.Yohann Ferreira1-5/+0
2010-10-13Hiding Manaserv from the player on TMW-Athena only releaseStefan Dombrowski1-0/+4
2010-09-05Fixing segmentation fault if server is given on command lineStefan Dombrowski1-1/+11
2010-04-17Changed eAthena protocol name to TmwAthena and changed the config files accor...Bertram1-3/+3
2010-04-03Fix a crash after changing serversJared Adams1-1/+0
2010-02-21Do some more copyright header cleanupsJared Adams1-1/+1
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
2010-01-31Unify eAthena and manaserv support in to one build.Daniel Bradshaw1-25/+9
2010-01-28Added virtual destructors, some implicit casts, and a couple of type changes.Daniel Bradshaw1-1/+2
2010-01-12Standardize header orderJared Adams1-0/+1
2010-01-10Change code styleAndrei Karas1-1/+2
2010-01-08Fix a segfault when exiting before netcode is loadedJared Adams1-3/+12
2009-12-05Add a type member to ServerInfo and code for itJared Adams1-6/+45
2009-12-03Remove some unneeded _SUPPORt ifdefsJared Adams1-4/+1
2009-12-02Centralize netcode handler instances in NetJared Adams1-13/+13
2009-11-03Move ManaServ guild code into GuildHandlerJared Adams1-2/+2
2009-10-29Fix changing servers under eAthenaJared Adams1-2/+2
2009-10-24REplace instances of TMW with ManaJared Adams1-4/+4
2009-10-13Add an asynchronous download classJared Adams1-5/+5
2009-10-04Removed debugging outputThorbjørn Lindeijer1-1/+0
2009-10-03Do some more post-merge cleanupJared Adams1-2/+17
2009-09-30Merge login state machines for both clientsJared Adams1-14/+33
2009-07-13Rename Net::SkillHandler to Net::SpecialHandlerJared Adams1-4/+4
2009-04-07Forgot to finish Net::getPartyHandler()Jared Adams1-2/+2
2009-04-07Make GeneralHandlers for both networksJared Adams1-4/+11
2009-04-06Implement TMWServ's CharHandlerJared Adams1-2/+2
2009-04-06Remove unneeded includesJared Adams1-17/+0
2009-04-06Add TMWServ's SkillHandlerJared Adams1-8/+8
2009-04-05Implement TMWServ's Admin-, Chat-, and MapHandlersJared Adams1-6/+12
2009-04-05Implement TMWServ's NpcHandlerJared Adams1-10/+6
2009-04-06Use a namespace to keep apart implementations of network handlersBjørn Lindeijer1-3/+12
2009-04-05Fixed compile warningsBjørn Lindeijer1-0/+10
2009-04-03Fill in TMWServ's TradeHandlerJared Adams1-0/+111