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
/
Floater.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-05-03
Add cEntity::GetBoundingBox, and use where appropriate. (#4711)
Alexander Harkness
1
-1
/
+1
2020-05-01
Unify entity spawn packet sending
Tiger Wang
1
-2
/
+2
2020-04-20
Delet SpawnObject params
Tiger Wang
1
-1
/
+1
2020-04-16
Using Super.
Mattes D
1
-1
/
+1
2020-04-03
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
Mattes D
1
-0
/
+1
2020-03-27
Fix typo in floater code (#4556)
Mat
1
-1
/
+1
2020-03-05
Stabilise MoveToWorld (#4004)
Mat
1
-1
/
+1
2019-09-29
Refactored more of Entities and BlockEntities to use Vector3. (#4403)
Mattes D
1
-3
/
+3
2018-07-24
Broadcast refactor (#4264)
peterbell10
1
-3
/
+2
2018-04-27
Fix fishing timer (#4217)
peterbell10
1
-0
/
+5
2017-09-19
Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)
Lane Kolbly
1
-1
/
+1
2017-09-11
Replace ItemCallbacks with lambdas (#3993)
peterbell10
1
-37
/
+8
2017-09-02
Revert "Replace ItemCallbacks with lambdas (#3948)"
LogicParrot
1
-8
/
+37
2017-09-01
Replace ItemCallbacks with lambdas (#3948)
peterbell10
1
-37
/
+8
2017-06-13
FastRandom rewrite (#3754)
peterbell10
1
-4
/
+6
2017-02-20
Changed fish launching mechanism (#3520)
Alex
1
-0
/
+2
2017-02-15
Updated sounds and effect IDs (#3422)
mathiascode
1
-1
/
+1
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-4
/
+4
2015-12-11
Test for correct coordinates when fishing
Gargaj
1
-1
/
+1
2015-12-10
Test for correct coordinates when fishing
Gargaj
1
-1
/
+1
2015-07-31
Unified the doxy-comment format.
Mattes D
1
-2
/
+2
2015-07-29
Silenced and fixed many warning messages across multiple files.
Samuel Barney
1
-9
/
+10
2015-05-07
Added support for additional data in the ParticleEffect Packet
tycho
1
-3
/
+3
2015-01-11
Initial convertion of a_Dt to std::chrono
Tycho
1
-1
/
+1
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-07-17
Normalized comments.
madmaxoft
1
-9
/
+9
2014-07-13
Changed BroadcastSoundEffect function to take floating pos.
Howaner
1
-1
/
+1
2014-02-05
Fixed most of the reordering warnings
Tycho
1
-2
/
+2
2014-02-04
Improved Type safety of eBlockFace
Tycho
1
-2
/
+2
2013-12-25
Fixed Parentheses.
STRWarrior
1
-2
/
+2
2013-12-25
You are now able to sweep mobs to your position using fishing rods.
STRWarrior
1
-8
/
+129
2013-12-22
Fishing underground is slower and fishing while raining is faster.
STRWarrior
1
-0
/
+15
2013-12-22
Fixed compiler warnings.
STRWarrior
1
-2
/
+2
2013-12-22
Fishing now uses a countdown instead of a random number each tick.
STRWarrior
1
-11
/
+26
2013-12-21
You could now only get fish from non-source blocks. Fixed it.
STRWarrior
1
-1
/
+1
2013-12-21
Fixed bug where you could get fish from non-source blocks.
STRWarrior
1
-1
/
+1
2013-12-20
Fixed bug where the floater could pop in the water while you could already get a fish.
STRWarrior
1
-2
/
+2
2013-12-20
More reordering fixes.
madmaxoft
1
-3
/
+12
2013-12-19
Fixed #include in Floater.cpp.
STRWarrior
1
-1
/
+1
2013-12-19
The floater now actualy dives under water.
STRWarrior
1
-1
/
+1
2013-12-19
Added cFloater class.
STRWarrior
1
-0
/
+58