Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 ↵ | Yohann Ferreira | 5 | -5/+121 | |
state code, and completed the TODO a little for later coding. | |||||
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 ↵ | Yohann Ferreira | 17 | -136/+458 | |
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 | 3 | -34/+92 | |
Need to see how we could improve it. | |||||
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 ↵ | Yohann Ferreira | 13 | -61/+131 | |
chat in a specific channel. Also made some fixes on the chat channeling. | |||||
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 ↵ | Yohann Ferreira | 12 | -6/+618 | |
what's next | |||||
2006-01-14 | Sever returns infos about position of the selected character (map name, ↵ | Eugenio Favalli | 5 | -12/+23 | |
coordinates). | |||||
2006-01-13 | Made minimum client version and default map id configurable, set/getMapId ↵ | Eugenio Favalli | 8 | -49/+25 | |
are now preferred. | |||||
2006-01-12 | Fixed default map definition for a new created character, enabled loading of ↵ | Eugenio Favalli | 10 | -22/+47 | |
map when a character is on it, fixed inconsistency in getter/setter for map id. | |||||
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 ↵ | Yohann Ferreira | 17 | -144/+407 | |
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 | 4 | -7/+82 | |
2006-01-04 | Added default behaviour to protocol. Added a client login limitation check. ↵ | Yohann Ferreira | 5 | -21/+83 | |
Some cleanups. | |||||
2006-01-04 | Implemented server response handling to the test client. Fixed a bug that ↵ | Yohann Ferreira | 8 | -131/+421 | |
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-31 | Adding the possibility to change Email, and password. Turned Slangs Filter ↵ | Yohann Ferreira | 7 | -132/+399 | |
into a class. Use some ifdefs for future configure options handling. Still has to update the client. (It isn't compiled fully with make; Removing makeclient.sh was not a good idea, maybe.) | |||||
2005-12-29 | Fixing a bug in the Storage::getAccount() function that made the server ↵ | Yohann Ferreira | 4 | -13/+14 | |
crash when the first login had a bad password. | |||||
2005-12-29 | Adding changes thought by Elven and an option for setting the port to listen ↵ | Yohann Ferreira | 4 | -21/+41 | |
on at startup. | |||||
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 | |
* Reset SEGV signal handling after SDL initialisation to allow cores to be dumped. * Added script that perpetually runs the server and automatically saves a backtrace and restarts when it crashes. | |||||
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 | |
contributed by r0nny. | |||||
2005-12-27 | Implemented common chat handling, except for chatting in channels. Also the ↵ | Yohann Ferreira | 10 | -38/+427 | |
Channel registering/unregistering isn't there yet and the commands needs to be implemented. Added a small slangs filter to reduce bad words in account names and in conversations a little. | |||||
2005-12-26 | Removed an obsolete check, suggested by r0nny. | Bjørn Lindeijer | 2 | -8/+9 | |
2005-12-20 | Better if help cleanups when exitting ... | Yohann Ferreira | 1 | -0/+1 | |
2005-12-20 | Adding command line argument parsing and log verbosity level handling. | Yohann Ferreira | 12 | -204/+305 | |
2005-12-20 | Adding the MapManager to files list. | Yohann Ferreira | 1 | -0/+2 | |
2005-12-18 | Added a map manager to load/unload/relod maps. | Eugenio Favalli | 4 | -19/+172 | |
2005-12-18 | Made use of AccountPtr instead of Account*. | Yohann Ferreira | 3 | -26/+27 | |
2005-12-18 | Made the handlers use the countedPtr for Beings as they should. Fixed a ↵ | Yohann Ferreira | 9 | -34/+36 | |
segfault when removing a being from the world. | |||||
2005-12-17 | Fix some 64bit issue. | Björn Steinbrink | 1 | -1/+1 | |
2005-12-12 | Use setCharacter() and unsetcharacter() to deal with addBeing() and ↵ | Yohann Ferreira | 9 | -25/+172 | |
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 | 7 | -15/+203 | |
trying to login when already logged in. | |||||
2005-12-11 | Added unregistering, checking on character's name and email length support. ↵ | Yohann Ferreira | 5 | -14/+94 | |
Also made some little tweaks. I'll start to think about a --verbose mode after adding logout and character deletion support. | |||||
2005-12-09 | Fixed the bug where the mapInfo Recordset erased the values of charInfo ↵ | Yohann Ferreira | 1 | -16/+31 | |
because there can be only one RecordSet at a time. |