Age | Commit message (Expand) | Author | Files | Lines |
2006-06-17 | Started handling beings on maps. | Guillaume Melquiond | 6 | -171/+112 |
2006-06-11 | Sanitized message packets and errors to take server split into account. | Guillaume Melquiond | 7 | -760/+413 |
2006-05-23 | Split server into three logical servers: an account server, a chat | Guillaume Melquiond | 21 | -847/+902 |
2006-05-20 | Changed ConnectionHandler and NetComputer into low-level base classes; | Guillaume Melquiond | 18 | -287/+288 |
2006-05-19 | Switched to a monothreaded server. Fixed segfaults after disconnect. | Guillaume Melquiond | 6 | -442/+131 |
2006-05-14 | Prevent account from being created when an error is detected. | Guillaume Melquiond | 2 | -5/+14 |
2006-05-14 | Replaced nanosleep with Sleep in Windows and updated Dev-C++ project file. | Eugenio Favalli | 1 | -0/+4 |
2006-05-14 | Replaced strnlen by memchr. | Guillaume Melquiond | 1 | -2/+3 |
2006-05-14 | Applied a patch by Guillaume that fixes and optimizes | Bjørn Lindeijer | 3 | -15/+16 |
2006-05-14 | Applied a patch by Guillaume that makes the server sleep between ticks instead | Bjørn Lindeijer | 3 | -27/+39 |
2006-05-14 | Applied another patch by Guillaume Melquiond which fixed a number of issues | Bjørn Lindeijer | 5 | -73/+54 |
2006-05-13 | Applied patch by Guillaume Melquiond which adds ENet check and adds timer.cpp/h | Bjørn Lindeijer | 6 | -31/+47 |
2006-05-03 | only yield main thread when there isn't anything to do. | Philipp Sehmisch | 1 | -5/+5 |
2006-04-30 | removed the last remains of SDL | Philipp Sehmisch | 4 | -516/+0 |
2006-04-30 | made sure every compiler uses a 64bit unsigned integer for getTimeInMillisec. | Philipp Sehmisch | 2 | -12/+18 |
2006-04-30 | fixed some problems of the timer class | Philipp Sehmisch | 5 | -26/+162 |
2006-04-30 | replaced SDL timing with a self written timer class. | Philipp Sehmisch | 3 | -48/+179 |
2006-04-28 | Got rid of SDL threads, now using pthreads. | Eugenio Favalli | 2 | -17/+21 |
2006-04-28 | Merged enet_switch changes r2268:2309 into the trunk. | Eugenio Favalli | 12 | -631/+889 |
2006-03-06 | A bunch of cleanups. | Björn Steinbrink | 2 | -73/+49 |
2006-03-06 | Cleaned up unnecessary header dependencies and fixed some indentations. | Björn Steinbrink | 60 | -186/+201 |
2006-03-05 | Added the server code to enter and leave a channel. Some minor fix to the sta... | Yohann Ferreira | 5 | -5/+121 |
2006-02-19 | Made use of counted pointer for objects, just the way it is for beings. | Yohann Ferreira | 3 | -21/+29 |
2006-02-18 | Updated server packets documentation. Some minor updates. | Yohann Ferreira | 3 | -3/+4 |
2006-01-24 | Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and... | Yohann Ferreira | 17 | -136/+458 |
2006-01-21 | Corrected a mistake. and made a simple way to avoid crashing sql queries. Nee... | Yohann Ferreira | 3 | -34/+92 |
2006-01-21 | Very little corrections. | Yohann Ferreira | 4 | -14/+23 |
2006-01-20 | Chat channeling commit part 3. Is now linked with the connection handler to c... | Yohann Ferreira | 13 | -61/+131 |
2006-01-18 | Simplified isLoaded method, change also noted by Doener. | Bjørn Lindeijer | 2 | -11/+5 |
2006-01-18 | Some insignificant changes to usage of the const keyword. | Bjørn Lindeijer | 3 | -9/+10 |
2006-01-18 | Chat channeling commit part 2. | Yohann Ferreira | 9 | -117/+237 |
2006-01-15 | Chat channeling commit part 1. Useful to get feedback before committing what'... | Yohann Ferreira | 12 | -6/+618 |
2006-01-14 | Sever returns infos about position of the selected character (map name, coord... | Eugenio Favalli | 5 | -12/+23 |
2006-01-13 | Made minimum client version and default map id configurable, set/getMapId are... | Eugenio Favalli | 8 | -49/+25 |
2006-01-12 | Fixed default map definition for a new created character, enabled loading of ... | Eugenio Favalli | 10 | -22/+47 |
2006-01-09 | Fixed some sql query issues | Eugenio Favalli | 1 | -7/+8 |
2006-01-08 | Little things only. | Yohann Ferreira | 2 | -2/+0 |
2006-01-08 | Added customization of created character. (That makes previously created db i... | Yohann Ferreira | 17 | -144/+407 |
2006-01-05 | Added a standard version check. | Yohann Ferreira | 4 | -7/+82 |
2006-01-04 | Added default behaviour to protocol. Added a client login limitation check. S... | Yohann Ferreira | 5 | -21/+83 |
2006-01-04 | Implemented server response handling to the test client. Fixed a bug that mad... | Yohann Ferreira | 8 | -131/+421 |
2005-12-31 | Adding the possibility to change Email, and password. Turned Slangs Filter in... | Yohann Ferreira | 7 | -132/+399 |
2005-12-29 | Fixing a bug in the Storage::getAccount() function that made the server crash... | Yohann Ferreira | 4 | -13/+14 |
2005-12-29 | Adding changes thought by Elven and an option for setting the port to listen ... | Yohann Ferreira | 4 | -21/+41 |
2005-12-29 | Incorporate running without X server in the server executable. | Bjørn Lindeijer | 1 | -0/+3 |
2005-12-29 | * Added errors when SDL_net or libcrypto are not found. | Bjørn Lindeijer | 1 | -0/+3 |
2005-12-29 | Forgot a way to access maps. | Eugenio Favalli | 2 | -0/+18 |
2005-12-29 | Applied patch by r0nny that makes main.cpp a bit nicer. | Bjørn Lindeijer | 1 | -13/+20 |
2005-12-28 | Integrated the building of tmwclient with the default make command, as | Bjørn Lindeijer | 5 | -118/+126 |
2005-12-27 | Implemented common chat handling, except for chatting in channels. Also the C... | Yohann Ferreira | 10 | -38/+427 |