summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/JukeboxEntity.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2020-09-25Do not call into things we don't own in destructorsTiger Wang1-13/+0
2020-09-25Unify block entity pickup conversionTiger Wang1-1/+10
2020-09-25Small cleanup in JukeboxesTiger Wang1-12/+16
2020-09-05Add more statistic tracking (#4837)12xx121-0/+2
2020-04-16Using Super.Mattes D1-2/+2
2020-03-23Jukebox improvements (#4537)Mat1-4/+22
2019-09-29Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D1-6/+6
2018-08-29Force all headers other than "Globals.h" to be included with relative paths (#4269)peterbell101-1/+1
2018-07-27cWorld: Manually bind deprecated broadcast functions (#4265)peterbell101-2/+2
2018-05-02Prefer static_cast to reinterpret_cast (#4223)peterbell101-1/+1
2017-06-16BlockEntities: Support cloning self.Mattes D1-2/+14
2017-02-15Updated sounds and effect IDs (#3422)mathiascode1-2/+2
2015-12-13allow use failures to propagate from the entity/block to the playerGargaj1-1/+4
2015-11-24Add enum for Sound and Particle EffectsDave Tucker1-2/+3
2015-09-02Fixes #2485Tiger Wang1-1/+0
2014-10-12convert old style casts to fix warningsSteven Riehl1-5/+1
2014-09-30Removed WSSCompactTiger Wang1-28/+0
2014-09-26Removed more unessicary includesTycho1-2/+2
2014-02-21Better Jukebox APIHowaner1-13/+35
2013-11-27Fixed VC2008 compilation, normalized include paths.madmaxoft1-1/+1
2013-11-27Fixed the remaining derpsAlexander Harkness1-1/+1
2013-11-25Further attempts to fix compileTiger Wang1-1/+1
2013-11-24Attempt to fix compilationTiger Wang1-1/+1
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-14Exported cJukeboxEntity to Lua API.madmaxoft1-23/+15
2013-11-14Added cSignEntity into API, added cChunkDesc:GetBlockEntity().madmaxoft1-3/+13
2013-11-10Bundled fixes [SEE DESC]Tiger Wang1-3/+3
2013-11-10Bundled fixes [SEE DESC]Tiger Wang1-1/+1
2013-07-29Changed everyting to Unix line endings.Alexander Harkness1-123/+123
2013-05-28Moved BlockEntities to a separate foldermadmaxoft@gmail.com1-1/+1
2013-05-24Refactored cInventory to use cItemGrid for the actual Storagemadmaxoft@gmail.com1-2/+1
2013-05-19Inventory code cleanup, players can now see each other's armormadmaxoft@gmail.com1-2/+3
2012-11-24Fixed drops for: Stone, Mycelium, Redstone Torch.luksor111@gmail.com1-1/+1
2012-11-15- Added the "wait" music discluksor111@gmail.com1-3/+3
2012-10-21Added jukeboxes (patch contributed by Luksor)madmaxoft@gmail.com1-0/+123