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
/
source
/
Mobs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Moved the Speed member into cEntity class instead of its descendants.
madmaxoft@gmail.com
2013-02-21
1
-1
/
+0
*
Removed all E_ITEM_ symbols equivalent to E_BLOCK_, and all obsolete item and block symbols.
madmaxoft@gmail.com
2013-02-16
2
-2
/
+2
*
MTRand reference is now passed as a Tick() parameter so that it isn't created and destroyed over and over again. All entities will handle physics (empty callback for now)
madmaxoft@gmail.com
2012-12-22
18
-87
/
+97
*
Reduced most mobs' constructors to oneliners by passing parameters to superclasses
madmaxoft@gmail.com
2012-12-22
35
-200
/
+85
*
Added sounds to levers and mobs
luksor111@gmail.com
2012-12-21
22
-0
/
+47
*
Added more constants into eEntityType; made them a compulsory parameter to the constructor, so that all entities have proper type.
madmaxoft@gmail.com
2012-12-21
5
-31
/
+66
*
Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass().
madmaxoft@gmail.com
2012-12-21
48
-267
/
+75
*
Refactored the TakeDamage API to take equipped weapon and armor into consideration (PvP untested)
madmaxoft@gmail.com
2012-12-21
49
-594
/
+574
*
Refactored the world time.
madmaxoft@gmail.com
2012-11-01
6
-12
/
+16
*
Added Bats and Witches.
luksor111@gmail.com
2012-11-01
4
-0
/
+128
*
Added spawn eggs with mobs (patch committed by Luksor)
madmaxoft@gmail.com
2012-10-19
10
-0
/
+314
*
Removed a few debugging messages from the release builds.
madmaxoft@gmail.com
2012-10-06
1
-4
/
+5
*
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
2012-09-24
4
-12
/
+12
*
Source files cleanup: Mobs-related files in a separate subfolder, renamed.
madmaxoft@gmail.com
2012-09-23
40
-0
/
+1986