Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-17 | PARALLACTION: Add some sanity checks to SoundMan_br::execute. | Alyssa Milburn | |
2013-04-17 | PARALLACTION: Fix buffer size in unpackBackground. | Alyssa Milburn | |
2013-04-17 | PARALLACTION: Use strlcpy instead of strncpy. | Alyssa Milburn | |
2013-04-17 | WINTERMUTE: Add more const to AdResponseBox | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Improve const-usage in VideoTheoraPlayer. | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Protect more members in BaseRenderer. | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Constify _width and _height in BaseRenderer. | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Increase const-usage. | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Use only const BaseGame-ref in SaveThumbHelper. | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Rename base_save_thumb_helper.cpp to match class-hierarchy. | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Detach BaseSaveThumbHelper from inheritance tree. | Einar Johan Trøan Sømåen | |
2013-04-17 | DREAMWEB: Make location array sizes more consistent | Willem Jan Palenstijn | |
While location 15 doesn't actually exist, this makes roomPics more consistent with the roomsCanGo array. | |||
2013-04-17 | CONFIGURE: Fix OpenGL test broken in previous commit. | digitall | |
2013-04-17 | CONFIGURE: Add workaround for MinGW Win32 antivirus false positive on build. | digitall | |
This is triggered by the scummvm-conf.exe binary produced from the OpenGL test. It is detected by a generic signature in AVG, Malware-bytes and several other antivirus programs, so not easy to get this fixed. This workaround avoids this by adding some redundant output code to the binary which changes it enough to avoid the signature. | |||
2013-04-17 | WINTERMUTE: Avoid including BaseGame in BaseRegion. | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Privatize even more members in BaseGame. | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Privatize thumbnail sizes in BaseGame. | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Privatize more members of BaseGame. | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Move settings from BaseGame to separate struct. | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Use strlcpy instead of strcpy in AdScene::loadBuffer() | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Use strlcpy instead of strcpy in SXString::scCallMethod() | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Avoid dereferncing null-pointer in TransparentSurface | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Avoid div-by-zero in SystemClassRegistry::loadInstances() | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Avoid div-by-zero in SystemClassRegistry::loadTable | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Check results while traversing file-system. | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Avoid passing BasePoint by value in Scene::getPath() | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Avoid passing BasePoint by-value | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Add sanity check to VideoTheoraPlayer | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Remove unused member _volumeOriginal | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Initialize _savedTimeStamp and _savedPlayTime | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Replace strcat with strlcat in BaseGame::displayDebugInfo | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Use strlcat/strlcpy in BaseGame::setWindowTitle | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Avoid passing BasePoint by value. | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Replace strcpy by strlcpy in BaseFileManager | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Add a sanity check for _game. | Einar Johan Trøan Sømåen | |
2013-04-17 | WINTERMUTE: Initialize _gameDescription in default-constructor. | Einar Johan Trøan Sømåen | |
2013-04-17 | HOPKINS: fix ingame save thumbnails on BE | Alyssa Milburn | |
2013-04-17 | HOPKINS: fix palette writes on BE | Alyssa Milburn | |
2013-04-17 | HUGO: Fix Uninitialized scalar variables | Strangerke | |
2013-04-17 | CGE: Fix uninitialized variables | Strangerke | |
2013-04-16 | PEGASUS: Add Windows demo support | Matthew Hoops | |
2013-04-16 | PEGASUS: Add DVD raise/lower sounds for the inventory/biochip panels | Matthew Hoops | |
Thanks to Keith Kaisershot (blitter) | |||
2013-04-16 | PEGASUS: Let the DVD demo use the full Prehistoric AI video set | Matthew Hoops | |
2013-04-16 | PEGASUS: Clean up DVD demo Theora playback | Matthew Hoops | |
2013-04-16 | PEGASUS: Add new Prehistoric sounds for the DVD demo | Matthew Hoops | |
2013-04-16 | PEGASUS: Add support for PICT cursors | Matthew Hoops | |
2013-04-16 | PEGASUS: Add detection for the new DVD Demo data file | Matthew Hoops | |
2013-04-16 | PEGASUS: Add the new demo theora videos | Matthew Hoops | |
2013-04-16 | GUI: Always try to show as many entries as possible in ListWidget. | Johannes Schickel | |
In case there were less items in the list than on a page, it was possible that a "scrollTo" call scrolled items out of the view even though all could be displayed. This caused odd behavior in the load dialog in T7G. There the list contains 10 entries. In case the last one was loaded via the dialog, the next time it was brought up again it showed the 9th entry at the top of the view and effectively hiding all the others. It furthermore did not show the scroll bar because all entries would have fit onto one page. To prevent this odd behavior, a boundary check has been added to all places where the scroll position is set. This has been taken from "scrollToCurrent" which already tried to prevent this. This fixes the second issue described in bug #3610960 "T7G - savegame glitches". | |||
2013-04-16 | SCI: Don't suppress loop delta in SCI1 midi | Willem Jan Palenstijn | |
This fixes bug #3293354. |