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
/
BlockRedstoneRepeater.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2020-10-05
Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)
peterbell10
1
-1
/
+1
2020-09-25
Unify block entity pickup conversion
Tiger Wang
1
-1
/
+1
2020-09-20
BlockHandler initialisation is a constant expression (#4891)
Tiger Wang
1
-59
/
+43
2020-04-21
Vector3 in Handlers (#4680)
Mattes D
1
-7
/
+56
2020-04-18
Re-implement repeater locking
Tiger Wang
1
-15
/
+19
2020-04-16
Using Super.
Mattes D
1
-2
/
+2
2020-04-10
Add mixins for blocks that rotate based on player yaw at placement
Alexander Harkness
1
-41
/
+2
2020-03-23
Fix certain item drops (#4536)
Mat
1
-2
/
+8
2019-10-16
Refactored block-to-pickup conversion. (#4417)
Mattes D
1
-11
/
+10
2018-08-29
Force all headers other than "Globals.h" to be included with relative paths (#4269)
peterbell10
1
-1
/
+1
2017-11-20
cChunkInterface GetBlock, GetBlockMeta, GetBlockTypeMeta use vectors (#4050)
Bond-009
1
-1
/
+1
2017-08-01
cBlockHandler: take player by ref
peterbell10
1
-5
/
+5
2017-08-01
cWorld::SendBlockTo take player by ref
peterbell10
1
-1
/
+1
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-1
/
+1
2015-12-18
Reorganised the redstone simulator
Tiger Wang
1
-0
/
+36
2015-12-13
allow use failures to propagate from the entity/block to the player
Gargaj
1
-1
/
+2
2015-07-14
Improved maps
Tiger Wang
1
-8
/
+6
2014-10-19
Added mechanics placeable on halfslabs
Julian Laubstein
1
-1
/
+24
2014-09-26
Removed more unessicary includes
Tycho
1
-1
/
+1
2014-09-09
Removed old sound-configuration for Repeaters
Masy98
1
-6
/
+0
2014-08-19
Code formatting fixes.
Howaner
1
-3
/
+3
2014-07-17
Normalized comments.
madmaxoft
1
-1
/
+1
2014-07-15
Revert "Converted some blockhandlers to use cClearMetaOnDrop"
Tycho
1
-3
/
+10
2014-07-14
Converted some blockhandlers to use cClearMetaOnDrop
Tycho
1
-10
/
+3
2014-03-24
Added MetaRotate/Mirror Support for a number of classes.
narroo
1
-3
/
+3
2014-03-05
Add SendBlockTo to cWorldInterface
Howaner
1
-1
/
+2
2014-03-05
Add data backsending, when the Client interacts a Block and the Interact is cancelled.
Howaner
1
-1
/
+7
2014-02-04
Improved Type safety of eBlockFace
Tycho
1
-2
/
+2
2014-02-01
Changed Signiture of OnDestroyedByPlayer
Tycho
1
-0
/
+1
2014-02-01
Changed pointers to references
Tycho
1
-4
/
+4
2014-02-01
Changed signitures of Several BLockHandler Methods
Tycho
1
-4
/
+4
2014-01-25
First attempt at Implementing Interfaces
Tycho
1
-1
/
+1
2014-01-17
Removed internal cEntity::GetRot() usage.
madmaxoft
1
-1
/
+1
2014-01-16
Removed obsoleted functions
Tiger Wang
1
-1
/
+1
2013-11-29
Removed unneeded CPP files
Tiger Wang
1
-11
/
+22
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-18
Redstone Megacommit [SEE DESC]
Tiger Wang
1
-0
/
+27
2013-09-22
Removed some unneeded includes
Tiger Wang
1
-1
/
+0
2013-09-22
Removed OnDigging for Redstone devices
Tiger Wang
1
-1
/
+0
2013-09-18
Multiple fixes [SEE DESC]
Tiger Wang
1
-0
/
+9
2013-09-13
Removed place on top and side preventions
Tiger Wang
1
-12
/
+0
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-60
/
+60
2013-03-15
Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking.
madmaxoft@gmail.com
1
-2
/
+2
2013-01-12
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
1
-5
/
+1
2012-10-03
Moved blockticking into blockhandler classes.
madmaxoft@gmail.com
1
-8
/
+8
2012-10-01
Slight refactoring of BlockHandlers - dropping unneeded virtual functions
madmaxoft@gmail.com
1
-18
/
+30
2012-09-29
Unified folder name-casing
madmaxoft@gmail.com
1
-0
/
+0
2012-09-24
Source files cleanup: The rest of the files renamed.
madmaxoft@gmail.com
1
-2
/
+2
2012-09-11
Merged in a patch for sounds by l0udPL
madmaxoft@gmail.com
1
-1
/
+6
2012-08-19
Fixed Bug #236
lapayo94@gmail.com
1
-1
/
+2
2012-07-16
Some code improvements
lapayo94@gmail.com
1
-10
/
+10
2012-07-15
A new Block handling system :o
lapayo94@gmail.com
1
-0
/
+46