summaryrefslogtreecommitdiffstats
path: root/src/Blocks/Mixins.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-04-21Vector3 in Handlers (#4680)Mattes D1-9/+15
Refactored all cBlockHandler and cItemHandler descendants to use Vector3.
2020-04-16Using Super.Mattes D1-7/+7
2020-04-11Fix rotation metas on blocksAlexander Harkness1-4/+10
2020-04-11fixing rotation - rel. #4625GefaketHD1-14/+8
2020-04-10Replace all single-digit hex constants with two-digit versionAlexander Harkness1-12/+12
2020-04-10Reduce line length on templatesAlexander Harkness1-2/+19
2020-04-10Add additional spacing between template/function definitionsAlexander Harkness1-0/+9
2020-04-10Add doxy-comments to new functionsAlexander Harkness1-2/+4
2020-04-10Fix comment textAlexander Harkness1-8/+4
2020-04-10Add mixins for blocks that rotate based on player yaw at placementAlexander Harkness1-0/+134
Also add observer block handler.
2019-10-16Refactored block-to-pickup conversion. (#4417)Mattes D1-0/+166