summaryrefslogtreecommitdiff
path: root/src/log.h
AgeCommit message (Collapse)AuthorFilesLines
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-04-18Remove illegal macro names starting with underscore and capitalBen Longbons1-2/+2
2011-04-09Removed a lot of useless "documentation"Thorbjørn Lindeijer1-3/+0
I have to admit I contributed a large part of these. Sorry for that. Less empty space, more attention to the code. Acked-by: Jared Adams
2010-08-15Remove the logToChat optionChuck Miller1-8/+0
This is a very old legacy option. Today its not very useful because the logger had become quite verbose that using it during run-time is not helpful. Reviewed-By: Jared Adams Reviewed-By: Freeyorp
2010-02-22Modify copyright headersFreeyorp1-1/+2
2010-02-20License header update for The Mana ClientThorbjørn Lindeijer1-4/+3
2010-02-07Updated Copyright year to 2010!Bertram1-1/+1
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P )
2009-02-07Some more include cleanups.Ira Rice1-1/+0
Signed-off-by: Ira Rice <irarice@gmail.com>
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
This dates back to the old days of TMW, but the usage instructions of GPLv2 don't mention this being necessary. Since it doesn't add anything, avoid the branding in these sections.
2008-07-01Merged revisions 4044-4067 via svnmerge from Bjørn Lindeijer1-2/+2
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r4044 | b_lindeijer | 2008-04-07 11:02:38 +0200 (Mon, 07 Apr 2008) | 2 lines Added support for basing one sprite definition on another by including it. ........ r4057 | b_lindeijer | 2008-04-08 20:43:44 +0200 (Tue, 08 Apr 2008) | 4 lines Implemented support for an arbitrary number of map layers. The only layer requirement for map layers are now that the fringe layer is called "Fringe" and that the collision layer is called "Collision". ........ r4067 | b_lindeijer | 2008-04-11 00:03:57 +0200 (Fri, 11 Apr 2008) | 3 lines Fixed some compiler warnings and don't try to load particle effects when no file is set. ........
2008-04-29When compiling with GCC, use the printf format attribute for the log method soBjørn Lindeijer1-1/+5
that the compiler checks the type of its parameters.
2007-12-10Added an option to show log messages in the chat console.Philipp Sehmisch1-0/+8
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-0/+11
to native for some files that were still missing this property. This is a feeble attempt to reduce the amount of conflicts for future merges.
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-1/+1
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-1/+1
2005-08-19Added support for parsing command line options. Added option to skip the ↵Björn Steinbrink1-4/+4
update process. Made the logger being created immediately after start, because some destructors use it.
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-5/+1
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-0/+2
2005-04-01* The client will now only attempt to load .tmx or .tmx.gz files.Bjørn Lindeijer1-29/+24
* When unable to connect to char server, report IP to which it can't connect. * Cleaned up logger a bit.
2005-03-24Logger Implemented. (3/3)Yohann Ferreira1-18/+0
2005-03-23New log class implementation Part 1/2Yohann Ferreira1-0/+39
2005-02-14Simplified logging for the sake of simplicity.Bjørn Lindeijer1-17/+1
2005-02-13Now the resource manager will log a bit about images and cleanup.Bjørn Lindeijer1-1/+27
2005-01-16Removed a lot of allegro.h includes.Bjørn Lindeijer1-4/+0
2004-12-13Some header order, namespace and lib fixes to improve MSVC support.Bjørn Lindeijer1-3/+2
2004-12-11Core sprite classes of the new graphic engineEugenio Favalli1-5/+7
2004-12-11Removed Allegro dependency on logger, which now also produces timestampedBjørn Lindeijer1-7/+4
categorized messages instead of using the configuration file approach.
2004-12-10Use a consistent tab-less header throughout the code.Bjørn Lindeijer1-22/+20
2004-09-26*** empty log message ***Eugenio Favalli1-0/+45