aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-25CINE: Add a safeguard to avoid incrementing a null pointerStrangerke
2014-05-25DRACI: Initialize a variable, some rework on the initialization of pointers ↵Strangerke
and booleans
2014-05-25TUCKER: Skip the display of the intro and of the chapter number when a game ↵Strangerke
is loaded from launcher
2014-05-25SCI: Make debugging output conditionalWillem Jan Palenstijn
2014-05-25SCI: Fix voice mapping during midi channel remappingWillem Jan Palenstijn
This fixes the first Patti dream sequence piano song in LSL5 room 320.
2014-05-25GUI: Fix compilationWillem Jan Palenstijn
This adds a missing header in the case #ifndef USE_TEXT_CONSOLE_FOR_DEBUGGER
2014-05-25FULLPIPE: Start MovGraph::sub1() implementationEugene Sandulenko
2014-05-25FULLPIPE: Fix MovGraph::calcMovItems()Eugene Sandulenko
2014-05-24TUCKER: Add a check to error out when the index isn't found for a given ↵Strangerke
location number
2014-05-24TUCKER: Add a couple of safeguards to avoid out of bound access during the ↵Strangerke
display of credits
2014-05-24TUCKER: Add a safeguard to avoid a potential out of bound accessStrangerke
2014-05-24FULLPIPE: Simplify syntaxEugene Sandulenko
2014-05-24FULLPIPE: Finish MovGraph::method50() implementationEugene Sandulenko
2014-05-24FULLPIPE: Fix MovGraphItem structureEugene Sandulenko
2014-05-24FULLPIPE: Further work on MovGraph::method50()Eugene Sandulenko
2014-05-24AVALANCHE: Initialize two variables in GhostRoom()Strangerke
2014-05-23FULLPIPE: Started implementation of MovGraph::method50()Eugene Sandulenko
2014-05-23FULLPIPE: Implement MovGraph::changeCallback()Eugene Sandulenko
2014-05-23FULLPIPE: Implement MovGraph::fillMGMinfo()Eugene Sandulenko
2014-05-22FULLPIPE: Started work on MovGraph::fillMGMinfo()Eugene Sandulenko
2014-05-22Merge pull request #463 from digitall/wiiMiscConfigureJohannes Schickel
CONFIGURE: Add support for host-alias prefixed strings binary.
2014-05-21CONFIGURE: Send output for host-alias-strings test to config.logD G Turner
This is not critical to build configuration and any problems would be visible by an incorrect endian test result.
2014-05-21FULLPIPE: Fix method return typesEugene Sandulenko
2014-05-21FULLPIPE: Implement MovGraph::method3C()Eugene Sandulenko
2014-05-20CONFIGURE: Fix information output for host-alias-strings test.D G Turner
Thanks to LordHoto for the amendment to surpress error output.
2014-05-20DRACI: Add missing _isPositionLoaded initialization.D G Turner
Fixes CID 1003405.
2014-05-20FULLPIPE: Fix warningsEugene Sandulenko
2014-05-20FULLPIPE: Fix warningsEugene Sandulenko
2014-05-20FULLPIPE: Implement MovGraph::method34()Eugene Sandulenko
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-19FULLPIPE: Started implementation of MovGraph::method34()Eugene Sandulenko
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-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-17FULLPIPE: Started implementation of movGraphCallback()Eugene Sandulenko
2014-05-17Merge pull request #462 from digitall/debugConsoleChangeLevelJohannes Schickel
Add command to change debug level to the Debugger base class.
2014-05-16FULLPIPE: Implement MovGraph::method44()Eugene Sandulenko
2014-05-15FULLPIPE: Implement MovGraph::doWalkTo()Eugene Sandulenko
2014-05-15AGOS: Disable image_dump debug command.D G Turner
2014-05-15GUI: Add usage for "debuglevel" command output in Debugger base class.D G Turner
2014-05-14FULLPIPE: Pushed noisy debug message deeperEugene Sandulenko
2014-05-14FULLPIPE: Added more debug outputEugene Sandulenko
2014-05-14FULLPIPE: Fix bug in global_messageHandler3() which prevented mouse handlingEugene Sandulenko
2014-05-14FULLPIPE: Fix bug in Scene::getPictureObjectById()Eugene Sandulenko
2014-05-14FULLPIPE: Fix indentEugene Sandulenko