summaryrefslogtreecommitdiffstats
path: root/src/utils/string.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Renamed .hpp files into .h for consistency.Yohann Ferreira2010-11-141-86/+0
| | | | | | Also added an header to the autoattack.{h,cpp} files. Big but trivial fix.
* Add log file rotation support based on ExceptionFault's work.Yohann Ferreira2010-09-291-0/+14
| | | | | | | | | This patch adds options to enable log rotations base on files size and or change of date. Note: Zip support will be added in a second commit. Reviewed-by: CodyMartin, Thorbjorn.
* Centralized stringToBool conversion.Yohann Ferreira2010-09-081-4/+33
| | | | | | | Also moved the trim() function into the utils namespace where it belongs more, and made some random code cleanups. Reviewed-by: Thorbjorn.
* Update Copyright date for Manaserv.Bertram2010-02-071-1/+1
|
* Fix detecting collision layer for mapsJared Adams2009-12-091-0/+10
|
* Fixed name of the project in copyright headersThorbjørn Lindeijer2009-12-061-13/+13
| | | | | | 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.
* Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer2008-11-161-1/+0
|
* Use a string util for converting strings toDavid Athay2008-11-051-0/+1
| | | | integers, as per Bjorns suggestion.
* Changed command system to handle commands without template magic.David Athay2008-10-311-0/+1
|
* Fixed compiler warnings, including a forgotten initialization of an item'sBjørn Lindeijer2008-10-231-1/+2
| | | | | script pointer.
* ignore case in map object types (by Chuck Miller)Roderic Morris2008-10-231-0/+31