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-15 | Style cleanups throughout most of the code. Splitting function type from | Ira Rice | 1 | -1/+0 | |
the function names should no longer be around. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2008-12-03 | Adding missing mJobLvlLabel from last commit | Bjørn Lindeijer | 1 | -1/+3 | |
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-08-28 | Made buy dialog resizable and added a WindowListener class for listening for | Bjørn Lindeijer | 1 | -1/+2 | |
window resize and move events. | |||||
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -1/+1 | |
2006-08-13 | Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updates | Bjørn Lindeijer | 1 | -1/+1 | |
from the 0.1.0 branch. | |||||
2006-07-19 | Merged new_animation branch until r2415 into trunk. | Eugenio Favalli | 1 | -2/+2 | |
2006-03-09 | Made all class members named like mClassMember. | Björn Steinbrink | 1 | -20/+18 | |
2006-01-22 | Merged NETWORK branch (includes BEING_OVERHAUL). | Björn Steinbrink | 1 | -1/+3 | |
2005-10-18 | Added automatic widget cleanup to the window class. | Björn Steinbrink | 1 | -5/+0 | |
2005-09-17 | Now the values shown by derived stats in status win are got from the server. ↵ | Yohann Ferreira | 1 | -1/+2 | |
Still, when Equipping/unequipping, you have to warp to get these values updated. Does somebody has an idea how to request an update of these values when equipping/unequipping ? | |||||
2005-09-16 | Improved General GUI Layout. | Yohann Ferreira | 1 | -12/+38 | |
2005-09-13 | Merged with SDL_NET_TEST branch. | Björn Steinbrink | 1 | -2/+6 | |
2005-08-28 | Prepare our source so that it'll survive a guichan header cleanup, should it ↵ | Björn Steinbrink | 1 | -0/+2 | |
ever happen... | |||||
2005-08-27 | Update stats and status window contents at a single location. | Björn Steinbrink | 1 | -1/+6 | |
2005-08-13 | Huge header cleanup to reduce dependencies and compile time. | Björn Steinbrink | 1 | -3/+7 | |
2005-08-13 | Reformatted status window layout to avoid overlapping and lowered saturation ↵ | Eugenio Favalli | 1 | -1/+1 | |
of bars' colors. | |||||
2005-07-11 | Committed header dependencies reducing patch by Doener | Bjørn Lindeijer | 1 | -0/+2 | |
2005-05-14 | Mainly separating core GUI classes from game interface. | Bjørn Lindeijer | 1 | -1/+1 | |
2005-05-05 | Status Window now have a button to show/hide Equipment Window. | Yohann Ferreira | 1 | -1/+1 | |
2005-01-29 | *** empty log message *** | Yohann Ferreira | 1 | -1/+1 | |
2005-01-25 | *** empty log message *** | Yohann Ferreira | 1 | -1/+8 | |
2005-01-25 | *** empty log message *** | Yohann Ferreira | 1 | -0/+1 | |
2005-01-16 | Removed a lot of allegro.h includes. | Bjørn Lindeijer | 1 | -5/+0 | |
2005-01-15 | Cleaned up includes, separated engine from graphics and single buffer now | Bjørn Lindeijer | 1 | -4/+2 | |
used throughout application, cleaned up shop functions. | |||||
2005-01-12 | Changed layout of status dialog somewhat. | Bjørn Lindeijer | 1 | -2/+5 | |
2005-01-12 | *** empty log message *** | Yohann Ferreira | 1 | -2/+2 | |
2005-01-12 | *** empty log message *** | Yohann Ferreira | 1 | -2/+2 | |
2005-01-08 | Well improved window container and window widgets a bit, and made a start | Bjørn Lindeijer | 1 | -1/+8 | |
on support for modal dialogs. Still some issues to work out. Tell me if you experience something unsettling. | |||||
2004-12-28 | Oh and the status dialog was actually just a window. | Bjørn Lindeijer | 1 | -3/+3 | |
2004-12-28 | Renamed stats dialog to status dialog, which it is and to make room for the | Bjørn Lindeijer | 1 | -0/+57 | |
real stats dialog that is currently called the skill dialog. |