Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unified the doxy-comment format. | Mattes D | 2015-07-31 | 1 | -5/+5 |
| | |||||
* | Improved maps | Tiger Wang | 2015-07-14 | 1 | -0/+6 |
| | |||||
* | More style checking. | Mattes D | 2015-05-09 | 1 | -1/+1 |
| | | | | Spaces around some operators are checked. | ||||
* | Removed Metavalue from Piston drops. Bugfix #1765 | bibo38 | 2015-03-20 | 1 | -0/+2 |
| | |||||
* | Added Daylight Sensors to the "can't push" list | Masy98 | 2014-10-01 | 1 | -0/+2 |
| | |||||
* | Added missing 1.8 blocks, E_METAs and sounds | Masy98 | 2014-10-01 | 1 | -0/+2 |
| | |||||
* | Merge branch 'master' into blocks | Masy98 | 2014-09-26 | 1 | -1/+1 |
|\ | | | | | | | | | | | Conflicts: src/Items/ItemHandler.cpp src/Simulator/IncrementalRedstoneSimulator.cpp | ||||
| * | Added first test to show the object can be created | Tycho | 2014-09-17 | 1 | -1/+1 |
| | | |||||
* | | Added barrier block | Masy98 | 2014-09-11 | 1 | -0/+1 |
|/ | |||||
* | Added beacon. | Howaner | 2014-07-30 | 1 | -0/+1 |
| | |||||
* | Basic style fixes. | madmaxoft | 2014-07-17 | 1 | -2/+2 |
| | |||||
* | Normalized comments. | madmaxoft | 2014-07-17 | 1 | -1/+1 |
| | | | | | This was mostly done automatically and then visually inspected for obvious errors. All //-style comments should have a 2-space separation from the code, and 1 space after the comment sign. | ||||
* | Added various missing blocks in the lists in BlockInfo.cpp | Masy98 | 2014-07-15 | 1 | -1/+0 |
| | |||||
* | Suggestions | Tiger Wang | 2014-07-11 | 1 | -1/+1 |
| | |||||
* | Implemented trapped chests & others | Tiger Wang | 2014-07-07 | 1 | -15/+3 |
| | | | | | | | + Added trapped chests * Fixed a bunch of bugs in the redstone simulator concerning wires and repeaters * Other potential bugfixes | ||||
* | Suggestions | Tiger Wang | 2014-05-29 | 1 | -1/+6 |
| | |||||
* | Hopefully fixed piston duplication issues | Tiger Wang | 2014-05-25 | 1 | -1/+128 |
| | | | | | * Fixes #879 * Fixes #714 | ||||
* | Improved Type safety of eBlockFace | Tycho | 2014-02-04 | 1 | -1/+1 |
| | | | | May Fix #640 | ||||
* | Changed Signiture of OnDestroyedByPlayer | Tycho | 2014-02-01 | 1 | -1/+1 |
| | |||||
* | Changed pointers to references | Tycho | 2014-02-01 | 1 | -2/+2 |
| | |||||
* | Changed signitures of Several BLockHandler Methods | Tycho | 2014-02-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | Changed the signitures of the following to use interfaces: GetPlacementBlockTypeMeta OnPlaced OnPlacedByPlayer OnDestroyed OnNeighbourChanged NeighbourChanged OnUse CanBeAt Check | ||||
* | Fixed some new 1.7 client crash bugs | Tiger Wang | 2013-12-07 | 1 | -0/+6 |
| | | | | | Some technical blocks were removed; trying to render them as items caused a crash. | ||||
* | Moved source to src | Alexander Harkness | 2013-11-24 | 1 | -0/+43 |