summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
matthew [Tue, 7 Aug 2018 19:50:01 +0000 (19:50 +0000)]
added bounds checking on layer traversal
matthew [Tue, 7 Aug 2018 19:48:42 +0000 (19:48 +0000)]
implemented keybindings, quitting with q and viewing different layers with J,K
matthew [Tue, 7 Aug 2018 18:30:58 +0000 (18:30 +0000)]
implemented drawing of a single z-level
matthew [Tue, 7 Aug 2018 17:36:58 +0000 (17:36 +0000)]
renamed functions to match nogl/board_renderer.h
matthew [Tue, 7 Aug 2018 17:35:28 +0000 (17:35 +0000)]
removed extranious comment
matthew [Tue, 7 Aug 2018 17:34:17 +0000 (17:34 +0000)]
moved tile_repr() to tile_renderer
matthew [Tue, 7 Aug 2018 17:33:04 +0000 (17:33 +0000)]
changed board_renderer function names
matthew [Tue, 7 Aug 2018 16:48:57 +0000 (16:48 +0000)]
fixed board failing to render
matthew [Sun, 5 Aug 2018 15:29:31 +0000 (16:29 +0100)]
fixed error output not showing, moved error output to it's own window
matthew [Sat, 4 Aug 2018 20:03:46 +0000 (21:03 +0100)]
implemented basic error handling, need to create a ncurses window for them it seems
matthew [Sat, 4 Aug 2018 20:01:40 +0000 (21:01 +0100)]
implemented board_renderer, creating a bordered ncurses window for the board to be drawn to
matthew [Sat, 4 Aug 2018 14:03:26 +0000 (15:03 +0100)]
implemented clamping for tile's z coord to prevent output errors in nogl build
matthew [Sat, 4 Aug 2018 14:02:48 +0000 (15:02 +0100)]
removed why param for board_get_size, changed board size to 4x3
matthew [Sat, 4 Aug 2018 14:01:57 +0000 (15:01 +0100)]
removed why param in board_get_size, changed array access in various functions to use flatten()
matthew [Sat, 4 Aug 2018 13:23:54 +0000 (14:23 +0100)]
drawing grid representations + values to the screen
matthew [Sat, 4 Aug 2018 13:00:46 +0000 (14:00 +0100)]
added ncurses support and basic functionality
matthew [Sat, 4 Aug 2018 11:55:56 +0000 (12:55 +0100)]
fixed incorrect size being malloc'd for tiles
matthew [Sat, 4 Aug 2018 11:54:59 +0000 (12:54 +0100)]
Linking game-nogl target with correct libs
matthew [Tue, 31 Jul 2018 19:27:18 +0000 (20:27 +0100)]
array headaches
matthew [Mon, 30 Jul 2018 16:31:03 +0000 (17:31 +0100)]
added error visualisation
matthew [Mon, 30 Jul 2018 16:28:50 +0000 (17:28 +0100)]
outputting elevation and terrain
matthew [Sun, 29 Jul 2018 22:09:41 +0000 (22:09 +0000)]
fixed board orientation
matthew [Sun, 29 Jul 2018 19:59:51 +0000 (19:59 +0000)]
moved to a single array solution for board
matthew [Sun, 29 Jul 2018 19:50:45 +0000 (19:50 +0000)]
created and drawing board - axis are incorrect though
matthew [Sun, 29 Jul 2018 19:15:09 +0000 (19:15 +0000)]
fixed null return from board_init()
matthew [Sun, 29 Jul 2018 19:14:39 +0000 (19:14 +0000)]
added \n
matthew [Sun, 29 Jul 2018 19:14:09 +0000 (19:14 +0000)]
fixed incorrect casts
matthew [Sun, 29 Jul 2018 19:13:44 +0000 (19:13 +0000)]
fixed incorrect function names
matthew [Sun, 29 Jul 2018 19:13:21 +0000 (19:13 +0000)]
fixed error in Makefile
matthew [Sun, 29 Jul 2018 16:10:05 +0000 (16:10 +0000)]
implemented rudimentary board
matthew [Sat, 28 Jul 2018 17:44:27 +0000 (17:44 +0000)]
fixed syntax errors
matthew [Sat, 28 Jul 2018 17:44:04 +0000 (17:44 +0000)]
added include guards
matthew [Sat, 28 Jul 2018 17:05:36 +0000 (17:05 +0000)]
initial commit