Age | Commit message (Collapse) | Author | |
---|---|---|---|
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. | |||
2013-04-16 | SCI: Don't suppress end-of-track delta in SCI0 midi | Willem Jan Palenstijn | |
This fixes the main part of bug #3487090. This seems to be a conversion error from SCI1's channel mixing to SCI0's channel filtering code. | |||
2013-04-16 | COMMON: Don't use parserError for non-parser errors | Willem Jan Palenstijn | |
2013-04-16 | AUDIO: Fix invalid free call | Matthew Hoops | |
2013-04-16 | GRAPHICS: Fix quantization table id check | Matthew Hoops | |
2013-04-16 | SCI: Fix potential memory leak with Mac cursor's hotspot | Matthew Hoops | |
2013-04-16 | SCI: Fix mac cursor memory leak | Matthew Hoops | |
2013-04-16 | PEGASUS: Remove unused variable | Matthew Hoops | |
2013-04-16 | VIDEO: Fix uninitialized track pointers | Matthew Hoops | |
2013-04-16 | TSAGE: Fix some obvious errors detected by Coverity in R2R | Strangerke | |
2013-04-16 | HOPKINS: Fix broken condition detected by Coverity | Strangerke | |
2013-04-15 | VIDEO: Fix potential memory leak when adding a stream file track | Matthew Hoops | |
2013-04-15 | VIDEO: Fix potential memory leak when buffering a QuickTime frame | Matthew Hoops | |
2013-04-15 | PEGASUS: Add sanity check on the NItm resource being present | Matthew Hoops | |
2013-04-15 | PEGASUS: Add missing break | Matthew Hoops | |
2013-04-15 | MOHAWK: Fix string offsets memory leak | Matthew Hoops | |
2013-04-15 | MOHAWK: Fix cursor group memory leak | Matthew Hoops | |
2013-04-15 | SCI: Fix hunk entry leak | Willem Jan Palenstijn | |
2013-04-15 | SCI: Fix memory leak | Willem Jan Palenstijn | |
2013-04-15 | SCI: Fix memory leak | Willem Jan Palenstijn | |
2013-04-15 | SCI: Add missing break | Willem Jan Palenstijn | |
2013-04-15 | SCI: Add missing break | Willem Jan Palenstijn | |
2013-04-15 | SCI: Remove useless checks | Willem Jan Palenstijn | |
2013-04-15 | SCI: Fix uninitialized variables | Willem Jan Palenstijn | |
2013-04-15 | SCI: Remove unused variable | Willem Jan Palenstijn | |
2013-04-15 | WINTERMUTE: Fix warnings and improve const-correctness | Willem Jan Palenstijn | |
2013-04-15 | WINTERMUTE: Fix side effect of assert | Willem Jan Palenstijn | |
2013-04-15 | PARALLACTION: Cleanup | Willem Jan Palenstijn | |
2013-04-15 | GOB: Fix a misplaced continue / fallthrough | Sven Hesse | |
2013-04-15 | GOB: Change strcpy/strcat to strlcpy/strlcat for safety | Sven Hesse | |
2013-04-15 | WINTERMUTE: Fix leak on incomplete image load. | Einar Johan Trøan Sømåen | |