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
/
BlockInfo.h
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2021-02-07
Explodinator performance optimisations
Tiger Wang
1
-8
/
+0
2020-10-24
TNT Changes (#4970)
KingCol13
1
-0
/
+2
2020-10-18
cBlockInfo: further cleanup (#5001)
Tiger Wang
1
-82
/
+29
2020-10-02
Fix instant mining of blocks not being recognised, tweak anti-cheat (#4938)
KingCol13
1
-0
/
+3
2020-09-25
Deleted BiomeDef.h and ChunkDef.h from Globals.h (#4885)
KingCol13
1
-0
/
+1
2020-09-20
BlockHandler initialisation is a constant expression (#4891)
Tiger Wang
1
-19
/
+0
2020-09-17
BlockHandler: no dynamic allocation (#4862)
Tiger Wang
1
-11
/
+3
2020-09-12
Use tracing for explosions (#4845)
Tiger Wang
1
-0
/
+4
2020-04-03
Pulled the BlockID and BlockInfo headers from Globals.h. (#4591)
Mattes D
1
-26
/
+37
2018-02-20
cBlockInfo: Deprecate direct access to variables. (#4184)
peterbell10
1
-65
/
+64
2018-01-23
Removed cBlockInfo.m_IsSnowable (#4105)
Bond-009
1
-5
/
+12
2017-12-26
improve rain simulation (#4017)
Alexander Harkness
1
-5
/
+6
2017-09-07
Lighting now generally consistent with vanilla (#3988)
Alexander Harkness
1
-1
/
+9
2017-08-07
cBlockInfo: Deprecate place sound
peterbell10
1
-5
/
+0
2017-07-03
cBlockInfo static initialisation (#3832)
peterbell10
1
-28
/
+38
2016-11-06
Anticheat fastbreak (#3411)
mohe2015
1
-0
/
+5
2016-10-12
Spectators added (#2852)
bibo38
1
-0
/
+5
2016-02-05
Bulk clearing of whitespace
LogicParrot
1
-1
/
+1
2015-12-13
blockheight mechanism
Gargaj
1
-0
/
+5
2014-10-23
En masse NULL -> nullptr replace
Tiger Wang
1
-1
/
+1
2014-10-20
En masse NULL -> nullptr replace
Tiger Wang
1
-1
/
+1
2014-09-25
Fixed style
Tycho
1
-2
/
+2
2014-09-17
Added first test to show the object can be created
Tycho
1
-3
/
+28
2014-09-09
Moved sound-configs into BlockID.h and fixed/ added loads of sounds
Masy98
1
-0
/
+4
2014-07-29
Added cBlockInfo::CanBeTerraformed and made finishers use it
STRWarrior
1
-0
/
+4
2014-07-17
Fixed issues relating to saplings and leaves
Tiger Wang
1
-4
/
+0
2014-07-17
Fixed spaces around single-line comments.
madmaxoft
1
-1
/
+1
2014-06-25
BlockInfo is now a proper C++ singleton.
madmaxoft
1
-14
/
+9
2014-03-02
cBlockInfo now manages the respective cBlockHandler
andrew
1
-0
/
+27
2014-03-02
GetById => Get
andrew
1
-10
/
+10
2014-03-02
Exported cBlockInfo
andrew
1
-3
/
+8
2014-03-01
g_BlockXXX => cBlockInfo::XXX
andrew
1
-5
/
+22
2014-03-01
Refactored global block property arrays
andrew
1
-0
/
+54