summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/JukeboxEntity.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Remove BLOCKENTITY_PROTODEFTiger Wang2020-10-241-6/+0
|
* Do not call into things we don't own in destructorsTiger Wang2020-09-251-1/+0
| | | | | - Remove improper accesses in cChunk destructor * Fixes #4894
* Small cleanup in JukeboxesTiger Wang2020-09-251-1/+2
| | | | * Fixed creative players not tracking stats, and the code trying to "place" a record when they used one
* Using Super.Mattes D2020-04-161-1/+1
|
* Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)Mattes D2020-04-031-0/+1
| | | | | | | | | The BlockID.h file was removed from Globals.h and renamed to BlockType.h (main change) The BlockInfo.h file was removed from Globals.h (main change) The ENUM_BLOCK_ID and ENUM_ITEM_ID enum names were replaced with ENUM_BLOCK_TYPE and ENUM_ITEM_TYPE (cosmetics) The various enums, such as eDimension, eDamageType and eExplosionSource were moved from BlockType.h to Defines.h, together with the helper functions for converting between them and strings (StringToDimension et al.) (minor) Many inline functions were moved from headers to their respective cpp files, so that BlockType.h could be included only into the cpp file, rather than the header. That broke our tests a bit, since they pick bits and pieces out of the main code and provide stubs for the rest; they had to be re-stubbed and re-verified. eMonsterType values are no longer tied to E_ITEM_SPAWN_EGG_META_* values
* Jukebox improvements (#4537)Mat2020-03-231-0/+1
| | | | | * Add jukebox block handler Co-authored-by: peterbell10 <peterbell10@live.co.uk>
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-4/+4
|
* BlockEntities: Support cloning self.Mattes D2017-06-161-2/+5
|
* Clang 5.0 fixesLukas Pioch2017-05-211-1/+1
| | | | | - Added override keyword - Removed inherited member variables
* Bulk clearing of whitespaceLogicParrot2016-02-051-8/+8
|
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+1
|
* Merge branch 'master' into MobSpawnerHowaner2014-11-291-1/+1
|\
| * BlockEntities: Removed the extra semicolon.Mattes D2014-11-271-1/+1
| |
* | Finished mob spawner implementation.Howaner2014-11-181-9/+0
|/
* cLuaState: cBlockEntity descendants are pushed with proper class type.Mattes D2014-10-191-2/+2
|
* Removed WSSCompactTiger Wang2014-09-301-3/+0
|
* Removed more unessicary includesTycho2014-09-261-1/+0
|
* Removed redundant semicolons and re-added warningarchshift2014-07-241-1/+1
|
* Basic style fixes.madmaxoft2014-07-171-1/+1
|
* Documented the changes in cJukeboxEntity.madmaxoft2014-02-281-2/+3
|
* Better Jukebox APIHowaner2014-02-211-3/+13
|
* Added more missing GetClassStatic()sTiger Wang2014-02-121-0/+2
|
* Chunk is now warnings cleanTycho Bickerstaff2013-12-211-1/+1
|
* Moved source to srcAlexander Harkness2013-11-241-0/+56