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
clang-format-codebase
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
/
IncrementalRedstoneSimulator
/
IncrementalRedstoneSimulator.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-08-21
Remove std::make_unique from redstone handler creation
Tiger Wang
1
-128
/
+5
2020-08-08
Remove the redstone solid block handler
Tiger Wang
1
-42
/
+27
2020-08-04
Do not GetBlock individually in simulators
Tiger Wang
1
-49
/
+36
2020-08-02
Always use relative coordinates in AddBlock
Tiger Wang
1
-13
/
+5
2020-08-02
Add WakeUp/AddBlock distinction
Tiger Wang
1
-40
/
+53
2020-08-01
Replaced cpp14::make_unique<> with std::make_unique<>.
Mattes D
1
-22
/
+22
2020-07-26
Remove redundant ErasePowerData call
Tiger Wang
1
-7
/
+5
2020-07-26
Use SimulateChunk in redstone simulator
Tiger Wang
1
-58
/
+84
2020-07-24
Redstone: check validity of GetBlock
Tiger Wang
1
-1
/
+5
2020-04-16
ಠ_ಠ (#4660)
Tiger Wang
1
-0
/
+3
2020-04-05
Filter blocks to add to redstone sim's wake queue (#4621)
peterbell10
1
-2
/
+61
2020-03-27
Lock hopper when powered by redstone (#4347)
Bond-009
1
-0
/
+2
2018-08-29
Force all headers other than "Globals.h" to be included with relative paths (#4269)
peterbell10
1
-1
/
+1
2018-07-26
CheckBasicStyle: Check number of empty lines between functions (#4267)
peterbell10
1
-1
/
+0
2017-07-17
Allocate redstone component handlers upfront
peterbell10
1
-26
/
+49
2017-04-29
Fix fence gates (#3683)
Bond-009
1
-0
/
+5
2016-07-01
Revert "Made redstone handlers static"
Lukas Pioch
1
-90
/
+30
2016-06-15
- Add a activation flag to droppers and dispensers. Previously droppers and dispensers shot items with every block update.
QUSpilPrgm
1
-3
/
+3
2016-05-28
Don't let redstone blocks power adjacent blocks. (#3214)
QUSpilPrgm
1
-1
/
+1
2016-05-28
Made redstone handlers static
Tiger Wang
1
-30
/
+90
2016-02-09
Update RedstoneSimulator to delete unused cached PowerData
Marvin Kopf
1
-1
/
+4
2015-12-28
Removed excessive logging in redstone simulator.
Mattes D
1
-7
/
+0
2015-12-19
Fixes for clang-3.7
Lukas Pioch
1
-2
/
+2
2015-12-18
Reorganised the redstone simulator
Tiger Wang
1
-0
/
+170