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
/
BlockTorch.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-2
/
+2
2015-07-14
Improved maps
Tiger Wang
1
-8
/
+7
2015-07-14
Torches can now be placed on top of upside down stairs.
Samuel Barney
1
-0
/
+16
2015-05-20
Added missing fencetypes to torchhandler
Julian Laubstein
1
-0
/
+5
2015-05-19
Fixed compile and a few more warnings
tycho
1
-1
/
+1
2014-10-25
Cleaned up simulators
Tiger Wang
1
-0
/
+1
2014-10-03
Comment suggestions
Tiger Wang
1
-2
/
+3
2014-09-30
Improved torch handler
Tiger Wang
1
-70
/
+51
2014-09-30
Indentation
Julian Laubstein
1
-3
/
+3
2014-09-30
Set right indentation
Julian Laubstein
1
-3
/
+3
2014-09-30
actual solving of the halfslap+torch problem
Julian Laubstein
1
-1
/
+3
2014-09-29
Style fixes.
madmaxoft
1
-6
/
+8
2014-09-29
Update BlockTorch.h
Julian Laubstein
1
-3
/
+3
2014-09-29
Added torches placeable on upside-down-halfslaps
Julian Laubstein
1
-1
/
+3
2014-09-09
Moved sound-configs into BlockID.h and fixed/ added loads of sounds
Masy98
1
-6
/
+0
2014-08-19
Code formatting fixes.
Howaner
1
-2
/
+2
2014-07-21
Style: Normalized to no spaces before closing parenthesis.
madmaxoft
1
-2
/
+2
2014-07-21
Style: Normalized spaces after if, for and while.
madmaxoft
1
-3
/
+4
2014-07-17
Basic style fixes.
madmaxoft
1
-1
/
+1
2014-07-17
Normalized comments.
madmaxoft
1
-6
/
+6
2014-06-28
Added more block exceptions to torches
Tiger Wang
1
-0
/
+4
2014-03-25
Fixed spelling; Rotater to Rotator.
narroo
1
-3
/
+3
2014-03-02
Reformatted
Tycho
1
-2
/
+2
2014-03-01
g_BlockXXX => cBlockInfo::XXX
andrew
1
-3
/
+3
2014-03-01
Implemented Rotations
Tycho
1
-64
/
+3
2014-02-04
Fix gcc not having operator ++ on enums
Tycho
1
-6
/
+7
2014-02-04
Improved Type safety of eBlockFace
Tycho
1
-8
/
+8
2014-02-02
Fixed #620
Tiger Wang
1
-1
/
+2
2014-02-01
Changed Signiture of OnDestroyedByPlayer
Tycho
1
-1
/
+1
2014-02-01
Changed pointers to references
Tycho
1
-5
/
+5
2014-02-01
Changed signitures of Several BLockHandler Methods
Tycho
1
-7
/
+7
2014-01-11
Renamed g_TorchPlaceable...
Tiger Wang
1
-3
/
+3
2013-12-06
Cleaned up torch code and added comments
Tiger Wang
1
-31
/
+7
2013-12-06
Removed another export and inline'd stuff
Tiger Wang
1
-5
/
+5
2013-12-06
Removed exporting of a torch function
Tiger Wang
1
-3
/
+3
2013-11-24
Moved source to src
Alexander Harkness
1
-0
/
+0
2013-11-19
Possible compile fix
Tiger Wang
1
-2
/
+0
2013-11-05
Implemented suggestions
Tiger Wang
1
-13
/
+0
2013-09-16
Fixed derpy comparison
Tiger Wang
1
-1
/
+1
2013-09-16
Torch fixes [SEE DESC]
Tiger Wang
1
-7
/
+8
2013-09-15
Torches work properly
Tiger Wang
1
-26
/
+71
2013-09-13
Removed torch top placement prevention
Tiger Wang
1
-6
/
+0
2013-09-08
Fixed torch placement.
madmaxoft
1
-7
/
+17
2013-08-13
Removed more comments
Tiger Wang
1
-1
/
+0
2013-08-13
Removed comments
Tiger Wang
1
-7
/
+0
2013-08-11
Really removed comments this time
Tiger Wang
1
-7
/
+0
2013-08-11
Removed unneeded case clause
Tiger Wang
1
-15
/
+12
2013-08-11
Tried adding bracket
Tiger Wang
1
-1
/
+1
2013-08-11
Further attempt at fixing torch placements
Tiger Wang
1
-9
/
+9
2013-08-10
Attempt at fixing torch placement
Tiger Wang
1
-3
/
+5
2013-07-29
Changed everyting to Unix line endings.
Alexander Harkness
1
-259
/
+259
2013-06-04
Removed cLadder, cSign, cStairs, cTorch and cVine classes, moved their functionality into the appropriate BlockHandlers / ItemHandlers
madmaxoft@gmail.com
1
-4
/
+63
2013-03-26
BlockArea: Finished rotation and mirroring with meta. Implemented example meta handling for vines, stairs and torches.
madmaxoft@gmail.com
1
-0
/
+61
2013-03-15
Huge performance boost in blockhandlers, they have direct access to chunk data when blockchecking.
madmaxoft@gmail.com
1
-3
/
+8
2013-01-12
Merged branch "branches/hooks" into "trunk".
madmaxoft@gmail.com
1
-20
/
+28
2012-10-23
New Block property g_BlockIsSolid[]; Fixed ladder, torches and vines placement. (Patch contributed by funmaker)
luksor111@gmail.com
1
-54
/
+1
2012-10-03
Moved blockticking into blockhandler classes.
madmaxoft@gmail.com
1
-19
/
+19
2012-10-01
Slight refactoring of BlockHandlers - dropping unneeded virtual functions
madmaxoft@gmail.com
1
-12
/
+25
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
-3
/
+3
2012-09-11
Merged in a patch for sounds by l0udPL
madmaxoft@gmail.com
1
-0
/
+5
2012-09-02
Fixed Bug #241:
lapayo94@gmail.com
1
-0
/
+5
2012-09-01
Implemented: http://www.mc-server.org/support/index.php?do=details&task_id=239&project=2&dev=26
lapayo94@gmail.com
1
-6
/
+28
2012-08-29
Added a check if torch is placed on the bottom face, temporarily fix the assert.
madmaxoft@gmail.com
1
-0
/
+4
2012-08-09
Torch placement handling (contributed by l0udPL)
madmaxoft@gmail.com
1
-6
/
+98
2012-07-16
Some code improvements
lapayo94@gmail.com
1
-3
/
+10
2012-07-16
Fixed some small bugs :)
lapayo94@gmail.com
1
-3
/
+9
2012-07-15
A new Block handling system :o
lapayo94@gmail.com
1
-0
/
+25