Commit Graph
264 Commits
Author SHA1 Message Date
Tiger Wang 6a33fa84ae Suggestions 2014-07-11 12:43:24 +01:00
Tiger Wang 9e44b0aae1 Implemented trapped chests & others
+ Added trapped chests
* Fixed a bunch of bugs in the redstone simulator concerning wires and
repeaters
* Other potential bugfixes
2014-07-06 23:50:22 +01:00
Tiger Wang 19caba5125 Redstone simulator is alerted to lever unpowering
* Fixed the "fix" that broke the fix for #535, thereby fixing said issue
* Fixed #535
2014-07-02 18:46:00 +01:00
Tiger Wang 61cb08b546 Implemented tripwire(s) (hooks)
* Fixes #944
2014-06-28 20:44:34 +01:00
Tiger Wang de543ff73f Added more block exceptions to torches 2014-06-28 00:29:32 +01:00
Tiger Wang 0a20e19a64 Minor change to buttons and levers
+ They now detect if the block they are on occupies its voxel, instead
of just being solid
2014-06-28 00:29:19 +01:00
madmaxoft 6a77705d4e Added a (disabled) block meta mirror / rotate test code.
This will perform basic sanity checks on block metadata mirroring and rotating. cMetaRotator must disable its asserts in order for this to work.
2014-06-23 07:23:54 +02:00
madmaxoft dd6a9f6559 Fixed the slab vertical mirroring. 2014-06-23 00:15:56 +02:00
madmaxoft d61ff4da3b Fixed sign and lever rotations. 2014-06-23 00:15:55 +02:00
Mattes D fe95dfa758 Merge pull request #1105 from Howaner/Blocks
Added door and fence gate sounds.
2014-06-22 20:56:24 +02:00
Mattes D c30b7b8735 Merge pull request #1045 from Howaner/GlobalFixes
Little fixes
2014-06-18 18:23:18 +02:00
archshift 21b9253ee6 Merge pull request #1100 from Howaner/Slabs 2014-06-18 00:47:08 -07:00
Howaner bde51d8778 Add fence gate sound. 2014-06-17 19:08:36 +02:00
Howaner c60ba8a52d Merge branch 'master' into GlobalFixes 2014-06-17 19:03:56 +02:00
Howaner 8de8768f02 Add UNUSED() Tags 2014-06-17 17:01:23 +02:00
Howaner 0d08b9a62e Add door sound 2014-06-17 17:00:51 +02:00
Howaner 8e927e6e2b Check block type from cBlockEntity 2014-06-17 14:45:29 +02:00
Mattes D f682646d3a Merge pull request #1099 from Howaner/Blocks
Glass-made blocks don't drop pickups.
2014-06-17 14:03:24 +02:00
Howaner a4d4621fbe Add parenthesis 2014-06-17 12:47:18 +02:00
Howaner a89524d533 Add DoWithBlockEntityAt() to WorldInterface.h 2014-06-17 01:15:38 +02:00
Howaner 1316d2d24d Add end lines to BlockPressurePlate.h 2014-06-17 00:41:31 +02:00
Howaner 43ff96f664 Add pressure plate handler 2014-06-17 00:40:35 +02:00
Howaner 9dea609194 Fix doubleslab meta. 2014-06-16 23:35:30 +02:00
Howaner 7c4b8306aa Glass shouldn't drop. 2014-06-16 23:05:29 +02:00
Tycho 84c83e0deb Fix a few warnings 2014-06-16 15:03:07 +01:00
madmaxoft 2b45e720ad Added Y coord checks and documentation to cBlockDoorHandler. 2014-06-09 21:35:46 +02:00
madmaxoft dcc71a3b7b Merge remote-tracking branch 'howaner/Redstone' 2014-06-09 21:20:26 +02:00
Tiger Wang a84f107400 Suggestions two 2014-06-01 20:00:11 +01:00
Howaner 683da71c0f Moved the IsDoor check before the meta get. 2014-05-31 11:48:54 +02:00
Howaner 0b7ed0f493 Add doxy-comment 2014-05-31 11:47:03 +02:00
Howaner d8e16f8c1f Better SetOpen() and IsOpen() function from the doors. 2014-05-30 22:22:42 +02:00
Howaner b4ba220934 Add SetOpen() and IsOpen() to BlockDoor.h and fix door redstone bug. 2014-05-29 19:21:56 +02:00
Tiger Wang aa4477822a Suggestions 2014-05-29 16:03:41 +01:00
Tiger Wang 365c6f50bd Changed block send queue to use vectors
As suggested by @worktycho.
2014-05-29 11:57:06 +01:00
Howaner 142fa83124 Code improvements 2014-05-28 19:32:20 +02:00
Howaner 9f645b2c75 Fix hay place sound. 2014-05-28 17:05:13 +02:00
Howaner 421588d25d Fix fire break. 2014-05-28 16:59:51 +02:00
Howaner d8072da61f Fix skull bugs. 2014-05-28 15:54:43 +02:00
Tiger Wang ee929793f0 Hopefully fixed piston duplication issues
* Fixes #879
* Fixes #714
2014-05-25 13:46:34 +01:00
andrew 7aeb8ce993 Fixed cWither::KilledBy 2014-05-21 10:59:14 +03:00
andrew 07baf9bdd3 Cleaned up cPlayer::UpdateMovementStats; Wither achievements 2014-05-20 15:52:59 +03:00
STRWarrior 4ca178f24a Fixed compile problem. 2014-05-10 17:09:48 +02:00
STRWarrior 7f3683cfab A portal block now chooses a number between 2000 and 0 2014-05-10 17:03:02 +02:00
STRWarrior 3b1f11bd6a Each time a portal block receives a tick it has a 1 in 500 chance of spawning a zombie pigman. 2014-05-10 16:43:06 +02:00
Mattes D fb58ef55be Fixed MSVC 64-bit build warnings. 2014-05-09 18:32:03 +02:00
Howaner c96a27f4ae Superfluous method override. 2014-05-07 21:36:26 +02:00
Howaner bc4a51781e Add lava and water check to block handlers. 2014-05-07 20:37:36 +02:00
Howaner 36a2aa2f21 Rename CanChangeDirtToGrass to CanDirtGrowGrass 2014-05-07 12:59:48 +02:00
Howaner f5fe368220 Merge branch 'master' into Slabs 2014-05-07 12:54:58 +02:00
Howaner 7fe6e40bf7 Add clicks, exp subtraction, item check, ... 2014-05-05 17:34:29 +02:00