Tiger Wang
|
a26541a7c3
|
En masse NULL -> nullptr replace
|
2014-10-22 20:12:49 -07:00 |
|
Tycho
|
799c96661d
|
Fixed style
|
2014-09-25 15:45:39 +01:00 |
|
Tycho
|
6e7c0e33b5
|
Added first test to show the object can be created
|
2014-09-17 18:40:10 +01:00 |
|
Masy98
|
acae3c9c65
|
Moved sound-configs into BlockID.h and fixed/ added loads of sounds
|
2014-09-09 16:00:26 +02:00 |
|
STRWarrior
|
adae2b70b1
|
Added cBlockInfo::CanBeTerraformed and made finishers use it
I might have forgotten some of them though
|
2014-07-29 22:31:31 +02:00 |
|
Tiger Wang
|
d0e7b2f18b
|
Merge branch 'master' into saplingsandleaves
Conflicts:
src/Bindings/DeprecatedBindings.cpp
src/Blocks/BlockSapling.h
|
2014-07-20 12:02:23 +01:00 |
|
Tiger Wang
|
0f8c24e04d
|
Fixed issues relating to saplings and leaves
- Removed cBlockInfo::RequiresSpecialTool
* Fixes #1195
* Fixes #1201
|
2014-07-17 22:26:53 +01:00 |
|
madmaxoft
|
7fff12bfac
|
Fixed spaces around single-line comments.
There should be at least two spaces in front and one space after //-style comments.
|
2014-07-17 19:13:23 +02:00 |
|
madmaxoft
|
e9aecfdf11
|
BlockInfo is now a proper C++ singleton.
It is properly initialized before it is ever used.
|
2014-06-25 08:07:06 +02:00 |
|
andrew
|
070d483236
|
cBlockInfo now manages the respective cBlockHandler
|
2014-03-02 21:25:05 +02:00 |
|
andrew
|
0c87341631
|
GetById => Get
|
2014-03-02 16:24:09 +02:00 |
|
andrew
|
3ca56b39bc
|
Exported cBlockInfo
|
2014-03-02 10:50:24 +02:00 |
|
andrew
|
d73cdba1f6
|
g_BlockXXX => cBlockInfo::XXX
|
2014-03-01 21:34:19 +02:00 |
|
andrew
|
5c5502be9e
|
Refactored global block property arrays
|
2014-03-01 17:04:17 +02:00 |
|