Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed ClientHandle.h dependencies from common headers. | Mattes D | 2016-11-18 | 1 | -0/+1 |
| | |||||
* | allow use failures to propagate from the entity/block to the player | Gargaj | 2015-12-13 | 1 | -2/+4 |
| | |||||
* | Add enum for Sound and Particle Effects | Dave Tucker | 2015-11-24 | 1 | -1/+1 |
| | | | | | | Fixes #2603 Signed-off-by: Dave Tucker <dave@dtucker.co.uk> | ||||
* | Fix comments | tycho | 2015-05-28 | 1 | -1/+2 |
| | |||||
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -4/+9 |
| | |||||
* | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -2/+2 |
| | | | | Ad fix a load of warnings | ||||
* | Changed cEntity::m_UniqueID to UInt32. | Mattes D | 2015-03-21 | 1 | -1/+1 |
| | |||||
* | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 1 | -1/+1 |
| | | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | ||||
* | NULL -> nullptr | Tiger Wang | 2014-12-17 | 1 | -2/+2 |
| | |||||
* | MobSpawner fixes. | Howaner | 2014-12-01 | 1 | -2/+2 |
| | |||||
* | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 2014-11-29 | 1 | -46/+1 |
| | |||||
* | Finished mob spawner implementation. | Howaner | 2014-11-18 | 1 | -29/+4 |
| | |||||
* | Fixed compile errors. | Howaner | 2014-09-27 | 1 | -38/+38 |
| | |||||
* | Implemented mob spawner. | Howaner | 2014-09-19 | 1 | -21/+289 |
| | |||||
* | Created MobSpawnerEntity class. | Howaner | 2014-09-17 | 1 | -0/+92 |