Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2015-11-07 | Implemented the slime block dropping behaviour. | bibo38 | 1 | -0/+1 | |
Fixes #2530 | |||||
2015-07-14 | Improved maps | Tiger Wang | 1 | -13/+13 | |
2015-07-03 | Farmland is now listed as an opaque block. | Samuel Barney | 1 | -2/+1 | |
Changed spread light falloff for farmland to what it was originally. | |||||
2015-06-22 | Rebased version of Code | Samuel Barney | 1 | -1/+1 | |
2015-05-24 | Made -Weverything an error. | tycho | 1 | -1/+1 | |
2014-12-13 | Fixes | Howaner | 1 | -2/+0 | |
2014-12-01 | Added cocoa pod. | Howaner | 1 | -0/+1 | |
2014-10-23 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -2/+2 | |
2014-10-20 | En masse NULL -> nullptr replace | Tiger Wang | 1 | -2/+2 | |
2014-10-01 | Added missing 1.8 blocks, E_METAs and sounds | Masy98 | 1 | -1/+10 | |
2014-09-30 | Improved torch handler | Tiger Wang | 1 | -0/+1 | |
2014-09-30 | Fixed iron trapdoors | Howaner | 1 | -0/+1 | |
2014-09-27 | Fixed minor style issues. | madmaxoft | 1 | -1/+1 | |
2014-09-17 | Added first test to show the object can be created | Tycho | 1 | -42/+0 | |
2014-09-12 | Fixed block place sounds. | Howaner | 1 | -13/+13 | |
2014-09-11 | Added barrier block | Masy98 | 1 | -1/+5 | |
2014-09-10 | Fixed typo | Masy98 | 1 | -1/+1 | |
2014-09-10 | Added new blocks to the BlockInfo | Masy98 | 1 | -0/+63 | |
2014-09-09 | Moved sound-configs into BlockID.h and fixed/ added loads of sounds | Masy98 | 1 | -0/+167 | |
2014-08-07 | Fixed nether wart digging. | Howaner | 1 | -0/+1 | |
Fixes #1265 | |||||
2014-07-29 | Added soulsand to the terraformed list. | STRWarrior | 1 | -0/+1 | |
2014-07-29 | Added cBlockInfo::CanBeTerraformed and made finishers use it | STRWarrior | 1 | -0/+21 | |
I might have forgotten some of them though | |||||
2014-07-23 | Fix item durability. | Howaner | 1 | -0/+1 | |
Fixes #1181 | |||||
2014-07-20 | Bug and crash fixes | Tiger Wang | 1 | -0/+1 | |
* Fixes end portals' solidity * Fixed crashes to do with multithreading and removing an entity from the wrong world * Fixed crashes due to bad merge * Fixed crashes due to an object being deleted twice * Simplified cWorld::Start() and added comments to configuration files | |||||
2014-07-18 | Monster fixes | Tiger Wang | 1 | -4/+0 | |
* Fixes #1203 * Fixes #627 | |||||
2014-07-17 | Fixed issues relating to saplings and leaves | Tiger Wang | 1 | -46/+0 | |
- Removed cBlockInfo::RequiresSpecialTool * Fixes #1195 * Fixes #1201 | |||||
2014-07-15 | Removed Stairs and carpet from the "isSolid" list to prevent mobs falling through them. | Masy98 | 1 | -1/+0 | |
2014-07-15 | Removed Stairs and carpet from the "isSolid" list to prevent mobs falling through them. | Masy98 | 1 | -12/+0 | |
2014-07-15 | Added Brick fence to m_Transparent | Masy98 | 1 | -0/+1 | |
2014-07-15 | Added various missing blocks in the lists in BlockInfo.cpp | Masy98 | 1 | -63/+214 | |
2014-07-09 | Fixed arrow collection animation | Tiger Wang | 1 | -1/+0 | |
* Fixed piston extension non-solidness | |||||
2014-07-07 | Implemented trapped chests & others | Tiger Wang | 1 | -0/+3 | |
+ Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes | |||||
2014-06-28 | Implemented tripwire(s) (hooks) | Tiger Wang | 1 | -0/+9 | |
* Fixes #944 | |||||
2014-06-25 | BlockInfo is now a proper C++ singleton. | madmaxoft | 1 | -367/+365 | |
It is properly initialized before it is ever used. | |||||
2014-06-24 | Fixed BlockInfo initialization. | madmaxoft | 1 | -15/+6 | |
Now cBlockInfo is initialized in the getter, instead of "at any time during startup", which included "after it was already needed". | |||||
2014-06-19 | Nullify deleted pointers. | archshift | 1 | -0/+1 | |
2014-06-17 | Add pressure plate handler | Howaner | 1 | -0/+2 | |
2014-04-30 | Ladders set as transparent. | madmaxoft | 1 | -0/+1 | |
2014-04-06 | Add CanChangeDirtToGrass function to Block Handlers. | Howaner | 1 | -0/+10 | |
2014-03-28 | Some fixes to lilypads | Tiger Wang | 1 | -1/+2 | |
* Fixed placement on lava * Fixed placement on side of blocks * Fixed placement through blocks + Added washing-away of pads + Added ice as a block that fully occupies its voxel | |||||
2014-03-16 | Add new leaves to all classes. | Howaner | 1 | -0/+1 | |
2014-03-08 | Fixed issues with int vs size_t and a few other warnings | Tycho | 1 | -2/+0 | |
2014-03-08 | cBlockInfo-related changes from #723 | andrew | 1 | -0/+9 | |
2014-03-02 | Removed if condition | andrew | 1 | -4/+1 | |
2014-03-02 | cBlockInfo now manages the respective cBlockHandler | andrew | 1 | -0/+22 | |
2014-03-02 | GetById => Get | andrew | 1 | -3/+3 | |
2014-03-01 | g_BlockXXX => cBlockInfo::XXX | andrew | 1 | -5/+5 | |
2014-03-01 | Refactored global block property arrays | andrew | 1 | -0/+423 | |