Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2009-07-19 | Merge StatusWindows | Jared Adams | 1 | -99/+0 | |
Also some other small merges | |||||
2009-07-15 | Merge and cleanup attribute code | Jared Adams | 1 | -14/+8 | |
2009-07-06 | Merge some player stats | Jared Adams | 1 | -3/+1 | |
2009-04-14 | Start a MathUtils file | Jared Adams | 1 | -5/+0 | |
It has fast(inv)sqrt and weightedAverage. Also cleanup the last ocmmit a bit. | |||||
2009-04-14 | HP Bar Gradual Coloration | Falkreon | 1 | -0/+5 | |
Makes HP Bars gradually fade from green to orange to red as HP goes down (or up). It looks pretty :)~ | |||||
2009-04-07 | Moved basic widgets into the gui/widgets directory | Bjørn Lindeijer | 1 | -2/+2 | |
In an attempt to make the GUI code a little more structured, basic widgets are now put in gui/widgets. Many includes were also cleaned up. | |||||
2009-03-25 | Merge branch 'eathena/master' | Bjørn Lindeijer | 1 | -0/+5 | |
Conflicts: A lot of files. | |||||
2009-03-22 | Merged the tmwserv client with the eAthena client | Bjørn Lindeijer | 1 | -1/+1 | |
This merge involved major changes on both sides, and as such took several weeks. Lots of things are expected to be broken now, however, we now have a single code base to improve and extend, which can be compiled to support either eAthena or tmwserv. In the coming months, the plan is to work towards a client that supports both eAthena and tmwserv, without needing to be recompiled. Conflicts: Everywhere! | |||||
2009-02-22 | Allow percentage for exp displays | Jared Adams | 1 | -2/+2 | |
2009-02-21 | Fix bug when maximum level is reached | Jared Adams | 1 | -0/+5 | |
Also centralize code for updating the various progress bars for player status. | |||||
2009-02-15 | Fixed compiler warnings | Bjørn Lindeijer | 1 | -1/+2 | |
Comparison between signed and unsigned integer expressions. | |||||
2009-02-15 | Add configurable units system | Jared Adams | 1 | -1/+1 | |
2009-02-04 | Went through the gui folder and revised the include statements to not | Ira Rice | 1 | -4/+0 | |
include anything not needed by that specific widget or window. This appears to have cleaned up system performance a bit on my current setup, where it went from idling on 45% in game with opengl down to 30% now. Also moved iptostring to the tostring header, as importing all of network.h is a little overkill to use that function, and it goes along with the basic functions that are in that header file anyways. TODO: find out a way to get rid of warnings when a class doesn't use this function. Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
2009-01-30 | Reflowed status window using the layout class. | Ira Rice | 1 | -4/+2 | |
Signed-off-by: Ira Rice <irarice@gmail.com> | |||||
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? | |||||
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? | |||||
2008-01-28 | Added weapon skill system and leveling system. | Philipp Sehmisch | 1 | -3/+4 | |
2007-12-18 | Updated attribute system to the latest design decisions (removed charisma, ↵ | Philipp Sehmisch | 1 | -4/+4 | |
kept agility in) | |||||
2007-09-19 | Merged 0.0 changes from revision 3362 to 3580 to trunk. | Bjørn Lindeijer | 1 | -1/+2 | |
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-03-22 | Redesigned the localplayer class to use getters and setters instead of ↵ | Philipp Sehmisch | 1 | -5/+3 | |
direct access to the member variables. Implemented communication of attributes between server and client. | |||||
2007-01-14 | Merged 0.0 changes from revision 2988 to 3035 to trunk. | Bjørn Lindeijer | 1 | -1/+1 | |
2007-01-14 | Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch). | Bjørn Lindeijer | 1 | -1/+1 | |
2007-01-07 | Synchronized player attributes with wiki Attributes page and removed Job XP. | Bjørn Lindeijer | 1 | -6/+6 | |
2006-08-14 | Completed porting of character creation/deletion, fixed some issues with ↵ | Eugenio Favalli | 1 | -1/+1 | |
network code. | |||||
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-30 | Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0 | Bjørn Lindeijer | 1 | -1/+1 | |
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. |