Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2013-04-15 | WINTERMUTE: Fix comparison in renderTicket. | Einar Johan Trøan Sømåen | |
2013-04-15 | GOB: Change strcpy to strlcpy for safety | Sven Hesse | |
2013-04-15 | GOB: Add another sanity check | Sven Hesse | |
2013-04-15 | GOB: Add a sanity check | Sven Hesse | |
2013-04-15 | GOB: Fix another potential array overrun | Sven Hesse | |
2013-04-15 | GOB: Fix a potential array overrun | Sven Hesse | |
2013-04-15 | GOB: Fix a leak | Sven Hesse | |
2013-04-15 | GOB: Correct a delete/delete[]-mismatch | Sven Hesse | |
2013-04-15 | GOB: Remove unused member variable in SaveLoad_v6 | Sven Hesse | |
2013-04-15 | GOB: Remove unused member variables in SaveLoad_Fascination | Sven Hesse | |
2013-04-15 | COMMON: Remove useless member variable FFT:_permutation | Sven Hesse | |
2013-04-15 | Merge pull request #317 from JenniBee/wintermute | Einar Johan Trøan Sømåen | |
WINTERMUTE: Add detection entry for Dreamscape | |||
2013-04-15 | SCI: Fix the entry of LSL7 French (patch #3610842) | Filippos Karapetis | |
2013-04-14 | HOPKINS: Renamed fields and methods in ObjectsManager | Paul Gilbert | |
2013-04-14 | HOPKINS: Renamed remaining fields of GraphicsManager class | Paul Gilbert | |
2013-04-14 | WINTERMUTE: Add detection entry for Dreamscape | JenniBee | |