summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2006-08-01Fixed keywords property not set on these two new files.Bjørn Lindeijer2-2/+2
2006-08-01Put handling of registrations in a separate method and cleaned it up a bit.Bjørn Lindeijer2-76/+89
2006-08-01Some messing about towards making cleaner code.Bjørn Lindeijer9-178/+271
2006-07-31Fixed registering for the test client (send version as integer) and correctedBjørn Lindeijer3-10/+8
2006-07-27Client version is being sent also during registration.Eugenio Favalli2-4/+4
2006-07-27Modified client version to be an int.Eugenio Favalli2-5/+5
2006-07-27First step toward a restructured class hierarchy for world actors: addGuillaume Melquiond44-1143/+396
2006-07-26Send some character's infos after a successful login, removed a useless byte,...Eugenio Favalli2-12/+16
2006-06-17Started handling beings on maps.Guillaume Melquiond6-171/+112
2006-06-11Sanitized message packets and errors to take server split into account.Guillaume Melquiond7-760/+413
2006-05-23Split server into three logical servers: an account server, a chat Guillaume Melquiond21-847/+902
2006-05-20Changed ConnectionHandler and NetComputer into low-level base classes; Guillaume Melquiond18-287/+288
2006-05-19Switched to a monothreaded server. Fixed segfaults after disconnect. Guillaume Melquiond6-442/+131
2006-05-14Prevent account from being created when an error is detected.Guillaume Melquiond2-5/+14
2006-05-14Replaced nanosleep with Sleep in Windows and updated Dev-C++ project file.Eugenio Favalli1-0/+4
2006-05-14Replaced strnlen by memchr.Guillaume Melquiond1-2/+3
2006-05-14Applied a patch by Guillaume that fixes and optimizesBjørn Lindeijer3-15/+16
2006-05-14Applied a patch by Guillaume that makes the server sleep between ticks insteadBjørn Lindeijer3-27/+39
2006-05-14Applied another patch by Guillaume Melquiond which fixed a number of issuesBjørn Lindeijer5-73/+54
2006-05-13Applied patch by Guillaume Melquiond which adds ENet check and adds timer.cpp/hBjørn Lindeijer6-31/+47
2006-05-03only yield main thread when there isn't anything to do.Philipp Sehmisch1-5/+5
2006-04-30removed the last remains of SDLPhilipp Sehmisch4-516/+0
2006-04-30made sure every compiler uses a 64bit unsigned integer for getTimeInMillisec.Philipp Sehmisch2-12/+18
2006-04-30fixed some problems of the timer classPhilipp Sehmisch5-26/+162
2006-04-30replaced SDL timing with a self written timer class.Philipp Sehmisch3-48/+179
2006-04-28Got rid of SDL threads, now using pthreads.Eugenio Favalli2-17/+21
2006-04-28Merged enet_switch changes r2268:2309 into the trunk.Eugenio Favalli12-631/+889
2006-03-06A bunch of cleanups.Björn Steinbrink2-73/+49
2006-03-06Cleaned up unnecessary header dependencies and fixed some indentations.Björn Steinbrink60-186/+201
2006-03-05Added the server code to enter and leave a channel. Some minor fix to the sta...Yohann Ferreira5-5/+121
2006-02-19Made use of counted pointer for objects, just the way it is for beings.Yohann Ferreira3-21/+29
2006-02-18Updated server packets documentation. Some minor updates.Yohann Ferreira3-3/+4
2006-01-24Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and...Yohann Ferreira17-136/+458
2006-01-21Corrected a mistake. and made a simple way to avoid crashing sql queries. Nee...Yohann Ferreira3-34/+92
2006-01-21Very little corrections.Yohann Ferreira4-14/+23
2006-01-20Chat channeling commit part 3. Is now linked with the connection handler to c...Yohann Ferreira13-61/+131
2006-01-18Simplified isLoaded method, change also noted by Doener.Bjørn Lindeijer2-11/+5
2006-01-18Some insignificant changes to usage of the const keyword.Bjørn Lindeijer3-9/+10
2006-01-18Chat channeling commit part 2.Yohann Ferreira9-117/+237
2006-01-15Chat channeling commit part 1. Useful to get feedback before committing what'...Yohann Ferreira12-6/+618
2006-01-14Sever returns infos about position of the selected character (map name, coord...Eugenio Favalli5-12/+23
2006-01-13Made minimum client version and default map id configurable, set/getMapId are...Eugenio Favalli8-49/+25
2006-01-12Fixed default map definition for a new created character, enabled loading of ...Eugenio Favalli10-22/+47
2006-01-09Fixed some sql query issuesEugenio Favalli1-7/+8
2006-01-08Little things only.Yohann Ferreira2-2/+0
2006-01-08Added customization of created character. (That makes previously created db i...Yohann Ferreira17-144/+407
2006-01-05Added a standard version check.Yohann Ferreira4-7/+82
2006-01-04Added default behaviour to protocol. Added a client login limitation check. S...Yohann Ferreira5-21/+83
2006-01-04Implemented server response handling to the test client. Fixed a bug that mad...Yohann Ferreira8-131/+421
2005-12-31Adding the possibility to change Email, and password. Turned Slangs Filter in...Yohann Ferreira7-132/+399