summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
2012-03-03Use callbacks for items, monsters and status effectsThorbjørn Lindeijer1-0/+5
2012-02-03Clear the gid flags before processing themThorbjørn Lindeijer1-1/+1
2012-01-29Removed unused createRandomPassword functionThorbjørn Lindeijer2-97/+0
2011-11-07Removed unused singleton templateThorbjørn Lindeijer1-71/+0
2011-11-07Small cleanups in utils::TimerThorbjørn Lindeijer2-20/+17
2011-10-20Return a const & from NameMap to avoid potential deep copiesThorbjørn Lindeijer1-2/+8
2011-10-19Have one place where the Logger is initializedThorbjørn Lindeijer2-2/+19
2011-09-28Fixed the trigger area declared within map files.Yohann Ferreira1-2/+2
2011-03-24Use a map to quickly find items and monsters by their nameThorbjørn Lindeijer1-1/+36
2011-03-23Fixed problems with loading XML files containing Windows newlinesThorbjørn Lindeijer2-53/+17
2011-03-20Moved defines.h and manaserv_protocol.h into 'common'Thorbjørn Lindeijer1-1/+1
2011-03-20General cleanups and code style fixesThorbjørn Lindeijer1-2/+0
2011-03-17Micro-optimizations related to std::stringThorbjørn Lindeijer4-12/+10
2011-03-13For streaming things to cout better implement stream operatorThorbjørn Lindeijer1-9/+14
2011-03-12Added a simple function to easily cout point coordinates.Yohann Ferreira1-1/+10
2011-03-12Removed a bunch of silly documentationThorbjørn Lindeijer2-3/+3
2011-03-10Removed two superfluous semicolonsThorbjørn Lindeijer1-1/+1
2011-01-26Add an heartbeat time flag in the statistics file.Yohann Ferreira2-56/+87
2011-01-09Removed the superfluous point struct.Yohann Ferreira1-0/+90
2011-01-06Get rid of the server tick magic number.Yohann Ferreira1-6/+5
2011-01-03Cleaned up and document a bit more the speed conversion functions.Yohann Ferreira2-10/+24
2010-12-16Standardized the current errors thrown.Yohann Ferreira1-0/+53
2010-12-15Fix compareStrI functionJared Adams1-1/+7
2010-11-14Finally fix the logPerDay log option.Yohann Ferreira1-6/+17
2010-11-14Renamed .hpp files into .h for consistency.Yohann Ferreira16-26/+26
2010-10-20Fixed the append behaviour of logger::setLogFile().Yohann Ferreira1-1/+2
2010-10-17Dehardcode the tileWidth and height, except for the speed conversion.Yohann Ferreira1-1/+1
2010-10-14Hopefully fix the logging rotation this time.Yohann Ferreira1-23/+23
2010-09-29Add log file rotation support based on ExceptionFault's work.Yohann Ferreira3-19/+192
2010-09-08Centralized stringToBool conversion.Yohann Ferreira4-61/+70
2010-07-30Merge branch 'master' of gitorious.org:mana/manaservYohann Ferreira2-0/+39
2010-07-22Upgraded Skill Map loading.Yohann Ferreira2-0/+39
2010-07-10New attribute system and major changes to many low-level areas.Freeyorp3-0/+81
2010-05-16Random cleanups, adding const, removing unnecessary clear callsThorbjørn Lindeijer2-21/+12
2010-05-16Changed and split up the default location for loading dataThorbjørn Lindeijer2-36/+168
2010-02-07Update Copyright date for Manaserv.Bertram27-27/+27
2010-01-29Rename enum elements to avoid clashing with macrosBernd Wachter2-17/+17
2009-12-09Fix detecting collision layer for mapsJared Adams2-3/+34
2009-12-06Fixed name of the project in copyright headersThorbjørn Lindeijer27-298/+282
2009-12-06Removed "TMW" and "TMWSERV" from header guardsThorbjørn Lindeijer15-39/+39
2009-12-06A host of code style changesThorbjørn Lindeijer2-22/+8
2009-12-06Moved rectangle intersection to the Rectangle classThorbjørn Lindeijer2-35/+39
2009-10-09Synced the protocol file with client in protocol.h, letting other defines in ...Bertram2-2/+0
2009-10-03Limit login attempt frequency based on IP addressThorbjørn Lindeijer1-1/+1
2009-05-24Fixed compilation problem with GCC 4.4Bjørn Lindeijer2-5/+9
2009-04-26Standardize on the position of the const keywordBjørn Lindeijer6-23/+30
2009-04-26Merged MovingObject into the Being classBjørn Lindeijer1-1/+1
2009-03-10Fixes for some compile warningsBjørn Lindeijer1-3/+5
2009-02-24Made a lot of hard-coded values configuration optionsPhilipp Sehmisch1-2/+2
2008-12-28Removed unused md5sum calculation codeBjørn Lindeijer2-199/+0