summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemLighter.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Item durability loss now depends on the item used. (#4123)Alexander Harkness2018-01-051-4/+0
| | | | | | | Armour durability also no longer changes when it is used to break blocks or attack mobs. Fixes #4119
* Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)Lane Kolbly2017-09-191-2/+2
| | | | | | | | | | | | | | | | | | * Made BroadcastSoundEffect take vector parameters. * Added docs for new vectored methods * Removed old code * Fixed lua warnings * Made old BroadcastSoundEffect not an override. * m_Block to m_BlockPos, used Vector3d constructor where prettier. * a_Block to a_BlockPos * Changed thunderbolt a_Block to a_BlockPos
* Changed some int parameters to vector parameters (#3937)Bond-0092017-09-071-1/+1
|
* Removed unneeded includes (#3902)Lukas Pioch2017-08-061-1/+0
|
* Updated sounds and effect IDs (#3422)mathiascode2017-02-151-2/+2
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
|
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-2/+2
|
* More style checking.Mattes D2015-05-091-1/+1
| | | | Spaces around some operators are checked.
* Placing a fluid from bucket calls plugin hooks.Mattes D2015-04-141-1/+6
| | | | Ref.: #1857.
* Changed BroadcastSoundEffect function to take floating pos.Howaner2014-07-131-3/+3
|
* Merge branch 'master' into awesometntTiger Wang2014-03-181-1/+21
|\ | | | | | | | | Conflicts: src/ChunkMap.cpp
| * Add fireball interactHowaner2014-03-141-1/+21
| |
* | Merge remote-tracking branch 'origin/master' into awesometntTiger Wang2014-03-101-2/+2
|\| | | | | | | | | | | Conflicts: src/Items/ItemLighter.h src/Simulator/IncrementalRedstoneSimulator.cpp
| * Change TNT Fuse to ticksHowaner2014-03-081-2/+2
| |
* | Added extra awesomeness to TNTTiger Wang2014-03-051-1/+1
|/ | | | | | | + TNT now has a chance of flinging FallingBlock entities around * Improved TNT damage * Improved TNT spawning visuals * Possible fix for 'SetSwimState failure' messages in debug
* Fixed TNT fizzing everywhereTiger Wang2014-02-151-1/+1
|
* Improved Type safety of eBlockFaceTycho2014-02-041-1/+1
| | | | May Fix #640
* Fixed flint&steel failure on the Y world edges.madmaxoft2014-01-241-0/+4
|
* Moved source to srcAlexander Harkness2013-11-241-0/+59