aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-19MADS: Fix bug in scene 207Strangerke
2014-05-19MADS: Some refactoring in scene group 3Strangerke
2014-05-19MADS: Reduce variable scope in scene group 5, rename one variableStrangerke
2014-05-19MADS: Some refactoring in scene 402Strangerke
2014-05-19MADS: Reduce the scope of a variable in ResourceStrangerke
2014-05-19MADS: Refactor a bit the calls of generateRandom()Strangerke
2014-05-19MADS: Reduce the scope of some variables in PaletteStrangerke
2014-05-19MADS: Reduce the scope of another variable in AnimationStrangerke
2014-05-19MADS: Reduce the scope of a variable in ASoundStrangerke
2014-05-19MADS: Fix scrolling checkStrangerke
2014-05-19MADS: Some more British -> American English modificationsStrangerke
2014-05-19MADS: Reduce the scope of a variable in Action, rename some British variable ↵Strangerke
names
2014-05-19FULLPIPE: More work on MovGraph::method34()Eugene Sandulenko
2014-05-19TONY: Add missing Russian detection entry.D G Turner
This should fix bug #6589 "TONY: Russian version not detected".
2014-05-19MADS: Implement two palette functionsStrangerke
2014-05-19FULLPIPE: Started implementation of MovGraph::method34()Eugene Sandulenko
2014-05-18MADS: Rework removePlayerSprites(), get rid of another TODOStrangerke
2014-05-18MADS: Add removePlayerSprites(), remove a TODOStrangerke
2014-05-18MADS: Changed 16-bit globals over to be 32-bitsPaul Gilbert
2014-05-18MADS: Remove temporary DummySceneStrangerke
2014-05-18MADS: Some work and bugfixing in scene 701Strangerke
2014-05-18MADS: Implement scene 810Strangerke
2014-05-18MADS: Implement scene 808Strangerke
2014-05-18MADS: Implement scene 805Strangerke
2014-05-18MADS: Replace _ongoingGame by the use of quitGame()Strangerke
2014-05-18MADS: Implement scene 803, add an ongoingGame global flag to exit the ↵Strangerke
multiple game loops
2014-05-18FULLPIPE: Finish implementation of movGraphCallback()Eugene Sandulenko
2014-05-18CONFIGURE: Add support for host-alias prefixed strings binary on LE.D G Turner
This was missed from the Wii patch as the Wii is Big Endian.
2014-05-17CONFIGURE: Add support for host-alias prefixed strings binary.D G Turner
This is the last outstanding change of patch #1359 - "Update wii/gamecube configure" submitted on 2010-11-15.
2014-05-17HOPKINS: 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-17MADS: Fix for using inventory actionsPaul Gilbert
2014-05-17MADS: Added initialisation method for random messages displayPaul Gilbert
2014-05-17MADS: Completed random message generation methodPaul Gilbert
2014-05-17MADS: Implement scene 802Strangerke
2014-05-17HOPKINS: 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-17HOPKINS: 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-17HOPKINS: 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-17MADS: Further work on scene 701Filippos Karapetis
2014-05-17MADS: Implement scene 801Strangerke
2014-05-17FULLPIPE: Started implementation of movGraphCallback()Eugene Sandulenko
2014-05-16MADS: In progress framework for on-screen random messagesPaul Gilbert
2014-05-17Merge pull request #462 from digitall/debugConsoleChangeLevelJohannes Schickel
Add command to change debug level to the Debugger base class.
2014-05-17MADS: Implement scene 751Strangerke
2014-05-16MADS: Properly implemented object quality codePaul Gilbert
2014-05-16MADS: Implement scene 706Strangerke
2014-05-16MADS: Implement scene 705Strangerke
2014-05-16MADS: Bugfix for scene 804Filippos Karapetis
2014-05-16MADS: Some more work on scene 701Filippos Karapetis
2014-05-16FULLPIPE: Implement MovGraph::method44()Eugene Sandulenko
2014-05-16MADS: Clean up sound driver creation switch blockPaul Gilbert