summaryrefslogtreecommitdiffstats
path: root/source/TNTEntity.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved entities into the Entities subfolder.madmaxoft2013-08-191-76/+0
* Fixed compile-time warning in TNTEntity.madmaxoft2013-08-171-2/+2
* Added OnExploding() and OnExploded() hooks.madmaxoft2013-08-091-1/+1
* Addeed OnSpawningEntity, OnSpawnedEntity, OnSpawningMonster, OnSpawnedMonster hooks.madmaxoft2013-08-081-3/+7
* Changed everyting to Unix line endings.Alexander Harkness2013-07-291-72/+72
* Improved function names for protocol packet sending; alpha-sorted the function listsmadmaxoft@gmail.com2013-07-071-1/+1
* Rewritten entity-on-fire management ("forever on fire" bugs)madmaxoft@gmail.com2013-07-011-2/+2
* Unified the way mobs are spawned (egg vs natural). Fixed deadlocks in mob moving. Fixed mob destroying code.madmaxoft@gmail.com2013-06-251-1/+1
* More TNT fixes.madmaxoft@gmail.com2013-06-181-8/+8
* TNT fixes.madmaxoft@gmail.com2013-06-181-6/+6
* TNT: Added physics to TNT entitykeyboard.osh@gmail.com2013-04-281-0/+2
* Initial implementation of explosions and TNT blockkeyboard.osh@gmail.com2013-04-181-0/+70