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.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2015-01-11
Initial convertion of a_Dt to std::chrono
Tycho
1
-1
/
+1
2014-12-17
NULL -> nullptr
Tiger Wang
1
-2
/
+6
2014-10-29
Improved redstone simulator
Tiger Wang
1
-105
/
+138
2014-10-25
Cleaned up simulators
Tiger Wang
1
-1
/
+352
2014-09-16
IncrementalRedstoneSimulator now has no dependencies on cChunk
Tycho
1
-309
/
+3
2014-09-11
Don't include IncrementalRedsonteSimulator.inc when in SELF_TEST mode
Tycho
1
-5
/
+0
2014-09-11
Possibly decoupled IncrementalRedstoneSimulator from the rest of the server
Tycho
1
-12
/
+16
2014-07-17
Fixed tabs used for alignment.
madmaxoft
1
-1
/
+1
2014-07-17
Normalized comments.
madmaxoft
1
-12
/
+12
2014-07-15
Fixed redstone simulator crash
Tiger Wang
1
-2
/
+2
2014-07-07
Implemented trapped chests & others
Tiger Wang
1
-4
/
+24
2014-06-28
Implemented tripwire(s) (hooks)
Tiger Wang
1
-0
/
+8
2014-06-16
Moved repeater handling to seperate pass
Tycho
1
-1
/
+3
2014-06-14
Fixed a repeater issue
Tiger Wang
1
-1
/
+1
2014-06-07
Further improvements on redstone speed
Tiger Wang
1
-3
/
+3
2014-05-19
Rolled some changes back
Julian Laubstein
1
-12
/
+2
2014-05-19
Fixed some warnings
Julian Laubstein
1
-2
/
+12
2014-04-27
Redstone simulator now directly accesses cChunk
Tiger Wang
1
-34
/
+34
2014-04-17
Compile fix?
Tiger Wang
1
-2
/
+2
2014-04-17
Implemented weighted pressure plates
Tiger Wang
1
-4
/
+6
2014-04-15
Rewrote redstone powering to use power levels
Tiger Wang
1
-15
/
+16
2014-04-06
Added support for redstone latching
Tycho
1
-0
/
+2
2014-03-01
g_BlockXXX => cBlockInfo::XXX
andrew
1
-1
/
+1
2014-02-15
A fix and an improvement
Tiger Wang
1
-1
/
+2
2014-02-15
Sizeable speed improvements to redstone
Tiger Wang
1
-12
/
+23
2014-02-15
Add Fence Gate to Redstone Simulator
Howaner
1
-0
/
+2
2014-02-12
Improved pressure plates
Tiger Wang
1
-0
/
+4
2014-02-07
Renamed cRedstoneManager to cRedstoneSimulator and renamed cRedstoneSimulator to cIncrementalRedstoneSimulator (Might change later).
STRWarrior
1
-6
/
+6
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