Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-11-14 | Renamed .hpp files into .h for consistency. | Yohann Ferreira | 1 | -12/+12 | |
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 | 1 | -39/+39 | |
Mainly for consistency with the client, and the general consensus was that these numbered versions were clearer. | |||||
2010-06-06 | Made methods of the Guild class const where appropriate | Thorbjørn Lindeijer | 1 | -9/+3 | |
2010-02-07 | Update Copyright date for Manaserv. | Bertram | 1 | -1/+1 | |
2009-12-06 | Renamed DALStorage to Storage | Thorbjørn Lindeijer | 1 | -1/+1 | |
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 | Fixed name of the project in copyright headers | Thorbjørn Lindeijer | 1 | -7/+6 | |
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-10-09 | Synced the protocol file with client in protocol.h, letting other defines in ↵ | Bertram | 1 | -1/+1 | |
defines.h, and removing some overheading along the way. | |||||
2009-05-24 | Fixed a few code style issues | Bjørn Lindeijer | 1 | -28/+24 | |
Also renamed Guild::totalMembers to Guild::memberCount | |||||
2009-01-27 | Changed guild member permissions. Restricted players to owning only 1 guild. | David Athay | 1 | -14/+51 | |
2008-12-18 | Fix bug with removing players from guild | David Athay | 1 | -7/+5 | |
2008-11-25 | Separated out the handlers for guild and party | David Athay | 1 | -0/+371 | |