csrpg.git
2018-08-07 matthewremoved additional 'layer++'
2018-08-07 matthewadded bounds checking on layer traversal
2018-08-07 matthewimplemented keybindings, quitting with q and viewing...
2018-08-07 matthewimplemented drawing of a single z-level
2018-08-07 matthewrenamed functions to match nogl/board_renderer.h
2018-08-07 matthewremoved extranious comment
2018-08-07 matthewmoved tile_repr() to tile_renderer
2018-08-07 matthewchanged board_renderer function names
2018-08-07 matthewfixed board failing to render
2018-08-05 matthewfixed error output not showing, moved error output...
2018-08-04 matthewimplemented basic error handling, need to create a...
2018-08-04 matthewimplemented board_renderer, creating a bordered ncurses...
2018-08-04 matthewimplemented clamping for tile's z coord to prevent...
2018-08-04 matthewremoved why param for board_get_size, changed board...
2018-08-04 matthewremoved why param in board_get_size, changed array...
2018-08-04 matthewdrawing grid representations + values to the screen
2018-08-04 matthewadded ncurses support and basic functionality
2018-08-04 matthewfixed incorrect size being malloc'd for tiles
2018-08-04 matthewLinking game-nogl target with correct libs
2018-07-31 matthewarray headaches
2018-07-30 matthewadded error visualisation
2018-07-30 matthewoutputting elevation and terrain
2018-07-29 matthewfixed board orientation
2018-07-29 matthewmoved to a single array solution for board
2018-07-29 matthewcreated and drawing board - axis are incorrect though
2018-07-29 matthewfixed null return from board_init()
2018-07-29 matthewadded \n
2018-07-29 matthewfixed incorrect casts
2018-07-29 matthewfixed incorrect function names
2018-07-29 matthewfixed error in Makefile
2018-07-29 matthewimplemented rudimentary board
2018-07-28 matthewfixed syntax errors
2018-07-28 matthewadded include guards
2018-07-28 matthewinitial commit