summaryrefslogtreecommitdiff
path: root/src/equipment.cpp
AgeCommit message (Collapse)AuthorFilesLines
2005-08-13Huge header cleanup to reduce dependencies and compile time.Björn Steinbrink1-1/+2
2005-07-23* docs/HACKING.txt: Added info about member naming and ChangeLogBjørn Lindeijer1-3/+4
format. * src/gui/updatewindow.h, src/gui/updatewindow.cpp: Changed member names, set a 15 second timeout for connecting to update server and restore some doxygen comments.
2005-07-19Add a missing member initialisation in the constructor that causeCedric Borgese1-0/+1
a crash when trying to open the equipment window.
2005-07-17Added Item and Equipment class and made the appropriate places make use of ↵Björn Steinbrink1-0/+37
them. Plus some cleanups.