summaryrefslogtreecommitdiff
path: root/src/utils
AgeCommit message (Expand)AuthorFilesLines
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
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer30-61/+0
2008-11-05Use a string util for converting strings toDavid Athay2-0/+13
2008-10-31Changed command system to handle commands without template magic.David Athay2-0/+14
2008-10-23Fixed crash introduced in utils::toupperBjørn Lindeijer1-1/+1
2008-10-23Fixed compiler warnings, including a forgotten initialization of an item'sBjørn Lindeijer2-7/+8
2008-10-23ignore case in map object types (by Chuck Miller)Roderic Morris2-0/+62
2008-05-22Fixed compilation with GCC 4.3 (patch by rodge).Bjørn Lindeijer2-0/+2
2008-04-23Switched to alternative SHA-256 implementation from InspIRCd.Bjørn Lindeijer6-1024/+419
2008-04-22Fixed some small issues.Bjørn Lindeijer1-0/+1
2008-04-21Removed our copyright header since these files are not copyright by us.Bjørn Lindeijer2-52/+0
2008-04-21Added password and email encryption server-side using SHA256.Yohann Ferreira4-0/+1075
2008-04-20Fix a possible memleak in inflateMemory if the stream fails to uncompress cle...Dennis Friis1-0/+4
2008-02-21Moved the functions which translate strings into enumerations from the XML li...Philipp Sehmisch2-72/+0
2008-02-20Implemented different monster attacks read from monsters.xmlPhilipp Sehmisch2-0/+95
2007-11-19Removed useless win32 implementation of gettimeofday.Eugenio Favalli3-119/+1
2007-11-13Trimed script filenames from spaces.Guillaume Melquiond1-0/+53
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond2-1/+5
2007-09-22Cleaned both configuration and resource managers.Guillaume Melquiond2-13/+8
2007-08-30Got rid of abstract storage and reference-counted pointers. Fixed lifetime of...Guillaume Melquiond1-167/+0
2007-08-17Simplified TokenCollector and fixed a few bugs. Moved its implementation outs...Guillaume Melquiond2-265/+205
2007-07-17Implemented loading of warp and spawn areas from map files.Eugenio Favalli1-0/+3
2007-06-16Forgot the changelog entry. Work around compilers that have trouble dealing w...Guillaume Melquiond1-1/+1
2007-06-16Fix rsqrt and sqrt.Guillaume Melquiond1-7/+8
2007-03-23Mostly fixed some compilation issues.Bjørn Lindeijer1-1/+1
2007-03-20Corrected a bug, that occurred when connecting to the game-server.Rogier Polak1-6/+6
2007-03-19Fixed two compiler warnings and corrected a spelling error.Philipp Sehmisch1-6/+6
2007-03-18Added a TokenCollector class for matching magic_tokens.Rogier Polak1-0/+326