Commit Graph

185 Commits

Author SHA1 Message Date
CobaltXII
c8fc3278b1 Implemented friction and movement 2018-12-30 15:20:38 -05:00
CobaltXII
a6aff57071 Added player movement handlers 2018-12-30 15:20:25 -05:00
CobaltXII
2499a5c4d3 Added cinematic camera 2018-12-30 15:20:15 -05:00
CobaltXII
c81bff9419 Added player acceleration and friction constants 2018-12-30 15:19:58 -05:00
CobaltXII
d63ce2fa1d Added player position and velocity variables 2018-12-30 15:19:33 -05:00
CobaltXII
f5f77ededa Implemented depth clamping 2018-12-30 15:19:02 -05:00
CobaltXII
04b803d622 Now using accessor* objects for rendering 2018-12-30 14:22:18 -05:00
CobaltXII
4b4791ebfb Now including accessor headers 2018-12-30 14:21:53 -05:00
CobaltXII
7fc16f0112 Implemented void deallocate_accessor 2018-12-30 14:21:45 -05:00
CobaltXII
2f3659520d Implemented accessor* allocate_accessor 2018-12-30 14:21:35 -05:00
CobaltXII
0750d82cb1 Implemented accessor headers 2018-12-30 14:21:18 -05:00
CobaltXII
941d871acf Fixed pointer documentation 2018-12-30 14:02:26 -05:00
CobaltXII
7f2ed9f05a Now including chunk headers 2018-12-30 13:52:57 -05:00
CobaltXII
a47f2a98b2 Now using world and chunk functions 2018-12-30 13:52:48 -05:00
CobaltXII
4c7b23e8de Large changes to documentation 2018-12-30 13:52:36 -05:00
CobaltXII
01b468402b Implemented void render_chunk 2018-12-30 13:51:12 -05:00
CobaltXII
e9c794aeb7 Implemented void deallocate_chunk 2018-12-30 13:51:02 -05:00
CobaltXII
413f033760 Implemented chunk* allocate_chunk 2018-12-30 13:50:48 -05:00
CobaltXII
24624b1fd5 Implemented chunk headers 2018-12-30 13:50:26 -05:00
CobaltXII
6d8a167fba Now including mesh headers 2018-12-30 00:02:27 -05:00
CobaltXII
906dc653b3 Implemented mesh headers 2018-12-30 00:02:20 -05:00
CobaltXII
aef7d68a93 Implemented inline bool in_bounds 2018-12-30 00:02:02 -05:00
CobaltXII
cc2429d1c3 Implemented inline bool is_transparent 2018-12-30 00:01:51 -05:00
CobaltXII
433ffb3c29 Implemented world* allocate_world 2018-12-29 15:34:05 -05:00
CobaltXII
6b9ffdbe2a Implemented inline void set_artificial_safe 2018-12-29 15:23:37 -05:00
CobaltXII
09481e4470 Implemented inline void set_artificial 2018-12-29 15:23:27 -05:00
CobaltXII
1c7ca5b3a1 Implemented inline void set_natural_safe 2018-12-29 15:23:15 -05:00
CobaltXII
6d6900c035 Implemented inline void set_natural 2018-12-29 15:23:04 -05:00
CobaltXII
37a2582c79 Implemented inline void set_id_safe 2018-12-29 15:22:51 -05:00
CobaltXII
9490b36e25 Implemented inline void set_id 2018-12-29 15:22:40 -05:00
CobaltXII
d09be21e94 Now including world headers 2018-12-29 15:17:50 -05:00
CobaltXII
d80c2e01b9 Implemented inline unsigned char get_artificial_safe 2018-12-29 15:17:42 -05:00
CobaltXII
e0694ff855 Implemented inline unsigned char get_artificial 2018-12-29 15:17:32 -05:00
CobaltXII
19d27d1991 Implemented inline unsigned char get_natural_safe 2018-12-29 15:17:25 -05:00
CobaltXII
c4c31b4638 Implemented inline unsigned char get_natural 2018-12-29 15:17:18 -05:00
CobaltXII
24b78623db Implemented inline block_id get_id_safe 2018-12-29 15:17:04 -05:00
CobaltXII
06fa3d8528 Implemented inline block_id get_id 2018-12-29 15:16:58 -05:00
CobaltXII
228748828c Implemented inline voxel get_safe 2018-12-29 15:16:36 -05:00
CobaltXII
6bb3d9c92d Implemented inline voxel get 2018-12-29 15:16:24 -05:00
CobaltXII
284af581e7 Added world headers 2018-12-29 15:16:14 -05:00
CobaltXII
f5a473caf9 id_last is now renamed to id_null 2018-12-29 15:15:58 -05:00
CobaltXII
13d7ed68c7 Disabled mouse panning 2018-12-29 15:08:12 -05:00
CobaltXII
38a8fd13ca Now including voxel headers 2018-12-29 15:07:37 -05:00
CobaltXII
aa7912ee75 Implemented voxel headers 2018-12-29 15:07:24 -05:00
CobaltXII
220bc40423 Now using block_face_info to extract face information 2018-12-28 22:09:46 -05:00
CobaltXII
565bdfc582 Forgot to add oak_log_top to all_tex 2018-12-28 22:09:31 -05:00
CobaltXII
b8ee372bfe Renamed block_texture_name_to_layer to block_name_to_layer 2018-12-28 21:56:58 -05:00
CobaltXII
5a82512a20 Now including face headers 2018-12-28 21:56:38 -05:00
CobaltXII
2c1462a317 Implemented face headers 2018-12-28 21:56:30 -05:00
CobaltXII
c77023bc19 Implemented void load_block_face_info_array 2018-12-28 21:56:21 -05:00