summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/DispenserEntity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into chestcartsTiger Wang2014-09-271-5/+2
|\
| * Removed more unessicary includesTycho2014-09-261-3/+0
| * Merge pull request #1419 from mc-server/redstoneTestsworktycho2014-09-261-1/+1
| |\
| | * Added first test to show the object can be createdTycho2014-09-171-1/+1
| * | Fixed dispender direction bugHowaner2014-09-251-1/+1
| |/
* / Implemented Chest MinecartsTiger Wang2014-09-131-1/+0
|/
* DispenserEntity code cleanup after PR merge.madmaxoft2014-06-111-23/+18
* - Fixed a lot of alignmentJoannisO2014-06-051-7/+7
* - Removed the code that removed fireworks from a dispenser even thoughtJoannisO2014-06-041-3/+0
* - Fixed variable names in a function.JoannisO2014-06-041-2/+2
* - Fixed a lot of astethicsJoannisO2014-06-041-13/+13
* - Fixed an issue where there were 2 "DispChunk"-s in the same function.JoannisO2014-06-031-16/+5
* - Fixed a bug where I didn't return anything in the GetShootVectorJoannisO2014-06-031-0/+2
* - Fixed a bug where I used the FireCharge ITEM instead of the ProjectileJoannisO2014-06-031-1/+1
* - Cleaned up the code massivelyJoannisO2014-06-031-84/+29
* - Added doxy comments and exported to luaJoannis2014-06-031-16/+58
* - Changed the name of the ProjectileLookVector method.JoannisO2014-05-311-2/+2
* - Prefixed all args with "a_"JoannisO2014-05-291-5/+9
* - Removed breaks. I thought it wouldn't compile without them but theJoannisO2014-05-281-2/+0
* - Fixed an issue where dispensers would only shoot arrows (appearantlyJoannisO2014-05-281-33/+24
* - Implemented vertical dispensing for projectiles.Joannis2014-05-281-15/+39
* - Fixed the ampersands and asterisks to fit the format.Joannis2014-05-271-7/+7
* - Added support for more types of projectiles in the DispenserJoannisO2014-05-261-38/+44
* Added Arrow- and FireCharge-Dispensing to DispenserEntity.JoannisO2014-05-261-19/+88
* Fixed Flint and Steel, reverted Minecart change, renamed a parameter namejfhumann2014-04-191-5/+5
* Did some static analysis, fixed some bugs and optimized a lot of codejfhumann2014-04-181-1/+2
* Add fireball interactHowaner2014-03-141-0/+6
* Change TNT Fuse to ticksHowaner2014-03-081-1/+1
* Moved source to srcAlexander Harkness2013-11-241-0/+215