| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2006-12-29 | Physically split the server into one tmwserv-acount program (account + | Guillaume Melquiond | 1 | -101/+0 | |
| 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-14 | Removed Packet class and the UNKNOWN gender. | Bjørn Lindeijer | 1 | -47/+32 | |
| 2006-07-31 | Fixed registering for the test client (send version as integer) and corrected | Bjørn Lindeijer | 1 | -4/+5 | |
| the off by one packed size. | |||||
| 2006-05-14 | Replaced strnlen by memchr. | Guillaume Melquiond | 1 | -2/+3 | |
| 2006-05-14 | Applied another patch by Guillaume Melquiond which fixed a number of issues | Bjørn Lindeijer | 1 | -41/+23 | |
| with the message implementation (client side should also be checked). | |||||
| 2006-04-28 | Merged enet_switch changes r2268:2309 into the trunk. | Eugenio Favalli | 1 | -5/+10 | |
| 2006-03-06 | Cleaned up unnecessary header dependencies and fixed some indentations. | Björn Steinbrink | 1 | -0/+4 | |
| 2005-11-15 | Updated bindings, game state class and more (see ChangeLog). | Aaron Marks | 1 | -1/+1 | |
| 2005-07-19 | Changing the way the message ID is read. | Bjørn Lindeijer | 1 | -0/+2 | |
| 2005-07-16 | Removed a lot of tabs used for indenting (please don't do that...), redid | Bjørn Lindeijer | 1 | -37/+35 | |
| 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 | -2/+2 | |
| 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/+7 | |
| Server now handles register requests. | |||||
| 2005-07-13 | Implemented MessageOut. | Aaron Marks | 1 | -52/+23 | |
| Rewrote MessageIn::readString - it was overly complex and didn't operate correctly. Update test client so it sends a login message. | |||||
| 2005-06-13 | Removing duplicate text | Yohann Ferreira | 1 | -14/+0 | |
| 2005-06-13 | First corrections of messageIn class. | Yohann Ferreira | 1 | -9/+8 | |
| 2005-06-13 | first attempt of messageIn Implementation. I'll do testings from that. | Yohann Ferreira | 1 | -0/+137 | |
| 2005-03-18 | Small changes to ConnectionHandler and MessageHandler, while adding interfaces | Bjørn Lindeijer | 1 | -0/+25 | |
| for Packet, MessageIn and MessageOut. | |||||