summaryrefslogtreecommitdiff
path: root/src/log.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-01-29Apply C++11 fixitsThorbjørn Lindeijer1-3/+3
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-1/+1
2012-04-01Made changes to compile on Mac OSX 10.6 and laterDavid Athay1-10/+2
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2011-10-25Change the wrong, but mostly supported WIN32 macro to the correct _WIN32, enf...Bernd Wachter1-2/+2
2011-04-30Merge branch '0.5'Yohann Ferreira1-2/+3
2011-04-16Fixing potential buffer overflowStefan Dombrowski1-2/+3
2010-08-18Merge branch '1.0'Thorbjørn Lindeijer1-8/+5
2010-08-17Add missing include and add enet files to codeblocksStefan Dombrowski1-5/+3
2010-08-15Remove the logToChat optionChuck Miller1-9/+4
2010-07-19Finished to add the xmessage support thanks to Kook.kook1-1/+3
2010-07-19added xmessage for linux case of errorkoom1-0/+4
2010-07-19Finished to add the xmessage support thanks to Kook.kook1-1/+3
2010-07-19added xmessage for linux case of errorkoom1-0/+4
2010-02-25Use recursive mkdir for config directories, fix log initializationBernd Wachter1-7/+5
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
2010-01-12Standardize header orderJared Adams1-4/+4
2009-03-27Clean up chat and chat tabs some moreJared Adams1-1/+1
2009-03-26Major clean up of ChatTab handlingJared Adams1-1/+1
2009-02-07Some more include cleanups.Ira Rice1-2/+0
2009-01-23Removed unnecessary references to The Mana World in code headersBjørn Lindeijer1-4/+4
2007-12-10Added an option to show log messages in the chat console.Philipp Sehmisch1-1/+9
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer1-4/+5
2007-11-19Merged revisions 3739,3743-3744,3746-3747 via svnmerge from Bjørn Lindeijer1-5/+3
2007-09-20Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style Bjørn Lindeijer1-0/+9
2007-02-20Applied patch by trapdoor to fix the usage of a deprecated function on MacOS XBjørn Lindeijer1-5/+12
2006-11-27fix for windows machines that do have gettimeofday defined in sys/time.hPhilipp Sehmisch1-2/+3
2006-11-27Added implementation of gettimeofday() for windows machines.Philipp Sehmisch1-1/+1
2006-11-26Higher precision log timestamps, some more logging and support for TGA images.Bjørn Lindeijer1-8/+12
2006-07-24Implemented caching of spritesets, including a lot of cleanups to the newBjørn Lindeijer1-1/+2
2006-03-19Unreverted latest change by Doener due to my lack of proper communication abi...Eugenio Favalli1-10/+10
2006-03-19Reverted changeset r2269 (toString) as requested by ElvenProgrammer.Björn Steinbrink1-10/+10
2006-03-18Added a toString conversion function.Björn Steinbrink1-10/+10
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-6/+6
2005-09-14Header cleanups.Björn Steinbrink1-1/+1
2005-09-10Committed patch by Nayr for displaying a messagebox when an error occurs onBjørn Lindeijer1-0/+8
2005-08-25Move extern declaration of the floor item list. Lower indentation level.Björn Steinbrink1-27/+28
2005-08-19Added support for parsing command line options. Added option to skip the upda...Björn Steinbrink1-9/+9
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-0/+2
2005-05-10Fixed progress bars in OpenGL mode, now uses Guichan's fillRectangle.Bjørn Lindeijer1-1/+1
2005-05-02Prettier errors when things go wrong.Bjørn Lindeijer1-1/+2
2005-04-02Less Image::setAlpha calls.Bjørn Lindeijer1-2/+1
2005-04-01* The client will now only attempt to load .tmx or .tmx.gz files.Bjørn Lindeijer1-21/+24
2005-03-24Logger Implemented. (3/3)Yohann Ferreira1-83/+1
2005-03-23First working implementation of new logger (Step 2/3)Yohann Ferreira1-24/+23
2005-03-23New log class implementation Part 1/2Yohann Ferreira1-2/+90
2005-02-14Simplified logging for the sake of simplicity.Bjørn Lindeijer1-39/+4
2005-02-13Now the resource manager will log a bit about images and cleanup.Bjørn Lindeijer1-25/+38