summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/DropSpenserEntity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed C style arrays from the BlockEntity folder (#5005)Tiger Wang2023-03-221-3/+3
* Add player statistics to API (#5193)nshah252021-05-031-2/+2
* Fix potential destruction crashes (#5095)Tiger Wang2021-01-021-14/+14
* Limit fortune level, style fixesTiger Wang2020-09-231-3/+2
* Implement Dropspenser Hook (#4903)KrystilizeNevaDies2020-09-211-1/+10
* Add more statistic tracking (#4837)12xx122020-09-051-0/+9
* Enable some more clang-tidy linter checks (#4738)peterbell102020-05-151-1/+0
* Using Super.Mattes D2020-04-161-2/+2
* Refactored more of Entities and BlockEntities to use Vector3. (#4403)Mattes D2019-09-291-22/+20
* cWorld: Manually bind deprecated broadcast functions (#4265)peterbell102018-07-271-1/+1
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-1/+1
* Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly2017-09-191-2/+2
* BlockEntities: Support cloning self.Mattes D2017-06-161-2/+14
* FastRandom rewrite (#3754)peterbell102017-06-131-1/+1
* Fixes problems with windows:Lukas Pioch2017-06-051-1/+1
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-2/+2
* - Add a activation flag to droppers and dispensers. Previously droppers and dispensers shot items with every block update.QUSpilPrgm2016-06-151-3/+3
* Bulk clearing of whitespaceLogicParrot2016-02-051-6/+6
* Reorganised the redstone simulatorTiger Wang2015-12-181-15/+1
* allow use failures to propagate from the entity/block to the playerGargaj2015-12-131-1/+2
* Add enum for Sound and Particle EffectsDave Tucker2015-11-241-7/+8
* Fixed DropSpenser sound #2333mmdk952015-07-121-2/+2
* Merge branch 'master' into InventoryHowaner2015-01-251-1/+1
|\
| * Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
* | Own classes for all windows.Howaner2014-12-131-0/+1
|/
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-9/+13
* Merged branch 'master' of git://github.com/sriehl/MCServerMattes D2014-10-211-10/+6
|\
| * convert old style casts to fix warningsSteven Riehl2014-10-121-11/+7
|/
* Removed WSSCompactTiger Wang2014-09-301-48/+0
* Merge remote-tracking branch 'origin/master' into chestcartsTiger Wang2014-09-271-1/+0
|\
| * Removed more unessicary includesTycho2014-09-261-1/+0
* | Implemented Chest MinecartsTiger Wang2014-09-131-1/+0
|/
* Basic style fixes.madmaxoft2014-07-171-1/+1
* Normalized comments.madmaxoft2014-07-171-4/+4
* Fixed a DropSpenser AddFace bugTiger Wang2014-07-151-1/+1
* BlockEntities is warnings freeTycho2014-02-241-0/+1
* Removed some unneeded BroadcastWholeWindow()sTiger Wang2014-02-121-7/+0
* Moved json includes to where they are really needed.madmaxoft2013-11-281-0/+1
* Moved source to srcAlexander Harkness2013-11-241-0/+266