summaryrefslogtreecommitdiff
path: root/src/common
AgeCommit message (Collapse)AuthorFilesLines
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer4-41/+39
Also updated the headers to refer to the GPL by URL instead of suggesting to contact the FSF by snail mail, as per the latest GPL usage instructions.
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer2-4/+4
2009-05-24Stopped tmwserv from writing to its configuration fileBjørn Lindeijer2-53/+1
This was confusing, since changes made to the config file while the server is running are lost once the server exists. Also, XML comments were being stripped by the server. The command line option to set the port now only applies to a single run, and isn't saved in the configuration. There shouldn't be a need for the server to write to its configuration file, it might not even have the rights to do so.
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer2-11/+11
Same as for the client.
2009-03-10Fixes for some compile warningsBjørn Lindeijer1-1/+1
Mostly comparisons between signed and unsigned integers
2009-03-06Added transactional history to game server.David Athay1-0/+67
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer3-6/+0
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond2-0/+196
2007-08-14Handled money as part of the inventory.Guillaume Melquiond1-2/+4
2007-07-07Simplified code by using map pointers only, instead of using both map IDs ↵Guillaume Melquiond1-0/+2
and map pointers.
2007-07-01Reverted inventory handling code to the last known working state. Simplified ↵Guillaume Melquiond1-0/+57
serialization interface along the way.