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