Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-26 | BLADERUNNER: Fix for View::calculateScreenPosition | Thanasis Antoniou | |
Draw objects in debugger no longer draws mishappen rectangles | |||
2018-08-26 | BLADERUNNER: Remove use of C99 math | Colin Snover | |
C++ math functions are overloaded so operate using single-precision when receiving a float input. The C standard library on FreeMiNT does not fully support C99 math so use of sqrtf, sinf, etc. instead of the C++ API does not work. | |||
2018-03-17 | BLADERUNNER: Added combat | Peter Kohaut | |
Math cleanup Fixed obstacle detection | |||
2018-03-11 | BLADERUNNER: Added shadows | Peter Kohaut | |
2017-08-26 | BLADERUNNER: Support for AESC | Peter Kohaut | |
2017-08-24 | BLADERUNNER: Added audio mixer & various fixes | Peter Kohaut | |
Audio mixer is supporting fading and pan animation Added support for skipping speech by pressing Return Added proper support for ambient sounds Added more code to the dialogue menu Added tooltips to the Spinner Fixed calculation of volume and pan of walk steps Code cleanup & formatting | |||
2016-10-02 | BLADERUNNER: added support for rendering items in scenes | Peter Kohaut | |
2016-09-29 | BLADERUNNER: fixed current frame selection for lights | Peter Kohaut | |
2016-09-29 | BLADERUNNER: added rendering support for lighting and effects, but its not ↵ | Peter Kohaut | |
working correctly yet | |||
2016-09-29 | BLADERUNNER: fixed exit selection, added footstep sounds, added some ↵ | Peter Kohaut | |
debugging display (scene objects, regions, exits, walkboxes, lights?) | |||
2016-09-29 | BLADERUNNER: Pull in changes from madmoose | Peter Kohaut | |
2016-09-29 | BLADERUNNER: just basic objects description scene stuff - lightning and ↵ | Peter Kohaut | |
effects movement track actor clues db actor walking info moved view from vqa decoder, because its needed elsewhere does not compile, because new files are not in makefile... | |||
2016-09-29 | BLADERUNNER: Add View matrix loading | Thomas Fach-Pedersen | |