Commit Graph

44 Commits

Author SHA1 Message Date
Thinkofname 92d773bd72 Move blocks into its own crate to speed up compile times 2016-04-03 18:26:52 +01:00
Scetch 051f836fde Remove unused Display impl. 2016-04-03 11:16:51 -04:00
Scetch dc9e70bd72 Implement lighting for various blocks. 2016-04-03 10:59:44 -04:00
Thinkofname 74c507ec7e Initial implementation of light updates 2016-04-03 15:08:36 +01:00
Thinkofname e7cef1eea7 Simplify material handling to reduce duplicates 2016-04-03 12:58:53 +01:00
Thinkofname d2c5d0641c Fix collisions for slabs 2016-04-03 01:55:10 +01:00
llogiq 0b8cc33c17 Fixed various clippy warnings 2016-04-03 01:26:31 +01:00
Scetch 4efa8c936c Fix some simple collisions. 2016-04-02 12:05:15 -04:00
Scetch 62f33ac712 Don't silently fail. 2016-04-01 17:07:52 -04:00
Scetch b696ade883 Slab collision. 2016-04-01 17:02:05 -04:00
Scetch c59aca6cd8 Holy collisions batman. 2016-04-01 14:56:08 -04:00
Scetch c8026743cf Fix most connectables, mycelium, and pumpkin/melon stem tints. 2016-04-01 12:45:08 -04:00
Thinkofname c9c44e9309 Fix a few spotted mistakes in blocks 2016-04-01 11:23:23 +01:00
Thinkofname 34c4d5d54d Fix redstone wire 2016-04-01 11:17:27 +01:00
Scetch 96d4184933 Some more progress. Updated TODO list. I'm sorry. 2016-04-01 01:04:08 -04:00
Thinkofname b161e3004c Fix leaves2's culling 2016-03-31 20:51:59 +01:00
Scetch 643737c00f Fix portal, hay bale and purpur pillar. 2016-03-31 13:18:52 -04:00
Thinkofname 7f70fd7dfe Fix double flowers data value
Apparently the unused bits do get used sometimes
2016-03-31 15:39:22 +01:00
Thinkofname 480b7afd3b Multipart model support 2016-03-31 14:59:40 +01:00
Scetch 35d9a2aefa 99 broken blocks in the world, 99 brocken blocks. Track one down, patch it around, 100 broken blocks in the world. 2016-03-30 09:37:04 -04:00
Thinkofname ec50947617 Fix trapdoors 2016-03-29 21:04:35 +01:00
Scetch d621528bb8 A few more block fixes. 2016-03-29 11:14:58 -04:00
Thinkofname 81dd2adc42 Model loading changes and a few more block fixes 2016-03-29 14:52:07 +01:00
Thinkofname af33935f47 Implement update_state for doors + fixes for various blocks 2016-03-29 13:44:46 +01:00
Scetch 1a50332150 Implement block data for a lot of blocks. 2016-03-29 00:46:00 +01:00
Thinkofname 7f1e859a87 Implement more blocks 2016-03-26 18:48:10 +00:00
Thinkofname c70f9548c6 Follow some of clippy's suggestions 2016-03-26 14:24:26 +00:00
Thinkofname c25dba3c8b Fix some warnings 2016-03-26 13:28:14 +00:00
Thinkofname 25a743703c Implement stairs 2016-03-26 13:21:19 +00:00
Thinkofname fdfdfa71e2 Add a way to do state updates for blocks 2016-03-26 11:40:53 +00:00
Thinkofname e43b86e750 Fix a typo in Farmland's model name 2016-03-26 10:19:50 +00:00
Thinkofname 75eb62c975 Collisions and normal style movement 2016-03-26 10:19:16 +00:00
Thinkofname d5274c0b5b Add a workaround for leaves' culling changes 2016-03-25 21:15:13 +00:00
Thinkofname 69139b2933 Add most blocks without full implementation 2016-03-25 17:30:29 +00:00
Thinkofname 63da7e5452 Fix a mistake with log's data value 2016-03-25 14:26:55 +00:00
Thinkofname 3738c5a0c0 Liquid rendering 2016-03-25 09:47:39 +00:00
Thinkofname d7bc0b2b0f Transparent renderering 2016-03-25 01:17:03 +00:00
Thinkofname 99a500b4dd Implement biome colors 2016-03-24 19:39:14 +00:00
Thinkofname f8b8c5eea4 Initial work on implementing biomes 2016-03-24 19:20:26 +00:00
Thinkofname e149a7eca5 Tidy up block defining 2016-03-24 18:37:51 +00:00
Thinkofname 480bfcba5e Add a few more blocks 2016-03-24 18:09:28 +00:00
Thinkofname 12b1dd6445 Initial block model support 2016-03-24 15:39:57 +00:00
Thinkofname baeb6b94aa Rework block system 2016-03-23 21:10:40 +00:00
Thinkofname 2969dfe799 Failed attempt at working with the block system 2016-03-23 18:36:52 +00:00