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
/
Boat.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactored more of Entities and BlockEntities to use Vector3. (#4403)
Mattes D
2019-09-29
1
-1
/
+1
*
CheckBasicStyle: Check number of empty lines between functions (#4267)
peterbell10
2018-07-26
1
-0
/
+2
*
Deal with covered switches consistently (#4161)
peterbell10
2018-02-05
1
-7
/
+2
*
Changed some int parameters to vector parameters (#3937)
Bond-009
2017-09-07
1
-2
/
+2
*
Exported boat
Lukas Pioch
2017-05-24
1
-3
/
+106
*
Entities now bail out of ticks if destroyed (#3363)
LogicParrot
2016-09-03
1
-0
/
+5
*
Fixes for boat entities (#3265)
beeduck
2016-07-18
1
-2
/
+36
*
Bulk clearing of whitespace
LogicParrot
2016-02-05
1
-4
/
+4
*
Changed air drag units to 'interpolated ticks' per second
DevToaster
2015-03-31
1
-1
/
+1
*
Modified physics for more vanilla-like behavior
DevToaster
2015-03-31
1
-1
/
+3
*
Correct world height validations.
Tommy Santerre
2015-03-20
1
-1
/
+1
*
Initial convertion of a_Dt to std::chrono
Tycho
2015-01-11
1
-1
/
+1
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-2
/
+2
*
Added name tag
Howaner
2014-09-01
1
-0
/
+2
*
Basic style fixes.
madmaxoft
2014-07-17
1
-1
/
+1
*
Normalized comments.
madmaxoft
2014-07-17
1
-1
/
+1
*
Add entity invulnerable
Howaner
2014-04-26
1
-2
/
+6
*
More fixes to get it to compile for me on Mac 10.9. Mostly just newline additions, but some of the unused variables were causing errors, so I wrapped them in #ifndef __APPLE__ calls, since I didn't know if they were going to be used in the future.
Samuel Barney
2014-03-25
1
-2
/
+0
*
Small improvements to boats.
STRWarrior
2014-02-24
1
-3
/
+7
*
Fixed a boat ASSERT
Tiger Wang
2014-02-09
1
-2
/
+8
*
Boats drop a boat pickup when destroyed by hand. You can now actualy use boats.
STRWarrior
2013-12-16
1
-2
/
+31
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+87