Closed jdonkervliet closed 4 years ago
In GitLab by @wubero on May 28, 2020, 11:28
added 1 commit
In GitLab by @wubero on May 28, 2020, 11:28
unmarked as a Work In Progress
In GitLab by @wubero on May 28, 2020, 11:29
changed the description
In GitLab by @swabbur on May 28, 2020, 11:46
Commented on src/main/java/net/glowstone/block/blocktype/BlockLiquid.java line 141
Would it be possible to wrap this line at the &&
instead of halfway through the parameter list?
In GitLab by @swabbur on May 28, 2020, 11:48
Commented on src/main/java/net/glowstone/block/blocktype/BlockLiquid.java line 230
Could you use something like SIDES.contains(direction)
? Instead of checking each one separately?
In GitLab by @swabbur on May 28, 2020, 11:48
Commented on src/main/java/net/glowstone/block/blocktype/BlockLiquid.java line 230
And is the check even necessary when we already count the number of sides in the next for-loop?
In GitLab by @wubero on May 28, 2020, 11:55
Commented on src/main/java/net/glowstone/block/blocktype/BlockLiquid.java line 141
changed this line in version 3 of the diff
In GitLab by @wubero on May 28, 2020, 11:55
Commented on src/main/java/net/glowstone/block/blocktype/BlockLiquid.java line 230
changed this line in version 3 of the diff
In GitLab by @wubero on May 28, 2020, 11:55
added 118 commits
development
In GitLab by @wubero on May 28, 2020, 11:55
Commented on src/main/java/net/glowstone/block/blocktype/BlockLiquid.java line 230
Yes, you are correct. I removed the if statement
In GitLab by @wubero on May 28, 2020, 11:55
resolved all threads
In GitLab by @larsdetombe on May 28, 2020, 12:17
Commented on src/main/java/net/glowstone/block/blocktype/BlockLiquid.java line 229
Could you add some whitelines before and in this if statement?
In GitLab by @wubero on May 28, 2020, 12:20
added 1 commit
In GitLab by @wubero on May 28, 2020, 12:21
Commented on src/main/java/net/glowstone/block/blocktype/BlockLiquid.java line 229
Should be fixed now
In GitLab by @wubero on May 28, 2020, 12:21
resolved all threads
In GitLab by @larsdetombe on May 28, 2020, 12:22
enabled an automatic merge when the pipeline for 2addaeb00939e7c67163c9bef2e78042cc6c7940 succeeds
In GitLab by @julian9499 on May 28, 2020, 12:44
canceled the automatic merge
In GitLab by @swabbur on May 28, 2020, 13:04
enabled an automatic merge when the pipeline for 2addaeb00939e7c67163c9bef2e78042cc6c7940 succeeds
In GitLab by @swabbur on May 28, 2020, 13:27
merged
In GitLab by @swabbur on May 28, 2020, 13:27
mentioned in commit 3cb059489b21abbc8435c1705ac65cd9ad74702e
In GitLab by @wubero on May 25, 2020, 15:28
Merges bugfix/water-flow -> development
The water flow buggs are fixed