| Commit message (Expand) | Author | Age | Files | Lines |
* | Manual mob burn code | LogicParrot | 2016-04-06 | 1 | -7/+34 |
* | Proper entity destruction in non-ticking chunks | LogicParrot | 2016-02-19 | 1 | -3/+3 |
* | cMonster::m_Target safety across worlds | LogicParrot | 2016-02-03 | 1 | -27/+94 |
* | Spiders now friendly at daylight, new cChunk functions | LogicParrot | 2016-01-21 | 1 | -3/+3 |
* | Fix mob attack interval | LogicParrot | 2016-01-12 | 1 | -1/+15 |
* | Fixed the monster burn code. | Mattes D | 2015-12-30 | 1 | -3/+15 |
* | PF - "Special blocks" handling | Safwat Halaby | 2015-12-24 | 1 | -14/+28 |
* | blockheight mechanism | Gargaj | 2015-12-13 | 1 | -16/+2 |
* | Remove stray "return" | Safwat Halaby | 2015-12-13 | 1 | -1/+0 |
* | Fixed mobs attacking Creative Mode players | Safwat Halaby | 2015-12-13 | 1 | -2/+14 |
* | Decoupled cMonster and path recalc logic, re-implemented recalc | Safwat Halaby | 2015-12-13 | 1 | -272/+82 |
* | implement breeding | Gargaj | 2015-11-29 | 1 | -0/+11 |
* | Add enum for Sound and Particle Effects | Dave Tucker | 2015-11-24 | 1 | -1/+2 |
* | Fixed failed assertation | bibo38 | 2015-11-03 | 1 | -20/+23 |
* | StyleCheck: Check spaces around ==, <=, >= | Mattes D | 2015-10-08 | 1 | -3/+3 |
* | Partial revert of #2446 | Safwat Halaby | 2015-09-28 | 1 | -5/+40 |
* | Namechange to Cuberite | Mattes D | 2015-09-25 | 1 | -1/+1 |
* | Fixed a position bug in the pathfinder | Tiger Wang | 2015-08-22 | 1 | -44/+14 |
* | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 2015-07-29 | 1 | -13/+13 |
* | Support ageable mobs | Hallucino | 2015-07-14 | 1 | -0/+1 |
* | Now Horses spawn with correct data values. | bibo38 | 2015-06-26 | 1 | -3/+3 |
* | Merge branch 'master' into PreventNewWarnings | tycho | 2015-05-29 | 1 | -2/+9 |
|\ |
|
| * | AI - Sane Skeleton | SafwatHalaby | 2015-05-28 | 1 | -2/+9 |
* | | Merge branch 'master' into PreventNewWarnings | tycho | 2015-05-28 | 1 | -2/+11 |
|\| |
|
| * | AI - Saner Livestock | SafwatHalaby | 2015-05-27 | 1 | -2/+11 |
* | | Merge branch 'master' into PreventNewWarnings | tycho | 2015-05-24 | 1 | -3/+3 |
|\| |
|
| * | Pathfinder - Bounding boxes and some tweaks | SafwatHalaby | 2015-05-23 | 1 | -3/+3 |
* | | Merge branch 'master' into PreventNewWarnings | tycho | 2015-05-23 | 1 | -2/+3 |
|\| |
|
| * | Path recalculation improvements | SafwatHalaby | 2015-05-20 | 1 | -2/+3 |
* | | Make -Werror disabling file only | tycho | 2015-05-19 | 1 | -4/+4 |
|/ |
|
* | Manual merge of #2066 | Alexander Harkness | 2015-05-19 | 1 | -1/+1 |
* | Pathfinder - approximated paths when original destination unreachable | SafwatHalaby | 2015-05-17 | 1 | -27/+94 |
* | Merge remote-tracking branch 'origin/master' into warnings | Tiger Wang | 2015-05-10 | 1 | -3/+5 |
|\ |
|
| * | Merge pull request #1956 from Tri125/master | Mattes D | 2015-05-09 | 1 | -1/+1 |
| |\ |
|
| | * | Big Magma Cube can now spawn | Tri125 | 2015-05-07 | 1 | -1/+1 |
| * | | Move chunk position accesses after the chunk validity checks | worktycho | 2015-05-09 | 1 | -2/+4 |
* | | | Fixed some warnings and logic errors in Monster.cpp | Tiger Wang | 2015-05-10 | 1 | -5/+7 |
* | | | Fixed some Visual Studio warnings | Tiger Wang | 2015-05-09 | 1 | -5/+5 |
|/ / |
|
* | | AI - Safer WouldBurnAt() | wiseoldman95 | 2015-05-06 | 1 | -3/+8 |
* | | AI - Better shade cover | wiseoldman95 | 2015-05-06 | 1 | -1/+9 |
* | | (duplicate) AI - Livestock escape fixed, water jumping fixed | wiseoldman95 | 2015-05-06 | 1 | -9/+69 |
|/ |
|
* | PF - Fixed mobs not reaching leaning player | wiseoldman95 | 2015-05-06 | 1 | -2/+3 |
* | AI - More conservative use of ResetPathFinding, fixed minor swimming / jumping bug | wiseoldman95 | 2015-05-05 | 1 | -20/+37 |
* | Entity improvements | Tiger Wang | 2015-05-04 | 1 | -169/+110 |
* | Merge pull request #1930 from SafwatHalaby/AI_Jump | Tiger Wang | 2015-05-03 | 1 | -5/+15 |
|\ |
|
| * | AI - Improved Mob Jumping | wiseoldman95 | 2015-05-03 | 1 | -5/+15 |
* | | PathFinder - Crash fix, chunks in parameters are now references | wiseoldman95 | 2015-05-03 | 1 | -2/+2 |
|/ |
|
* | Merge pull request #1925 from SafwatHalaby/PathFinder_Optimze | Tiger Wang | 2015-05-02 | 1 | -4/+4 |
|\ |
|
| * | PathFinding - Chunk querying optimization and improve cPath::IsSolid | wiseoldman95 | 2015-05-02 | 1 | -4/+4 |
* | | AI - Better daylight handling | wiseoldman95 | 2015-05-02 | 1 | -9/+15 |
|/ |
|
* | A* Pathfinding and better monster AI | wiseoldman95 | 2015-05-01 | 1 | -126/+142 |
* | Added MobTypeName for Giant | mathias-gh | 2015-04-17 | 1 | -0/+1 |
* | Correct world height validations. | Tommy Santerre | 2015-03-20 | 1 | -1/+1 |
* | Converted Monster to std::chrono | Tycho | 2015-01-16 | 1 | -11/+11 |
* | Initial convertion of a_Dt to std::chrono | Tycho | 2015-01-11 | 1 | -7/+5 |
* | Fixed basic style. | Mattes D | 2014-12-25 | 1 | -1/+1 |
* | Added Rabbits | Masy98 | 2014-12-20 | 1 | -0/+4 |
* | Guardian can now spawn if wanted!? | Masy98 | 2014-12-18 | 1 | -1/+1 |
* | Added Entity Guardian | Masy98 | 2014-12-18 | 1 | -0/+4 |
* | Merge remote-tracking branch 'origin/master' into c++11 | Tiger Wang | 2014-12-06 | 1 | -5/+22 |
|\ |
|
| * | BasicStyle: Added missing braces to control statements. | Mattes D | 2014-12-05 | 1 | -5/+22 |
* | | Merged branch 'origin/master' into c++11. | Mattes D | 2014-12-04 | 1 | -62/+62 |
|\| |
|
| * | MobSpawner fixes. | Howaner | 2014-12-01 | 1 | -0/+1 |
| * | Merge branch 'master' into MobSpawner | Howaner | 2014-12-01 | 1 | -10/+0 |
| |\ |
|
| | * | Removed old StringToMobType() function from Monster.cpp | Howaner | 2014-11-30 | 1 | -10/+0 |
| * | | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 2014-11-29 | 1 | -52/+61 |
| |/ |
|
| * | Mobs: Fixed crash with terrain too high. | Mattes D | 2014-11-15 | 1 | -2/+2 |
| * | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-23 | 1 | -14/+14 |
* | | Merge remote-tracking branch 'origin-master' into c++11 | Tiger Wang | 2014-11-26 | 1 | -2/+2 |
* | | En masse NULL -> nullptr replace | Tiger Wang | 2014-10-20 | 1 | -14/+14 |
* | | Migrated random generators to std::random | Tiger Wang | 2014-10-19 | 1 | -1/+0 |
|/ |
|
* | Fixed a missed value. | madmaxoft | 2014-10-05 | 1 | -1/+1 |
* | Fixed eMonsterType Lua API mismatch. | madmaxoft | 2014-10-05 | 1 | -0/+10 |
* | Merge branch 'master' into redstoneTests | Tycho | 2014-09-25 | 1 | -0/+54 |
|\ |
|
| * | Merge branch 'master' into EntityCustomName | Howaner | 2014-09-23 | 1 | -1/+5 |
| |\ |
|
| * | | Added CustomName saving. | Howaner | 2014-09-02 | 1 | -2/+8 |
| * | | Added name tag | Howaner | 2014-09-01 | 1 | -0/+19 |
| * | | Added CustomName to cMonster. | Howaner | 2014-09-01 | 1 | -0/+29 |
* | | | Merge branch 'master' into redstoneTests | Tycho | 2014-09-17 | 1 | -1/+5 |
|\ \ \
| | |/
| |/| |
|
| * | | Improved cBlockHandler::DropBlock | Tiger Wang | 2014-09-13 | 1 | -1/+1 |
| * | | Renamed SetWalkSpeed() to SetRelativeWalkSpeed() | Howaner | 2014-09-02 | 1 | -2/+2 |
| * | | Added SetWalkSpeed() to cMonster. | Howaner | 2014-08-30 | 1 | -0/+4 |
| |/ |
|
* / | Added first test to show the object can be created | Tycho | 2014-09-17 | 1 | -58/+58 |
|/ |
|
* | Fixed mob burning. | reiter | 2014-08-28 | 1 | -1/+1 |
* | Merge branch 'master' into Monster | Howaner | 2014-08-04 | 1 | -2/+1 |
|\ |
|
| * | Refactored case-conversion functions. | madmaxoft | 2014-08-04 | 1 | -2/+1 |
* | | Changed /** to /* | Howaner | 2014-08-04 | 1 | -3/+5 |
* | | Fixed warnings | Howaner | 2014-08-04 | 1 | -3/+3 |
* | | Attempt to fix knockback and swimming. | Howaner | 2014-08-04 | 1 | -3/+9 |
|/ |
|
* | Improved endermen code a little | Tiger Wang | 2014-08-01 | 1 | -1/+3 |
* | Merge remote-tracking branch 'origin/master' into portals | Tiger Wang | 2014-07-22 | 1 | -19/+5 |
|\ |
|
| * | Style: Normalized spaces after if, for and while. | madmaxoft | 2014-07-21 | 1 | -1/+1 |
| * | Monsters: Made IsUndead overridable by the respective mob classes | archshift | 2014-07-19 | 1 | -10/+0 |
| * | Fixed style: spaces after commas. | madmaxoft | 2014-07-19 | 1 | -1/+1 |
| * | Fixed clamping issues | archshift | 2014-07-19 | 1 | -5/+1 |
| * | Merge branch 'Entities' | madmaxoft | 2014-07-18 | 1 | -2/+2 |
| |\ |
|
| | * | Fixed slime-related comments. | madmaxoft | 2014-07-18 | 1 | -2/+2 |
| | * | Slime sizes are 1, 2 or 4 and not 1, 2 or 3. | Howaner | 2014-07-18 | 1 | -1/+1 |
* | | | Merge branch 'master' into portals | Tiger Wang | 2014-07-18 | 1 | -48/+43 |
|\| | |
|
| * | | Monster fixes | Tiger Wang | 2014-07-18 | 1 | -26/+1 |
| * | | Fixed tabs used for alignment. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| * | | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -3/+3 |
| * | | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -12/+12 |
| |/ |
|
| * | Merge branch 'master' into potions | madmaxoft | 2014-07-17 | 1 | -3/+3 |
| |\ |
|
| | * | Merge pull request #1193 from mc-server/deathmessages | Mattes D | 2014-07-17 | 1 | -3/+3 |
| | |\ |
|
| | | * | Tailored death messages | Tiger Wang | 2014-07-04 | 1 | -3/+3 |
| * | | | Merge branch 'master' into potions | madmaxoft | 2014-07-15 | 1 | -3/+3 |
| |\| | |
|
| | * | | Merge branch 'master' into Sounds | Howaner | 2014-07-13 | 1 | -1/+1 |
| | |\ \ |
|
| | | * \ | Merge branch 'master' into Sheep | Howaner | 2014-07-13 | 1 | -1/+1 |
| | | |\ \ |
|
| | | * | | | Fix sheep color's, add shear sound. | Howaner | 2014-06-28 | 1 | -1/+1 |
| | | | |/
| | | |/| |
|
| | * | | | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 2014-07-13 | 1 | -2/+2 |
| | | |/
| | |/| |
|
| * | | | Merge remote-tracking branch 'origin/master' into potions | archshift | 2014-07-10 | 1 | -1/+1 |
| |\| | |
|
| | * | | Fixed slime handling in cMonster::StringToMobType(). | madmaxoft | 2014-07-06 | 1 | -1/+1 |
| | |/ |
|
| * | | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 2014-06-19 | 1 | -45/+0 |
| * | | Entity effects: changed User to Creator, removed pawn pass-by-value | archshift | 2014-06-17 | 1 | -1/+1 |
| * | | Fixed MSVC compilation. | madmaxoft | 2014-06-17 | 1 | -3/+3 |
| * | | Pawn: renamed HandleEntityEffects to HandleEntityEffect | archshift | 2014-06-17 | 1 | -2/+2 |
| * | | Monster: added IsUndead(), undead-specific entity effects | archshift | 2014-06-17 | 1 | -0/+65 |
| |/ |
|
* | | More suggestions | Tiger Wang | 2014-06-21 | 1 | -1/+1 |
* | | Fixed decision failure | Tiger Wang | 2014-06-05 | 1 | -1/+1 |
* | | Added checks for no downfall biomes | Tiger Wang | 2014-06-04 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into portals | Tiger Wang | 2014-06-04 | 1 | -4/+14 |
|\| |
|
| * | Small tweak for mobs | STRWarrior | 2014-06-02 | 1 | -4/+14 |
* | | Very minor code changes | Tiger Wang | 2014-05-29 | 1 | -1/+1 |
|/ |
|
* | Merge pull request #998 from mc-server/StatManager | Mattes D | 2014-05-18 | 1 | -1/+3 |
|\ |
|
| * | Fixes | andrew | 2014-05-13 | 1 | -1/+1 |
| * | Movement Statistics | andrew | 2014-05-12 | 1 | -1/+3 |
* | | Fixed a few more switch warnings. | archshift | 2014-05-12 | 1 | -0/+2 |
|/ |
|
* | Fixed MagmaCube spawning. | madmaxoft | 2014-05-02 | 1 | -0/+4 |
* | Merge pull request #940 from Howaner/GlobalFixes | Mattes D | 2014-04-28 | 1 | -2/+6 |
|\ |
|
| * | Add entity invulnerable | Howaner | 2014-04-26 | 1 | -2/+6 |
* | | Fixed mobs that don't naturally spawn. | archshift | 2014-04-26 | 1 | -2/+5 |
* | | Giants! | archshift | 2014-04-25 | 1 | -6/+11 |
|/ |
|
* | Fixed class capitalization for the cave spider. | archshift | 2014-04-24 | 1 | -1/+1 |
* | Compilation fix | Tiger Wang | 2014-04-18 | 1 | -1/+1 |
* | Fixed #906 | Tiger Wang | 2014-04-18 | 1 | -1/+2 |
* | Fixed #904 | Tiger Wang | 2014-04-18 | 1 | -1/+1 |
* | Added new AI rules | Tiger Wang | 2014-04-17 | 1 | -12/+26 |
* | Fixed GitHuB WebEdit fail. | Alexander Harkness | 2014-04-10 | 1 | -0/+1 |
* | Update Monster.cpp | Alexander Harkness | 2014-04-10 | 1 | -2/+4 |
* | Final realisation of suggestions | Tiger Wang | 2014-03-31 | 1 | -5/+7 |
* | Fixed a few Y too high/low asserts | Tiger Wang | 2014-03-31 | 1 | -5/+5 |
* | Wither invulnerability | andrew | 2014-03-24 | 1 | -0/+1 |
* | Fixed double to float conversions. | madmaxoft | 2014-03-16 | 1 | -5/+5 |
* | g_BlockXXX => cBlockInfo::XXX | andrew | 2014-03-01 | 1 | -5/+5 |
* | Fixed Formatting, added compiler warning suppressing methods, fixed comments | TheJumper | 2014-02-24 | 1 | -1/+1 |
* | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 2014-02-23 | 1 | -0/+76 |
* | Improved formatting | tonibm19 | 2014-02-17 | 1 | -2/+2 |
* | Now mobs can't escape from fences. | tonibm19 | 2014-02-16 | 1 | -2/+2 |
* | Fixed #627 | Tiger Wang | 2014-02-11 | 1 | -14/+0 |
* | Merge remote-tracking branch 'origin/master' into playerimprovements | Tiger Wang | 2014-02-09 | 1 | -4/+4 |
|\ |
|
| * | Merge pull request #646 from worktycho/warningfixes | Alexander Harkness | 2014-02-05 | 1 | -4/+4 |
| |\ |
|
| | * | Fixed most of the reordering warnings | Tycho | 2014-02-05 | 1 | -4/+4 |
* | | | Merge branch 'master' into playerimprovements | Tiger Wang | 2014-02-09 | 1 | -0/+12 |
|\| | |
|
| * | | Blank lines and indentation. | tonibm19 | 2014-02-04 | 1 | -0/+4 |
| * | | Exporded World:FindClosestPlayer, Item:IsEnchantable and Monster:MoveToPosition to Lua API | tonibm19 | 2014-02-03 | 1 | -0/+8 |
| |/ |
|
* / | Fixed a bunch of MSVS warnings | Tiger Wang | 2014-02-05 | 1 | -1/+1 |
|/ |
|
* | Monster's nominal speed was increased. | Kirill Kirilenko | 2014-02-01 | 1 | -1/+1 |
* | Implemented fall damage for mobs | Tiger Wang | 2014-01-25 | 1 | -4/+27 |
* | Mob bugfixes | Tiger Wang | 2014-01-25 | 1 | -20/+29 |
* | Fixed a generator bug | Tiger Wang | 2014-01-25 | 1 | -0/+3 |
* | Miscellaneous improvements | Tiger Wang | 2014-01-24 | 1 | -5/+4 |
* | Monsters no longer check for direct line of sight | Tiger Wang | 2014-01-24 | 1 | -10/+2 |
* | Large reworking of mob code [SEE DESC] | Tiger Wang | 2014-01-24 | 1 | -162/+238 |
* | Removed obsoleted functions | Tiger Wang | 2014-01-16 | 1 | -1/+1 |
* | Merge branch 'fixes&features' of git://github.com/tonibm19/MCServer | madmaxoft | 2013-12-25 | 1 | -0/+6 |
|\ |
|
| * | Some fixes (SEE DESC) | tonibm19 | 2013-12-23 | 1 | -0/+6 |
* | | Preliminary mobile entity saving | Tiger Wang | 2013-12-25 | 1 | -1/+2 |
|/ |
|
* | EnderDragons and SnowGolems are able to spawn. | STRWarrior | 2013-12-22 | 1 | -0/+2 |
* | Sorted a few constructors to remove warnings. | madmaxoft | 2013-12-20 | 1 | -7/+7 |
* | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 2013-12-20 | 1 | -1/+1 |
* | Fixed not getting XP from mobs. | STRWarrior | 2013-12-14 | 1 | -0/+6 |
* | Merge remote-tracking branch 'origin/master' into foldermove2 | Alexander Harkness | 2013-11-26 | 1 | -0/+55 |
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+758 |