Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Monster fixes | Tiger Wang | 2014-07-18 | 1 | -4/+0 |
| | | | | | * Fixes #1203 * Fixes #627 | ||||
* | Removed Stairs and carpet from the "isSolid" list to prevent mobs falling through them. | Masy98 | 2014-07-15 | 1 | -1/+0 |
| | |||||
* | Removed Stairs and carpet from the "isSolid" list to prevent mobs falling through them. | Masy98 | 2014-07-15 | 1 | -12/+0 |
| | |||||
* | Added Brick fence to m_Transparent | Masy98 | 2014-07-15 | 1 | -0/+1 |
| | |||||
* | Added various missing blocks in the lists in BlockInfo.cpp | Masy98 | 2014-07-15 | 1 | -63/+214 |
| | |||||
* | Merge pull request #1154 from mc-server/trappedchests | Tiger Wang | 2014-07-13 | 1 | -0/+3 |
|\ | | | | | Implemented trapped chests & others | ||||
| * | Implemented trapped chests & others | Tiger Wang | 2014-07-07 | 1 | -0/+3 |
| | | | | | | | | | | | | | | + Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes | ||||
* | | Fixed arrow collection animation | Tiger Wang | 2014-07-09 | 1 | -1/+0 |
|/ | | | | * Fixed piston extension non-solidness | ||||
* | Implemented tripwire(s) (hooks) | Tiger Wang | 2014-06-28 | 1 | -0/+9 |
| | | | | * Fixes #944 | ||||
* | BlockInfo is now a proper C++ singleton. | madmaxoft | 2014-06-25 | 1 | -367/+365 |
| | | | | It is properly initialized before it is ever used. | ||||
* | Fixed BlockInfo initialization. | madmaxoft | 2014-06-24 | 1 | -15/+6 |
| | | | | Now cBlockInfo is initialized in the getter, instead of "at any time during startup", which included "after it was already needed". | ||||
* | Nullify deleted pointers. | archshift | 2014-06-19 | 1 | -0/+1 |
| | |||||
* | Add pressure plate handler | Howaner | 2014-06-17 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into Slabs | Howaner | 2014-05-07 | 1 | -0/+1 |
|\ | |||||
| * | Ladders set as transparent. | madmaxoft | 2014-04-30 | 1 | -0/+1 |
| | | |||||
* | | Add CanChangeDirtToGrass function to Block Handlers. | Howaner | 2014-04-06 | 1 | -0/+10 |
|/ | |||||
* | Some fixes to lilypads | Tiger Wang | 2014-03-28 | 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 | ||||
* | Add new leaves to all classes. | Howaner | 2014-03-16 | 1 | -0/+1 |
| | |||||
* | Fixed issues with int vs size_t and a few other warnings | Tycho | 2014-03-08 | 1 | -2/+0 |
| | |||||
* | cBlockInfo-related changes from #723 | andrew | 2014-03-08 | 1 | -0/+9 |
| | |||||
* | Removed if condition | andrew | 2014-03-02 | 1 | -4/+1 |
| | |||||
* | cBlockInfo now manages the respective cBlockHandler | andrew | 2014-03-02 | 1 | -0/+22 |
| | |||||
* | GetById => Get | andrew | 2014-03-02 | 1 | -3/+3 |
| | |||||
* | g_BlockXXX => cBlockInfo::XXX | andrew | 2014-03-01 | 1 | -5/+5 |
| | |||||
* | Refactored global block property arrays | andrew | 2014-03-01 | 1 | -0/+423 |