summaryrefslogtreecommitdiff
path: root/src/gui/skill.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-12-17Reintroduced window name propertyBjørn Lindeijer1-1/+2
Still used in the eAthena client and it seems saner to me to have it.
2008-12-14Fixed inconsistency in default window sizesBjørn Lindeijer1-1/+1
The default window sizes were all too small, since they were specified in content size. On pressing "Reset Windows", the sizes would be interpreted as such and apply alright. The inconsistency is now removed, and the default window sizes are always the size of the whole widget now, not just the contents. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl> (cherry picked from eAthena branch, commit 72f5288682f46af1f7c04c002172178c880e060b) Conflicts: src/gui/chat.cpp src/gui/equipmentwindow.cpp src/gui/inventorywindow.cpp src/gui/ministatus.cpp src/gui/setup.cpp src/gui/skill.cpp src/gui/trade.cpp src/gui/window.cpp
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2008-09-04Introduced another template to make deleting all values in a container easier.Bjørn Lindeijer1-3/+1
Inspired by qDeleteAll() from Qt.
2008-08-18fix bug #209, display skill icons correctly.Roderic Morris1-4/+9
2008-06-27add icons to the skill dialogRoderic Morris1-6/+21
2008-05-09Changed the tabbedarea to be transparant as before. Changed setup David Athay1-6/+7
window and skills dialog to use the new tabbed area. Removed tabbed container as it is no longer used. Fixed a crash with the chat window.
2008-04-28Skills patch by roderic, mantis id=209David Athay1-34/+76
2008-04-10Fixed some compiler warnings and don't try to load particle effects when noBjørn Lindeijer1-22/+24
file is set.
2008-03-17Restored previous project file and fixed a warning along the way.Eugenio Favalli1-8/+8
2008-03-03Skill gui beautifications by roderic.Philipp Sehmisch1-36/+99
2008-02-24(no commit message)Philipp Sehmisch1-9/+34
2008-02-22Implemented skill name display in skill dialog and xp messages (based on a ↵Philipp Sehmisch1-1/+2
patch by rodge)
2008-02-07Fixed unix compilation problem.Philipp Sehmisch1-1/+1
2008-01-28Added weapon skill system and leveling system.Philipp Sehmisch1-86/+39
2007-10-27Made it compile with GCC 4.3Guillaume Melquiond1-1/+3
2007-09-19Merged 0.0 changes from revision 3362 to 3580 to trunk.Bjørn Lindeijer1-5/+1
2007-08-07Fixed my breakage of persistent window dimensions. Cleaned a few things ↵Guillaume Melquiond1-2/+1
along the way.
2007-03-22Redesigned the localplayer class to use getters and setters instead of ↵Philipp Sehmisch1-32/+1
direct access to the member variables. Implemented communication of attributes between server and client.
2007-01-14Merged 0.0 changes from revision 2988 to 3035 to trunk.Bjørn Lindeijer1-5/+5
2006-07-30Updated TMW to be compatible with Guichan 0.5.0 (merged from guichan-0.5.0Bjørn Lindeijer1-1/+1
branch).
2006-03-18Use the window container instead of the graphics class to calculate window ↵Björn Steinbrink1-4/+2
positions.
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-41/+42
2006-03-09Made the Button ctor accept eventId and action listener.Björn Steinbrink1-9/+3
2006-03-08Added a 'dtor' helper functor to delete objects in arrays and containers ↵Björn Steinbrink1-5/+4
using STL algorithms.
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-16/+8
2005-10-20Added garbage collection to the ScrollArea class. Fixed slider not being ↵Björn Steinbrink1-8/+2
updated in the item amount box when the buttons are used.
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-6/+1
2005-10-16Rename {read,write}{Byte,Short,Long} to {read,write}Int{8,16,32}.Björn Steinbrink1-2/+2
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-1/+1
hook themselves into the map on construction. The improved fringe layer is working as expected now. * Made sure TMW compiles without warnings even when using "-Wconversion -Wshadow -Wcast-qual -Wwrite-strings -ansi -pedantic", lots of cleanups. * Added two new small tilesets that contain the desert tiles that are twice and three times the height of a normal tile. One well in new_3-1 has been converted to use the new double tiles for testing purposes.
2005-10-05Fixed some resource cleanup and memory leaks. Also changed the way danglingBjørn Lindeijer1-0/+1
references to resources are reported to be more informative.
2005-09-30Fixed paths for windows usersMatthias Hartmann1-1/+1
2005-09-29Improved a lot windows reset to default size and pos. Also corrected a few ↵Yohann Ferreira1-1/+5
the default win position. And moved the setposition from game to each win, to clarify the code.
2005-09-28Save and load X, Y, Height, and Width to useful wins.Yohann Ferreira1-1/+1
2005-09-28Added window internal name to every window. Useful to later get and save X, ↵Yohann Ferreira1-0/+2
Y, Height, and Width of these wins.
2005-09-26Now error message is displayed properly when the map server is offline.Eugenio Favalli1-1/+0
2005-09-19Got rid of writeSet() calls.Eugenio Favalli1-2/+0
2005-09-17Completed transition to use MessageOut.Eugenio Favalli1-2/+5
2005-09-17Updated dev-cpp project file to last changes, and wrong names fixes.Eugenio Favalli1-6/+6
2005-09-17Now the values shown by derived stats in status win are got from the server. ↵Yohann Ferreira1-9/+9
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-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-5/+4
2005-08-22Disabled use button in skill dialog since is still not being used.Eugenio Favalli1-12/+1
2005-08-21Some updates and cleanupsEugenio Favalli1-1/+22
2005-08-18Updated reference to latest libxml, fixed a bug in updating skills, updated ↵Eugenio Favalli1-6/+16
skill names database.
2005-08-13Small header cleanup.Björn Steinbrink1-1/+6
2005-07-26- New smilies by ModanungEugenio Favalli1-3/+3
- New skill names - New title song
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-1/+1
2005-05-27autoTarget is now a Being*, also may have fixed related crash and added labelBjørn Lindeijer1-4/+2
to show current target.
2005-04-07Changed version from 0.0.11a to 0.0.11.1. Also made "+" buttons on stats windowBjørn Lindeijer1-4/+18
and "Up" button on skills window disable when appropriate.
2005-04-01* The client will now only attempt to load .tmx or .tmx.gz files.Bjørn Lindeijer1-1/+0
* When unable to connect to char server, report IP to which it can't connect. * Cleaned up logger a bit.