csrpg.git
6 years agofixed error output not showing, moved error output to it's own window
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

6 years agoimplemented basic error handling, need to create a ncurses window for them it seems
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

6 years agoimplemented board_renderer, creating a bordered ncurses window for the board to be...
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

6 years agoimplemented clamping for tile's z coord to prevent output errors in nogl build
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

6 years agoremoved why param for board_get_size, changed board size to 4x3
matthew [Sat, 4 Aug 2018 14:02:48 +0000 (15:02 +0100)]
removed why param for board_get_size, changed board size to 4x3

6 years agoremoved why param in board_get_size, changed array access in various functions to...
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()

6 years agodrawing grid representations + values to the screen
matthew [Sat, 4 Aug 2018 13:23:54 +0000 (14:23 +0100)]
drawing grid representations + values to the screen

6 years agoadded ncurses support and basic functionality
matthew [Sat, 4 Aug 2018 13:00:46 +0000 (14:00 +0100)]
added ncurses support and basic functionality

6 years agofixed incorrect size being malloc'd for tiles
matthew [Sat, 4 Aug 2018 11:55:56 +0000 (12:55 +0100)]
fixed incorrect size being malloc'd  for tiles

6 years agoLinking game-nogl target with correct libs
matthew [Sat, 4 Aug 2018 11:54:59 +0000 (12:54 +0100)]
Linking game-nogl target with correct libs

6 years agoarray headaches
matthew [Tue, 31 Jul 2018 19:27:18 +0000 (20:27 +0100)]
array headaches

6 years agoadded error visualisation
matthew [Mon, 30 Jul 2018 16:31:03 +0000 (17:31 +0100)]
added error visualisation

6 years agooutputting elevation and terrain
matthew [Mon, 30 Jul 2018 16:28:50 +0000 (17:28 +0100)]
outputting elevation and terrain

6 years agofixed board orientation
matthew [Sun, 29 Jul 2018 22:09:41 +0000 (22:09 +0000)]
fixed board orientation

6 years agomoved to a single array solution for board
matthew [Sun, 29 Jul 2018 19:59:51 +0000 (19:59 +0000)]
moved to a single array solution for board

6 years agocreated and drawing board - axis are incorrect though
matthew [Sun, 29 Jul 2018 19:50:45 +0000 (19:50 +0000)]
created and drawing board - axis are incorrect though

6 years agofixed null return from board_init()
matthew [Sun, 29 Jul 2018 19:15:09 +0000 (19:15 +0000)]
fixed null return from board_init()

6 years agoadded \n
matthew [Sun, 29 Jul 2018 19:14:39 +0000 (19:14 +0000)]
added \n

6 years agofixed incorrect casts
matthew [Sun, 29 Jul 2018 19:14:09 +0000 (19:14 +0000)]
fixed incorrect casts

6 years agofixed incorrect function names
matthew [Sun, 29 Jul 2018 19:13:44 +0000 (19:13 +0000)]
fixed incorrect function names

6 years agofixed error in Makefile
matthew [Sun, 29 Jul 2018 19:13:21 +0000 (19:13 +0000)]
fixed error in Makefile

6 years agoimplemented rudimentary board
matthew [Sun, 29 Jul 2018 16:10:05 +0000 (16:10 +0000)]
implemented rudimentary board

6 years agofixed syntax errors
matthew [Sat, 28 Jul 2018 17:44:27 +0000 (17:44 +0000)]
fixed syntax errors

6 years agoadded include guards
matthew [Sat, 28 Jul 2018 17:44:04 +0000 (17:44 +0000)]
added include guards

6 years agoinitial commit
matthew [Sat, 28 Jul 2018 17:05:36 +0000 (17:05 +0000)]
initial commit