Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-14 | Renamed .hpp files into .h for consistency. | Yohann Ferreira | 17 | -55/+54 | |
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix. | |||||
2010-11-03 | Renamed write{Byte,Short,Long} to writeInt{8,16,32} | Thorbjørn Lindeijer | 3 | -80/+77 | |
Mainly for consistency with the client, and the general consensus was that these numbered versions were clearer. | |||||
2010-10-17 | Synchronise defaults between configuration file and source. | Freeyorp | 1 | -1/+1 | |
Reviewed-by: Bertram | |||||
2010-06-06 | More const correctness and small code cleanups | Thorbjørn Lindeijer | 8 | -62/+46 | |
2010-06-06 | Made methods of GuildManager const where appropriate | Thorbjørn Lindeijer | 2 | -42/+18 | |
Also removed some pointless null pointer checks. | |||||
2010-06-06 | Made methods of the Guild class const where appropriate | Thorbjørn Lindeijer | 3 | -37/+24 | |
2010-05-21 | Fixes based on cppcheck errors report. | Yohann Ferreira | 1 | -2/+2 | |
Reviewed-by: Jaxad0127 | |||||
2010-02-07 | Update Copyright date for Manaserv. | Bertram | 17 | -17/+17 | |
2010-01-18 | Reverted the accountserver-affecting changes of commits a9a87aea and ↵ | Philipp Sehmisch | 1 | -2/+1 | |
dfc6875e - doesn't work out the way I planned. | |||||
2010-01-17 | Removed last traces of hardcoded access levels form game-server, begun with ↵ | Philipp Sehmisch | 1 | -1/+2 | |
using the permission manager in the account-server. | |||||
2009-12-06 | Renamed DALStorage to Storage | Thorbjørn Lindeijer | 5 | -5/+5 | |
The only reason it was a DALStorage was because it used to implement the Storage interface, but that interface got removed a long time ago. | |||||
2009-12-06 | Moved DALStorage documentation into source file | Thorbjørn Lindeijer | 1 | -5/+5 | |
Some methods were documented twice. Stuff moved to source file since this keeps the header more readable, and makes it easier to keep the documentation up to date with the implementation. Also, my IDE jumps to the definition when navigating. Removed two methods that were without an implementation. | |||||
2009-12-06 | Fixed name of the project in copyright headers | Thorbjørn Lindeijer | 17 | -145/+132 | |
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-06 | Removed "TMW" and "TMWSERV" from header guards | Thorbjørn Lindeijer | 8 | -16/+16 | |
2009-12-06 | A host of code style changes | Thorbjørn Lindeijer | 2 | -20/+13 | |
Removed pointless void in method parameter lists, fixed methods and variables that started with upper case, removed pointless 'const' for stuff passed by value, made some getters const, etc. | |||||
2009-10-09 | Synced the protocol file with client in protocol.h, letting other defines in ↵ | Bertram | 5 | -4/+5 | |
defines.h, and removing some overheading along the way. | |||||
2009-05-24 | More code style fixes | Bjørn Lindeijer | 1 | -55/+30 | |
2009-05-24 | Made it possible to specify the host to listen on | Bjørn Lindeijer | 2 | -4/+3 | |
Needed when the server has multiple network interfaces and the one you want to use isn't the default one for localhost. The host to listen on can be set in config file with 'net_listenHost'. | |||||
2009-05-24 | Fixed a few code style issues | Bjørn Lindeijer | 7 | -61/+58 | |
Also renamed Guild::totalMembers to Guild::memberCount | |||||
2009-04-26 | Standardize on the position of the const keyword | Bjørn Lindeijer | 1 | -1/+1 | |
Same as for the client. | |||||
2009-04-23 | Added listing all online users | David Athay | 2 | -0/+26 | |
2009-04-23 | Break from while loops when found. | David Athay | 1 | -5/+3 | |
2009-04-23 | Reworked party invites, now sends rejections and checks the invites are valid | David Athay | 4 | -15/+99 | |
2009-03-10 | Fixes for some compile warnings | Bjørn Lindeijer | 1 | -2/+4 | |
Mostly comparisons between signed and unsigned integers | |||||
2009-03-06 | Added transactional history to game server. | David Athay | 1 | -1/+1 | |
2009-03-05 | Added transactions for chat events. | David Athay | 2 | -3/+80 | |
2009-02-24 | Made a lot of hard-coded values configuration options | Philipp Sehmisch | 2 | -5/+7 | |
2009-01-27 | Changed guild member permissions. Restricted players to owning only 1 guild. | David Athay | 7 | -49/+143 | |
2008-12-18 | Fix bug with removing players from guild | David Athay | 1 | -7/+5 | |
2008-11-29 | Updated Makefile.am and added missing include | Bjørn Lindeijer | 1 | -0/+2 | |
2008-11-27 | Fixed bug found by b_lindeijer | David Athay | 1 | -2/+3 | |
2008-11-25 | Separated out the handlers for guild and party | David Athay | 4 | -500/+578 | |
2008-11-24 | Fix crash where player is removed before hes left the party | David Athay | 1 | -3/+5 | |
2008-11-24 | Stop players inviting themselves to party | David Athay | 1 | -0/+4 | |
2008-11-24 | Change leader if leader leaves guild. | David Athay | 1 | -0/+7 | |
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 15 | -30/+1 | |
2008-11-11 | Removed some DOS newlines from mixed files | Bjørn Lindeijer | 1 | -23/+23 | |
2008-11-04 | Forgot to save the files before committing, sorry. | David Athay | 1 | -4/+4 | |
2008-11-04 | Added notifiying party members when a player joins or leaves the party. | David Athay | 2 | -0/+56 | |
2008-11-03 | Added tables and statements to store and retrieve letters. Attachments not ↵ | Andreas Habel | 2 | -4/+27 | |
functional as long as items not stored as individual items. | |||||
2008-10-21 | Fixed some compile warnings. | Bjørn Lindeijer | 1 | -1/+1 | |
2008-10-15 | Added communicating change of direction to clients. | David Athay | 1 | -6/+20 | |
2008-09-19 | Added post communication between chat and game servers. | David Athay | 2 | -4/+128 | |
2008-09-18 | Added postal system to chat server, and modified tick time. | David Athay | 2 | -0/+211 | |
2008-08-18 | Changed guilds to use character id. | David Athay | 6 | -147/+133 | |
2008-08-18 | Misc fixes with guild | David Athay | 2 | -3/+5 | |
2008-08-13 | Added permission levels to guilds, and operator permissions to channels. | David Athay | 9 | -2/+224 | |
2008-07-28 | fix crash from last commit, guild fixes, damage calculation fix | Roderic Morris | 2 | -10/+7 | |
2008-07-22 | Save guild member permissions to db | David Athay | 3 | -3/+22 | |
2008-07-22 | Add permissions to guild members | David Athay | 3 | -29/+151 | |