Age | Commit message (Expand) | Author | Files | Lines |
2006-05-14 | Applied a patch by Guillaume that fixes and optimizes | Bjørn Lindeijer | 4 | -15/+19 |
2006-05-14 | Applied a patch by Guillaume that makes the server sleep between ticks instead | Bjørn Lindeijer | 4 | -27/+42 |
2006-05-14 | Applied another patch by Guillaume Melquiond which fixed a number of issues | Bjørn Lindeijer | 6 | -73/+60 |
2006-05-13 | Applied patch by Guillaume Melquiond which adds ENet check and adds timer.cpp/h | Bjørn Lindeijer | 8 | -45/+73 |
2006-05-03 | only yield main thread when there isn't anything to do. | Philipp Sehmisch | 2 | -6/+10 |
2006-04-30 | removed the last remains of SDL | Philipp Sehmisch | 5 | -520/+6 |
2006-04-30 | made sure every compiler uses a 64bit unsigned integer for getTimeInMillisec. | Philipp Sehmisch | 3 | -13/+21 |
2006-04-30 | fixed some problems of the timer class | Philipp Sehmisch | 6 | -28/+169 |
2006-04-30 | forgot to change something in the changelog | Philipp Sehmisch | 1 | -1/+1 |
2006-04-30 | replaced SDL timing with a self written timer class. | Philipp Sehmisch | 4 | -50/+185 |
2006-04-28 | Got rid of SDL threads, now using pthreads. | Eugenio Favalli | 4 | -18/+27 |
2006-04-28 | Merged enet_switch changes r2268:2309 into the trunk. | Eugenio Favalli | 14 | -632/+914 |
2006-03-14 | Updated project file. | Eugenio Favalli | 2 | -8/+32 |
2006-03-06 | A bunch of cleanups. | Björn Steinbrink | 3 | -73/+54 |
2006-03-06 | Cleaned up unnecessary header dependencies and fixed some indentations. | Björn Steinbrink | 61 | -186/+226 |
2006-03-05 | Forgot the changelog. | Yohann Ferreira | 1 | -2/+9 |
2006-03-05 | Added the server code to enter and leave a channel. Some minor fix to the sta... | Yohann Ferreira | 6 | -6/+151 |
2006-02-28 | Restructured repository to be in $MODULE/{trunk,tags,branches} format. | Björn Steinbrink | 0 | -0/+0 |
2006-02-19 | Made use of counted pointer for objects, just the way it is for beings. | Yohann Ferreira | 4 | -21/+31 |
2006-02-18 | Updated server packets documentation. Some minor updates. | Yohann Ferreira | 5 | -83/+371 |
2006-01-24 | Chat Channeling Commit part 4. Renamed the slang filter into StringFilter and... | Yohann Ferreira | 18 | -136/+471 |
2006-01-21 | Corrected a mistake. and made a simple way to avoid crashing sql queries. Nee... | Yohann Ferreira | 4 | -35/+95 |
2006-01-21 | Very little corrections. | Yohann Ferreira | 5 | -14/+25 |
2006-01-20 | Chat channeling commit part 3. Is now linked with the connection handler to c... | Yohann Ferreira | 14 | -61/+142 |
2006-01-18 | Simplified isLoaded method, change also noted by Doener. | Bjørn Lindeijer | 3 | -12/+6 |
2006-01-18 | Some insignificant changes to usage of the const keyword. | Bjørn Lindeijer | 4 | -24/+33 |
2006-01-18 | Chat channeling commit part 2. | Yohann Ferreira | 10 | -117/+243 |
2006-01-15 | Chat channeling commit part 1. Useful to get feedback before committing what'... | Yohann Ferreira | 13 | -9/+629 |
2006-01-14 | Sever returns infos about position of the selected character (map name, coord... | Eugenio Favalli | 6 | -20/+23 |
2006-01-14 | Sever returns infos about position of the selected character (map name, coord... | Eugenio Favalli | 2 | -0/+41 |
2006-01-13 | Made minimum client version and default map id configurable, set/getMapId are... | Eugenio Favalli | 9 | -51/+27 |
2006-01-12 | Fixed default map definition for a new created character, enabled loading of ... | Eugenio Favalli | 12 | -38/+75 |
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 | 18 | -144/+421 |
2006-01-05 | Added a standard version check. | Yohann Ferreira | 5 | -7/+87 |
2006-01-04 | Added default behaviour to protocol. Added a client login limitation check. S... | Yohann Ferreira | 6 | -21/+87 |
2006-01-04 | Implemented server response handling to the test client. Fixed a bug that mad... | Yohann Ferreira | 9 | -131/+430 |
2006-01-01 | I was wrong the client is there. Sorry | Yohann Ferreira | 1 | -2/+1 |
2005-12-31 | Adding the possibility to change Email, and password. Turned Slangs Filter in... | Yohann Ferreira | 8 | -133/+410 |
2005-12-29 | Fixing a bug in the Storage::getAccount() function that made the server crash... | Yohann Ferreira | 5 | -14/+18 |
2005-12-29 | Adding changes thought by Elven and an option for setting the port to listen ... | Yohann Ferreira | 5 | -124/+150 |
2005-12-29 | Incorporate running without X server in the server executable. | Bjørn Lindeijer | 2 | -1/+3 |
2005-12-29 | * Added errors when SDL_net or libcrypto are not found. | Bjørn Lindeijer | 4 | -9/+32 |
2005-12-29 | Fixed merge conflict as pointed out by Bj�rn. | Eugenio Favalli | 2 | -5/+1 |
2005-12-29 | Forgot a way to access maps. | Eugenio Favalli | 4 | -4/+37 |
2005-12-29 | Applied patch by r0nny that makes main.cpp a bit nicer. | Bjørn Lindeijer | 2 | -13/+22 |
2005-12-28 | Whoops, messed up the merge a tiny bit. | Bjørn Lindeijer | 1 | -1/+0 |
2005-12-28 | Integrated the building of tmwclient with the default make command, as | Bjørn Lindeijer | 7 | -124/+134 |
2005-12-27 | Implemented common chat handling, except for chatting in channels. Also the C... | Yohann Ferreira | 11 | -39/+439 |