Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2006-05-19 | Switched to a monothreaded server. Fixed segfaults after disconnect. | Guillaume Melquiond | 1 | -0/+9 | |
Removed netsession. | |||||
2006-05-14 | Prevent account from being created when an error is detected. | Guillaume Melquiond | 1 | -0/+8 | |
Improve support of chat messages in client. | |||||
2006-05-14 | Replaced nanosleep with Sleep in Windows and updated Dev-C++ project file. | Eugenio Favalli | 1 | -0/+5 | |
2006-05-14 | Replaced strnlen by memchr. | Guillaume Melquiond | 1 | -0/+5 | |
2006-05-14 | Applied a patch by Guillaume that fixes and optimizes | Bjørn Lindeijer | 1 | -0/+3 | |
ConnectionHandler::sendAround. | |||||
2006-05-14 | Applied a patch by Guillaume that makes the server sleep between ticks instead | Bjørn Lindeijer | 1 | -0/+3 | |
of polling for the next one. Somebody will need to verify that this works for on Dev-C++ as well. | |||||
2006-05-14 | Applied another patch by Guillaume Melquiond which fixed a number of issues | Bjørn Lindeijer | 1 | -0/+6 | |
with the message implementation (client side should also be checked). | |||||
2006-05-13 | Applied patch by Guillaume Melquiond which adds ENet check and adds timer.cpp/h | Bjørn Lindeijer | 1 | -14/+23 | |
to the Makefile.am. Also fixed some compilation warnings. | |||||
2006-05-03 | only yield main thread when there isn't anything to do. | Philipp Sehmisch | 1 | -1/+5 | |
2006-04-30 | removed the last remains of SDL | Philipp Sehmisch | 1 | -4/+6 | |
2006-04-30 | made sure every compiler uses a 64bit unsigned integer for getTimeInMillisec. | Philipp Sehmisch | 1 | -1/+3 | |
2006-04-30 | fixed some problems of the timer class | Philipp Sehmisch | 1 | -2/+7 | |
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 | 1 | -2/+6 | |
2006-04-28 | Got rid of SDL threads, now using pthreads. | Eugenio Favalli | 1 | -0/+5 | |
2006-04-28 | Merged enet_switch changes r2268:2309 into the trunk. | Eugenio Favalli | 1 | -0/+24 | |
2006-03-14 | Updated project file. | Eugenio Favalli | 1 | -0/+4 | |
2006-03-06 | A bunch of cleanups. | Björn Steinbrink | 1 | -0/+5 | |
2006-03-06 | Cleaned up unnecessary header dependencies and fixed some indentations. | Björn Steinbrink | 1 | -0/+25 | |
2006-03-05 | Forgot the changelog. | Yohann Ferreira | 1 | -2/+9 | |
2006-02-19 | Made use of counted pointer for objects, just the way it is for beings. | Yohann Ferreira | 1 | -0/+2 | |
2006-02-18 | Updated server packets documentation. Some minor updates. | Yohann Ferreira | 1 | -0/+6 | |
2006-01-24 | Chat Channeling Commit part 4. Renamed the slang filter into StringFilter ↵ | Yohann Ferreira | 1 | -0/+13 | |
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 | 1 | -1/+3 | |
Need to see how we could improve it. | |||||
2006-01-21 | Very little corrections. | Yohann Ferreira | 1 | -0/+2 | |
2006-01-20 | Chat channeling commit part 3. Is now linked with the connection handler to ↵ | Yohann Ferreira | 1 | -0/+11 | |
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 | 1 | -1/+1 | |
2006-01-18 | Some insignificant changes to usage of the const keyword. | Bjørn Lindeijer | 1 | -15/+23 | |
2006-01-18 | Chat channeling commit part 2. | Yohann Ferreira | 1 | -0/+6 | |
2006-01-15 | Chat channeling commit part 1. Useful to get feedback before committing ↵ | Yohann Ferreira | 1 | -3/+11 | |
what's next | |||||
2006-01-14 | Sever returns infos about position of the selected character (map name, ↵ | Eugenio Favalli | 1 | -8/+0 | |
coordinates). | |||||
2006-01-14 | Sever returns infos about position of the selected character (map name, ↵ | Eugenio Favalli | 1 | -0/+22 | |
coordinates). | |||||
2006-01-12 | Fixed default map definition for a new created character, enabled loading of ↵ | Eugenio Favalli | 1 | -0/+12 | |
map when a character is on it, fixed inconsistency in getter/setter for map id. | |||||
2006-01-08 | Added customization of created character. (That makes previously created db ↵ | Yohann Ferreira | 1 | -0/+14 | |
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 | 1 | -0/+5 | |
2006-01-04 | Added default behaviour to protocol. Added a client login limitation check. ↵ | Yohann Ferreira | 1 | -0/+4 | |
Some cleanups. | |||||
2006-01-04 | Implemented server response handling to the test client. Fixed a bug that ↵ | Yohann Ferreira | 1 | -0/+9 | |
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 | 1 | -1/+11 | |
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 | 1 | -1/+4 | |
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 | 1 | -103/+109 | |
on at startup. | |||||
2005-12-29 | * Added errors when SDL_net or libcrypto are not found. | Bjørn Lindeijer | 1 | -6/+14 | |
* 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 | 1 | -0/+1 | |
2005-12-29 | Forgot a way to access maps. | Eugenio Favalli | 1 | -2/+7 | |
2005-12-29 | Applied patch by r0nny that makes main.cpp a bit nicer. | Bjørn Lindeijer | 1 | -0/+2 | |
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 | 1 | -2/+8 | |
contributed by r0nny. | |||||
2005-12-27 | Implemented common chat handling, except for chatting in channels. Also the ↵ | Yohann Ferreira | 1 | -1/+12 | |
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 | 1 | -0/+6 | |
2005-12-20 | Adding command line argument parsing and log verbosity level handling. | Yohann Ferreira | 1 | -0/+6 | |