Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-03-27 | Clean up chat and chat tabs some more | Jared Adams | 1 | -1/+1 | |
2009-03-26 | Major clean up of ChatTab handling | Jared Adams | 1 | -1/+1 | |
ChatTabs now manage their own adding/removal from the chat window, which lost most of it's chat related messages. Whisper handling is stil done by the ChatWindow, but it no longer manages any other tabs. ChannelTab handling is now the sole responsability of the Channels they are attached to. The general tab is handled by Game. | |||||
2009-02-07 | Some more include cleanups. | Ira Rice | 1 | -2/+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. | |||||
2007-12-10 | Added an option to show log messages in the chat console. | Philipp Sehmisch | 1 | -1/+9 | |
2007-11-20 | Merged revisions 3692 via svnmerge from | Bjørn Lindeijer | 1 | -4/+5 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3692 | gmelquio | 2007-10-27 11:03:13 +0200 (Sat, 27 Oct 2007) | 1 line Made it compile with GCC 4.3 ........ | |||||
2007-11-19 | Merged revisions 3739,3743-3744,3746-3747 via svnmerge from | Bjørn Lindeijer | 1 | -5/+3 | |
https://themanaworld.svn.sourceforge.net/svnroot/themanaworld/tmw/trunk ........ r3739 | umperio | 2007-11-16 11:49:58 +0100 (Fri, 16 Nov 2007) | 1 line Removed useless win32 implementation of gettimeofday. ........ r3743 | umperio | 2007-11-16 15:14:00 +0100 (Fri, 16 Nov 2007) | 1 line Fixed minor issues. ........ r3747 | b_lindeijer | 2007-11-18 23:05:16 +0100 (Sun, 18 Nov 2007) | 2 lines Fixed small mapping error, collision layer not changed. ........ | |||||
2007-09-20 | Merged a bunch of small changes from trunk to 0.0 and set svn:eol-style | Bjørn Lindeijer | 1 | -0/+9 | |
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. | |||||
2007-02-20 | Applied patch by trapdoor to fix the usage of a deprecated function on MacOS X | Bjørn Lindeijer | 1 | -5/+12 | |
10.4 and later. | |||||
2006-11-27 | fix for windows machines that do have gettimeofday defined in sys/time.h | Philipp Sehmisch | 1 | -2/+3 | |
2006-11-27 | Added implementation of gettimeofday() for windows machines. | Philipp Sehmisch | 1 | -1/+1 | |
2006-11-26 | Higher precision log timestamps, some more logging and support for TGA images. | Bjørn Lindeijer | 1 | -8/+12 | |
2006-07-24 | Implemented caching of spritesets, including a lot of cleanups to the new | Bjørn Lindeijer | 1 | -1/+2 | |
animation system. Action now refers to the Spriteset directly and AnimatedSprite refers to the current Action directly instead of using the std::map with a std::string constantly. Some methods and parameters are marked as const. The READ_PROP macro was replaced by static methods. Warnings are logged when unnamed actions are defined or when actions refer to undefined imagesets. Code is more tolerant towards missing actions. | |||||
2006-03-19 | Unreverted latest change by Doener due to my lack of proper communication ↵ | Eugenio Favalli | 1 | -10/+10 | |
abilities. | |||||
2006-03-19 | Reverted changeset r2269 (toString) as requested by ElvenProgrammer. | Björn Steinbrink | 1 | -10/+10 | |
2006-03-18 | Added a toString conversion function. | Björn Steinbrink | 1 | -10/+10 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -6/+6 | |
2005-09-14 | Header cleanups. | Björn Steinbrink | 1 | -1/+1 | |
2005-09-10 | Committed patch by Nayr for displaying a messagebox when an error occurs on | Bjørn Lindeijer | 1 | -0/+8 | |
MacOS. | |||||
2005-08-25 | Move extern declaration of the floor item list. Lower indentation level. | Björn Steinbrink | 1 | -27/+28 | |
2005-08-19 | Added support for parsing command line options. Added option to skip the ↵ | Björn Steinbrink | 1 | -9/+9 | |
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 | -0/+2 | |
2005-05-10 | Fixed progress bars in OpenGL mode, now uses Guichan's fillRectangle. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-02 | Prettier errors when things go wrong. | Bjørn Lindeijer | 1 | -1/+2 | |
2005-04-02 | Less Image::setAlpha calls. | Bjørn Lindeijer | 1 | -2/+1 | |
2005-04-01 | * The client will now only attempt to load .tmx or .tmx.gz files. | Bjørn Lindeijer | 1 | -21/+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 | -83/+1 | |
2005-03-23 | First working implementation of new logger (Step 2/3) | Yohann Ferreira | 1 | -24/+23 | |
2005-03-23 | New log class implementation Part 1/2 | Yohann Ferreira | 1 | -2/+90 | |
2005-02-14 | Simplified logging for the sake of simplicity. | Bjørn Lindeijer | 1 | -39/+4 | |
2005-02-13 | Now the resource manager will log a bit about images and cleanup. | Bjørn Lindeijer | 1 | -25/+38 | |
2005-01-17 | Changes to dev file. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-01-17 | Added missing include. | Bjørn Lindeijer | 1 | -0/+3 | |
2005-01-01 | Some changes that should be quite meaningless. | Bjørn Lindeijer | 1 | -2/+0 | |
2004-12-13 | Some header order, namespace and lib fixes to improve MSVC support. | Bjørn Lindeijer | 1 | -1/+1 | |
2004-12-11 | Pretty much fix the segfault by removing the copying and not unloading the | Bjørn Lindeijer | 1 | -1/+1 | |
datafile. Not sure what was wrong exactly though. | |||||
2004-12-11 | Added HACKING.txt and reverted the revertion of my changes to log.cpp ;) | Bjørn Lindeijer | 1 | -11/+29 | |
2004-12-11 | Core sprite classes of the new graphic engine | Eugenio Favalli | 1 | -31/+13 | |
2004-12-11 | Removed ManaWorld.ncb from CVS and added some comments to log.cpp code. | Bjørn Lindeijer | 1 | -9/+27 | |
2004-12-11 | Removed Allegro dependency on logger, which now also produces timestamped | Bjørn Lindeijer | 1 | -142/+42 | |
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-11-26 | Auto detect keyboard WIN32 | Eugenio Favalli | 1 | -0/+2 | |
2004-09-26 | *** empty log message *** | Eugenio Favalli | 1 | -1/+1 | |
2004-09-26 | *** empty log message *** | Eugenio Favalli | 1 | -0/+189 | |