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
/
Entity.h
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Minecart entity now supports IsA() self-identification
madmaxoft@gmail.com
2013-02-27
1
-4
/
+5
*
Moved the Speed member into cEntity class instead of its descendants.
madmaxoft@gmail.com
2013-02-21
1
-2
/
+12
*
Minecarts can now be placed.
madmaxoft@gmail.com
2013-02-18
1
-0
/
+1
*
Removed useless logging from cEntity::GetLookVector()
madmaxoft@gmail.com
2013-02-10
1
-9
/
+9
*
Added a GetClassStatic function to all entities, as well as cFurnaceEntity, cChestEntity and cWorld
faketruth
2013-02-03
1
-25
/
+7
*
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
2013-01-12
1
-4
/
+4
*
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
1
-1
/
+3
*
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
1
-9
/
+21
*
Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass().
madmaxoft@gmail.com
2012-12-21
1
-17
/
+39
*
Replaced "const double &" with plain "double" for simplicity
madmaxoft@gmail.com
2012-12-21
1
-26
/
+26
*
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
2012-09-24
1
-0
/
+172