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
/
Entities
/
Pickup.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add Statistics and Achievements for newer Network standards
12xx12
2020-08-19
1
-4
/
+4
*
Improve entity position updates (#4701)
Tiger Wang
2020-05-04
1
-5
/
+2
*
Unify entity spawn packet sending
Tiger Wang
2020-05-01
1
-1
/
+2
*
Using Super.
Mattes D
2020-04-16
1
-3
/
+3
*
Tweak pickup sound pitch (#4598)
Mat
2020-04-03
1
-1
/
+1
*
Stabilise MoveToWorld (#4004)
Mat
2020-03-05
1
-4
/
+4
*
Refactored more of Entities and BlockEntities to use Vector3. (#4403)
Mattes D
2019-09-29
1
-9
/
+12
*
Fix building with clang 8.0 (#4346)
Bond-009
2019-08-11
1
-1
/
+1
*
Broadcast refactor (#4264)
peterbell10
2018-07-24
1
-4
/
+2
*
Exp Orbs and Pickups are destroyed instantly by cacti. (#4136)
Alexander Harkness
2018-01-16
1
-0
/
+15
*
Rename cEntity swim states (#3996)
Alexander Harkness
2018-01-14
1
-15
/
+2
*
Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)
Lane Kolbly
2017-09-19
1
-1
/
+1
*
Replace ItemCallbacks with lambdas (#3993)
peterbell10
2017-09-11
1
-12
/
+11
*
Revert "Replace ItemCallbacks with lambdas (#3948)"
LogicParrot
2017-09-02
1
-11
/
+12
*
Replace ItemCallbacks with lambdas (#3948)
peterbell10
2017-09-01
1
-12
/
+11
*
Changing pickup lifetime and combining semantics, making these adjustable in the lua api. (#3843)
Lane Kolbly
2017-07-12
1
-5
/
+11
*
Avoid pickups to sink into blocks and disappear (#3739)
Pablo Beltrán
2017-06-04
1
-2
/
+8
*
Updated sounds and effect IDs (#3422)
mathiascode
2017-02-15
1
-1
/
+1
*
Initial support for the 1.11 protocol.
Mattes D
2016-12-16
1
-1
/
+1
*
Spectators added (#2852)
bibo38
2016-10-12
1
-0
/
+6
*
Entities now bail out of ticks if destroyed (#3363)
LogicParrot
2016-09-03
1
-0
/
+5
*
Fix issues below y = 0
LogicParrot
2016-04-18
1
-6
/
+0
*
Proper entity destruction in non-ticking chunks
LogicParrot
2016-02-19
1
-2
/
+4
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-4
/
+4
*
Merge branch 'master' into PreventNewWarnings
tycho
2015-05-28
1
-0
/
+1
|
\
|
*
Fixes #2052
Tiger Wang
2015-05-18
1
-0
/
+1
*
|
Made -Weverything an error.
tycho
2015-05-24
1
-3
/
+3
|
/
*
Changed air drag for pickups
DevToaster
2015-03-31
1
-1
/
+1
*
Modified physics for more vanilla-like behavior
DevToaster
2015-03-31
1
-1
/
+2
*
Converted cPickupEntity to std::chrono
Tycho
2015-01-16
1
-9
/
+9
*
Initial convertion of a_Dt to std::chrono
Tycho
2015-01-11
1
-3
/
+3
*
Functions in cPluginManager get references instead of pointers.
Mattes D
2014-10-15
1
-9
/
+7
*
Pickups combine only within one chunk.
madmaxoft
2014-09-01
1
-2
/
+6
*
Fixed tabs used for alignment.
madmaxoft
2014-07-17
1
-1
/
+1
*
More trailing whitespace fixes.
madmaxoft
2014-07-17
1
-1
/
+1
*
Normalized comments.
madmaxoft
2014-07-17
1
-6
/
+6
*
Changed BroadcastSoundEffect function to take floating pos.
Howaner
2014-07-13
1
-1
/
+1
*
Fixed arrow collection animation
Tiger Wang
2014-07-09
1
-1
/
+1
*
Merged branch 'howaner/Pickups'.
Mattes D
2014-06-26
1
-6
/
+27
|
\
|
*
Fixed a comment and changed CombineCount to short.
Howaner
2014-06-26
1
-2
/
+2
|
*
Optimize combining.
Howaner
2014-06-24
1
-3
/
+3
|
*
Better combining.
Howaner
2014-06-24
1
-3
/
+20
|
*
Fix pickup combining over the maximum stack size.
Howaner
2014-06-24
1
-4
/
+8
|
/
*
cEntity::Killed(cEntity *) Handler; Achievement triggers; cPlayer::AwardAchievement()
andrew
2014-05-12
1
-0
/
+10
*
Entities handle chunks properly again
Tiger Wang
2014-04-12
1
-32
/
+31
*
Add ExpOrb saving.
Howaner
2014-03-15
1
-1
/
+1
*
Fixed most of the reordering warnings
Tycho
2014-02-05
1
-2
/
+2
*
Implemented pickup combining
Tiger Wang
2014-01-25
1
-0
/
+55
*
Miscellaneous improvements
Tiger Wang
2014-01-24
1
-10
/
+4
*
Moved bindings-related to a Bindings subfolder.
madmaxoft
2013-12-08
1
-1
/
+1
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+166