summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)AuthorFilesLines
2006-08-13Log sending of messages and include more verbose messages for runserv.sh.Bjørn Lindeijer1-0/+2
2006-08-13Fixed missing constructor in Item class.Bjørn Lindeijer1-0/+5
2006-08-13Changed character list to a sequence of packets and fixed a db issue.Eugenio Favalli1-0/+3
2006-08-13Updated project files.Eugenio Favalli1-0/+4
2006-08-10Removed ConnectionHandler::forceDisconnect method and implemented part of theBjørn Lindeijer1-0/+8
2006-08-06Changelog converted to UTF-8 (I might want to do some real commits sometime ;)Björn Steinbrink1-14/+14
2006-08-06Implemented crude handling of being movements.Guillaume Melquiond1-0/+11
2006-08-04Generalized the properties functionality as was done in the client before.Bjørn Lindeijer1-0/+13
2006-08-04Strengthened checks for already existing character name or email address.Guillaume Melquiond1-0/+5
2006-08-04Fixed Player ID in messages.Guillaume Melquiond1-0/+1
2006-08-04Added unique ID to Player class.Guillaume Melquiond1-2/+5
2006-08-03Simplified and sped up account flushing: only modified accounts are flushed.Guillaume Melquiond1-0/+11
2006-08-02Defined the GameClient class in its own module.Bjørn Lindeijer1-0/+5
2006-08-02Put handling of logout, unregister and password change messages into separateBjørn Lindeijer1-1/+6
2006-08-02Put object files in subdirectories.Guillaume Melquiond1-0/+5
2006-08-02ChangeLogEugenio Favalli1-0/+4
2006-08-01Put handling of registrations in a separate method and cleaned it up a bit.Bjørn Lindeijer1-0/+2
2006-08-01Some messing about towards making cleaner code.Bjørn Lindeijer1-0/+12
2006-07-31Fixed registering for the test client (send version as integer) and correctedBjørn Lindeijer1-0/+5
2006-07-27Bah, too tiredEugenio Favalli1-1/+2
2006-07-27Client version is being sent also during registration.Eugenio Favalli1-0/+1
2006-07-27Modified client version to be an int.Eugenio Favalli1-0/+2
2006-07-27Updated project files.Eugenio Favalli1-0/+4
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond1-0/+23
2006-07-26Send some character's infos after a successful login, removed a useless byte,...Eugenio Favalli1-0/+6
2006-07-13Updated Dev-C++ project file.Eugenio Favalli1-0/+4
2006-06-17Started handling beings on maps.Guillaume Melquiond1-2/+7
2006-06-11Sanitized message packets and errors to take server split into account.Guillaume Melquiond1-0/+8
2006-05-23Split server into three logical servers: an account server, a chat Guillaume Melquiond1-0/+17
2006-05-22Updated Dev-C++ project file.Eugenio Favalli1-0/+4
2006-05-20Changed ConnectionHandler and NetComputer into low-level base classes; Guillaume Melquiond1-0/+15
2006-05-19Switched to a monothreaded server. Fixed segfaults after disconnect. Guillaume Melquiond1-0/+9
2006-05-14Prevent account from being created when an error is detected.Guillaume Melquiond1-0/+8
2006-05-14Replaced nanosleep with Sleep in Windows and updated Dev-C++ project file.Eugenio Favalli1-0/+5
2006-05-14Replaced strnlen by memchr.Guillaume Melquiond1-0/+5
2006-05-14Applied a patch by Guillaume that fixes and optimizesBjørn Lindeijer1-0/+3
2006-05-14Applied a patch by Guillaume that makes the server sleep between ticks insteadBjørn Lindeijer1-0/+3
2006-05-14Applied another patch by Guillaume Melquiond which fixed a number of issuesBjørn Lindeijer1-0/+6
2006-05-13Applied patch by Guillaume Melquiond which adds ENet check and adds timer.cpp/hBjørn Lindeijer1-14/+23
2006-05-03only yield main thread when there isn't anything to do.Philipp Sehmisch1-1/+5
2006-04-30removed the last remains of SDLPhilipp Sehmisch1-4/+6
2006-04-30made sure every compiler uses a 64bit unsigned integer for getTimeInMillisec.Philipp Sehmisch1-1/+3
2006-04-30fixed some problems of the timer classPhilipp Sehmisch1-2/+7
2006-04-30forgot to change something in the changelogPhilipp Sehmisch1-1/+1
2006-04-30replaced SDL timing with a self written timer class.Philipp Sehmisch1-2/+6
2006-04-28Got rid of SDL threads, now using pthreads.Eugenio Favalli1-0/+5
2006-04-28Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli1-0/+24
2006-03-14Updated project file.Eugenio Favalli1-0/+4
2006-03-06A bunch of cleanups.Björn Steinbrink1-0/+5
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink1-0/+25