Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename cEntity swim states (#3996) | Alexander Harkness | 2018-01-14 | 1 | -4/+1 |
| | | | | | | | | | | * Replace cEntity:m_IsSubmerged with m_IsHeadInWater * Replace cEntity:m_IsSwimming with m_IsInWater * Add API documentation for new symbols * Apply SetSwimState to all entities, not just mobs and players * Pickups now use IsOnFire to check if they are on fire before destruction Fixes #3987 | ||||
* | Gives all entities the default airlevel on creation (#3942) | Bond-009 | 2017-08-25 | 1 | -6/+28 |
| | | | | * Guardians don't take damage on land * Squids suffocate on land | ||||
* | Remove double includes part 2 (#3890) | peterbell10 | 2017-08-03 | 1 | -1/+0 |
| | |||||
* | Updated sounds and effect IDs (#3422) | mathiascode | 2017-02-15 | 1 | -1/+1 |
| | |||||
* | Disabled squids and Guardians pathfinding, #2460 | Safwat Halaby | 2015-09-27 | 1 | -1/+1 |
| | |||||
* | Disabled squid and Guardian Pathfinding | SafwatHalaby | 2015-05-30 | 1 | -1/+2 |
| | |||||
* | Fix comments | tycho | 2015-05-28 | 1 | -3/+3 |
| | |||||
* | Made -Weverything an error. | tycho | 2015-05-24 | 1 | -3/+3 |
| | |||||
* | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -1/+1 |
| | | | | Ad fix a load of warnings | ||||
* | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 1 | -1/+1 |
| | | | | also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | ||||
* | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -1/+1 |
| | |||||
* | Unified Vector classes | andrew | 2014-03-11 | 1 | -1/+1 |
| | |||||
* | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 2014-02-23 | 1 | -1/+6 |
| | |||||
* | Fixed a failure in cSquid. | madmaxoft | 2014-01-24 | 1 | -1/+2 |
| | | | | Probably due to rounding errors the squid was querying out-of-chunk coords. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+56 |