summaryrefslogtreecommitdiffstats
path: root/src/Entities/TNTEntity.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add a formatting function for Vector3 (#4282)peterbell102018-09-241-1/+1
| | | | | | | | | | * Vector3: Add custom fmt compatible formatter. * cLuaState: Add fmt version of ApiParamError * Use vector formatting in manual bindings * Always log vectors with FLOG
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-0/+1
| | | | Add check for number of empty lines between functions and fix the corresponding failures
* Changed some int parameters to vector parameters (#3937)Bond-0092017-09-071-13/+1
|
* Entities now bail out of ticks if destroyed (#3363)LogicParrot2016-09-031-0/+5
|
* Bulk clearing of whitespaceLogicParrot2016-02-051-1/+1
|
* Changed air drag units to 'interpolated ticks' per secondDevToaster2015-03-311-1/+1
|
* Modified physics for more vanilla-like behaviorDevToaster2015-03-311-0/+4
|
* Initial convertion of a_Dt to std::chronoTycho2015-01-111-1/+1
| | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay
* Fixed style: spaces after commas.madmaxoft2014-07-191-1/+1
|
* Some change to Entity.cppTiger Wang2014-04-231-2/+0
| | | | * Added comments to BroadcastMovementUpdate() and the collision tracer
* Change TNT Fuse to ticksHowaner2014-03-081-6/+6
|
* Add TNT Save/Load and add Netbeans projects to .gitignoreHowaner2014-03-081-10/+17
|
* Moved source to srcAlexander Harkness2013-11-241-0/+62