summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2005-05-08Including logger files into the server project.Yohann Ferreira3-1/+160
2005-05-08Added SQLiteWrapper filesMateusz Kaduk2-0/+396
2005-05-08Linking with sqlite3 and added c++ sqlite wrapperMateusz Kaduk2-2/+15
2005-05-07Committed client to be used for testing.Bjørn Lindeijer2-0/+43
2005-05-03Updated CharData structure (defines.h).Aaron Marks2-25/+31
Removed "Player" object & made a more general "Being" object which can be used for Player, Pet, Monsters etc.
2005-05-03Added skill tree data structure.Aaron Marks2-0/+150
2005-04-27Made scripting defines slightly cleaner.Aaron Marks2-12/+21
Changed LivingObject to Being (as that is standard TMW name for it).
2005-04-21A few changes to protocol.Bjørn Lindeijer1-31/+64
2005-04-20Attempt to define protocol...Eugenio Favalli1-0/+136
2005-04-20Updated account specification.Aaron Marks2-9/+82
2005-04-19Added account protoype for review.Aaron Marks1-0/+49
2005-04-19Added basic object definition for reviewal.Aaron Marks7-0/+309
Added basic scripting interface & Squirrel (squirrel.sf.net).
2005-04-18Server now succesfully listens for connections, accepts them, receives someBjørn Lindeijer5-34/+151
data in a crude way and cleans up connection on client disconnect.
2005-04-16Added a bit of listening code.Bjørn Lindeijer2-5/+32
2005-04-14Added check for SDL_net to configure.ac, made world clock work and made theBjørn Lindeijer2-3/+20
server handle quit message properly (had to init video for events to work). Also reduced CPU load by about 100%, hehe.
2005-04-09Fixing console output in windowsEugenio Favalli3-3/+379
2005-03-27working dev projectEugenio Favalli1-4/+9
2005-03-23Corrections to syntax, includes, headers and comments. Updated architecture.txtBjørn Lindeijer10-61/+96
with a distributed approach.
2005-03-23added the account handler and a definition file to keep track of structures ↵Kiyoshi Kyokai8-37/+250
and such. I need some more information about how exactly the message handler interfaces are intended to work with the connection handler, as well as what things users will each have to themselves, and which things they will all share as far as message processing goes.
2005-03-21More complete implementation of startListen and stopListen, told CVS to ignoreBjørn Lindeijer14-58/+146
some files and compile fixes (it actually compiles now, just don't expect it to do anything useful)
2005-03-21Some header fixes, formatting conventions and moved DevCpp project file.Bjørn Lindeijer12-52/+55
2005-03-21I've added the shell for the login and message handler functions, as well as ↵Kiyoshi Kyokai5-0/+394
debug support for logging in. Noticed we still need an account class to store the account data. Perhaps I'll work on that tommorrow.
2005-03-19Adding autogen.sh file.Bjørn Lindeijer1-0/+13
2005-03-19Start on files that enable compiling this, but don't expect it to compile forBjørn Lindeijer9-0/+633
now.
2005-03-19Added start of NetSession implementation and basics of initialization, timerBjørn Lindeijer5-4/+183
and loop.
2005-03-18Small changes to ConnectionHandler and MessageHandler, while adding interfacesBjørn Lindeijer9-1/+268
for Packet, MessageIn and MessageOut.
2005-03-16Added preliminary interfaces for NetSession, NetComputer, ConnectionHandlerBjørn Lindeijer8-0/+348
and MessageHandler.
2005-03-06Adding documentation related to server project here.Bjørn Lindeijer4-0/+519