Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-03 | BLADERUNNER: Add cos/sine table | David Fioramonti | |
This uses the one in Common. The engine now contains a 10-bit cosine and sine table. It used mostly for vector math. This also allows two vector functions to be removed from vector.h. | |||
2018-03-27 | BLADERUNNER: Implemented EndCredits | Eugene Sandulenko | |
2018-03-27 | BLADERUNNER: Added skeleton for EndCredits | Eugene Sandulenko | |
2018-03-25 | BLADERUNNER: Added skeleton for Scores class | Eugene Sandulenko | |
2018-03-24 | BLADERUNNER: Load game methods | Peter Kohaut | |
save methods update replaced few char* with Common::String changed few pointers to references | |||
2018-03-24 | BLADERUNNER: Save game methods | Thomas Fach-Pedersen | |
2018-03-24 | BLADERUNNER: Added Police Maze skeleton | Eugene Sandulenko | |
2018-03-23 | BLADERUNNER: Add Game Time class | Thomas Fach-Pedersen | |
Not yet used. | |||
2018-03-09 | BLADERUNNER: Code cleanup | Peter Kohaut | |
2018-03-09 | BLADERUNNER: Added Gordo actor | Peter Kohaut | |
Cleanup of other actors | |||
2018-03-06 | BLADERUNNER: Added Zuben actor | Peter Kohaut | |
Fixed animation position update Added goal & anim commands to console | |||
2018-02-25 | BLADERUNNER: Added Generic Walker actors | Peter Kohaut | |
Fixed isseue of duplicating items in world Fixed fog issue with incorrect rendering in special occasions Added basic debugger console Refactored looping code for better readability | |||
2018-02-18 | BLADERUNNER: Support for running | Peter Kohaut | |
Fixed Runciter idle state Fixed movement track delay Basic combat support | |||
2018-02-13 | BLADERUNNER: More game constants | Peter Kohaut | |
2018-02-12 | BLADERUNNER: Fixed more Coverity issues | Peter Kohaut | |
2018-02-10 | BLADERUNNER: VK interface | Peter Kohaut | |
Code unification Removed few memory leaks | |||
2018-02-05 | BLADERUNNER: Added more game constants | Peter Kohaut | |
Code formatting | |||
2018-02-04 | BLADERUNNER: ESPER interface | Peter Kohaut | |
2018-01-29 | BLADERUNNER: Remove simple walking hack | Thomas Fach-Pedersen | |
Rename previously unnamed walking parameter 'interruptible' | |||
2018-01-29 | BLADERUNNER: Added KIA interfaces | Peter Kohaut | |
Crimes interface done Suspects interface done Added some game constants Fixed font rendering for other languages Fixed anoying clang warning | |||
2018-01-28 | BLADERUNNER: Added basic KIA interface | Peter Kohaut | |
Settings works Help works Clue database works Fixed code for inserting objects into scene Reorganization of few files Unification & code formatting of few older files | |||
2018-01-15 | BLADERUNNER: Silence GCC warnings | Torbjörn Andersson | |
2018-01-14 | BLADERUNNER: Support for different languages | Peter Kohaut | |
Added support for playing the game with different languages Added Spanish language to detection tables | |||
2017-09-10 | BLADERUNNER: Added music support & added Maggie | Peter Kohaut | |
added async walking named some of the game flags & variables renamed aesc to screen effects | |||
2017-08-27 | BLADERUNNER: Add Overlay videos | Thomas Fach-Pedersen | |
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 | |||
2017-08-24 | BLADERUNNER: Add support for elevators | Thomas Fach-Pedersen | |
2017-08-22 | BLADERUNNER: Add Dialogue Menu | Thomas Fach-Pedersen | |
2017-08-04 | BLADERUNNER: Add blit and blitToScreen helpers | Thomas Fach-Pedersen | |
2017-07-31 | BLADERUNNER: Add Spinner support | Thomas Fach-Pedersen | |
2017-07-31 | BLADERUNNER: Move surfaces out of VQA player | Thomas Fach-Pedersen | |
Rename the surfaces to more meaningful names and move ownership out of the VQA classes. This means that the VQA classes no longer create their own internal surfaces but instead draw on externally provided surfaces. | |||
2017-03-29 | BLADERUNNER: fixed compilation without c++11 | Peter Kohaut | |
2017-03-29 | BLADERUNNER: introduced some game constants | Peter Kohaut | |
Game script are more readable now Fixed name of Officer Leary | |||
2017-03-28 | BLADERUNNER: Implement ZBuffer class | Thomas Fach-Pedersen | |
2017-03-23 | BLADERUNNER: Reorganized script files | Peter Kohaut | |
2017-03-20 | BLADERUNNER: added Runciter character (petshop owner) | Peter Kohaut | |
2017-01-17 | BLADERUNNER: Fix Unsigned vs. Signed Compiler Warnings. | D G Turner | |
2016-10-24 | BLADERUNNER: Fix out-of-bounds access in voiceover actor (multiple CIDs) | Thomas Fach-Pedersen | |
CID 1364219 CID 1364223 | |||
2016-10-12 | BLADERUNNER: added picking up of items | Peter Kohaut | |
and some formatting | |||
2016-10-08 | BLADERUNNER: added item pickup effect | Peter Kohaut | |
also added support for rendering items on screen (not in the world) pickup effect can be tested in debug compilation by clicking on any object (not item, but object like, hydrant, or doors) in first scene | |||
2016-10-06 | BLADERUNNER: added support for fonts | Peter Kohaut | |
2016-10-06 | BLADERUNNER: added suspects db & fixed crimes db | Peter Kohaut | |
2016-10-04 | BLADERUNNER: trying to figure out walking, added structures for obstacles ↵ | Peter Kohaut | |
used for pathfinding, fixed bug in searching for walkboxes | |||
2016-10-02 | BLADERUNNER: added ADQ, fixed some minor memory leaks | Peter Kohaut | |
2016-10-02 | BLADERUNNER: added support for rendering items in scenes | Peter Kohaut | |
2016-09-29 | BLADERUNNER: Fix warnings | Eugene Sandulenko | |
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: added all scene scripts, esper script, kia script, vk script, ↵ | Peter Kohaut | |
completed init script. Added decoding of lights from VQA. Moved view from scene. | |||
2016-09-29 | BLADERUNNER: Pull in changes from madmoose | Peter Kohaut | |