| Commit message (Expand) | Author | Files | Lines |
2014-08-28 | Fixed mob burning. | reiter | 1 | -1/+1 |
2014-08-04 | BasicStyleCheck: Dividers are exactly 80 slashes. | madmaxoft | 1 | -1/+1 |
2014-08-04 | Refactored case-conversion functions. | madmaxoft | 1 | -2/+1 |
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 |
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 |
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 |
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 |
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 |
2014-07-17 | Normalized comments. | madmaxoft | 7 | -31/+30 |
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 |
2014-06-21 | More suggestions | Tiger Wang | 1 | -1/+1 |
2014-06-20 | Added pig riding. | tonibm19 | 2 | -0/+14 |
2014-06-19 | Nullify deleted pointers. | archshift | 3 | -0/+3 |
2014-06-19 | EntityEffects.x -> EntityEffect.x, Object-Oriented effects | archshift | 2 | -47/+0 |
2014-06-18 | Replaced strange algebra with dot product. | worktycho | 1 | -4/+6 |
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 |
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 |
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 |
2014-06-07 | Fixed mob hitbox sizes, removed TODOs | archshift | 3 | -5/+2 |
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 |
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 |
2014-04-28 | Revert "Withers now use the new invulnerable." | Howaner | 2 | -10/+26 |
2014-04-28 | Revert "Changed the old invulnerable methods from the wither to the new." | Howaner | 1 | -3/+0 |
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 |
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 |
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 |
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 |
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 |
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 |
2014-04-12 | Entities handle chunks properly again | Tiger Wang | 3 | -4/+4 |
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 |
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 |
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 |
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 |
2014-02-04 | Blank lines and indentation. | tonibm19 | 1 | -0/+4 |
2014-02-03 | Increased Type safety of Biomes | Tycho | 1 | -1/+1 |
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 |
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 |
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 |
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 |
2014-01-26 | Fixed segmentation fault on villager damage | Tiger Wang | 1 | -1/+1 |
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 |
2014-01-25 | Attack() is no longer always called | Tiger Wang | 1 | -1/+1 |
2014-01-25 | Mob bugfixes | Tiger Wang | 2 | -22/+39 |
2014-01-25 | All mobs now drown (fixes #54) | Tiger Wang | 2 | -0/+7 |
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 |
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 |
2014-01-24 | Implemented creeper abilities | Tiger Wang | 2 | -2/+50 |
2014-01-16 | Removed obsoleted functions | Tiger Wang | 1 | -1/+1 |
2013-12-25 | Preliminary mobile entity saving | Tiger Wang | 1 | -1/+2 |
2013-12-23 | Some fixes (SEE DESC) | tonibm19 | 1 | -0/+6 |
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 |