Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-12 | PEGASUS: Disable save compression by default | Matthew Hoops | |
So they can be used by the original interpreter more easily (the type/creator codes still need to be set, though -- pegasus_save_types can handle that) | |||
2012-09-12 | Revert "PEGASUS: Make setting the start time of a movie also seek" | Matthew Hoops | |
This reverts commit b8bcbb46b47b30c87a0267211ae4aae4c61c4c78. 8808393b3a3428df2946d7967e52aba084c8ffe5 was the proper fix for the issue | |||
2012-09-12 | Merge remote branch 'upstream/master' into pegasus | Matthew Hoops | |
Conflicts: AUTHORS | |||
2012-09-13 | HUGO: Switch to the common PCX decoder | Filippos Karapetis | |
2012-09-13 | DREAMWEB: Switch to the common PCX decoder | Filippos Karapetis | |
2012-09-13 | TUCKER: Switch to the common PCX decoder | Filippos Karapetis | |
2012-09-13 | QUEEN: Switch to the common PCX decoder | Filippos Karapetis | |
2012-09-11 | PEGASUS: Fix minor filling station glitch | Matthew Hoops | |
2012-09-11 | CINE: Implement music fade out for Amiga/AtariST music. | Johannes Schickel | |
2012-09-11 | CONFIGURE: Move engine base support strings to configure.engines | Willem Jan Palenstijn | |
2012-09-11 | CONFIGURE: Add base engine descriptions to more engines | Willem Jan Palenstijn | |
Only SCUMM and SAGA had such a description previously. | |||
2012-09-11 | WINTERMUTE: Remove a few more unused includes. | Einar Johan Trøan Sømåen | |
2012-09-11 | WINTERMUTE: Remove unneccessary includes of base_file.h | Einar Johan Trøan Sømåen | |
2012-09-11 | WINTERMUTE: Alphabetize the includes in Ad/ | Einar Johan Trøan Sømåen | |
2012-09-11 | WINTERMUTE: Only include base_renderer.h where needed | Einar Johan Trøan Sømåen | |
2012-09-11 | TOLTECS: Don't show movie subtitles when subtitles are disabled | Filippos Karapetis | |
2012-09-11 | TOLTECS: Stop reallocating the chunk buffer on each movie frame | Filippos Karapetis | |
This somewhat reduces the stuttering in the intro movie (but it's still there) | |||
2012-09-11 | TOLTECS: Remove a superfluous seek | Filippos Karapetis | |
2012-09-11 | TOLTECS: Read the sound rate for each video file | Filippos Karapetis | |
2012-09-11 | TOLTECS: Store channel volume/panning information in saved games | Filippos Karapetis | |
2012-09-11 | TOLTECS: Open the save menu with F5 and the load menu with F9 | Filippos Karapetis | |
Also, this changes the dialog skip key to space instead of escape | |||
2012-09-11 | TOLTECS: Implement volume handling and toggling of speech/text | Filippos Karapetis | |
2012-09-10 | TONY: Add German/Czech detection entries. | Alyssa Milburn | |
2012-09-09 | MOHAWK: Fix minor formatting issue | Matthew Hoops | |
2012-09-09 | GRAPHICS: Fix ImageDecoder inconsistency with getPalette() | Matthew Hoops | |
Per LordHoto's suggestion | |||
2012-09-09 | PEGASUS: Fix some formatting issues | Matthew Hoops | |
2012-09-09 | PEGASUS: Fix some memory leaks | Matthew Hoops | |
Thanks to fuzzie for spotting | |||
2012-09-08 | TONY: Rename yet more variables. | Alyssa Milburn | |
2012-09-08 | TONY: Constify static data tables in custom.cpp. | Johannes Schickel | |
2012-09-08 | CINE: Fix sfx channel use in Amiga and AtariST versions of FW. | Johannes Schickel | |
This fixes a channel assignment issue in opcode 119. This also implements opcode 120, which is basically a stereo channel swapped version of 119 (o1_playSample). This affects the Amiga and AtariST versions. I put a TODO to check the DOS version here. | |||
2012-09-08 | CINE: Implement panning for sfx for FW Amiga and AtariST. | Johannes Schickel | |
2012-09-08 | CINE: Remove unused Sound::update method. | Johannes Schickel | |
2012-09-08 | CINE: Fix Paula frequency. | Johannes Schickel | |
This should fix the frequency of sound effects. | |||
2012-09-08 | CINE: Implement sfx repeat and volume fade for FW Amiga/AtariST. | Johannes Schickel | |
This fixes bug 3091660 "FW: Looping samples don't loop in Amiga version". | |||
2012-09-08 | CINE: Skip resource header in loadSpl. | Johannes Schickel | |
This implements a long standing TODO in PaulaSound::playSound. | |||
2012-09-08 | TONY: More renaming, reduce some variable scopes | Strangerke | |
2012-09-07 | JANITORIAL: Remove underscores from MidiParser variable names. | Alyssa Milburn | |
2012-09-07 | CINE: Workaround disabled menus in FW when loading from launcher/cl. | Johannes Schickel | |
This works around a regression from 92df76fbb3802bf28819c2684d188251c249cdbb. This should resolve the remaining issues of bug #3565362 "CINE: Savegame loading broken in FW". | |||
2012-09-07 | CINE: Fix sprite loading in FW. | Johannes Schickel | |
This partly fixes bug #3565362 "CINE: Savegame loading broken in FW". This fixes a regression from 2fd8bae31994e5581d0ef43da439d01ddd0d1ef5. | |||
2012-09-07 | TONY: Wait for events to pulse in 'threads'. | Alyssa Milburn | |
This fixes some missing animations, which weren't getting an opportunity to start. | |||
2012-09-07 | PEGASUS: Make setting the start time of a movie also seek | Matthew Hoops | |
Better mirrors QuickTime behavior | |||
2012-09-07 | TONY: Some more cleanup | Strangerke | |
2012-09-07 | TONY: Move const tables back to .cpp, as suggested by LordHoto | Strangerke | |
2012-09-07 | CINE: A little bit enforcement of our formatting guidelines. | Johannes Schickel | |
Powered by astyle & manual fixup afterwards. | |||
2012-09-06 | Merge pull request #277 from lordhoto/cine-amiga-menu | David Turner | |
Improvements for Cine's selection menu. | |||
2012-09-07 | WINTERMUTE: Remove engine-specific README | Einar Johan Trøan Sømåen | |
2012-09-07 | CINE: Explain the name "undrawChar" and add a possible TODO. | Johannes Schickel | |
2012-09-07 | CINE: Make selection menu focus rectangle match the original size. | Johannes Schickel | |
Compared against real FW Amiga under UAE and FW Dos under DOSBox. | |||
2012-09-07 | CINE: Implement proper text coloring in selection menus for Amiga. | Johannes Schickel | |
Tested with FW Amiga. | |||
2012-09-06 | TONY: Some more cleanup | Strangerke | |