Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-03-05 | Added the server code to enter and leave a channel. Some minor fix to the ↵ | Yohann Ferreira | 6 | -6/+151 | |
state code, and completed the TODO a little for later coding. | |||||
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 ↵ | Yohann Ferreira | 18 | -136/+471 | |
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 | 4 | -35/+95 | |
Need to see how we could improve it. | |||||
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 ↵ | Yohann Ferreira | 14 | -61/+142 | |
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 | 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 ↵ | Yohann Ferreira | 13 | -9/+629 | |
what's next | |||||
2006-01-14 | Sever returns infos about position of the selected character (map name, ↵ | Eugenio Favalli | 6 | -20/+23 | |
coordinates). | |||||
2006-01-14 | Sever returns infos about position of the selected character (map name, ↵ | Eugenio Favalli | 2 | -0/+41 | |
coordinates). | |||||
2006-01-13 | Made minimum client version and default map id configurable, set/getMapId ↵ | Eugenio Favalli | 9 | -51/+27 | |
are now preferred. | |||||
2006-01-12 | Fixed default map definition for a new created character, enabled loading of ↵ | Eugenio Favalli | 12 | -38/+75 | |
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 | 18 | -144/+421 | |
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 | 5 | -7/+87 | |
2006-01-04 | Added default behaviour to protocol. Added a client login limitation check. ↵ | Yohann Ferreira | 6 | -21/+87 | |
Some cleanups. | |||||
2006-01-04 | Implemented server response handling to the test client. Fixed a bug that ↵ | Yohann Ferreira | 9 | -131/+430 | |
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. | |||||
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 ↵ | Yohann Ferreira | 8 | -133/+410 | |
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 | 5 | -14/+18 | |
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 | 5 | -124/+150 | |
on at startup. | |||||
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 | |
* 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 | 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 | |
contributed by r0nny. | |||||
2005-12-27 | Implemented common chat handling, except for chatting in channels. Also the ↵ | Yohann Ferreira | 11 | -39/+439 | |
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 | 3 | -8/+15 | |
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 | 13 | -204/+311 | |
2005-12-20 | Adding the MapManager to files list. | Yohann Ferreira | 2 | -3/+9 | |
2005-12-18 | Added a map manager to load/unload/relod maps. | Eugenio Favalli | 6 | -124/+303 | |
2005-12-18 | Made use of AccountPtr instead of Account*. | Yohann Ferreira | 4 | -27/+29 | |
2005-12-18 | Forgot the Changelog, too. | Yohann Ferreira | 1 | -2/+11 | |
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 | Forgot the Changelog. | Björn Steinbrink | 1 | -0/+4 | |
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 | 10 | -25/+182 | |
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 | 8 | -15/+208 | |
trying to login when already logged in. | |||||
2005-12-11 | Added unregistering, checking on character's name and email length support. ↵ | Yohann Ferreira | 6 | -14/+101 | |
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 | 2 | -17/+39 | |
because there can be only one RecordSet at a time. | |||||
2005-12-09 | Should correct the character's loading at login. Also made the server be ↵ | Yohann Ferreira | 3 | -4/+22 | |
more verbose about characters. | |||||
2005-12-07 | Improved the getEmailList() function again using an optimized SQL Query. | Yohann Ferreira | 5 | -24/+75 | |