Commit Graph

319 Commits

Author SHA1 Message Date
CobaltXII
ef317bb8c9 Removed periods caused by double-spacing in Sublime Text 2019-01-02 18:45:42 -05:00
CobaltXII
3a7394f5fd Placing slabs on top of slabs now creates double slabs 2019-01-02 18:39:07 -05:00
CobaltXII
d1ce8617f8 Now using collision functions instead of doing it in main 2019-01-02 18:38:49 -05:00
CobaltXII
dd66b97a37 Implemented void do_collision_detection_and_response 2019-01-02 18:38:23 -05:00
CobaltXII
99a2369b80 Implemented inline block_id slab_to_double_slab 2019-01-02 18:38:07 -05:00
CobaltXII
7d43f662a0 Added support for slab meshing 2019-01-02 18:11:06 -05:00
CobaltXII
456b18e042 Modified inline bool is_transparent 2019-01-02 18:10:51 -05:00
CobaltXII
dfd7c18465 Implemented inline bool is_slab 2019-01-02 18:10:41 -05:00
CobaltXII
f5087cb5dd Added id_brick_slab 2019-01-02 18:10:30 -05:00
CobaltXII
b009542c8f Added id_cobblestone_slab 2019-01-02 18:10:20 -05:00
CobaltXII
6f9de49f18 Added id_birch_wood_slab 2019-01-02 18:10:03 -05:00
CobaltXII
db6c9ab825 Added id_oak_wood_slab 2019-01-02 18:09:49 -05:00
CobaltXII
a615f377fb Added id_sandstone_slab 2019-01-02 18:09:30 -05:00
CobaltXII
31b91d115f Added id_stone_slab 2019-01-02 18:09:13 -05:00
CobaltXII
6fa6d37580 Added id_double_brick_slab 2019-01-02 17:50:39 -05:00
CobaltXII
8d489c9425 Added id_double_cobblestone_slab 2019-01-02 17:50:23 -05:00
CobaltXII
2d47caa310 Added id_double_birch_wood_slab 2019-01-02 17:50:02 -05:00
CobaltXII
975d8e6288 Added id_double_oak_wood_slab 2019-01-02 17:49:38 -05:00
CobaltXII
d08e653bf6 Added id_double_sandstone_slab 2019-01-02 17:49:16 -05:00
CobaltXII
a07ce58583 Added id_double_stone_slab 2019-01-02 17:48:55 -05:00
CobaltXII
92f9060124 Mushrooms are now planted naturally 2019-01-02 16:25:56 -05:00
CobaltXII
ec7bfb26e8 Added id_red_mushroom and id_brown_mushroom 2019-01-02 16:25:40 -05:00
CobaltXII
57f217dc81 Added an early 'cross' block renderer for flowers 2019-01-02 16:04:57 -05:00
CobaltXII
8854617770 Added a flower planter to the world generator 2019-01-02 16:04:36 -05:00
CobaltXII
6e16ad77ae All skylight functions now use is_not_permeable_light 2019-01-02 16:04:12 -05:00
CobaltXII
847c409c16 Lowered friction and increased acceleration 2019-01-02 16:03:44 -05:00
CobaltXII
149c181f55 Implemented inline bool is_not_permeable_light 2019-01-02 16:03:27 -05:00
CobaltXII
2714cef935 Now using new block query functions 2019-01-02 10:05:55 -05:00
CobaltXII
54ca06e952 Implemented inline bool is_not_permeable_ray 2019-01-02 10:05:18 -05:00
CobaltXII
4c5aeeec02 Implemented inline bool is_not_permeable_mob 2019-01-02 10:05:14 -05:00
CobaltXII
ebfbfa9c12 Implemented inline bool is_transparent 2019-01-02 10:05:00 -05:00
CobaltXII
653b79a977 Implemented inline bool is_cross 2019-01-02 10:04:49 -05:00
CobaltXII
fbfe5f7c2d Rewrote inline bool is_transparent 2019-01-02 10:04:39 -05:00
CobaltXII
881b302e06 Added id_dandelion and id_rose 2019-01-02 10:04:13 -05:00
CobaltXII
2d4cb77484 Bedrock now covers 100% of the bottom layer and 50% of the second to bottom layer 2019-01-02 09:24:20 -05:00
CobaltXII
baa4fe1d44 Increased fog density 2019-01-01 22:00:24 -05:00
CobaltXII
69edee99ee Players can now place blocks underwater 2019-01-01 21:37:34 -05:00
CobaltXII
c613faae80 Water now floods small holes 2019-01-01 21:35:45 -05:00
CobaltXII
f2681cb134 It is now impossible to destroy water blocks 2019-01-01 21:31:55 -05:00
CobaltXII
4f6356a246 Collision detection is no longer applied to water 2019-01-01 21:20:38 -05:00
CobaltXII
7418a3eb06 Players can no longer build inside themselves 2019-01-01 21:19:51 -05:00
CobaltXII
1a8c245184 There is now a maximum chunk update counter 2019-01-01 21:18:16 -05:00
CobaltXII
567c4f647a Block placement is now centered around the player 2019-01-01 21:17:57 -05:00
CobaltXII
5cf483d5bf x_res, y_res and z_res are now verified to be multiples of 16 2019-01-01 20:57:28 -05:00
CobaltXII
8c3b6bba8c Added legal disclaimer information to README.md 2019-01-01 20:55:12 -05:00
CobaltXII
aaa87e83bc Added usage information to README.md 2019-01-01 20:54:59 -05:00
CobaltXII
d8068d6219 The game now depends on command line arguments 2019-01-01 20:54:14 -05:00
CobaltXII
0d56b7da77 Updated version counter 2019-01-01 18:38:27 -05:00
CobaltXII
c52237c3af Increased friction 2019-01-01 18:38:01 -05:00
CobaltXII
4a3720bc6c Modifications to water renderer, may come in handy in the future 2019-01-01 18:25:22 -05:00