Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-01-25 | Removed the TMW branding from header guards | Bjørn Lindeijer | 1 | -2/+2 | |
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. | |||||
2009-01-06 | Added support for unicode charset in textfields and chat. | Guillaume Melquiond | 1 | -1/+1 | |
Conflicts: src/Makefile.am src/game.cpp src/gui/browserbox.cpp src/gui/gui.cpp src/gui/textfield.cpp src/main.cpp (cherry picked from mainline commit 7b67e852086ad3ccd98a622f890b245ab6a0a321) | |||||
2008-12-29 | Added support for True Type Fonts. | Eugenio Favalli | 1 | -5/+0 | |
(cherry-picked from mainline) | |||||
2008-11-16 | Got rid of CVS/Subversion $Id$ markers | Bjørn Lindeijer | 1 | -2/+0 | |
I don't know why we dealt with these things for so long. Did we ever get anything out of it? | |||||
2007-10-26 | Added possibility of length limitation to browserbox and used it for the ↵ | Philipp Sehmisch | 1 | -1/+7 | |
chatlog (length set by the config option "ChatLogLength"). | |||||
2007-10-18 | Fixed two forgotten main.h includes which caused OpenGL option in the setup | Bjørn Lindeijer | 1 | -0/+1 | |
dialog and the font used in OpenGL mode in the BrowserBox not to function. | |||||
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -5/+5 | |
2006-03-08 | Some fixes for compiling with pedantic compiler settings and const char* checks. | Bjørn Lindeijer | 1 | -1/+1 | |
2006-02-24 | Another bunch of cosmetic cleanups, ie mostly typedefs... | Björn Steinbrink | 1 | -2/+8 | |
2006-02-16 | Use Widget::mFont instead of browserFont for drawing, fixes the "gui needs ↵ | Björn Steinbrink | 1 | -0/+2 | |
to be valid real early" issue. | |||||
2005-10-19 | Code cleanup. | Björn Steinbrink | 1 | -3/+3 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -2/+9 | |
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -1/+0 | |
2005-07-03 | Fix bug in showing links and user defined colors in chat box | José Ávila | 1 | -0/+6 | |
2005-06-19 | Prevent deleting guiFont twice in non-OpenGL mode. | Bjørn Lindeijer | 1 | -5/+5 | |
2005-06-17 | new BrowserBox widget with colors/links support | José Ávila | 1 | -0/+147 | |