Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-11-09 | Add comment to Attack() return values | Gargaj | 1 | -0/+4 | |
2015-11-08 | neutral mobs shouldn't chase the player unless aggro'd | Gargaj | 3 | -1/+8 | |
code style neutral mobs shouldn't chase the player unless aggro'd neutral mobs shouldn't chase the player unless aggro'd Merge branch 'chilloutyo' of github.com:Gargaj/cuberite into chilloutyo Conflicts: src/Mobs/PassiveAggressiveMonster.h code style Merge branch 'chilloutyo' of github.com:Gargaj/cuberite into chilloutyo | |||||
2015-11-08 | Fix chicken flying | Gargaj | 1 | -0/+2 | |
The gravity might not be correct but my rough timing (with a stopwatch) seems to be close. Merge branch 'master' into patch-1 Merge branch 'master' into patch-1 Merge branch 'master' into patch-1 | |||||
2015-11-08 | fix cavespider poisoning even if attack is in cooldown | Gargaj | 16 | -27/+48 | |
make attack function more responsive fix cavespider poisoning even if attack is in cooldown make attack function more responsive Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack code style fix cavespider poisoning even if attack is in cooldown make attack function more responsive fix cavespider poisoning even if attack is in cooldown make attack function more responsive Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack code style Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack Merge branch 'master' into cavespider-attack Merge branch 'master' into cavespider-attack fix cavespider poisoning even if attack is in cooldown make attack function more responsive fix cavespider poisoning even if attack is in cooldown make attack function more responsive Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack code style fix cavespider poisoning even if attack is in cooldown make attack function more responsive fix cavespider poisoning even if attack is in cooldown make attack function more responsive Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack code style Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack Merge branch 'master' into cavespider-attack Merge branch 'master' into cavespider-attack Merge branch 'cavespider-attack' of github.com:Gargaj/cuberite into cavespider-attack | |||||
2015-11-07 | Only send creeper updates when there is a change | Gargaj | 1 | -3/+6 | |
Otherwise this keeps spamming the metadata packet for all the creepers on the server. | |||||
2015-11-07 | don't attack if dead | Gargaj | 1 | -1/+1 | |
2015-11-06 | chickens don't take fall damage | Gargaj | 2 | -0/+6 | |
2015-11-03 | Fixed failed assertation | bibo38 | 1 | -20/+23 | |
This was caused by a monster with a negative Y-axis. Fixes #2336 | |||||
2015-10-08 | StyleCheck: Check spaces around ==, <=, >= | Mattes D | 1 | -3/+3 | |
2015-09-28 | Partial revert of #2446 | Safwat Halaby | 2 | -7/+53 | |
2015-09-27 | Disabled squids and Guardians pathfinding, #2460 | Safwat Halaby | 2 | -2/+2 | |
2015-09-25 | Compile.sh namechange to cuberite | Safwat Halaby | 2 | -2/+2 | |
2015-09-25 | Namechange to Cuberite | Mattes D | 2 | -2/+2 | |
2015-08-22 | Removed unused function | Tiger Wang | 2 | -23/+0 | |
* Fixes #2444 | |||||
2015-08-22 | Fixed a position bug in the pathfinder | Tiger Wang | 4 | -101/+25 | |
2015-07-31 | Unified the doxy-comment format. | Mattes D | 8 | -27/+44 | |
2015-07-29 | Silenced and fixed many warning messages across multiple files. | Samuel Barney | 4 | -28/+26 | |
2015-07-17 | Added Rabbit Metadata values. | bibo38 | 2 | -2/+38 | |
Added the Rabbit Types and the MoreCarrotTicks value. Types are selected randomly on creation. Fixes #1867 | |||||
2015-07-16 | Spawn baby mobs | hallucino | 4 | -3/+5 | |
2015-07-16 | Improved spider AI | scribblemaniac | 2 | -1/+43 | |
Fixes #2335 | |||||
2015-07-14 | Improved maps | Tiger Wang | 1 | -1/+1 | |
2015-07-14 | Support ageable mobs | Hallucino | 2 | -1/+8 | |
Move ageable stuff in Monster directly | |||||
2015-06-26 | Now Horses spawn with correct data values. | bibo38 | 1 | -3/+3 | |
The max-value of style is 4, of color is 6. See http://wiki.vg/Entities#Horse Also based on the if, the max value of HorseType is 7. Bugfix #2259 | |||||
2015-06-07 | Vector hasher is now a separate class | Tiger Wang | 1 | -1/+1 | |
2015-06-06 | Changed appropriate containers to unordered_map | Tiger Wang | 1 | -16/+1 | |
Thanks to @worktycho for guidance! * Potential speed improvements | |||||
2015-05-30 | Fixed wrong indent. | Alexander Harkness | 1 | -1/+1 | |
2015-05-30 | PF - Handle all fencetypes | SafwatHalaby | 1 | -1/+7 | |
2015-05-30 | PF - Fixed diagonal cutting | SafwatHalaby | 1 | -5/+12 | |
2015-05-30 | Disabled squid and Guardian Pathfinding | SafwatHalaby | 2 | -2/+4 | |
2015-05-30 | Fixed creeper explosions | SafwatHalaby | 1 | -1/+1 | |
2015-05-28 | AI - Sane Skeleton | SafwatHalaby | 4 | -9/+21 | |
2015-05-28 | Fix comments | tycho | 4 | -19/+19 | |
2015-05-28 | AI - Tweaked wolf speed and teleport threshold | SafwatHalaby | 1 | -1/+2 | |
2015-05-27 | AI - Saner Livestock | SafwatHalaby | 1 | -2/+11 | |
2015-05-24 | Fix warnings in cPath | tycho | 1 | -9/+9 | |
2015-05-24 | Made -Weverything an error. | tycho | 12 | -27/+29 | |
2015-05-23 | Pathfinder - Bounding boxes and some tweaks | SafwatHalaby | 3 | -26/+114 | |
2015-05-23 | Fixed missing overrides and added a ignore flag for reserved macro for clang version 3.6 and higher. | Lukas Pioch | 2 | -3/+3 | |
2015-05-23 | Fixed creeper not exploding when 1 block higher than player | SafwatHalaby | 1 | -2/+4 | |
2015-05-20 | Path recalculation improvements | SafwatHalaby | 3 | -10/+17 | |
2015-05-19 | newlines | SafwatHalaby | 1 | -0/+9 | |
2015-05-19 | Make -Werror disabling file only | tycho | 24 | -30/+34 | |
Ad fix a load of warnings | |||||
2015-05-19 | Removed UniquePTR from PathFinder | SafwatHalaby | 2 | -19/+17 | |
2015-05-19 | Manual merge of #2066 | Alexander Harkness | 1 | -1/+1 | |
2015-05-17 | Pathfinder - approximated paths when original destination unreachable | SafwatHalaby | 5 | -55/+193 | |
2015-05-16 | PathFinder uses UniquePtr for cell map. | SafwatHalaby | 2 | -8/+3 | |
2015-05-15 | Revert "PathFinder - smart pointers" | worktycho | 2 | -3/+8 | |
2015-05-15 | uniquePTR | SafwatHalaby | 2 | -8/+3 | |
2015-05-10 | Fixed some warnings and logic errors in Monster.cpp | Tiger Wang | 1 | -5/+7 | |
2015-05-10 | PF - Less calcs per tick | wiseoldman95 | 1 | -1/+1 | |
2015-05-09 | More style checking. | Mattes D | 2 | -2/+2 | |
Spaces around some operators are checked. | |||||
2015-05-09 | GetSizeName of cSlime and cMagmaCube is now static | Tristan | 4 | -4/+4 | |
2015-05-09 | Fixed some Visual Studio warnings | Tiger Wang | 1 | -5/+5 | |
2015-05-09 | Move chunk position accesses after the chunk validity checks | worktycho | 1 | -2/+4 | |
2015-05-08 | Spaces in cPath | wiseoldman95 | 2 | -0/+2 | |
2015-05-07 | Big Magma Cube can now spawn | Tri125 | 2 | -2/+2 | |
Following the same method as the Slime, Magma Cube can now spawn with the size of 1, 2 or 4. | |||||
2015-05-07 | Fixed the sound issue with the MagmaCube | Tri125 | 2 | -2/+16 | |
-Name of the sound is correctly capitalized -Get the appropriate sound depending on its size | |||||
2015-05-07 | Added support for additional data in the ParticleEffect Packet | tycho | 1 | -2/+3 | |
Also started refactoring how broadcasts are handled | |||||
2015-05-06 | AI - Safer WouldBurnAt() | wiseoldman95 | 1 | -3/+8 | |
2015-05-06 | AI - Better shade cover | wiseoldman95 | 1 | -1/+9 | |
2015-05-06 | Actually empty the open list | worktycho | 1 | -1/+1 | |
2015-05-06 | (duplicate) AI - Livestock escape fixed, water jumping fixed | wiseoldman95 | 3 | -34/+79 | |
2015-05-06 | PF - Swimming bugfix | wiseoldman95 | 1 | -3/+3 | |
2015-05-06 | PF - Fixed mobs not reaching leaning player | wiseoldman95 | 2 | -3/+10 | |
2015-05-05 | AI - More conservative use of ResetPathFinding, fixed minor swimming / jumping bug | wiseoldman95 | 2 | -26/+47 | |
2015-05-04 | Entity improvements | Tiger Wang | 5 | -262/+222 | |
•Pathfinder improvements •Fixes #1217 •Fixes #1933 Merge remote-tracking branch 'SafwatHalaby/water2' into fixes | |||||
2015-05-03 | PathFinder - Fixed nullptr chunk bug | wiseoldman95 | 1 | -1/+1 | |
2015-05-03 | AI - Improved Mob Jumping | wiseoldman95 | 2 | -5/+16 | |
2015-05-03 | PathFinder - Crash fix, chunks in parameters are now references | wiseoldman95 | 3 | -10/+8 | |
2015-05-02 | AI - Better daylight handling | wiseoldman95 | 6 | -63/+22 | |
2015-05-02 | PathFinding - Chunk querying optimization and improve cPath::IsSolid | wiseoldman95 | 4 | -66/+38 | |
2015-05-01 | A* Pathfinding and better monster AI | wiseoldman95 | 11 | -156/+716 | |
2015-04-17 | Update IronGolem.cpp | mathias-gh | 1 | -1/+1 | |
2015-04-17 | Added MobTypeName for Giant | mathias-gh | 1 | -0/+1 | |
2015-03-31 | Changed air drag units to 'interpolated ticks' per second | DevToaster | 2 | -1/+3 | |
2015-03-31 | Modified physics for more vanilla-like behavior | DevToaster | 1 | -0/+2 | |
2015-03-21 | Creeper: Fixed skeleton check. | Mattes D | 1 | -11/+10 | |
2015-03-20 | Correct world height validations. | Tommy Santerre | 2 | -2/+2 | |
Unify the way we test block above the current one (Height - 1 instead of a_RelY + 1). Allow generation of world of flat height = 255 | |||||
2015-03-13 | Monsters will now attack. Additional checks have been added when generating spawn. | tumultenrx | 4 | -7/+5 | |
Monsters will now attack. Additional checks have been added when generating spawn. | |||||
2015-01-16 | Converted Monster to std::chrono | Tycho | 4 | -18/+18 | |
2015-01-11 | Initial convertion of a_Dt to std::chrono | Tycho | 40 | -58/+56 | |
also refactored cWorld::m_WorldAge and cWorld::m_TimeOfDay | |||||
2014-12-25 | Fixed basic style. | Mattes D | 2 | -2/+2 | |
2014-12-20 | Fixed damn empty line with no use | Masy98 | 2 | -5/+1 | |
2014-12-20 | Added Rabbit.h and Rabbit.cpp to the CMakeList | Masy98 | 1 | -0/+2 | |
2014-12-20 | Fixed Rabbit size | Masy98 | 1 | -1/+1 | |
2014-12-20 | Added Rabbits | Masy98 | 5 | -0/+68 | |
2014-12-19 | Fixed Guardians size and health | Masy98 | 1 | -1/+1 | |
2014-12-18 | Guardian can now spawn if wanted!? | Masy98 | 1 | -1/+1 | |
2014-12-18 | Added Entity Guardian | Masy98 | 7 | -1/+105 | |
2014-12-17 | derp | Howaner | 1 | -1/+1 | |
2014-12-17 | Added comment. | Howaner | 1 | -1/+1 | |
2014-12-17 | Fixed eMonsterType lua bugs. | Howaner | 1 | -0/+1 | |
2014-12-05 | BasicStyle: Added missing braces to control statements. | Mattes D | 2 | -5/+24 | |
2014-12-05 | Fixed reported parentheses around comparisons. | Mattes D | 4 | -4/+4 | |
2014-12-03 | clearing CheckBasicStyle.lua messages | p-mcgowan | 1 | -4/+4 | |
2014-12-01 | MobSpawner fixes. | Howaner | 2 | -1/+2 | |
2014-11-30 | Removed old StringToMobType() function from Monster.cpp | Howaner | 1 | -10/+0 | |
2014-11-29 | Mark StringToMobType() as deprecated. Use cMonster:StringToMobType() instead | Howaner | 1 | -9/+1 | |
2014-11-29 | Many api fixes, add vanilla names to mob type -> string functions and mob spawner fixes. | Howaner | 2 | -56/+68 | |
2014-11-26 | Merge remote-tracking branch 'origin-master' into c++11 | Tiger Wang | 2 | -5/+7 | |
2014-11-23 | formatting - newline at EOF inserted: Pig.cpp | p-mcgowan | 1 | -1/+5 | |
2014-11-23 | pigs turn into pigmen on lightning | p-mcgowan | 2 | -0/+19 | |
2014-11-22 | formatter error | p-mcgowan | 1 | -3/+3 | |
2014-11-22 | villagers turn into witches on lightning | p-mcgowan | 1 | -2/+4 | |
2014-11-22 | villagers turn into witches when struck by lightning | p-mcgowan | 1 | -0/+5 | |
2014-11-15 | Mobs: Fixed crash with terrain too high. | Mattes D | 2 | -5/+7 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 48 | -86/+86 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 48 | -86/+86 | |
2014-10-19 | Migrated random generators to std::random | Tiger Wang | 3 | -2/+1 | |
2014-10-12 | convert old style casts to fix warnings | Steven Riehl | 1 | -32/+28 | |
2014-10-05 | Fixed a missed value. | madmaxoft | 1 | -1/+1 | |
2014-10-05 | Removed obsolete cMonster::eType. | madmaxoft | 1 | -3/+0 | |
Has been replaced with global eMonsterType. | |||||
2014-10-05 | Fixed eMonsterType Lua API mismatch. | madmaxoft | 3 | -0/+24 | |
2014-09-29 | Derp | Jonathan Frederick | 1 | -1/+1 | |
2014-09-29 | Fix comments | Jonathan Frederick | 1 | -2/+2 | |
2014-09-28 | Make endermen take damage in water | Jonathan Frederick | 2 | -0/+21 | |
2014-09-27 | Fixed minor style issues. | madmaxoft | 1 | -1/+1 | |
2014-09-26 | Removed more unessicary includes | Tycho | 1 | -1/+1 | |
2014-09-25 | Fixed wrong Surrounding size | Howaner | 1 | -3/+3 | |
2014-09-25 | Fixed style | Tycho | 1 | -0/+3 | |
2014-09-19 | Implemented mob spawner. | Howaner | 1 | -1/+1 | |
2014-09-17 | Added first test to show the object can be created | Tycho | 10 | -110/+115 | |
2014-09-13 | Improved cBlockHandler::DropBlock | Tiger Wang | 1 | -1/+1 | |
2014-09-11 | Fixed mutton name in Sheep.cpp | Masy98 | 1 | -1/+1 | |
2014-09-04 | Revert "Globals.h: Added Floor and Ciel casting, C++ cast cleanups, etc" | archshift | 1 | -7/+5 | |
This reverts commit 472efa8174626a00ffdf5b39e1a44ac419cd3698. Apparently we don't support some of these features quite yet (darn you C++98!) | |||||
2014-09-04 | Globals.h: Added Floor and Ciel casting, C++ cast cleanups, etc | archshift | 1 | -5/+7 | |
Snow Golems must also be above 64Y to spawn snow (as of 1.8). | |||||
2014-09-03 | Fixed style and alpha-sorting. | madmaxoft | 1 | -7/+7 | |
2014-09-03 | Added mutton, which sheep now drop when killed | archshift | 1 | -0/+7 | |
2014-09-02 | Renamed SetWalkSpeed() to SetRelativeWalkSpeed() | Howaner | 2 | -5/+5 | |
2014-09-02 | Added CustomName saving. | Howaner | 1 | -2/+8 | |
2014-09-02 | Added the new functions to APIDump. | Howaner | 1 | -2/+2 | |
2014-09-02 | Added SetCustomName() to players. | Howaner | 1 | -1/+2 | |
2014-09-01 | Added name tag | Howaner | 3 | -0/+23 | |
2014-09-01 | Added CustomName to cMonster. | Howaner | 2 | -1/+48 | |
2014-08-30 | Added SetWalkSpeed() to cMonster. | Howaner | 2 | -0/+9 | |
2014-08-28 | Fixed mob burning. | reiter | 1 | -1/+1 | |
Fixes #1298 | |||||
2014-08-04 | BasicStyleCheck: Dividers are exactly 80 slashes. | madmaxoft | 1 | -1/+1 | |
2014-08-04 | Refactored case-conversion functions. | madmaxoft | 1 | -2/+1 | |
StrToLower() returns a modified copy of the string, InPlaceLowercase() modifies the string in-place. | |||||
2014-08-04 | Changed /** to /* | Howaner | 1 | -3/+5 | |
2014-08-04 | Fixed warnings | Howaner | 1 | -3/+3 | |
2014-08-04 | Attempt to fix knockback and swimming. | Howaner | 1 | -3/+9 | |
2014-08-03 | Wolf uses UUID for owner. | madmaxoft | 2 | -3/+13 | |
Fixes #1277. | |||||
2014-08-03 | Trailing whitespace fix. | madmaxoft | 1 | -1/+1 | |
2014-08-01 | Improved endermen code a little | Tiger Wang | 3 | -20/+56 | |
2014-07-31 | Comment suggestions | Tiger Wang | 1 | -9/+8 | |
2014-07-30 | Added lighting code and added comments | STRWarrior | 1 | -0/+17 | |
2014-07-30 | Removed lighting code in cEnderman::CheckEventSeePlayer | STRWarrior | 1 | -9/+1 | |
2014-07-24 | Removed redundant semicolons and re-added warning | archshift | 30 | -31/+31 | |
2014-07-23 | Fix item durability. | Howaner | 1 | -5/+1 | |
Fixes #1181 | |||||
2014-07-21 | Style: Normalized to no spaces before closing parenthesis. | madmaxoft | 1 | -1/+1 | |
2014-07-21 | Style: Normalized spaces after if, for and while. | madmaxoft | 1 | -1/+1 | |
2014-07-19 | Monsters: Made IsUndead overridable by the respective mob classes | archshift | 6 | -13/+11 | |
2014-07-19 | Fixed style: spaces after commas. | madmaxoft | 2 | -2/+2 | |
2014-07-19 | Fixed clamping issues | archshift | 1 | -5/+1 | |
2014-07-19 | Subdirs: Only add_library if not using MSVC | archshift | 1 | -1/+3 | |
2014-07-19 | Mobs/CMakeLists.txt: Replaced glob with list of files | archshift | 1 | -5/+69 | |
2014-07-18 | Fixed slime-related comments. | madmaxoft | 3 | -5/+10 | |
2014-07-18 | Slime sizes are 1, 2 or 4 and not 1, 2 or 3. | Howaner | 3 | -4/+4 | |
2014-07-18 | Monster fixes | Tiger Wang | 6 | -31/+5 | |
* Fixes #1203 * Fixes #627 | |||||
2014-07-18 | Fixed spaces before commas. | madmaxoft | 1 | -3/+3 | |
2014-07-18 | Skeletons should spawn with a bow in the hand. | Howaner | 2 | -0/+17 | |
Fixes #1184 | |||||
2014-07-17 | Split into more lines. | Howaner | 2 | -6/+10 | |
2014-07-17 | Fixed tabs used for alignment. | madmaxoft | 1 | -1/+1 | |
2014-07-17 | More trailing whitespace fixes. | madmaxoft | 2 | -2/+2 | |
2014-07-17 | Basic style fixes. | madmaxoft | 4 | -9/+9 | |
2014-07-17 | Fixed many slime bugs. | Howaner | 2 | -3/+73 | |
- Fixed slime hurt/death sound - Added slime spawning on death. - Fixed the max health. - Fixed the attack damage. - Little slimes should not attack players. | |||||
2014-07-17 | Normalized comments. | madmaxoft | 7 | -31/+30 | |
This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | |||||
2014-07-16 | Resolved backwards compatibility issues | Tiger Wang | 1 | -1/+1 | |
2014-07-13 | Update. | Howaner | 1 | -1/+1 | |
2014-07-13 | Changed BroadcastSoundEffect function to take floating pos. | Howaner | 2 | -4/+4 | |
2014-07-13 | Changed comments. | Howaner | 1 | -3/+5 | |
2014-07-12 | For now, removed creator member from Entity Effect for pointer safety | archshift | 1 | -1/+1 | |
2014-07-06 | Fixed slime handling in cMonster::StringToMobType(). | madmaxoft | 1 | -1/+1 | |
2014-07-05 | Changed everything to callbacks | Tiger Wang | 1 | -2/+20 | |
2014-07-04 | Tailored death messages | Tiger Wang | 6 | -11/+11 | |
2014-07-01 | Add doxy-comments. | Howaner | 1 | -1/+4 | |
2014-06-30 | Changed comment | worktycho | 1 | -1/+1 | |
2014-06-30 | Moved the random code to a function (cSheep::GenerateNaturalRandomColor()) | Howaner | 2 | -36/+47 | |
2014-06-28 | Save IsSheared from Sheep. | Howaner | 1 | -0/+3 | |
2014-06-28 | Fix sheep color's, add shear sound. | Howaner | 3 | -3/+42 | |
2014-06-22 | Bettered zombie and skeleton AI | Tiger Wang | 2 | -6/+4 | |
* Fixed potential issues with skylight detection | |||||
2014-06-21 | More suggestions | Tiger Wang | 1 | -1/+1 | |
2014-06-20 | Added pig riding. | tonibm19 | 2 | -0/+14 | |
Now you can ride a pig using a carrot on a stick. | |||||
2014-06-19 | Nullify deleted pointers. | archshift | 3 | -0/+3 | |
2014-06-19 | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 2 | -47/+0 | |
Changed effect map to take a pointer of the effect as a result. | |||||
2014-06-18 | Replaced strange algebra with dot product. | worktycho | 1 | -4/+6 | |
10 degrees is a completely arbitary constant I pulled from nowhere. Feel free to adjust this value. | |||||
2014-06-18 | Improved Enderman code | Tiger Wang | 2 | -14/+34 | |
2014-06-18 | Swapped m_Player and m_EndermanPos | STRWarrior | 1 | -2/+2 | |
2014-06-18 | Enderman attacks a player if he's looking at him. | STRWarrior | 2 | -0/+91 | |
2014-06-17 | Entity effects: changed User to Creator, removed pawn pass-by-value | archshift | 1 | -1/+1 | |
2014-06-17 | Entity Effects: Clarified user, added it to AddEntityEffect | archshift | 1 | -1/+1 | |
Added second AddEntityEffect with a pass-by-value of the class. | |||||
2014-06-17 | Changed the AddEntityEffect() params for easier calls. | madmaxoft | 1 | -1/+1 | |
2014-06-17 | Fixed MSVC compilation. | madmaxoft | 1 | -3/+3 | |
2014-06-17 | Pawn: renamed HandleEntityEffects to HandleEntityEffect | archshift | 2 | -3/+3 | |
Exported entity effect functions for ToLua and documented them in APIDesc.lua | |||||
2014-06-17 | Cave spider now poisons its victim, added IsPawn function to Entity | archshift | 3 | -4/+22 | |
2014-06-17 | Monster: added IsUndead(), undead-specific entity effects | archshift | 2 | -0/+71 | |
2014-06-08 | Fixed deadlock when moving players to other worlds. | Mattes D | 5 | -5/+5 | |
Fixes #1039, fixes #851 | |||||
2014-06-07 | Fixed mob hitbox sizes, removed TODOs | archshift | 3 | -5/+2 | |
Measured bat and blaze in vanilla, updated values. Cavespiders are, in fact, passive in the day. | |||||
2014-06-05 | Fixed decision failure | Tiger Wang | 1 | -1/+1 | |
2014-06-04 | Added checks for no downfall biomes | Tiger Wang | 1 | -1/+1 | |
2014-06-04 | Exploded creepers drop nothing, part of #1058 | Tiger Wang | 1 | -2/+8 | |
2014-06-02 | Small tweak for mobs | STRWarrior | 1 | -4/+14 | |
Mobs move a bit smoother and aren't able to move allot when in air. | |||||
2014-05-29 | Very minor code changes | Tiger Wang | 1 | -1/+1 | |
2014-05-21 | Fixed cWither::KilledBy | andrew | 1 | -1/+2 | |
2014-05-20 | Cleaned up cPlayer::UpdateMovementStats; Wither achievements | andrew | 2 | -0/+34 | |
2014-05-13 | Fixes | andrew | 1 | -1/+1 | |
2014-05-12 | Movement Statistics | andrew | 1 | -1/+3 | |
2014-05-12 | Fixed a few more switch warnings. | archshift | 1 | -0/+2 | |
2014-05-02 | Fixed MagmaCube spawning. | madmaxoft | 1 | -0/+4 | |
Fixes #928. | |||||
2014-04-28 | Revert "Withers now use the new invulnerable." | Howaner | 2 | -10/+26 | |
This reverts commit 619592b5a0ab651e714d55932bc7909e4204cee9. | |||||
2014-04-28 | Revert "Changed the old invulnerable methods from the wither to the new." | Howaner | 1 | -3/+0 | |
This reverts commit d50f8f6f11f69e7e1e56be92fb2d72a5014a3e34. | |||||
2014-04-28 | Fixed projectile source filenames, indentations | archshift | 3 | -3/+3 | |
2014-04-27 | Fixed warnings. | madmaxoft | 1 | -2/+2 | |
2014-04-27 | Redstone simulator now directly accesses cChunk | Tiger Wang | 1 | -3/+2 | |
* Redstone simulator performance improvements * Added return values to some functions * Minor fixes | |||||
2014-04-27 | Moved cGhastFireballEntity out of ProjectileEntity.h | archshift | 1 | -0/+1 | |
2014-04-27 | Moved cFireChargeEntity out of ProjectileEntity.h | archshift | 1 | -0/+1 | |
2014-04-27 | Moved cArrowEntity out of ProjectileEntity.h | archshift | 1 | -0/+1 | |
2014-04-27 | Added static const, initialized fields. | archshift | 1 | -1/+1 | |
2014-04-26 | Further refactored, Reverted Minecart change | archshift | 2 | -3/+3 | |
Other small changes. | |||||
2014-04-26 | Changed the old invulnerable methods from the wither to the new. | Howaner | 1 | -0/+3 | |
2014-04-26 | Withers now use the new invulnerable. | Howaner | 2 | -26/+10 | |
2014-04-26 | Fixes | Howaner | 2 | -8/+8 | |
2014-04-26 | Fixed mobs that don't naturally spawn. | archshift | 2 | -2/+6 | |
2014-04-26 | Moved huge conditional out of InStateChasing(), improving readability | archshift | 2 | -1/+20 | |
Squashed a warning. | |||||
2014-04-26 | Add entity invulnerable | Howaner | 14 | -24/+50 | |
2014-04-25 | Cmake generated projects for IDEs include headers in project files. | archshift | 1 | -0/+1 | |
2014-04-25 | Giants! | archshift | 2 | -7/+12 | |
Changed mfMaxplusone to mfUnhandled for readability, and fixed a default case warning. | |||||
2014-04-24 | Fixed class capitalization for the cave spider. | archshift | 3 | -6/+6 | |
2014-04-24 | Fixed references to renamed files. | archshift | 4 | -7/+7 | |
2014-04-24 | Rename mob source files to fit CamelCase. | archshift | 6 | -6/+0 | |
Rename Cavespider.cpp to CaveSpider.cpp Rename Cavespider.h to CaveSpider.h Rename Magmacube.cpp to MagmaCube.cpp Rename Magmacube.h to MagmaCube.h Rename Zombiepigman.cpp to ZombiePigman.cpp Rename Zombiepigman.h to ZombiePigman.h | |||||
2014-04-18 | Compilation fix | Tiger Wang | 1 | -1/+1 | |
2014-04-18 | Did some static analysis, fixed some bugs and optimized a lot of code | jfhumann | 2 | -4/+5 | |
2014-04-18 | Fixed #906 | Tiger Wang | 1 | -1/+2 | |
2014-04-18 | Fixed #904 | Tiger Wang | 1 | -1/+1 | |
2014-04-17 | Added new AI rules | Tiger Wang | 2 | -14/+28 | |
+ Added new AI rules handling cacti and large heights * Fixed cIniFile not recognising comments in cIniFile::ReadFile() * Fixed users.ini not being properly generated * Changed all instances of (int)floor(GetPosXXX()) to POSXXX_TOINT | |||||
2014-04-12 | Entities handle chunks properly again | Tiger Wang | 3 | -4/+4 | |
* Entities properly handle chunks * Changed EntityStatus enums to be less shouty | |||||
2014-04-10 | Fixed GitHuB WebEdit fail. | Alexander Harkness | 1 | -0/+1 | |
2014-04-10 | Update Monster.cpp | Alexander Harkness | 1 | -2/+4 | |
2014-03-31 | Final realisation of suggestions | Tiger Wang | 1 | -5/+7 | |
2014-03-31 | Fixed a few Y too high/low asserts | Tiger Wang | 1 | -5/+5 | |
2014-03-25 | More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future. | Samuel Barney | 3 | -6/+2 | |
Also had to undefine TOLUA_TEMPLATE_BIND a couple of times. | |||||
2014-03-25 | Fixed clang compilation | andrew | 1 | -1/+1 | |
2014-03-25 | Fixed wither summoning | andrew | 2 | -2/+13 | |
2014-03-25 | Protocol: Wither metadata | andrew | 2 | -0/+19 | |
2014-03-25 | Minor fixes | andrew | 2 | -4/+3 | |
2014-03-24 | Wither invulnerability | andrew | 3 | -1/+66 | |
2014-03-16 | Fixed double to float conversions. | madmaxoft | 1 | -5/+5 | |
2014-03-11 | Unified Vector classes | andrew | 2 | -2/+2 | |
2014-03-02 | cBlockInfo now manages the respective cBlockHandler | andrew | 1 | -1/+1 | |
2014-03-02 | Creeper fixes | tonibm19 | 2 | -10/+34 | |
- Fixed explosion time (1.5s, according to minecraftwiki) - Creeper explodes if right clicked with flint and steel | |||||
2014-03-01 | g_BlockXXX => cBlockInfo::XXX | andrew | 2 | -6/+6 | |
2014-02-27 | added mooshroom to cow conversion | tonibm19 | 1 | -0/+2 | |
2014-02-27 | Fixed sheep ASSERTing sometimes | Tiger Wang | 1 | -8/+18 | |
2014-02-24 | Fixed Formatting, added compiler warning suppressing methods, fixed comments | TheJumper | 5 | -3/+6 | |
2014-02-23 | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 24 | -38/+316 | |
2014-02-23 | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 20 | -48/+219 | |
2014-02-23 | Fixed Formatting, Added DropChances and CanPickUpLoot attributes to Monsters | TheJumper | 2 | -10/+14 | |
2014-02-23 | Fixed Formatting, Added DropChance attributes to Monsters | TheJumper | 7 | -35/+74 | |
2014-02-23 | Finally corrected the Enchantment constants. | TheJumper | 17 | -17/+17 | |
2014-02-22 | Changed formatting again | TheJumper | 1 | -1/+1 | |
2014-02-22 | Changed formatting, encapsuled armor drop, introduced better static Enchantment IDs | TheJumper | 8 | -24/+48 | |
2014-02-22 | Fixed Looting segment fault - a_Killer can be NULL | TheJumper | 17 | -19/+83 | |
2014-02-22 | Mooshroom.cpp: Added right click interaction | TheJumper | 2 | -1/+38 | |
2014-02-22 | Monster.h: Added doxy-comments for drop methods | TheJumper | 1 | -0/+3 | |
2014-02-22 | Monster.cpp: Fixed Formatting in AddRandomUncommonDropItem | TheJumper | 1 | -1/+1 | |
2014-02-22 | Changed killer detection by using cEntity methods | TheJumper | 3 | -3/+3 | |
2014-02-22 | Added static Enchantment Constants, Replaced cryptic Looting ID | TheJumper | 17 | -17/+17 | |
2014-02-21 | Fixed Mob Drops, Add Rare and Uncommon Drops, Looting inflicts Drops | TheJumper | 23 | -37/+144 | |
2014-02-20 | Add Wolf Heal with Food | Howaner | 1 | -10/+34 | |
2014-02-17 | Improved formatting | tonibm19 | 1 | -2/+2 | |
2014-02-16 | Now mobs can't escape from fences. | tonibm19 | 1 | -2/+2 | |
2014-02-16 | Fixes to previous commit | Tiger Wang | 1 | -9/+10 | |
2014-02-16 | Slight cleanup of wolf code | Tiger Wang | 1 | -23/+7 | |
2014-02-15 | Fixed TNT fizzing everywhere | Tiger Wang | 1 | -1/+1 | |
2014-02-12 | Simplified Attack() tracing | Tiger Wang | 1 | -1/+6 | |
2014-02-11 | Fixed #627 | Tiger Wang | 4 | -19/+10 | |
- Attack() is now called from cAggressive instead of cMonster * Monsters can no longer attack through walls * Should fix last remnants of player damage after teleporting (that both STR and bearbin contributed fixes to :P) | |||||
2014-02-05 | Fixed most of the reordering warnings | Tycho | 2 | -6/+6 | |
2014-02-05 | Fixed a bunch of MSVS warnings | Tiger Wang | 1 | -1/+1 | |
* Possibly also fixed some bugs with pathfinding and TNT, though unlikely | |||||
2014-02-04 | Blank lines and indentation. | tonibm19 | 1 | -0/+4 | |
Also removed GetClosestPlayer documentation | |||||
2014-02-03 | Increased Type safety of Biomes | Tycho | 1 | -1/+1 | |
Changed a number of funcictions from using integers to store biomes to using EMCSBiome Note that switching from an int to an Enum is a non-breaking chang to the lua bindings | |||||
2014-02-03 | Exporded World:FindClosestPlayer, Item:IsEnchantable and Monster:MoveToPosition to Lua API | tonibm19 | 2 | -0/+9 | |
2014-02-02 | Changed Signiture of OnUpdate | Tycho | 1 | -1/+4 | |
2014-02-01 | Monster's nominal speed was increased. | Kirill Kirilenko | 1 | -1/+1 | |
2014-02-01 | Fixed teleport to air, if owner is flying. | Kirill Kirilenko | 1 | -0/+1 | |
2014-01-29 | Did what xoft said | tonibm19 | 4 | -5/+3 | |
2014-01-29 | Rewritten code. | tonibm19 | 12 | -152/+25 | |
Implemented xoft suggestion. Using MoveToPosition as tigerw suggested. | |||||
2014-01-29 | Fixed sheep | tonibm19 | 1 | -18/+17 | |
2014-01-29 | Fixed a copypasta error... | tonibm19 | 4 | -1/+5 | |
2014-01-29 | Now mobs follow you when holding their breed item | tonibm19 | 10 | -5/+153 | |
2014-01-28 | Renamed Farmer functions and added doxycomments | STRWarrior | 2 | -17/+20 | |
2014-01-28 | Villager: NoCountDown and Action function don't check VillagersShouldHarvestCrops anymore because it shoudn't even be activated anywhere. | STRWarrior | 1 | -10/+0 | |
2014-01-27 | Villager doesn't check the environment for crops if it doesn't need to. | STRWarrior | 1 | -0/+5 | |
2014-01-27 | The world can now be configured wether farmers should be able to harvest crops. | STRWarrior | 1 | -0/+10 | |
2014-01-27 | Villager: Few more comments. | STRWarrior | 2 | -4/+9 | |
2014-01-27 | Cleanup | STRWarrior | 2 | -31/+65 | |
Most code in Tick is now split up in different functions. | |||||
2014-01-27 | Villagers: Harvesting is more rare. | STRWarrior | 1 | -1/+1 | |
2014-01-27 | Villager: Farmers can't place crops on blocks other then farmland. | STRWarrior | 1 | -1/+7 | |
2014-01-27 | Fixed compiler error. | STRWarrior | 1 | -1/+1 | |
2014-01-27 | Villager: Farmer: Crops finding is more random. | STRWarrior | 1 | -18/+19 | |
2014-01-27 | Added GetCropsPos and DidFindCrops functions. | STRWarrior | 1 | -0/+6 | |
2014-01-27 | Villagers: Farmers now replant the crops. | STRWarrior | 2 | -1/+17 | |
2014-01-27 | Villagers: Fixed only gettings the crops block when farming. | STRWarrior | 1 | -2/+2 | |
2014-01-27 | Villagers don't look for new crops when they already found one. | STRWarrior | 1 | -11/+9 | |
Slight cleanup. | |||||
2014-01-27 | Villagers: Farmers can also harvest carrots and potatoes. | STRWarrior | 2 | -9/+38 | |
2014-01-27 | Makes farmers farm crops. | STRWarrior | 2 | -1/+76 | |
2014-01-26 | Fixed bug where wolfs would teleport while they were sitting. | STRWarrior | 1 | -1/+4 | |
2014-01-26 | Small fix since the new AI and a new small feature. | STRWarrior | 1 | -6/+27 | |
You get particles when trying to tame wolfs. They don't walk anymore when they are sitting. | |||||
2014-01-26 | Fixed segmentation fault on villager damage | Tiger Wang | 1 | -1/+1 | |
It occurred when attack was environmental. | |||||
2014-01-25 | Did what xoft recommended | Tiger Wang | 1 | -1/+5 | |
2014-01-25 | Implemented sheeps eating grass. | STRWarrior | 2 | -1/+41 | |
2014-01-25 | Implemented fall damage for mobs | Tiger Wang | 2 | -6/+33 | |
+ Implemented mobile fall damage * Formatting fixes + Defined new Position->Integer macros | |||||
2014-01-25 | Attack() is no longer always called | Tiger Wang | 1 | -1/+1 | |
2014-01-25 | Mob bugfixes | Tiger Wang | 2 | -22/+39 | |
* Mobs no longer require constant line-of-sight to a player to remain aggravated * Fixed an ASSERT * Fixed mobs jumping * Fixed Idle state not properly using AI + Added FILE_IO_PREFIX to favicon loading + Implemented #563 | |||||
2014-01-25 | All mobs now drown (fixes #54) | Tiger Wang | 2 | -0/+7 | |
* Implemented mob drowning * Iron Golems and squids are excluded | |||||
2014-01-25 | Fixed a generator bug | Tiger Wang | 1 | -0/+3 | |
2014-01-25 | Zombies and skeletons use AI | Tiger Wang | 2 | -9/+15 | |
2014-01-24 | Miscellaneous improvements | Tiger Wang | 2 | -18/+13 | |
2014-01-24 | Changed a condition to IsGameMode | Tiger Wang | 1 | -2/+1 | |
2014-01-24 | Fixed a failure in cSquid. | madmaxoft | 1 | -1/+2 | |
Probably due to rounding errors the squid was querying out-of-chunk coords. | |||||
2014-01-24 | Made wolves compatible with new AI code | Tiger Wang | 2 | -11/+26 | |
2014-01-24 | Monsters no longer check for direct line of sight | Tiger Wang | 1 | -10/+2 | |
2014-01-24 | Large reworking of mob code [SEE DESC] | Tiger Wang | 6 | -232/+324 | |
+ Implemented better pathfinding - Removed lots of unused variables, functions, etc. * Changed some variable types * Other miscellaneous fixes, and also completes the previous PRs | |||||
2014-01-24 | Implemented creeper abilities | Tiger Wang | 2 | -2/+50 | |
* Creepers now explode with a sound effect * Creepers drop a music disc on the unlikely event of being killed by a skeleton's arrow Inspired by @maniak89's PR #132. | |||||
2014-01-16 | Removed obsoleted functions | Tiger Wang | 1 | -1/+1 | |
2013-12-25 | Preliminary mobile entity saving | Tiger Wang | 1 | -1/+2 | |
* Fixes #252 * Alleviates #380 + Adds mob saving * Fixed some debug !ASSERTs | |||||
2013-12-23 | Some fixes (SEE DESC) | tonibm19 | 1 | -0/+6 | |
-Added missing mobs (wither, enderdragon and iron golem) to type to string list. -Wither and iron golem can now spawn | |||||
2013-12-22 | Fixed bug where snowgolems could replace non-solid blocks to snow blocks. | STRWarrior | 1 | -1/+3 | |
2013-12-22 | Snow golems die in hot biomes and leave a snow trail. | STRWarrior | 2 | -0/+18 | |
2013-12-22 | EnderDragons and SnowGolems are able to spawn. | STRWarrior | 1 | -0/+2 | |
2013-12-20 | Fixed the rest of constructor reorders. | madmaxoft | 1 | -2/+2 | |
2013-12-20 | Sorted a few constructors to remove warnings. | madmaxoft | 5 | -17/+21 | |
2013-12-20 | Fixed compiler warning when iterating over a fixed array of items (ARRAYCOUNT). | madmaxoft | 1 | -1/+1 | |
2013-12-14 | Fixed not getting XP from mobs. | STRWarrior | 1 | -0/+6 | |
2013-12-11 | moved mobs to globs | Tycho Bickerstaff | 1 | -1/+5 | |
2013-12-10 | more cmake | Tycho Bickerstaff | 1 | -0/+7 | |
2013-11-24 | Moved source to src | Alexander Harkness | 65 | -0/+3488 | |