Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-01-02 | Removed obsolete files. Added a generic trigger system. | Guillaume Melquiond | 1 | -707/+0 | |
2006-12-29 | Physically split the server into one tmwserv-acount program (account + | Guillaume Melquiond | 1 | -2/+2 | |
chat + database) and multiple tmwserv-game programs (selected with respect to the maps). Cleaned the repository by moving server-specific source files into dedicated directories. | |||||
2006-08-25 | Applied patch by Rogier, addressing TODOs in MessageOut and NetComputer. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-08-14 | Removed Packet class and the UNKNOWN gender. | Bjørn Lindeijer | 1 | -4/+2 | |
2006-08-14 | Changed protocol so that server information are sent on character selection. | Guillaume Melquiond | 1 | -93/+54 | |
2006-08-10 | Removed ConnectionHandler::forceDisconnect method and implemented part of the | Bjørn Lindeijer | 1 | -1/+1 | |
NetComputer::disconnect method instead. Makes NetComputer::getPeer unnecessary. | |||||
2006-08-06 | Implemented crude handling of being movements. | Guillaume Melquiond | 1 | -2/+16 | |
2006-08-01 | Some messing about towards making cleaner code. | Bjørn Lindeijer | 1 | -8/+2 | |
2006-07-31 | Fixed registering for the test client (send version as integer) and corrected | Bjørn Lindeijer | 1 | -4/+2 | |
the off by one packed size. | |||||
2006-07-27 | Modified client version to be an int. | Eugenio Favalli | 1 | -3/+3 | |
2006-07-26 | Send some character's infos after a successful login, removed a useless ↵ | Eugenio Favalli | 1 | -2/+7 | |
byte, added Code::Blocks project file. | |||||
2006-06-17 | Started handling beings on maps. | Guillaume Melquiond | 1 | -0/+26 | |
2006-06-11 | Sanitized message packets and errors to take server split into account. | Guillaume Melquiond | 1 | -120/+89 | |
2006-05-23 | Split server into three logical servers: an account server, a chat | Guillaume Melquiond | 1 | -34/+62 | |
server, and a game server. | |||||
2006-05-14 | Prevent account from being created when an error is detected. | Guillaume Melquiond | 1 | -4/+13 | |
Improve support of chat messages in client. | |||||
2006-05-14 | Applied another patch by Guillaume Melquiond which fixed a number of issues | Bjørn Lindeijer | 1 | -7/+6 | |
with the message implementation (client side should also be checked). | |||||
2006-05-13 | Applied patch by Guillaume Melquiond which adds ENet check and adds timer.cpp/h | Bjørn Lindeijer | 1 | -2/+2 | |
to the Makefile.am. Also fixed some compilation warnings. | |||||
2006-04-28 | Merged enet_switch changes r2268:2309 into the trunk. | Eugenio Favalli | 1 | -568/+596 | |
2006-03-06 | Cleaned up unnecessary header dependencies and fixed some indentations. | Björn Steinbrink | 1 | -2/+3 | |
2006-01-24 | Chat Channeling Commit part 4. Renamed the slang filter into StringFilter ↵ | Yohann Ferreira | 1 | -2/+2 | |
and moved some code to it. Added the missing protocol values, and implemented registering/registering of channels; More to come about it. | |||||
2006-01-21 | Corrected a mistake. and made a simple way to avoid crashing sql queries. ↵ | Yohann Ferreira | 1 | -0/+3 | |
Need to see how we could improve it. | |||||
2006-01-21 | Very little corrections. | Yohann Ferreira | 1 | -5/+14 | |
2006-01-14 | Sever returns infos about position of the selected character (map name, ↵ | Eugenio Favalli | 1 | -2/+7 | |
coordinates). | |||||
2006-01-13 | Made minimum client version and default map id configurable, set/getMapId ↵ | Eugenio Favalli | 1 | -12/+5 | |
are now preferred. | |||||
2006-01-12 | Fixed default map definition for a new created character, enabled loading of ↵ | Eugenio Favalli | 1 | -0/+3 | |
map when a character is on it, fixed inconsistency in getter/setter for map id. | |||||
2006-01-08 | Added customization of created character. (That makes previously created db ↵ | Yohann Ferreira | 1 | -14/+64 | |
invalid.) Made list of map indexed by map id, instead of map name. This will prevent unsyncing of player's current map when changing a map name. Remember you have now to add a map filename into db before being able to load it. (Default map id is 1, not ZERO, as zero is the not found return value. | |||||
2006-01-05 | Added a standard version check. | Yohann Ferreira | 1 | -1/+45 | |
2006-01-04 | Added default behaviour to protocol. Added a client login limitation check. ↵ | Yohann Ferreira | 1 | -7/+39 | |
Some cleanups. | |||||
2006-01-04 | Implemented server response handling to the test client. Fixed a bug that ↵ | Yohann Ferreira | 1 | -53/+365 | |
made the Email change not possible. Changed some protocol value to have a litte neater client code. Added FreeBSD fix idea from icy to server code. | |||||
2005-12-12 | Use setCharacter() and unsetcharacter() to deal with addBeing() and ↵ | Yohann Ferreira | 1 | -5/+13 | |
removeBeing() in the world (which are buggy). Add check when character's name already exists. Added Character list packet support. | |||||
2005-12-11 | Added logout and character deletion support. Changed the response code as ↵ | Yohann Ferreira | 1 | -11/+28 | |
trying to login when already logged in. | |||||
2005-12-11 | Added unregistering, checking on character's name and email length support. ↵ | Yohann Ferreira | 1 | -11/+23 | |
Also made some little tweaks. I'll start to think about a --verbose mode after adding logout and character deletion support. | |||||
2005-11-15 | Updated bindings, game state class and more (see ChangeLog). | Aaron Marks | 1 | -0/+11 | |
2005-11-13 | Nothing of much significance, mainly checking whether I can commit. | Bjørn Lindeijer | 1 | -4/+6 | |
2005-11-10 | Updates to Being, test client, game handler and small update to state update. | Aaron Marks | 1 | -20/+48 | |
2005-10-23 | Grammar Corrections, and a little bit of work on getting the name of the Db. | Yohann Ferreira | 1 | -4/+4 | |
2005-07-24 | Added character selection. | Aaron Marks | 1 | -1/+11 | |
2005-07-19 | Added character creation. | Aaron Marks | 1 | -0/+13 | |
2005-07-19 | a simple menu to choose options | Eugenio Favalli | 1 | -49/+83 | |
2005-07-17 | Added server->client communications. | Aaron Marks | 1 | -5/+17 | |
Updated MessageHandler's to use short for message type. | |||||
2005-07-16 | Removed a lot of tabs used for indenting (please don't do that...), redid | Bjørn Lindeijer | 1 | -2/+2 | |
MessageOut a bit so that it uses SDL_net, writes strings correctly and doesn't rely on Packet to be expandable. Also specified message IDs explicitly. | |||||
2005-07-16 | Added chat message handler placeholder (still not fully functional). | Aaron Marks | 1 | -8/+16 | |
Updated PostgreSQL SQL support - although there is still problem with primary key being initialized to null. Updated message enumeration. | |||||
2005-07-16 | Fixed problem with memory expanding in Packet. | Aaron Marks | 1 | -2/+21 | |
Server now handles register requests. | |||||
2005-07-13 | Implemented MessageOut. | Aaron Marks | 1 | -0/+11 | |
Rewrote MessageIn::readString - it was overly complex and didn't operate correctly. Update test client so it sends a login message. | |||||
2005-05-07 | Committed client to be used for testing. | Bjørn Lindeijer | 1 | -0/+41 | |