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
/
IncrementalRedstoneSimulator.inc
(
follow
)
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fixed a crash in redstone simulator.
Mattes D
2014-10-23
1
-1
/
+0
|
*
Use factory method to construct redstone simulator data
Tycho
2014-09-28
1
-0
/
+5
|
*
Fixed another redstone crash.
madmaxoft
2014-09-27
1
-1
/
+6
|
*
Update IncrementalRedstoneSimulator.inc
worktycho
2014-09-27
1
-1
/
+1
|
*
Update IncrementalRedstoneSimulator.inc
worktycho
2014-09-27
1
-1
/
+1
|
*
Correct method name.
worktycho
2014-09-27
1
-1
/
+1
|
*
Set chunk data
worktycho
2014-09-27
1
-0
/
+5
|
*
Re-added 1.8 blocks to the redstone simulator
Masy98
2014-09-26
1
-9
/
+46
|
*
Merge branch 'master' into redstoneTests
Tycho
2014-09-25
1
-11
/
+23
|
|
|
|
|
Conflicts: src/Simulator/IncrementalRedstoneSimulator.cpp
*
Added first test to show the object can be created
Tycho
2014-09-17
1
-24
/
+31
|
*
IncrementalRedstoneSimulator now has no dependencies on cChunk
Tycho
2014-09-16
1
-49
/
+368
|
*
Possibly decoupled IncrementalRedstoneSimulator from the rest of the server
Tycho
2014-09-11
1
-0
/
+2208
THis wil hopefully allow for unit testing