Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-01-29 | Removed unused createRandomPassword function | Thorbjørn Lindeijer | 1 | -2/+0 | |
Reviewed-by: Erik Schilling | |||||
2011-11-07 | Removed unused singleton template | Thorbjørn Lindeijer | 1 | -1/+0 | |
Looks unlikely that we'll be using this. Anyway, it can be found in the git history if so. Reviewed-by: Yohann Ferreira | |||||
2011-03-20 | Updating C::B: Moved defines.h and manaserv_protocol.h into 'common' | Stefan Dombrowski | 1 | -2/+2 | |
The files had been moved in commit: 5b3c4a585b211b03fb2999cddd2558e030ed5c0e | |||||
2011-02-19 | Updated the C::B project file to permit the choice of DB. | Yohann Ferreira | 1 | -7/+57 | |
Reviewed-by: Mpa4Hu. Resolves: Mana-Mantis #61. | |||||
2011-01-10 | Removing default argument values from Map definition | Stefan Dombrowski | 1 | -1/+1 | |
The default argument values had no effect, because they are not in the declaration. Updating the codeblock project, because protocol.h had been renamed. Reviewed-by: Bertram | |||||
2011-01-09 | Removed the superfluous point struct. | Yohann Ferreira | 1 | -1/+1 | |
It was too close from the Position class and it leads to making the server handle one or another type through the code. Still bugged me many times while making changes. Reviewed-by: Jaxad. | |||||
2010-11-15 | Updating C::B project | Stefan Dombrowski | 1 | -0/+6 | |
* Adding missing protocol.h * Switching debugger symbols and compiler optimization on * Show the Mana icon for executable files | |||||
2010-11-14 | Renamed .hpp files into .h for consistency. | Yohann Ferreira | 1 | -31/+31 | |
Also added an header to the autoattack.{h,cpp} files. Big but trivial fix. | |||||
2010-10-19 | Added missing files to the Code::Blocks accountserver project | A.R. iceslice | 1 | -0/+2 | |
Reviewed-by: Thorbjørn Lindeijer <thorbjorn@lindeijer.nl> | |||||
2010-09-08 | Centralized stringToBool conversion. | Yohann Ferreira | 1 | -3/+2 | |
Also moved the trim() function into the utils namespace where it belongs more, and made some random code cleanups. Reviewed-by: Thorbjorn. | |||||
2010-08-17 | Add enet files to codeblocks | Stefan Dombrowski | 1 | -1/+21 | |
Because of compiler warnings generated by enet, warnings are switched of for: * unknown #pragmas, which are for MSVC compiler * enumeration with missing case Reviewed-by: Bertram | |||||
2010-06-07 | Update Code::Blocks project files | Jared Adams | 1 | -0/+2 | |
2010-01-18 | Reverted the accountserver-affecting changes of commits a9a87aea and ↵ | Philipp Sehmisch | 1 | -2/+0 | |
dfc6875e - doesn't work out the way I planned. | |||||
2010-01-18 | Updated project files | Philipp Sehmisch | 1 | -0/+3 | |
2009-12-08 | Updated Code::Blocks project files. Patch by Cody Martin who doesn't want ↵ | Philipp Sehmisch | 1 | -3/+8 | |
his email to appear in the log. | |||||
2009-10-25 | Rebranded Code::Blocks project files | Philipp Sehmisch | 1 | -88/+88 | |
2009-03-06 | Added transactional history to game server. | David Athay | 1 | -2/+1 | |
2009-03-05 | Added transactional history | David Athay | 1 | -0/+2 | |
2009-01-09 | Removed cipher.{h,cpp} from Code::Blocks projects | Bjørn Lindeijer | 1 | -2/+0 | |
The files were removed in 3dde50b0e702c81d0856db5d46f5d8b0dc671fe5 | |||||
2008-11-25 | Separated out the handlers for guild and party | David Athay | 1 | -0/+2 | |
2008-11-24 | Updated codeblocks project | David Athay | 1 | -0/+2 | |
2008-09-19 | Added post communication between chat and game servers. | David Athay | 1 | -0/+2 | |
2008-08-28 | Set banned user's level to AL_BANNED | David Athay | 1 | -0/+1 | |
2008-04-28 | Added sending who accepted invite on invite response to client | David Athay | 1 | -0/+4 | |
2008-04-16 | Added handling creating and leaving | David Athay | 1 | -0/+4 | |
parties. Fixed up some of the private channel stuff that remained. | |||||
2008-03-12 | Updated codeblocks project files, and added a unix target | David Athay | 1 | -374/+120 | |
2007-11-19 | Removed useless win32 implementation of gettimeofday. | Eugenio Favalli | 1 | -10/+0 | |
2007-09-27 | Ported monster database. | Eugenio Favalli | 1 | -18/+2 | |
2007-09-10 | Dimensionless spawn points now spawn over the whole map. | Eugenio Favalli | 1 | -13/+3 | |
2007-08-27 | Enabled loading of npcs and scripts from map files. | Eugenio Favalli | 1 | -0/+10 | |
2007-08-13 | Updated project files and added scripting engine. | Eugenio Favalli | 1 | -10/+0 | |
2007-07-02 | Updated project files. | Eugenio Favalli | 1 | -10/+0 | |
2007-06-26 | Updated project file. | Eugenio Favalli | 1 | -0/+20 | |
2007-06-25 | Fixed include directories and updated project files. | Eugenio Favalli | 1 | -0/+3 | |
2007-03-23 | Updated and fixed Code::Blocks project files. | Eugenio Favalli | 1 | -11/+36 | |
2007-01-04 | Moved NOGDI definition to Code::Blocks project file | Eugenio Favalli | 1 | -7/+2 | |
2007-01-04 | Cleaned and updated project files, fixed Win32 PACKAGE_VERSION definition. | Eugenio Favalli | 1 | -0/+6 | |
2007-01-03 | Updated project files | Eugenio Favalli | 1 | -10/+0 | |
2006-12-31 | Fixed paths in Code::Blocks project files | Philipp Sehmisch | 1 | -1/+2 | |
2006-12-31 | Added Code::Blocks project files and windows start script. | Philipp Sehmisch | 1 | -0/+394 | |