summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemSoup.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* ItemHandler initialisation is a constant expression (#5344)x12xx12x2021-12-021-3/+3
| | | | | * Transition to non-pointer item handler * That is my destructor - I decide when I leave this world * I declare your destruction private and you final
* Using Super.Mattes D2020-04-161-4/+5
|
* Remove switch statements from cItemFoodHandler (#4610)Alexander Harkness2020-04-041-0/+39
* Remove switch statements from cItemFoodHandler * Alpha-sort and add comment * Relocate golden apple handler