summaryrefslogtreecommitdiffstats
path: root/src/BlockEntities/DispenserEntity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* - Cleaned up the code massivelyJoannisO2014-06-031-84/+29
| | | | | | | - Stopped using cChunk in the GetShootVector class. Parameter is now the Metadata of the block - Stopped using cChunk in the SpawnProjectileFromDispenser method now using coordinates and finding the chunk by itself. - Removed the matrix calculations from GetShootVector.
* - Added doxy comments and exported to luaJoannis2014-06-031-16/+58
| | | | - Manipulation of the ShootVector is not to be done by the function that wants to spawn a projectile.
* - Changed the name of the ProjectileLookVector method.JoannisO2014-05-311-2/+2
| | | | Note: I still think the new name is unclear. Any other suggestions are welcome.
* - Prefixed all args with "a_"JoannisO2014-05-291-5/+9
| | | - Added braces around the cases.
* - Removed breaks. I thought it wouldn't compile without them but theJoannisO2014-05-281-2/+0
| | | issue was appearantly solved with an earlier commit.
* - Fixed an issue where dispensers would only shoot arrows (appearantlyJoannisO2014-05-281-33/+24
| | | | some commits didn't come through) - Cleaned up the code according to suggestions.
* - Implemented vertical dispensing for projectiles.Joannis2014-05-281-15/+39
| | | - Fixed some terrible commit issues on my side.
* - Fixed the ampersands and asterisks to fit the format.Joannis2014-05-271-7/+7
| | | - Fixed the method "SpawnProjectileFromDispenser" to use CamelCasing.
* - Added support for more types of projectiles in the DispenserJoannisO2014-05-261-38/+44
| | | | - Improved the method of spawning projectiles in the world - Added another method for spawning the projectiles
* 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