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
/
Simulator
/
FluidSimulator.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-07-27
Add new flow direction calculating algorithm (#4160)
bionext03
1
-71
/
+32
2017-03-21
Added blocks that can be washed away by water (#3637)
Bond-009
1
-0
/
+10
2017-02-14
Added some blocks and items (#3503)
mathiascode
1
-0
/
+1
2016-08-24
Fixed type-casting-related warnings.
Mattes D
1
-6
/
+6
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-3
/
+3
2015-07-29
Silenced and fixed many warning messages across multiple files.
Samuel Barney
1
-2
/
+2
2014-12-05
BasicStyle: Added missing braces to control statements.
Mattes D
1
-0
/
+2
2014-12-05
Fixed reported parentheses around comparisons.
Mattes D
1
-1
/
+3
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-21
Style: Normalized spaces after if, for and while.
madmaxoft
1
-3
/
+3
2014-07-17
Fixed tabs used for alignment.
madmaxoft
1
-1
/
+1
2014-07-17
Normalized comments.
madmaxoft
1
-8
/
+8
2014-06-19
Nullify deleted pointers.
archshift
1
-1
/
+3
2014-04-18
Did some static analysis, fixed some bugs and optimized a lot of code
jfhumann
1
-1
/
+1
2014-03-28
Some fixes to lilypads
Tiger Wang
1
-0
/
+1
2014-02-03
Removed unused lookups
Tycho
1
-2
/
+0
2013-12-09
Fix Unused Variable Warning at FluidSimulator.cpp line 169 and 176
worktycho
1
-4
/
+3
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-04-06
Cobwebs are now washed away by water and can be broken by swords and shears, giving string.
madmaxoft@gmail.com
1
-0
/
+1
2013-03-17
Fluid simulator: fixed an out-of-bounds read when determining fluid direction
madmaxoft@gmail.com
1
-2
/
+5
2013-02-28
Converted simulators to take cWorld reference instead of a pointer
madmaxoft@gmail.com
1
-8
/
+8
2012-10-19
Fluids will wash away crops and sugarcane.
madmaxoft@gmail.com
1
-0
/
+2
2012-10-18
Fixed a few bugs in fluid placement - fluid into other fluid, fluid into washable blocks.
madmaxoft@gmail.com
1
-5
/
+9
2012-10-16
More blocks can be washed away by fluids.
madmaxoft@gmail.com
1
-0
/
+4
2012-10-14
Initial Floody fluid simulator.
madmaxoft@gmail.com
1
-7
/
+48
2012-10-13
Better split of the fluid simulator functionality; removed the old LavaSimulator and WaterSimulator files.
madmaxoft@gmail.com
1
-0
/
+138
2012-10-13
Preparation for multiple fluid simulators.
madmaxoft@gmail.com
1
-0
/
+19