Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-19 | MADS: Fix bug in scene 207 | Strangerke | |
2014-05-19 | MADS: Some refactoring in scene group 3 | Strangerke | |
2014-05-19 | MADS: Reduce variable scope in scene group 5, rename one variable | Strangerke | |
2014-05-19 | MADS: Some refactoring in scene 402 | Strangerke | |
2014-05-19 | MADS: Reduce the scope of a variable in Resource | Strangerke | |
2014-05-19 | MADS: Refactor a bit the calls of generateRandom() | Strangerke | |
2014-05-19 | MADS: Reduce the scope of some variables in Palette | Strangerke | |
2014-05-19 | MADS: Reduce the scope of another variable in Animation | Strangerke | |
2014-05-19 | MADS: Reduce the scope of a variable in ASound | Strangerke | |
2014-05-19 | MADS: Fix scrolling check | Strangerke | |
2014-05-19 | MADS: Some more British -> American English modifications | Strangerke | |
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-18 | CONFIGURE: 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-17 | CONFIGURE: 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-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 | |