summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemString.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merged trivial item handlers into cSimplePlaceableItemHandler (#4766)Franklin Kong2020-06-261-51/+0
| | | | | | - Remove unused files Co-authored-by: aiugai <aiugai@umich.edu> Co-authored-by: Tiger Wang <ziwei.tiger@outlook.com>
* Vector3 in Handlers (#4680)Mattes D2020-04-211-6/+18
| | | Refactored all cBlockHandler and cItemHandler descendants to use Vector3.
* Implemented tripwire(s) (hooks)Tiger Wang2014-06-281-0/+39
* Fixes #944