summaryrefslogtreecommitdiff
path: root/src/gui/buydialog.cpp
AgeCommit message (Collapse)AuthorFilesLines
2024-09-28Removed getter/setter cruft from ItemInfoThorbjørn Lindeijer1-3/+1
Made the class and the code in general more readable by removing all the needless getters and setters.
2024-08-26Limit shop's Max button to available carry weightFedja Beader1-1/+13
(cherry picked from M+ commit 13b9ff5baf1f6d31cc6bfa5bd30bacd45b80539c)
2024-01-26Apply C++11 fixitsThorbjørn Lindeijer1-2/+2
modernize-use-auto modernize-use-nullptr modernize-use-override modernize-use-using
2012-01-26Updated copyrights to 2012Thorbjørn Lindeijer1-1/+1
2012-01-16Renamed some file names for consistency with the class namesThorbjørn Lindeijer1-0/+305
This was already done by ManaPlus. It's a good idea anyway and it makes comparing the code a little easier. Reviewed-by: Yohann Ferreira