csrpg.git
2018-11-06 matthewfixed ERR_H redefinition master
2018-11-06 matthewMerge branch 'gl-dev' into HEAD
2018-11-06 matthewkey rebinding
2018-11-06 matthewfake fullscreen by default
2018-11-06 matthewfixed Translate/Rotate/Scale order for cube
2018-11-05 matthewfixed nippy camera bug
2018-11-04 matthewremoved extranious comments
2018-11-04 matthewRestricted input to when the window is focussed
2018-11-03 matthewadded SDL_SetRelativeMouseMode
2018-11-03 matthewremoved crpgCameraRender(), implemented crpgCameraUpdate()
2018-11-03 matthewremoved extranious function call & speed setting
2018-11-03 matthewfixed incorrect keybindings
2018-11-03 matthewfixed crpgInputPressed
2018-11-03 matthewReworked camera
2018-11-03 matthewupdated crpgCameraUpdate to take delta time as a param
2018-11-03 matthewadded mouse input
2018-11-03 matthewprinting out the status of both cubes
2018-11-03 matthewadded vec2_t
2018-11-03 matthewremoved extranious comments
2018-10-16 matthewupdated default keyboard bindings
2018-10-13 matthewChanged to SDL_GetKeyBoardState for input
2018-10-09 matthewimplemented semi-fixed timestep
2018-10-08 matthewimplemented dt for camera
2018-09-18 matthewrefactored camera code to seperate compilation unit
2018-09-18 matthewtesting second cube
2018-09-18 matthewupdated crate vertex to utilise transform
2018-09-18 matthewfixed missing cube vertex and implemented perspective...
2018-09-17 matthewfinally got cube rendering working
2018-09-17 matthewupdate gitignore to ignore apitrace files
2018-08-21 matthewfixed incorrect loading of RGBA formatted images, added...
2018-08-21 matthewimplemented texture and shader structures
2018-08-18 matthewchanged colors so that red is on top of rect, blue...
2018-08-18 matthewfixed small syntax errors
2018-08-18 matthewimplemented crpgShaderSetX functions
2018-08-18 matthewmoved shader handling to shader.h, removed tri2 shader...
2018-08-18 matthewimplemented rect rendering using EBOs, drawing two...
2018-08-18 matthewimplemented basic modern opengl rendering. Currently...
2018-08-18 matthewimplemented basic file read func
2018-08-17 matthewcreated a basic gl window, implemented gl/err.c skeleton
2018-08-17 matthewMerge branch 'dev' of ssh.gitgud.io:matthew/csrpg into dev dev
2018-08-08 matthewimplemented layer info
2018-08-08 matthewimplemented initial info window
2018-08-08 matthewremoved extranious draw_borders function
2018-08-08 matthewprevented board drawing over boarders
2018-08-08 matthewimplemented map movement
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 matthewimplemented clear_internal()
2018-08-05 matthewMerge branch 'master' of ssh.gitgud.io:matthew/csrpg
2018-08-05 matthewMerge branch 'dev'
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 matthewMerge branch 'dev' into 'master'
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 matthewMerge branch 'dev' into 'master'
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