Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2024-03-02 | Added support for customizing NPC and Monster hover cursor | Thorbjørn Lindeijer | 1 | -1/+1 | |
To match support for this in M+, since TMW uses this functionality on two of its NPCs. | |||||
2024-02-05 | Use SDL2 to show a simple message box on error | Thorbjørn Lindeijer | 1 | -2/+3 | |
Replacing the various OS-specific ways implemented for macOS, Windows and Linux (based on xmessage). | |||||
2012-01-26 | Updated copyrights to 2012 | Thorbjørn Lindeijer | 1 | -1/+1 | |
2011-04-18 | Remove illegal macro names starting with underscore and capital | Ben Longbons | 1 | -2/+2 | |
2011-04-09 | Removed a lot of useless "documentation" | Thorbjørn Lindeijer | 1 | -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-15 | Remove the logToChat option | Chuck Miller | 1 | -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-22 | Modify copyright headers | Freeyorp | 1 | -1/+2 | |
2010-02-20 | License header update for The Mana Client | Thorbjørn Lindeijer | 1 | -4/+3 | |
2010-02-07 | Updated Copyright year to 2010! | Bertram | 1 | -1/+1 | |
Also added the update copyright tool from the Wormux Team. ( And not forgetting credit's due. :P ) | |||||
2009-02-07 | Some more include cleanups. | Ira Rice | 1 | -1/+0 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-23 | Removed unnecessary references to The Mana World in code headers | Bjørn Lindeijer | 1 | -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-01 | Merged revisions 4044-4067 via svnmerge from | Bjørn Lindeijer | 1 | -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-29 | When compiling with GCC, use the printf format attribute for the log method so | Bjørn Lindeijer | 1 | -1/+5 | |
that the compiler checks the type of its parameters. | |||||
2007-12-10 | Added an option to show log messages in the chat console. | Philipp Sehmisch | 1 | -0/+8 | |
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -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-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -1/+1 | |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -1/+1 | |
2005-08-19 | Added support for parsing command line options. Added option to skip the ↵ | Björn Steinbrink | 1 | -4/+4 | |
update process. Made the logger being created immediately after start, because some destructors use it. | |||||
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -5/+1 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -0/+2 | |
2005-04-01 | * The client will now only attempt to load .tmx or .tmx.gz files. | Bjørn Lindeijer | 1 | -29/+24 | |
* When unable to connect to char server, report IP to which it can't connect. * Cleaned up logger a bit. | |||||
2005-03-24 | Logger Implemented. (3/3) | Yohann Ferreira | 1 | -18/+0 | |
2005-03-23 | New log class implementation Part 1/2 | Yohann Ferreira | 1 | -0/+39 | |
2005-02-14 | Simplified logging for the sake of simplicity. | Bjørn Lindeijer | 1 | -17/+1 | |
2005-02-13 | Now the resource manager will log a bit about images and cleanup. | Bjørn Lindeijer | 1 | -1/+27 | |
2005-01-16 | Removed a lot of allegro.h includes. | Bjørn Lindeijer | 1 | -4/+0 | |
2004-12-13 | Some header order, namespace and lib fixes to improve MSVC support. | Bjørn Lindeijer | 1 | -3/+2 | |
2004-12-11 | Core sprite classes of the new graphic engine | Eugenio Favalli | 1 | -5/+7 | |
2004-12-11 | Removed Allegro dependency on logger, which now also produces timestamped | Bjørn Lindeijer | 1 | -7/+4 | |
categorized messages instead of using the configuration file approach. | |||||
2004-12-10 | Use a consistent tab-less header throughout the code. | Bjørn Lindeijer | 1 | -22/+20 | |
2004-09-26 | *** empty log message *** | Eugenio Favalli | 1 | -0/+45 | |