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