index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
Mobs
/
Villager.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-09-03
Entities now bail out of ticks if destroyed (#3363)
LogicParrot
1
-0
/
+5
2015-12-13
Decoupled cMonster and path recalc logic, re-implemented recalc
Safwat Halaby
1
-1
/
+1
2015-07-31
Unified the doxy-comment format.
Mattes D
1
-8
/
+10
2015-07-29
Silenced and fixed many warning messages across multiple files.
Samuel Barney
1
-8
/
+8
2015-07-16
Spawn baby mobs
hallucino
1
-1
/
+1
2015-05-04
Entity improvements
Tiger Wang
1
-1
/
+1
2015-01-11
Initial convertion of a_Dt to std::chrono
Tycho
1
-1
/
+1
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-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-1
/
+1
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-1
/
+1
2014-09-25
Fixed wrong Surrounding size
Howaner
1
-3
/
+3
2014-07-17
Basic style fixes.
madmaxoft
1
-1
/
+1
2014-07-17
Normalized comments.
madmaxoft
1
-2
/
+2
2014-04-26
Add entity invulnerable
Howaner
1
-2
/
+7
2014-04-12
Entities handle chunks properly again
Tiger Wang
1
-1
/
+1
2014-03-02
cBlockInfo now manages the respective cBlockHandler
andrew
1
-1
/
+1
2014-02-05
Fixed most of the reordering warnings
Tycho
1
-2
/
+2
2014-02-02
Changed Signiture of OnUpdate
Tycho
1
-1
/
+4
2014-01-28
Renamed Farmer functions and added doxycomments
STRWarrior
1
-11
/
+7
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
1
-3
/
+8
2014-01-27
Cleanup
STRWarrior
1
-28
/
+58
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
Villagers: Farmers now replant the crops.
STRWarrior
1
-1
/
+16
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
1
-9
/
+37
2014-01-27
Makes farmers farm crops.
STRWarrior
1
-1
/
+71
2014-01-26
Fixed segmentation fault on villager damage
Tiger Wang
1
-1
/
+1
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-10-20
Fixed loading allowed mobs in world.
madmaxoft
1
-1
/
+1
2013-10-11
Fifth round of fixes
Tiger Wang
1
-2
/
+2
2013-10-08
Initial Metadata Commit [SEE DESC]
Tiger Wang
1
-2
/
+20
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-17
/
+17
2013-07-01
Rewritten entity-on-fire management ("forever on fire" bugs)
madmaxoft@gmail.com
1
-1
/
+1
2012-12-22
Reduced most mobs' constructors to oneliners by passing parameters to superclasses
madmaxoft@gmail.com
1
-3
/
+2
2012-12-21
Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass().
madmaxoft@gmail.com
1
-9
/
+0
2012-12-21
Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested)
madmaxoft@gmail.com
1
-20
/
+2
2012-10-19
Added spawn eggs with mobs (patch committed by Luksor)
madmaxoft@gmail.com
1
-0
/
+45