Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2014-05-16 | MADS: Fix bug when watching the meteorologist through the binoculars | Filippos Karapetis | |
2014-05-16 | MADS: Add some nouns for the teleporter | Filippos Karapetis | |
2014-05-15 | MADS: Implemented sound player for scene group 5 | Paul Gilbert | |
2014-05-15 | MADS: Fix incorrect array indexes referencing outputIndexes | Paul Gilbert | |
2014-05-15 | MADS: Implement scene 703 | Strangerke | |
2014-05-15 | MADS: Implemented sound player for scene group 4 | Paul Gilbert | |
2014-05-15 | MADS: Implemented sound player for scene group 3 | Paul Gilbert | |
2014-05-15 | FULLPIPE: Implement MovGraph::doWalkTo() | Eugene Sandulenko | |
2014-05-15 | AGOS: Disable image_dump debug command. | D G Turner | |
2014-05-15 | MADS: Further work on scene 701 | Filippos Karapetis | |
2014-05-15 | MADS: Bugfixes and cleanup for scene 202 | Filippos Karapetis | |
2014-05-15 | MADS: Add a dummy implementation of setMotion() | Filippos Karapetis | |
This resolves the FIXME in scene 109 | |||
2014-05-15 | MADS: Some bugfixes to the debug console | Filippos Karapetis | |
2014-05-15 | MADS: Some refactoring in scene group 7 | Strangerke | |
2014-05-15 | GUI: Add usage for "debuglevel" command output in Debugger base class. | D G Turner | |
2014-05-15 | MADS: Implement Scene 612 | Strangerke | |