summaryrefslogtreecommitdiffstats
path: root/src/BlockInfo.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-1/+1
2014-09-25Fixed styleTycho1-2/+2
2014-09-17Added first test to show the object can be createdTycho1-3/+28
2014-09-09Moved sound-configs into BlockID.h and fixed/ added loads of soundsMasy981-0/+4
2014-07-29Added cBlockInfo::CanBeTerraformed and made finishers use itSTRWarrior1-0/+4
I might have forgotten some of them though
2014-07-17Fixed issues relating to saplings and leavesTiger Wang1-4/+0
- Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201
2014-07-17Fixed spaces around single-line comments.madmaxoft1-1/+1
There should be at least two spaces in front and one space after //-style comments.
2014-06-25BlockInfo is now a proper C++ singleton.madmaxoft1-14/+9
It is properly initialized before it is ever used.
2014-03-02cBlockInfo now manages the respective cBlockHandlerandrew1-0/+27
2014-03-02GetById => Getandrew1-10/+10
2014-03-02Exported cBlockInfoandrew1-3/+8
2014-03-01g_BlockXXX => cBlockInfo::XXXandrew1-5/+22
2014-03-01Refactored global block property arraysandrew1-0/+54