| Commit message (Expand) | Author | Age | Files | Lines |
* | cMonster::m_Target safety across worlds | LogicParrot | 2016-02-03 | 1 | -3/+18 |
* | Spiders now friendly at daylight, new cChunk functions | LogicParrot | 2016-01-21 | 1 | -2/+2 |
* | Fix mob attack interval | LogicParrot | 2016-01-12 | 1 | -1/+2 |
* | Tamed wolf assists owner (attack / defence) | LogicParrot | 2016-01-12 | 1 | -1/+1 |
* | PF - "Special blocks" handling | Safwat Halaby | 2015-12-24 | 1 | -4/+4 |
* | blockheight mechanism | Gargaj | 2015-12-13 | 1 | -2/+2 |
* | Decoupled cMonster and path recalc logic, re-implemented recalc | Safwat Halaby | 2015-12-13 | 1 | -51/+7 |
* | implement breeding | Gargaj | 2015-11-29 | 1 | -0/+1 |
* | changed mob age from char to int | Julian Laubstein | 2015-11-16 | 1 | -3/+3 |
* | Partial revert of #2446 | Safwat Halaby | 2015-09-28 | 1 | -2/+13 |
* | Fixed a position bug in the pathfinder | Tiger Wang | 2015-08-22 | 1 | -11/+3 |
* | Unified the doxy-comment format. | Mattes D | 2015-07-31 | 1 | -7/+7 |
* | Spawn baby mobs | hallucino | 2015-07-16 | 1 | -0/+2 |
* | Support ageable mobs | Hallucino | 2015-07-14 | 1 | -1/+7 |
* | Merge branch 'master' into PreventNewWarnings | tycho | 2015-05-29 | 1 | -3/+6 |
|\ |
|
| * | AI - Sane Skeleton | SafwatHalaby | 2015-05-28 | 1 | -3/+6 |
* | | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -3/+3 |
|/ |
|
* | Pathfinder - approximated paths when original destination unreachable | SafwatHalaby | 2015-05-17 | 1 | -0/+7 |
* | More style checking. | Mattes D | 2015-05-09 | 1 | -1/+1 |
* | (duplicate) AI - Livestock escape fixed, water jumping fixed | wiseoldman95 | 2015-05-06 | 1 | -0/+10 |
* | AI - More conservative use of ResetPathFinding, fixed minor swimming / jumping bug | wiseoldman95 | 2015-05-05 | 1 | -6/+10 |
* | Entity improvements | Tiger Wang | 2015-05-04 | 1 | -32/+28 |
* | AI - Improved Mob Jumping | wiseoldman95 | 2015-05-03 | 1 | -0/+1 |
* | Merge pull request #1925 from SafwatHalaby/PathFinder_Optimze | Tiger Wang | 2015-05-02 | 1 | -1/+1 |
|\ |
|
| * | PathFinding - Chunk querying optimization and improve cPath::IsSolid | wiseoldman95 | 2015-05-02 | 1 | -1/+1 |
* | | AI - Better daylight handling | wiseoldman95 | 2015-05-02 | 1 | -2/+2 |
|/ |
|
* | A* Pathfinding and better monster AI | wiseoldman95 | 2015-05-01 | 1 | -8/+12 |
* | Converted Monster to std::chrono | Tycho | 2015-01-16 | 1 | -5/+5 |
* | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 1 | -1/+1 |
* | Added Entity Guardian | Masy98 | 2014-12-18 | 1 | -1/+1 |
* | MobSpawner fixes. | Howaner | 2014-12-01 | 1 | -1/+1 |
* | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 2014-11-29 | 1 | -4/+7 |
* | Merge branch 'master' into MobSpawner | Howaner | 2014-11-29 | 1 | -3/+5 |
|\ |
|
| * | Mobs: Fixed crash with terrain too high. | Mattes D | 2014-11-15 | 1 | -3/+5 |
* | | Merge branch 'master' into MobSpawner | Howaner | 2014-11-18 | 1 | -35/+28 |
|\| |
|
| * | convert old style casts to fix warnings | Steven Riehl | 2014-10-12 | 1 | -32/+28 |
| * | Removed obsolete cMonster::eType. | madmaxoft | 2014-10-05 | 1 | -3/+0 |
| * | Fixed minor style issues. | madmaxoft | 2014-09-27 | 1 | -1/+1 |
* | | Merge branch 'master' into MobSpawner | Howaner | 2014-09-26 | 1 | -43/+33 |
|\| |
|
| * | Fixed style | Tycho | 2014-09-25 | 1 | -0/+3 |
| * | Merge branch 'master' into redstoneTests | Tycho | 2014-09-25 | 1 | -2/+25 |
| |\ |
|
| | * | Merge branch 'master' into EntityCustomName | Howaner | 2014-09-23 | 1 | -0/+5 |
| | |\ |
|
| | * | | Added the new functions to APIDump. | Howaner | 2014-09-02 | 1 | -2/+2 |
| | * | | Added SetCustomName() to players. | Howaner | 2014-09-02 | 1 | -1/+2 |
| | * | | Added name tag | Howaner | 2014-09-01 | 1 | -0/+2 |
| | * | | Added CustomName to cMonster. | Howaner | 2014-09-01 | 1 | -1/+19 |
| * | | | Merge branch 'master' into redstoneTests | Tycho | 2014-09-17 | 1 | -0/+5 |
| |\ \ \
| | | |/
| | |/| |
|
| * | | | Added first test to show the object can be created | Tycho | 2014-09-17 | 1 | -45/+9 |
| | |/
| |/| |
|
* | | | Implemented mob spawner. | Howaner | 2014-09-19 | 1 | -1/+1 |
| |/
|/| |
|
* | | Renamed SetWalkSpeed() to SetRelativeWalkSpeed() | Howaner | 2014-09-02 | 1 | -3/+3 |
* | | Added SetWalkSpeed() to cMonster. | Howaner | 2014-08-30 | 1 | -0/+5 |
|/ |
|
* | Removed redundant semicolons and re-added warning | archshift | 2014-07-24 | 1 | -1/+1 |
* | Monsters: Made IsUndead overridable by the respective mob classes | archshift | 2014-07-19 | 1 | -1/+1 |
* | Fixed style: spaces after commas. | madmaxoft | 2014-07-19 | 1 | -1/+1 |
* | Monster fixes | Tiger Wang | 2014-07-18 | 1 | -1/+0 |
* | Fixed spaces before commas. | madmaxoft | 2014-07-18 | 1 | -3/+3 |
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -4/+4 |
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -7/+7 |
* | Merge branch 'master' into potions | madmaxoft | 2014-07-17 | 1 | -1/+1 |
|\ |
|
| * | Tailored death messages | Tiger Wang | 2014-07-04 | 1 | -1/+1 |
* | | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 2014-06-19 | 1 | -2/+0 |
* | | Pawn: renamed HandleEntityEffects to HandleEntityEffect | archshift | 2014-06-17 | 1 | -1/+1 |
* | | Monster: added IsUndead(), undead-specific entity effects | archshift | 2014-06-17 | 1 | -0/+6 |
|/ |
|
* | Merge pull request #940 from Howaner/GlobalFixes | Mattes D | 2014-04-28 | 1 | -1/+1 |
|\ |
|
| * | Add entity invulnerable | Howaner | 2014-04-26 | 1 | -1/+1 |
* | | Fixed mobs that don't naturally spawn. | archshift | 2014-04-26 | 1 | -0/+1 |
* | | Giants! | archshift | 2014-04-25 | 1 | -1/+1 |
|/ |
|
* | Added new AI rules | Tiger Wang | 2014-04-17 | 1 | -2/+2 |
* | Fixed Formatting, added compiler warning suppressing methods, fixed comments | TheJumper | 2014-02-24 | 1 | -2/+2 |
* | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 2014-02-23 | 1 | -0/+35 |
* | Fixed #627 | Tiger Wang | 2014-02-11 | 1 | -2/+0 |
* | Exporded World:FindClosestPlayer, Item:IsEnchantable and Monster:MoveToPosition to Lua API | tonibm19 | 2014-02-03 | 1 | -0/+1 |
* | Implemented fall damage for mobs | Tiger Wang | 2014-01-25 | 1 | -2/+6 |
* | Mob bugfixes | Tiger Wang | 2014-01-25 | 1 | -2/+10 |
* | Miscellaneous improvements | Tiger Wang | 2014-01-24 | 1 | -13/+9 |
* | Large reworking of mob code [SEE DESC] | Tiger Wang | 2014-01-24 | 1 | -19/+49 |
* | Sorted a few constructors to remove warnings. | madmaxoft | 2013-12-20 | 1 | -1/+1 |
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+195 |