Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-19 | MADS: Reduce the scope of a variable in Action, rename some British variable ↵ | Strangerke | |
names | |||
2014-05-19 | FULLPIPE: More work on MovGraph::method34() | Eugene Sandulenko | |
2014-05-19 | TONY: Add missing Russian detection entry. | D G Turner | |
This should fix bug #6589 "TONY: Russian version not detected". | |||
2014-05-19 | MADS: Implement two palette functions | Strangerke | |
2014-05-19 | FULLPIPE: Started implementation of MovGraph::method34() | Eugene Sandulenko | |
2014-05-18 | MADS: Rework removePlayerSprites(), get rid of another TODO | Strangerke | |
2014-05-18 | MADS: Add removePlayerSprites(), remove a TODO | Strangerke | |
2014-05-18 | MADS: Changed 16-bit globals over to be 32-bits | Paul Gilbert | |
2014-05-18 | MADS: Remove temporary DummyScene | Strangerke | |
2014-05-18 | MADS: Some work and bugfixing in scene 701 | Strangerke | |
2014-05-18 | MADS: Implement scene 810 | Strangerke | |
2014-05-18 | MADS: Implement scene 808 | Strangerke | |
2014-05-18 | MADS: Implement scene 805 | Strangerke | |
2014-05-18 | MADS: Replace _ongoingGame by the use of quitGame() | Strangerke | |
2014-05-18 | MADS: Implement scene 803, add an ongoingGame global flag to exit the ↵ | Strangerke | |
multiple game loops | |||
2014-05-18 | FULLPIPE: Finish implementation of movGraphCallback() | Eugene Sandulenko | |
2014-05-17 | HOPKINS: Fix loading of variant COMPUTAN.TXT used by Polish version. | D G Turner | |
This is the final fix for bug #6590 - "HOPKINS-PL: Crash using computer in office". | |||
2014-05-17 | MADS: Fix for using inventory actions | Paul Gilbert | |
2014-05-17 | MADS: Added initialisation method for random messages display | Paul Gilbert | |
2014-05-17 | MADS: Completed random message generation method | Paul Gilbert | |
2014-05-17 | MADS: Implement scene 802 | Strangerke | |
2014-05-17 | HOPKINS: Further cleanup in ComputerManager class. | D G Turner | |
Have simplified the parsing of the COMPUTAN.TXT file prior to looking at supporting the Polish file format variant. These change should have no functional difference, but improve the code by removing a set-but-unused bool in the MenuItem structure, fixing a number of repeated "magic" values to be explicit as various buffer sizes and replacing usage of strcpy with the safer version from our Common code etc. | |||
2014-05-17 | HOPKINS: Add sanity check to parsing of COMPUTAN.TXT file. | D G Turner | |
This previously crashed on the Polish version due to a variant file format causing the parsing to make several invalid memory accesses. This prevents this crash and any other in future, though it does not fix the parsing of the variant file format. | |||
2014-05-17 | HOPKINS: Add null termination to byte buffer returned by loadFile(). | D G Turner | |
This shouldn't be a problem, as current client code either must find a terminator when parsing the byte buffer or have preknowledge of the buffer size from a file size or fixed call, so the appended null termination will not cause issues. This change thus allows client code to add sanity checks to prevent reading off the end of the buffer. | |||
2014-05-17 | MADS: Further work on scene 701 | Filippos Karapetis | |
2014-05-17 | MADS: Implement scene 801 | Strangerke | |
2014-05-17 | FULLPIPE: Started implementation of movGraphCallback() | Eugene Sandulenko | |
2014-05-16 | MADS: In progress framework for on-screen random messages | Paul Gilbert | |
2014-05-17 | Merge pull request #462 from digitall/debugConsoleChangeLevel | Johannes Schickel | |
Add command to change debug level to the Debugger base class. | |||
2014-05-17 | MADS: Implement scene 751 | Strangerke | |
2014-05-16 | MADS: Properly implemented object quality code | Paul Gilbert | |
2014-05-16 | MADS: Implement scene 706 | Strangerke | |
2014-05-16 | MADS: Implement scene 705 | Strangerke | |
2014-05-16 | MADS: Bugfix for scene 804 | Filippos Karapetis | |
2014-05-16 | MADS: Some more work on scene 701 | Filippos Karapetis | |
2014-05-16 | FULLPIPE: Implement MovGraph::method44() | Eugene Sandulenko | |
2014-05-16 | MADS: Clean up sound driver creation switch block | Paul Gilbert | |
2014-05-16 | MADS: Add a sanity check in pollActiveChannel() | Filippos Karapetis | |
This avoids a crash when Rex is knocked unconscious in scene 318 | |||
2014-05-16 | MADS: Spacing | Filippos Karapetis | |
2014-05-16 | MADS: Implement scene 704 | Strangerke | |
2014-05-16 | MADS: Remove some optional parameters | Strangerke | |
2014-05-16 | MADS: Implemented sound player for scene group 8 | Paul Gilbert | |
2014-05-16 | MADS: Add a FIXME for scene 307 | Filippos Karapetis | |
2014-05-16 | MADS: Do not attempt to remove objects that aren't in the inventory | Filippos Karapetis | |
Fixes a crash when the guards take Rex's stuff | |||
2014-05-16 | MADS: Bugfixes and cleanup for scene 202 | Filippos Karapetis | |
2014-05-16 | MADS: Bugfixes for shooting down the monkey | Filippos Karapetis | |
2014-05-15 | MADS: Implemented sound player for scene group 7 | Paul Gilbert | |
2014-05-16 | MADS: Check if a rect is sane before attempting to create it | Filippos Karapetis | |
2014-05-16 | MADS: Bugfix for sequence triggers | Filippos Karapetis | |
Fixes a lot of broken sequences | |||
2014-05-15 | MADS: Implement sound player for scene group 6 | Paul Gilbert | |