summaryrefslogtreecommitdiffstats
path: root/src/utils
Commit message (Expand)AuthorAgeFilesLines
* Fixed a bunch of cppcheck warningsErik Schilling2013-05-021-15/+15
* Use nullptr instead of NULL everywhereErik Schilling2013-04-274-8/+8
* Used static_assert for static assertionThorbjørn Lindeijer2013-04-151-1/+2
* Fixed undefined #defines in mingw and c++0xErik Schilling2013-04-071-0/+4
* Added Debug class for more convenient debugging outputThorbjørn Lindeijer2013-02-241-0/+34
* Small documentation updates for Point and RectangleThorbjørn Lindeijer2013-01-101-3/+2
* Removed unused functor obj_name_isThorbjørn Lindeijer2013-01-091-20/+0
* Replaced 'unsigned int' with 'unsigned'Thorbjørn Lindeijer2013-01-094-8/+8
* Small GCC 4.7 compile fixThorbjørn Lindeijer2012-05-051-0/+1
* Use callbacks for items, monsters and status effectsThorbjørn Lindeijer2012-03-031-0/+5
* Clear the gid flags before processing themThorbjørn Lindeijer2012-02-031-1/+1
* Removed unused createRandomPassword functionThorbjørn Lindeijer2012-01-292-97/+0
* Removed unused singleton templateThorbjørn Lindeijer2011-11-071-71/+0
* Small cleanups in utils::TimerThorbjørn Lindeijer2011-11-072-20/+17
* Return a const & from NameMap to avoid potential deep copiesThorbjørn Lindeijer2011-10-201-2/+8
* Have one place where the Logger is initializedThorbjørn Lindeijer2011-10-192-2/+19
* Fixed the trigger area declared within map files.Yohann Ferreira2011-09-281-2/+2
* Use a map to quickly find items and monsters by their nameThorbjørn Lindeijer2011-03-241-1/+36
* Fixed problems with loading XML files containing Windows newlinesThorbjørn Lindeijer2011-03-232-53/+17
* Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer2011-03-201-1/+1
* General cleanups and code style fixesThorbjørn Lindeijer2011-03-201-2/+0
* Micro-optimizations related to std::stringThorbjørn Lindeijer2011-03-174-12/+10
* For streaming things to cout better implement stream operatorThorbjørn Lindeijer2011-03-131-9/+14
* Added a simple function to easily cout point coordinates.Yohann Ferreira2011-03-121-1/+10
* Removed a bunch of silly documentationThorbjørn Lindeijer2011-03-122-3/+3
* Removed two superfluous semicolonsThorbjørn Lindeijer2011-03-101-1/+1
* Add an heartbeat time flag in the statistics file.Yohann Ferreira2011-01-262-56/+87
* Removed the superfluous point struct.Yohann Ferreira2011-01-091-0/+90
* Get rid of the server tick magic number.Yohann Ferreira2011-01-061-6/+5
* Cleaned up and document a bit more the speed conversion functions.Yohann Ferreira2011-01-032-10/+24
* Standardized the current errors thrown.Yohann Ferreira2010-12-161-0/+53
* Fix compareStrI functionJared Adams2010-12-151-1/+7
* Finally fix the logPerDay log option.Yohann Ferreira2010-11-141-6/+17
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-1416-26/+26
* Fixed the append behaviour of logger::setLogFile().Yohann Ferreira2010-10-201-1/+2
* Dehardcode the tileWidth and height, except for the speed conversion.Yohann Ferreira2010-10-171-1/+1
* Hopefully fix the logging rotation this time.Yohann Ferreira2010-10-141-23/+23
* Add log file rotation support based on ExceptionFault's work.Yohann Ferreira2010-09-293-19/+192
* Centralized stringToBool conversion.Yohann Ferreira2010-09-084-61/+70
* Merge branch 'master' of gitorious.org:mana/manaservYohann Ferreira2010-07-302-0/+39
|\
| * Upgraded Skill Map loading.Yohann Ferreira2010-07-222-0/+39
* | New attribute system and major changes to many low-level areas.Freeyorp2010-07-103-0/+81
|/
* Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer2010-05-162-21/+12
* Changed and split up the default location for loading dataThorbjørn Lindeijer2010-05-162-36/+168
* Update Copyright date for Manaserv.Bertram2010-02-0727-27/+27
* Rename enum elements to avoid clashing with macrosBernd Wachter2010-01-292-17/+17
* Fix detecting collision layer for mapsJared Adams2009-12-092-3/+34
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-0627-298/+282
* Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer2009-12-0615-39/+39
* A host of code style changesThorbjørn Lindeijer2009-12-062-22/+8