Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-08-18 | BLADERUNNER: Update cos/sin table constructor change | David Fioramonti | |
They now take in the size rather than the power of 2 exponent. | |||
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-06-29 | BLADERUNNER: Fix another signed vs unsigned warning | Eugene Sandulenko | |
2018-06-29 | BLADERUNNER: Fix another warning | Eugene Sandulenko | |
2018-06-29 | BLADERUNNER: Fix warnings | Eugene Sandulenko | |
2018-05-24 | JANITORIAL: Fix trailing whitespace | Adrian Frühwirth | |
2018-05-20 | JANITORIAL: Remove trailing whitespace | Adrian Frühwirth | |
2018-05-07 | BLADERUNNER: Fix build | Thomas Fach-Pedersen | |
2018-05-07 | BLADERUNNER: Implement obstacle polygon merging | Thomas Fach-Pedersen | |
2018-05-07 | BLADERUNNER: Fix typo in DialogueMenu::queryInput() | Adrian Frühwirth | |
Confirmed by madmoose. | |||
2018-05-06 | BLADERUNNER: Fix typo/bug in handleMouseAction() | Adrian Frühwirth | |
This was introduced when the SceneObjectOffset enum was introduced in commit 7090841ccc43c64d5a1d9058071ebccaf6b52fc2. | |||
2018-04-22 | JANITORIAL: Fix formatting | Adrian Frühwirth | |
2018-04-19 | JANITORIAL: Fix whitespace | Adrian Frühwirth | |
2018-04-07 | JANITORIAL: Fix whitespace | Eugene Sandulenko | |
2018-04-07 | BLADERUNNER: Remove dead code | Eugene Sandulenko | |
2018-04-04 | BLADERUNNER: Fix memory leaks | Eugene Sandulenko | |
2018-04-03 | BLADERUNNER: Implement scene jumping via bootparams. | Eugene Sandulenko | |
Specify bootparam in form CTTTSSS, where C is chapter, TTT is set and SSS is scene number. So, for RC02 it is 1016079. | |||
2018-04-02 | BLADERUNNER: Added 'draw actors' debug command. | Eugene Sandulenko | |
Implemented as a hack on top of 'draw obj' with skipping all other scene objects. | |||
2018-04-01 | BLADERUNNER: Remove leftover debug output | Eugene Sandulenko | |
2018-04-01 | BLADERUNNER: Fix chapter switching with CDFRAMES.DAT | Eugene Sandulenko | |
2018-04-01 | BLADERUNNER: Support for CDFRAMES.DAT | Eugene Sandulenko | |
Rename CDFRAMES.DAT into CDFRAMES1.DAT, CDFRAMES2.DAT etc | |||
2018-03-31 | BLADERUNNER: Implemented ActorClues::getModifier(). | Eugene Sandulenko | |
This completes implementation of the automatic clue exchange | |||
2018-03-30 | BLADERUNNER: Implemented ActorClues::acquireCluesByRelations() | Eugene Sandulenko | |
2018-03-30 | BLADERUNNER: Further work on acquireCluesByRelations() | Eugene Sandulenko | |
2018-03-30 | BLADERUNNER: Fixed bug in Actor::acquireCluesByRelations() | Eugene Sandulenko | |
2018-03-30 | BLADERUNNER: Initial code for acquireCluesByRelations() | Eugene Sandulenko | |
2018-03-29 | BLADERUNNER: Remove unnecessary returns | Eugene Sandulenko | |
2018-03-29 | BLADERUNNER: Fix buffer overflow in PoliceMaze | Eugene Sandulenko | |
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-29 | BLADERUNNER: Initialize class variables | Eugene Sandulenko | |
2018-03-28 | BLADERUNNER: Switch to doubles in AudStream::getLength() calculations | Eugene Sandulenko | |
Since we have everything in samples, and we have 44kHz, we easily get overflows. Use doubles for calculating the length in milliseconds more accurately. | |||
2018-03-28 | BLADERUNNER: Allow quit credits on windows closing | Eugene Sandulenko | |
2018-03-27 | BLADERUNNER: Implemented EndCredits | Eugene Sandulenko | |
2018-03-27 | BLADERUNNER: Initialize Scores variable | Eugene Sandulenko | |
2018-03-27 | BLADERUNNER: Added skeleton for EndCredits | Eugene Sandulenko | |
2018-03-27 | BLADERUNNER: Complete Scores functionality | Eugene Sandulenko | |
2018-03-27 | BLADERUNNER: Implement Scores::tick() | Eugene Sandulenko | |
2018-03-26 | BLADERUNNER: Implemented Scores closing | Eugene Sandulenko | |
2018-03-26 | BLADERUNNER: Implemented Scores::open() | Eugene Sandulenko | |
2018-03-26 | BLADERUNNER: Fully plug the Scores into the engine | Eugene Sandulenko | |
2018-03-25 | BLADERUNNER: Added skeleton for Scores class | Eugene Sandulenko | |
2018-03-25 | BLADERUNNER: Added missing initializon of scene objects | Peter Kohaut | |
2018-03-25 | BLADERUNNER: Fixed compilation warnings | Peter Kohaut | |
2018-03-25 | BLADERUNNER: Implement mouse jitter | Eugene Sandulenko | |
2018-03-24 | BLADERUNNER: Fixed another compilation warning | Peter Kohaut | |
2018-03-24 | BLADERUNNER: Fixed compilation warning | Peter Kohaut | |
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: PoliceMaze fix & constants | Peter Kohaut | |