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
/
source
/
cRedstone.cpp
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2011-11-10
Some more changes to redstone.
admin@omencraft.com
1
-12
/
+14
2011-11-09
bugfix to redstone, it can climb walls again.
admin@omencraft.com
1
-11
/
+38
2011-11-09
Redstone clocks now work. even one clocks. torches don't update themselves when placed yet, but redstone wire updates the torch. Fixed a bug with piston animations.
admin@omencraft.com
1
-101
/
+246
2011-11-07
Updated redstone and pistons some mode. If you break an extended piston the piston extension will now also break. When a redstone device is broken by something other than a person the redstone circuit should now update.
admin@omencraft.com
1
-40
/
+107
2011-11-06
Redstone wire now updates correctly when added and removed. it also updates all currently programmed redstone items and wire circuits. Also cleaned up the mess I left of the code.
admin@omencraft.com
1
-191
/
+40
2011-11-06
Redstone is now self aware. It's not quite as dumb as it used to be at any rate. Redstone wires have no range and understand they are supposed to stay on whenever there's an active torch touching it. (Need to add other power devices)
admin@omencraft.com
1
-32
/
+200
2011-11-06
Patch with diff file created by Sebi (implemented some stuff like lava physics, drops are deleted when in lava, water is now slower, lava gives actual damage etc.). Pistons now work mostly as they should. They do not yet show the motion animation and do not emit sound. They do extend, push, and retract as they should though. Right now the only way to activate a piston is to light redstone wire adjacent to it with a redstone torch.
admin@omencraft.com
1
-3
/
+0
2011-11-06
Finished most of piston class. Pistons should work when a redstone current with wire is lit up or extinguished near them but don't yet. There'sa bug to kill.
admin@omencraft.com
1
-16
/
+26
2011-11-05
Change SetBlock to FastSetBlock in cRedstone.cpp and grass will now grow if any one hit block is above it.
admin@omencraft.com
1
-16
/
+16
2011-11-04
Added cRedstone to project file
faketruth
1
-1
/
+1
2011-11-04
Changed use of deprecated function.
admin@omencraft.com
1
-14
/
+19
2011-11-04
Added (Probably incorrectly) a cRedstone class. Also, palcing a redstone torch will recursively light any redstone wire it's connected to. Removing a torch from an active wire will unlight the entire length. Class needs to be updated to make use of non deprecated function. Current deprecated function warning drastically slows redstone performance.
admin@omencraft.com
1
-0
/
+79