Commit Graph

439 Commits

Author SHA1 Message Date
CobaltXII
64e09af2b4 Placing crops now adds the crops to the_world->growing_plants 2019-01-04 16:05:29 -05:00
CobaltXII
6ee9507418 id_oak_sapling and id_birch_sapling can only be placed on id_grass or id_dirt 2019-01-04 16:05:03 -05:00
CobaltXII
7e10e0df70 Now including plant headers 2019-01-04 16:04:27 -05:00
CobaltXII
d34152b488 Worlds now hold information about their growing plants 2019-01-04 16:04:20 -05:00
CobaltXII
f8490d5873 Implemented struct growing_plant 2019-01-04 16:04:00 -05:00
CobaltXII
da188d33e2 Implemented plant headers 2019-01-04 16:03:51 -05:00
CobaltXII
825e081793 Added id_oak_sapling and id_birch_sapling 2019-01-04 12:53:11 -05:00
CobaltXII
f46da5d2e8 Create sapling_birch.png 2019-01-04 12:52:59 -05:00
CobaltXII
92a8c7ed85 Create sapling_oak.png 2019-01-04 12:52:57 -05:00
CobaltXII
e2dce631ca Added id_beetroots_0 to id_beetroots_3 2019-01-04 12:46:02 -05:00
CobaltXII
45e8a57ea4 Create beetroots_stage_3.png 2019-01-04 12:45:48 -05:00
CobaltXII
fcc47691e0 Create beetroots_stage_2.png 2019-01-04 12:45:46 -05:00
CobaltXII
972dd8b3d7 Create beetroots_stage_1.png 2019-01-04 12:45:44 -05:00
CobaltXII
b7bbc02896 Create beetroots_stage_0.png 2019-01-04 12:45:41 -05:00
CobaltXII
a29c2e859f Farmland is not destroyed by crops 2019-01-03 21:37:08 -05:00
CobaltXII
732852ddf3 Crops can only be placed on farmland 2019-01-03 21:36:58 -05:00
CobaltXII
0a4c43b546 Removed broken swimming 2019-01-03 21:36:43 -05:00
CobaltXII
2e10ff9613 Added id_carrots_0 to id_carrots_3 and id_potatoes_0 to id_potatoes_3 2019-01-03 21:36:29 -05:00
CobaltXII
20cab652ec Create potatoes_stage_3.png 2019-01-03 21:36:03 -05:00
CobaltXII
5fdad9726e Create potatoes_stage_2.png 2019-01-03 21:36:01 -05:00
CobaltXII
7362c51a0d Create potatoes_stage_1.png 2019-01-03 21:35:57 -05:00
CobaltXII
10279aaf1e Create potatoes_stage_0.png 2019-01-03 21:35:55 -05:00
CobaltXII
a7224cc57c Create carrots_stage_3.png 2019-01-03 21:35:54 -05:00
CobaltXII
04d0135924 Create carrots_stage_2.png 2019-01-03 21:35:52 -05:00
CobaltXII
11aad5c79d Create carrots_stage_1.png 2019-01-03 21:35:50 -05:00
CobaltXII
51bc5a2d89 Create carrots_stage_0.png 2019-01-03 21:35:49 -05:00
CobaltXII
6e72bb8d1a Added crop renderer 2019-01-03 21:15:04 -05:00
CobaltXII
ad990e2a87 Chunk buffer is now larger 2019-01-03 21:14:56 -05:00
CobaltXII
343ff70743 Added id_wheat_0 to id_wheat_7 2019-01-03 21:14:47 -05:00
CobaltXII
34583743fc Create wheat_stage_7.png 2019-01-03 21:14:16 -05:00
CobaltXII
769ff32d49 Create wheat_stage_6.png 2019-01-03 21:14:14 -05:00
CobaltXII
744bcae853 Create wheat_stage_5.png 2019-01-03 21:14:11 -05:00
CobaltXII
be23ac7b9c Create wheat_stage_4.png 2019-01-03 21:14:09 -05:00
CobaltXII
aaac080c76 Create wheat_stage_3.png 2019-01-03 21:14:08 -05:00
CobaltXII
aad00bfc4e Create wheat_stage_2.png 2019-01-03 21:14:06 -05:00
CobaltXII
b268a8f874 Create wheat_stage_1.png 2019-01-03 21:14:04 -05:00
CobaltXII
f440ec088b Create wheat_stage_0.png 2019-01-03 21:14:02 -05:00
CobaltXII
f25159b053 Added some sort of swimming 2019-01-03 20:49:21 -05:00
CobaltXII
0fb25fd419 A new screenshot is now shown in the README.md 2019-01-03 19:49:26 -05:00
CobaltXII
fe61f45451 Added a new screenshot 2019-01-03 19:48:59 -05:00
CobaltXII
1d96dd59a5 Farmland is reverted to dirt whenever something is placed on top of it 2019-01-03 19:42:41 -05:00
CobaltXII
a2a5111c7e More removals 2019-01-03 19:42:24 -05:00
CobaltXII
0465bf9a0d Removed more files temporarily 2019-01-03 19:40:31 -05:00
CobaltXII
05887d53ef Added id_dry_farmland and id_wet_farmland 2019-01-03 19:36:10 -05:00
CobaltXII
3f8ebf3cca Removed button.hpp and sprite.hpp temporarily 2019-01-03 19:35:55 -05:00
CobaltXII
f8cff3e410 Pumpkins and melons now spawn naturally 2019-01-03 19:28:27 -05:00
CobaltXII
3e0b9d0d13 Updated image.hpp to include new images 2019-01-03 19:10:08 -05:00
CobaltXII
4b409a07eb Implemented face_info* make_face_info_block_food 2019-01-03 19:09:57 -05:00
CobaltXII
be1b68ee09 Implemented face_info* make_face_info_table 2019-01-03 19:09:50 -05:00
CobaltXII
b2b8bb9b6a Added id_melon 2019-01-03 19:09:37 -05:00