Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-27 | NEVERHOOD: Fix uninitialized members of the Screen class - CID 1022299 | Filippos Karapetis | |
2013-09-27 | NEVERHOOD: Fix uninitialized members of the AudioResourceManMusicItem class ↵ | Filippos Karapetis | |
- CID 1022298 | |||
2013-09-27 | NEVERHOOD: Fix uninitialized members of the SoundMan class - CID 1022297 | Filippos Karapetis | |
2013-09-27 | SCI: script patch for sq1vga to fix gfx glitch | Martin Kiewitz | |
when leaving Ulence Flats... | |||
2013-09-26 | SWORD25: Fix copy-paste error. CID 1004130 | Eugene Sandulenko | |
2013-09-26 | NEVERHOOD: Fix uninitialized class members in AnimatedSprite - CID 1022296 | Filippos Karapetis | |
2013-09-26 | NEVERHOOD: Add a patch system for broken resources in Russian versions | Filippos Karapetis | |
Some translated resources in Russian versions have incorrect unpacked resource sizes. The original didn't perform checks for these, but we do, thus we'll need to patch the unpacked resource sizes for each case | |||
2013-09-26 | COMMON: Expand the warnings thrown for broken DCL compressed data | Filippos Karapetis | |
The Russian translated versions of Neverhood have invalid unpacked sizes for some compressed resources. This helps in identifying their resource parameters more easily | |||
2013-09-26 | NEVERHOOD: Expand the error thrown for broken resources in BLB archives | Filippos Karapetis | |
The Russian translated versions of Neverhood have invalid unpacked sizes for some compressed resources. This helps in identifying their resource parameters more easily | |||
2013-09-26 | TSAGE: Minor renaming for R2R | Filippos Karapetis | |
Rename the R2R character indexes to the corresponding character enum (i.e. R2_NONE, R2_QUINN, R2_SEEKER, R2_MIRANDA) | |||
2013-09-25 | TSAGE: Renaming and bugfixes for R2R confrontation | Paul Gilbert | |
2013-09-26 | WINTERMUTE: Fix warning | Willem Jan Palenstijn | |
2013-09-26 | FULLPIPE: Started implementation of MctlCompound::initMovGraph2() | Eugene Sandulenko | |
2013-09-26 | FULLPIPE: Added MctlCompound object type | Eugene Sandulenko | |
2013-09-26 | FULLPIPE: Prototyping for MctlCompound | Eugene Sandulenko | |
2013-09-25 | ZVISION: Remove memory corrupting assignment | RichieSams | |
This was a code error left over from previous changes. We just create a new TextFramgment each time and hand it to List::push_back() | |||
2013-09-25 | ZVISION: Only save a thumbnail of the backbuffer instead of the whole thing | RichieSams | |
2013-09-25 | ZVISION: Set the state value at each frame of a return animation | RichieSams | |
Some Puzzles trigger off the intermediate frames | |||
2013-09-24 | TSAGE: Bugfixes and renaming for R2R Circular Walkways | Paul Gilbert | |
2013-09-24 | ZVISION: Remove CLIPs from mutateImage | RichieSams | |
Due to the math of the Panorama/Tilt, all pixel offsets are going to be closer to the center of the image. Also, mutateImage is now being called on a finished buffer, rather than an image at a time. Therefore, it no longer has to handle image wrapping. Thus, there is no case in which a pixel offset would be outside the image bounds. | |||
2013-09-24 | ZVISION: Don't cast away const-ness | RichieSams | |
2013-09-24 | NEWS: Mention update to munt 1.3.0 | Filippos Karapetis | |
2013-09-24 | MT-32: Update to munt 1.3.0 | Filippos Karapetis | |
2013-09-23 | TSAGE: Renaming for R2R floating city walkways | Paul Gilbert | |
2013-09-23 | WINTERMUTE: Remove asserts in Blend-functions in TransparentSurface. | Einar Johan Trøan Sømåen | |
2013-09-23 | WINTERMUTE: Pass blendMode to blit() in RenderTicket. | Tobia Tesan | |
2013-09-23 | WINTERMUTE: Add support for additive/subtractive blending in TransparentSurface | Tobia Tesan | |
2013-09-23 | WINTERMUTE: Match type of angle constant to struct in TransformStruct, ↵ | Tobia Tesan | |
silence warnings | |||
2013-09-22 | TSAGE: Further bugfixes for ARM base escape | Paul Gilbert | |
2013-09-22 | TSAGE: Renaming and cleanup for R2R Autopsy and dormitory rooms | Paul Gilbert | |
2013-09-22 | TSAGE: Cleanup and bugfixes for the R2R Vent Maze | Paul Gilbert | |
2013-09-22 | ZVISION: Don't cast away const-ness | RichieSams | |
2013-09-22 | ZVISION: Free AlphaDataEntry Surfaces before deleting them | RichieSams | |
2013-09-22 | TSAGE: Bugfixes and renaming for R2R cell and surrounds | Paul Gilbert | |
2013-09-22 | ZVISION: Cleanup all AlphaEntries after use | RichieSams | |
2013-09-22 | GRAPHICS: Remove variable shadowing | RichieSams | |
2013-09-22 | ZVISION: Assert that we don't exceed our hardcoded number of lines | RichieSams | |
2013-09-22 | ZVISION: Convert hardcoded number to an anonymous enum | RichieSams | |
2013-09-22 | ZVISION: Fix memory leak in SaveManager | RichieSams | |
2013-09-22 | ZVISION: Fix signed/unsigned mismatch | RichieSams | |
2013-09-22 | ZVISION: Fix shadowing in the Direction constructor | RichieSams | |
2013-09-22 | ZVISION: Add vertical pipes to prevent multi-line comments | RichieSams | |
2013-09-22 | ZVISION: Remove animation.o since animation.cpp is now gone | RichieSams | |
2013-09-22 | TSAGE: Further bugfix and renaming for R2R Flub maze | Paul Gilbert | |
2013-09-22 | SCI: revert fix music start code | Martin Kiewitz | |
add workaround for eq2 the issue is known, but can't be properly fixed without rewriting the midiparser into a channel specific parser previous commit caused issues in kq5/french and others | |||
2013-09-22 | SCI: fix music start code fixes eq2 bug #3037267 | Martin Kiewitz | |
we start at offset 10 for sound SCI1 games. This is hardcoded in the interpreter. Also removing not handling signals on tick 0. This fixes Eco Quest 2 / Gonzales dancing in room 530. Thanks to wjp for the help. | |||
2013-09-22 | TSAGE: Further work on R2R keypad area sub-scene | Paul Gilbert | |
2013-09-22 | EVENTS: Initialize class variable. CID 1002944 | Eugene Sandulenko | |
2013-09-22 | FULLPIPE: Initialize class variable in constructor. CID 1090697 | Eugene Sandulenko | |
2013-09-22 | FULLPIPE: Initialize class variable | Eugene Sandulenko | |