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
/
RedstoneSimulator.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2018-08-29
Force all headers other than "Globals.h" to be included with relative paths (#4269)
peterbell10
1
-1
/
+1
2017-08-17
Changed int parameters to vector parameters in cCuboid and simulators (#3874)
Lane Kolbly
1
-1
/
+1
2017-08-03
Remove double includes part 2 (#3890)
peterbell10
1
-1
/
+0
2015-12-18
Reorganised the redstone simulator
Tiger Wang
1
-7
/
+18
2014-10-25
Cleaned up simulators
Tiger Wang
1
-4
/
+4
2014-09-28
Use factory method to construct redstone simulator data
Tycho
1
-0
/
+2
2014-09-26
Fixed issue with casting
tycho
1
-1
/
+3
2014-09-16
IncrementalRedstoneSimulator now has no dependencies on cChunk
Tycho
1
-0
/
+6
2014-09-11
Possibly decoupled IncrementalRedstoneSimulator from the rest of the server
Tycho
1
-4
/
+7
2014-02-07
Renamed cRedstoneManager to cRedstoneSimulator and renamed cRedstoneSimulator to cIncrementalRedstoneSimulator (Might change later).
STRWarrior
1
-251
/
+5
2014-02-07
Implemented an easy way of adding new redstone simulators.
STRWarrior
1
-3
/
+3
2014-01-29
Fixed redstone simulator crash found in #570
Tiger Wang
1
-1
/
+1
2014-01-18
Basic command block implementation
andrew
1
-0
/
+4
2014-01-11
Fixed rails powering
Tiger Wang
1
-0
/
+2
2014-01-11
Fixed a door bug and reduced code
Tiger Wang
1
-19
/
+1
2014-01-10
Major refactoring of redstone
Tiger Wang
1
-39
/
+40
2013-12-24
Implemented stone and wooden pressure plates
Tiger Wang
1
-2
/
+4
2013-12-22
merged in warnings changes
Tycho Bickerstaff
1
-2
/
+2
2013-12-22
converted commneted paramater names to the unused macro
Tycho Bickerstaff
1
-1
/
+1
2013-12-21
Piston is now warnings clean
Tycho Bickerstaff
1
-2
/
+2
2013-12-20
Fixed repeaters delay, maybe
Tiger Wang
1
-4
/
+5
2013-12-18
Fixed bad repeater power queuing in corner case
Tiger Wang
1
-0
/
+3
2013-12-14
Implemented note block playing and fixed wire
Tiger Wang
1
-0
/
+2
2013-12-14
Fixes to redstone wire and torches
Tiger Wang
1
-1
/
+5
2013-12-11
Fixed pistons being viable middle block
Tiger Wang
1
-0
/
+3
2013-12-10
Added repeater delays
Tiger Wang
1
-0
/
+9
2013-12-07
Fixed trapdoors not toggling
Tiger Wang
1
-0
/
+12
2013-11-30
Pistons no longer accept power through front face
Tiger Wang
1
-0
/
+2
2013-11-29
Implemented trapdoors, fixes #43 and #105
Tiger Wang
1
-0
/
+2
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-21
Multiple enhancements [SEE DESC]
Tiger Wang
1
-1
/
+26
2013-11-20
Multiple bugfixes [SEE DESC]
Tiger Wang
1
-1
/
+15
2013-11-18
Redstone Megacommit [SEE DESC]
Tiger Wang
1
-52
/
+165
2013-05-26
Implemented droppers
madmaxoft@gmail.com
1
-1
/
+1
2013-03-09
Pickups are now being saved into Anvil.
madmaxoft@gmail.com
1
-1
/
+1
2013-02-28
Converted simulators to take cWorld reference instead of a pointer
madmaxoft@gmail.com
1
-1
/
+1
2013-02-28
Simulators now have direct access to the cChunk object in the WakeUp() call
madmaxoft@gmail.com
1
-2
/
+3
2012-12-26
Dispensers can dispense items and liquids now
luksor111@gmail.com
1
-0
/
+1
2012-12-16
RedstoneSimulator refactoring to use cWorld::GetBlockTypeMeta() as much as possible
madmaxoft@gmail.com
1
-5
/
+6
2012-12-16
Levers (patch contributed by Keyboard)
madmaxoft@gmail.com
1
-0
/
+2
2012-10-13
Preparation for multiple fluid simulators.
madmaxoft@gmail.com
1
-1
/
+0
2012-10-06
Completely removed the old (buggy) redstone simulator.
madmaxoft@gmail.com
1
-29
/
+21
2012-10-03
Moved blockticking into blockhandler classes.
madmaxoft@gmail.com
1
-1
/
+1
2012-09-30
Added falling block entities. Sand and gravel now properly fall down
faketruth
1
-3
/
+3
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-1
/
+1
2012-06-14
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
1
-89
/
+89
2012-03-06
Yay redstone repeaters!
faketruth
1
-1
/
+41
2012-03-01
New redstone simulator. Should work without crashes!
faketruth
1
-0
/
+50