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
/
Pickup.cpp
(
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
/
+1
*
Renamed HOOK_COLLECT_PICKUP to HOOK_COLLECTING_PICKUP to match other hooks' naming.
madmaxoft@gmail.com
2013-01-28
1
-1
/
+1
*
Fixed disappearing pickups - wrong physics simulation.
madmaxoft@gmail.com
2013-01-06
1
-30
/
+40
*
cPickup now uses full cItem, instead of a pointer
madmaxoft@gmail.com
2012-12-28
1
-15
/
+6
*
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
-12
/
+10
*
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
-4
/
+1
*
Reworked the IsA() / GetClass() framework to actually be useful. Added GetParentClass().
madmaxoft@gmail.com
2012-12-21
1
-6
/
+0
*
Fixed issues with pickups.
sebi.noreply@gmail.com
2012-10-24
1
-2
/
+6
*
Preparation for multiple fluid simulators.
madmaxoft@gmail.com
2012-10-13
1
-4
/
+2
*
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
2012-09-24
1
-0
/
+275