summaryrefslogtreecommitdiff
path: root/src/gui/skill.cpp
AgeCommit message (Expand)AuthorFilesLines
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-2/+0
2008-11-11Fixed two broken include pathsPhilipp Sehmisch1-2/+2
2008-11-01* Report unmapped skill names as `Mystery Skill' (rather than random characters)Fate1-4/+22
2008-11-01* Updated GUI table and model to better handle NULL widgets during initialisa...Fate1-46/+128
2007-11-20Merged revisions 3692 via svnmerge from Bjørn Lindeijer1-1/+3
2007-08-20Added close button functionality, resize cursor cues.Joshua Langley1-5/+1
2007-01-14Upgraded to Guichan 0.6.0 (merge from guichan-0.6.0 branch).Bjørn Lindeijer1-5/+5
2006-08-13Merged Guichan 0.5.0 support from guichan-0.5.0 branch, plus several updatesBjørn Lindeijer1-1/+1
2006-03-18Use the window container instead of the graphics class to calculate window po...Björn Steinbrink1-4/+2
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 usin...Björn Steinbrink1-5/+4
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 upda...Björn Steinbrink1-8/+2
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
2005-10-05Fixed some resource cleanup and memory leaks. Also changed the way danglingBjørn Lindeijer1-0/+1
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 th...Yohann Ferreira1-1/+5
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, Y...Yohann Ferreira1-0/+2
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
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 s...Eugenio Favalli1-6/+16
2005-08-13Small header cleanup.Björn Steinbrink1-1/+6
2005-07-26- New smilies by ModanungEugenio Favalli1-3/+3
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
2005-04-07Changed version from 0.0.11a to 0.0.11.1. Also made "+" buttons on stats windowBjørn Lindeijer1-4/+18
2005-04-01* The client will now only attempt to load .tmx or .tmx.gz files.Bjørn Lindeijer1-1/+0
2005-03-20TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!Bjørn Lindeijer1-1/+1
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-0/+1
2005-02-20Reverted changes to skill dialog, a new one will be developed alongside it soBjørn Lindeijer1-15/+87
2005-02-20added skill functionality. The skill dialog is down for now.Kiyoshi Kyokai1-87/+15
2005-01-15Fixed upping skills.Bjørn Lindeijer1-100/+86
2005-01-15Fixing crash on death. Death handling could still be improved though.Bjørn Lindeijer1-4/+5
2005-01-15Solved stats window problem with updating variable and sending stat update.Bjørn Lindeijer1-1/+15
2005-01-11Implemented parent relationship for Window class and converted more ok dialogsBjørn Lindeijer1-2/+1
2005-01-08Well improved window container and window widgets a bit, and made a startBjørn Lindeijer1-2/+3
2005-01-04Removed large parts of old GUI code and improved layout of a few dialogs.Bjørn Lindeijer1-3/+3
2005-01-04Use custom ListBox and ScrollArea for skill dialog.Bjørn Lindeijer1-17/+19
2005-01-04Converted Skills dialog from old gui to Guichan. Files modified: graphics.cpp...Aaron Marks1-114/+110
2004-12-27Added AUTHORS.txt file, $Id$ tags to gui source files and added OkButtonBjørn Lindeijer1-1/+1