summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/SignEntity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed C style arrays from the BlockEntity folder (#5005)Tiger Wang2023-03-221-8/+7
* Valid Height is now checked by vector.x12xx12x2022-04-201-1/+1
* Updated protocol functions to Vector3xx12xx12x2022-04-201-1/+1
* Using Super.Mattes D2020-04-161-2/+2
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-5/+5
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-1/+1
* BlockEntities: Support cloning self.Mattes D2017-06-161-3/+18
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+2
* convert old style casts to fix warningsSteven Riehl2014-10-121-6/+2
* Removed WSSCompactTiger Wang2014-09-301-35/+0
* Removed more unessicary includesTycho2014-09-261-2/+2
* Added Y-wise asserts to signs.Mattes D2014-09-061-0/+1
* Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT).madmaxoft2013-12-201-2/+2
* Fixed VC2008 compilation, normalized include paths.madmaxoft2013-11-271-1/+1
* Fixed the remaining derpsAlexander Harkness2013-11-271-1/+1
* Further attempts to fix compileTiger Wang2013-11-251-1/+1
* Attempt to fix compilationTiger Wang2013-11-241-1/+1
* Moved source to srcAlexander Harkness2013-11-241-0/+115