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
/
Blocks
/
BlockPiston.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)
Bond-009
2017-11-20
1
-2
/
+2
*
Changed BroadcastSoundEffect, SendSoundEffect, and CastThunderbolt parameters to vectors (#3959)
Lane Kolbly
2017-09-19
1
-4
/
+4
*
Bed piston fix (#3956)
Lane Kolbly
2017-08-25
1
-2
/
+3
*
Remove double includes part 2 (#3890)
peterbell10
2017-08-03
1
-3
/
+0
*
cBlockHandler: take player by ref
peterbell10
2017-08-01
1
-4
/
+4
*
Allocate redstone component handlers upfront
peterbell10
2017-07-17
1
-22
/
+22
*
Updated sounds and effect IDs (#3422)
mathiascode
2017-02-15
1
-2
/
+2
*
StyleCheck: Add "else has to be on a separate line" (#3412)
mohe2015
2016-10-20
1
-1
/
+2
*
Fixed piston destroying other pistons
Altenius
2016-07-06
1
-5
/
+9
*
Refactored code to use vectors in the cPistonHandler class
bibo38
2015-11-07
1
-47
/
+37
*
Added some code improvements
bibo38
2015-11-07
1
-16
/
+36
*
Renamed GetDirectionVec into VectorFromMetaData to improve code readability.
bibo38
2015-11-07
1
-5
/
+5
*
Fixed the style problems and added some comments
bibo38
2015-11-07
1
-6
/
+17
*
Extracted block moving code into a seperate method
bibo38
2015-11-07
1
-77
/
+48
*
Replaced the usage of pistonMeta with a direction vector to allow better meta value abstraction
bibo38
2015-11-07
1
-72
/
+60
*
Fixed pulling/pushing of breakable blocks, which are not required to be moved
bibo38
2015-11-07
1
-3
/
+20
*
Implemented the basic slime block pulling
bibo38
2015-11-07
1
-17
/
+62
*
Implemented the SlimeBlock into the CanPush method to allow slimeblocks to work correctly when pushed
bibo38
2015-11-07
1
-15
/
+26
*
Piston extension now works with the new recursive CanPushBlock method.
bibo38
2015-11-07
1
-36
/
+41
*
Added the CanPushBlock method for the piston push check.
bibo38
2015-11-07
1
-22
/
+34
*
Prepared ScheduleTask for threading refactor
Tiger Wang
2015-09-25
1
-20
/
+5
*
Silenced and fixed many warning messages across multiple files.
Samuel Barney
2015-07-29
1
-2
/
+2
*
Buttons no longer click on when already on. Buttons now play sound when clicking off.
Hax52
2015-06-24
1
-3
/
+3
*
Merge pull request #1822 from mc-server/ResettableLuaCallback
Mattes D
2015-03-20
1
-3
/
+3
|
\
|
*
Added cPluginLua::cResettable interface, used for scheduled tasks.
Mattes D
2015-03-20
1
-3
/
+3
*
|
Removed Metavalue from Piston drops. Bugfix #1765
bibo38
2015-03-20
1
-0
/
+10
|
/
*
En masse NULL -> nullptr replace
Tiger Wang
2014-10-23
1
-1
/
+1
*
Removed more unessicary includes
Tycho
2014-09-26
1
-0
/
+1
*
Fixed farmland issues.
Howaner
2014-09-12
1
-1
/
+1
*
Basic style fixes.
madmaxoft
2014-07-17
1
-1
/
+1
*
Normalized comments.
madmaxoft
2014-07-17
1
-2
/
+2
*
Changed BroadcastSoundEffect function to take floating pos.
Howaner
2014-07-13
1
-2
/
+2
*
Implemented trapped chests & others
Tiger Wang
2014-07-07
1
-1
/
+1
*
Suggestions two
Tiger Wang
2014-06-01
1
-3
/
+3
*
Changed block send queue to use vectors
Tiger Wang
2014-05-29
1
-6
/
+17
*
Hopefully fixed piston duplication issues
Tiger Wang
2014-05-25
1
-5
/
+161
*
Improved Type safety of eBlockFace
Tycho
2014-02-04
1
-1
/
+1
*
Changed Signiture of OnDestroyedByPlayer
Tycho
2014-02-01
1
-5
/
+5
*
Changed pointers to references
Tycho
2014-02-01
1
-5
/
+5
*
Changed signitures of Several BLockHandler Methods
Tycho
2014-02-01
1
-5
/
+5
*
Removed internal cEntity::GetRot() usage.
madmaxoft
2014-01-17
1
-1
/
+1
*
Removed obsoleted functions
Tiger Wang
2014-01-16
1
-1
/
+1
*
Merged master into redstonefixes
Tiger Wang
2013-11-27
1
-0
/
+8
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+102