Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-08 | BLADERUNNER: Fixed Zuben death animation | Peter Kohaut | |
Animation was not playing due to wrong switch statment | |||
2018-11-25 | BLADERUNNER: Add in-game loading screen | Peter Kohaut | |
It is also possible to start new game from it. | |||
2018-11-13 | BLADERUNNER: Fix Fall Through Compiler Warnings | D G Turner | |
Clang and newer versions of GCC i.e. v8.2 require the comment to match "fall through" to surpress warnings so change "no break" comments to match. | |||
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-04-22 | JANITORIAL: Fix formatting | Adrian Frühwirth | |
2018-03-29 | BLADERUNNER: Fix incorrect loop end check | Eugene Sandulenko | |
2018-03-29 | BLADERUNNER: Added clarifying comment for a bug in original | Eugene Sandulenko | |
2018-03-24 | BLADERUNNER: PoliceMaze fix & constants | Peter Kohaut | |
2018-03-23 | BLADERUNNER: Add missing break to switch statement | Adrian Frühwirth | |
Confirmed missing by peterkohaut (and gcc7). | |||
2018-03-19 | BLADERUNNER: Fix bug with path generator in GenericWalkerA actor | Eugene Sandulenko | |
2018-03-19 | BLADERUNNER: Mark a bug in original code | Eugene Sandulenko | |
2018-03-18 | BLADERUNNER: Round coordinates to two decimals | Thomas Fach-Pedersen | |
Also fixes a couple of typos. | |||
2018-03-18 | BLADERUNNER: Added FreeSlotB actor | Eugene Sandulenko | |
2018-03-18 | BLADERUNNER: Added FreeSlotA actor | Eugene Sandulenko | |
2018-03-18 | BLADERUNNER: Actors fixes | Peter Kohaut | |
Removed forgotten combat development hack Clovis clovis & fix Grayford cleanup & fixes Hanoi small cleanup | |||
2018-03-17 | BLADERUNNER: Added Hanoi actor | Eugene Sandulenko | |
2018-03-17 | BLADERUNNER: Added OfficerGrayford actor | Eugene Sandulenko | |
2018-03-17 | BLADERUNNER: Added combat | Peter Kohaut | |
Math cleanup Fixed obstacle detection | |||
2018-03-17 | BLADERUNNER: Added Hasan actor | Eugene Sandulenko | |
2018-03-17 | BLADERUNNER: Added EarlyQ actor | Eugene Sandulenko | |
2018-03-17 | BLADERUNNER: Added BulletBob actor | Eugene Sandulenko | |
2018-03-17 | BLADERUNNER: Added Luther actor | Eugene Sandulenko | |
2018-03-17 | BLADERUNNER: Added Sadik actor | Eugene Sandulenko | |
2018-03-16 | BLADERUNNER: Added Mutant3 actor | Eugene Sandulenko | |
2018-03-16 | BLADERUNNER: Use constants | Eugene Sandulenko | |
2018-03-16 | BLADERUNNER: Added Mutant2 actor | Eugene Sandulenko | |
2018-03-16 | BLADERUNNER: Fix Mutant1 aggressiveness | Eugene Sandulenko | |
2018-03-16 | BLADERUNNER: Added Mutant1 actor | Eugene Sandulenko | |
2018-03-16 | BLADERUNNER: Added Photographer actor | Eugene Sandulenko | |
2018-03-16 | BLADERUNNER: Added Holloway actor | Eugene Sandulenko | |
2018-03-16 | BLADERUNNER: Added GeneralDoll actor | Eugene Sandulenko | |
2018-03-16 | BLADERUNNER: Finished actor Izo code | Eugene Sandulenko | |
2018-03-15 | BLADERUNNER: Added Izo actor (incomplete) | Eugene Sandulenko | |
2018-03-15 | BLADERUNNER: Added mssing method for Lucy | Eugene Sandulenko | |
2018-03-15 | BLADERUNNER: Added Lucy actor | Eugene Sandulenko | |
2018-03-14 | BLADERUNNER: Added Clovis actor | Eugene Sandulenko | |
2018-03-13 | BLADERUNNER: Added Dektora actor | Eugene Sandulenko | |
2018-03-13 | BLADERUNNER: Added Isabella actor | Eugene Sandulenko | |
2018-03-13 | BLADERUNNER: Added Rachel actor | Eugene Sandulenko | |
2018-03-13 | BLADERUNNER: Added Sebastian actor | Eugene Sandulenko | |
2018-03-13 | BLADERUNNER: Added Chew actor | Eugene Sandulenko | |
2018-03-13 | BLADERUNNER: Added BlimpGuy actor | Eugene Sandulenko | |
2018-03-13 | BLADERUNNER: Added Taffy actor | Eugene Sandulenko | |
2018-03-13 | BLADERUNNER: Added Tyrell actor | Eugene Sandulenko | |
2018-03-12 | BLADERUNNER: Added Teenager actor | Eugene Sandulenko | |
2018-03-12 | BLADERUNNER: Added LockupGuard actor | Eugene Sandulenko | |
2018-03-12 | BLADERUNNER: Added TaffyPatron actor | Eugene Sandulenko | |
2018-03-12 | BLADERUNNER: Added HawkersParrot actor | Eugene Sandulenko | |
2018-03-12 | BLADERUNNER: Added EarlyQBartender actor | Eugene Sandulenko | |
2018-03-11 | BLADERUNNER: Added GovernorKolvig actor | Eugene Sandulenko | |