summaryrefslogtreecommitdiff
path: root/src/gui/chargedialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2008-12-07Added some initialization and removed ChargeDialogBjørn Lindeijer1-57/+0
Many member variables of LocalPlayer were not being initialized properly. In general this shouldn't have caused any problems, but it's bad style. The ChargeDialog was removed. This class was long dead anyway. Signed-off-by: Bjørn Lindeijer <bjorn@lindeijer.nl>
2008-11-16Got rid of CVS/Subversion $Id$ markersBjørn Lindeijer1-1/+0
I don't know why we dealt with these things for so long. Did we ever get anything out of it?
2006-12-16Fixed connection dialog visibility and fixed issues with walking one tile tooBjørn Lindeijer1-0/+1
many and changing direction towards an obstacle.
2006-03-09Removed coordinate arguments from ProgressBar ctor.Björn Steinbrink1-1/+2
2006-03-09Made all class members named like mClassMember.Björn Steinbrink1-6/+6
2006-01-22Merged NETWORK branch (includes BEING_OVERHAUL).Björn Steinbrink1-5/+5
2005-10-18Added automatic widget cleanup to the window class.Björn Steinbrink1-5/+0
2005-10-09* Made Sprite into an interface implemented by both FloorItem and Being, whichBjørn Lindeijer1-5/+0
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-09-23Merged most of the changes in biggeruniverse's second memory cleanup patch.Bjørn Lindeijer1-3/+3
2005-09-13Merged with SDL_NET_TEST branch.Björn Steinbrink1-4/+7
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-1/+4
2005-07-13* Committing some cleanups by DoenerBjørn Lindeijer1-3/+4
* Fixed some compiler warnings * Restored a USE_OPENGL check around OpenGL headers * Fixed error about FALSE not being defined * Fixed issue with font to become speechFont when the latter is not installed
2005-07-11Committed header dependencies reducing patch by DoenerBjørn Lindeijer1-5/+1
2005-03-20TMW now uses latest Guichan CVS, and doesn't work with Guichan 0.2.0 anymore!Bjørn Lindeijer1-4/+2
Also fixed a crash on clicking wallpaper in login phase.
2005-03-03Separated graphic/graphic.cpp into graphics.cpp and engine.cpp.Bjørn Lindeijer1-1/+1
2005-03-01This is the update for the charge bar. It resets every time an attack ↵Kiyoshi Kyokai1-3/+17
message is sent to the server. I still haven't actually worked the timer into this. I'd appreciate it if someone would explain how. Thanks.
2005-02-28this is the new dialog for charging attacks and such. To be implemented soon,Kiyoshi Kyokai1-0/+51