summaryrefslogtreecommitdiff
path: root/src/net
AgeCommit message (Expand)AuthorFilesLines
2009-03-31Make network handler functions virtualJared Adams29-208/+220
2009-03-31Add first draft of net handlersJared Adams16-1/+817
2009-03-29Fix up eAthena party handling some moreJared Adams6-157/+167
2009-03-28Clean up eAthena party handling a bit moreJared Adams7-90/+67
2009-03-28Remove #ifdefs related to Being creationJared Adams2-7/+41
2009-03-28Removed a lot of useless isVisible() checksBjørn Lindeijer1-1/+2
2009-03-27Moved the inventory and storage offset handling into netcodeBjørn Lindeijer3-54/+98
2009-03-27Clean up some ifdefs and start cleanup of partiesJared Adams6-4/+395
2009-03-27Clean up of most of the Network pointersBjørn Lindeijer1-2/+0
2009-03-27Made eAthena's Network class statically accessibleBjørn Lindeijer4-12/+18
2009-03-27Clean up chat and chat tabs some moreJared Adams9-11/+16
2009-03-27Fixed inventory window. Not resizable though.Bjørn Lindeijer2-4/+4
2009-03-27Fixed position of dots on minimapBjørn Lindeijer1-0/+1
2009-03-27Fix some problems with NPC dialogsJared Adams1-0/+2
2009-03-27Merge branch 'aethyra/master'Bjørn Lindeijer1-5/+4
2009-03-27Fixed some compiler warningsBjørn Lindeijer1-5/+4
2009-03-27Moved choosing of random death message to a functionBjørn Lindeijer1-55/+58
2009-03-27Changed the includes for the net/tmwserv/ directoryBjørn Lindeijer48-281/+285
2009-03-27Include statement cleanup for net/ea/ directory.Bjørn Lindeijer32-239/+264
2009-03-26Major clean up of ChatTab handlingJared Adams12-68/+69
2009-03-26Add whisper tabs for TMWServJared Adams1-6/+1
2009-03-26Add WhisperTabsJared Adams1-7/+4
2009-03-27Compile warning fixesBjørn Lindeijer1-1/+1
2009-03-26Some code cleanups (mostly reducing how many calculations need to beIra Rice1-3/+3
2009-03-26Add ChannelTab for chat channelsJared Adams2-9/+14
2009-03-26Fixes to file headers and header guardsBjørn Lindeijer46-223/+223
2009-03-25A host of code style fixesBjørn Lindeijer3-4/+4
2009-03-25Merge branch 'origin/master'Bjørn Lindeijer2-0/+102
2009-03-25Merge branch 'eathena/master'Bjørn Lindeijer14-133/+188
2009-03-24Forgot to add eAthena's item handlerJared Adams2-0/+102
2009-03-23Merge branch 'aethyra/master'Bjørn Lindeijer2-3/+2
2009-03-23Move all TMWServ-specific code to net/tmwservJared Adams56-129/+129
2009-03-23Remove the CHATSKILL structJared Adams1-9/+0
2009-03-23Remove extra function for skill messagesJared Adams1-95/+89
2009-03-22Move handling of eA skill messages to SkillHandlerJared Adams1-1/+129
2009-03-22Fixed map name saving in the engine class. Somehow, the const getsIra Rice1-3/+2
2009-03-22Merged the tmwserv client with the eAthena clientBjørn Lindeijer91-2507/+7819
2009-03-18Fix up the NPC interraction widnows a bitJared Adams2-9/+3
2009-03-18Fix up the NPC interraction widnows a bitJared Adams2-9/+3
2009-03-10Extended hit type handlingsniper1-6/+9
2009-03-10Made it so that when windows load previous states, they are neverIra Rice1-2/+1
2009-03-10Extended hit type handlingsniper1-6/+9
2009-03-10Expand the scope where item links workKess Vargavind1-1/+1
2009-03-10Expand the scope where item links workKess Vargavind1-1/+1
2009-03-09Send the correct packet for the NPC close buttonJared Adams2-8/+11
2009-03-09Send the correct packet for the NPC close buttonJared Adams2-9/+11
2009-03-09Add an interface for eAthena's storage systemJared Adams2-26/+60
2009-03-08Forgot the actual storage windowJared Adams2-7/+8
2009-03-08Add an interface for eAthena's storage systemJared Adams1-20/+53
2009-03-05Got rid of Sint{8,16,32} and Uint32 for being IDBjørn Lindeijer10-34/+34