Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | TONY: Add a description of tony.dat | Strangerke | |
Also add a TODO for missing descriptions of DAT files | |||
2012-09-11 | CONFIGURE: Automatically enable parent engine if subengine is enabled | Willem Jan Palenstijn | |
2012-09-11 | CONFIGURE: Clean up all-games test | Willem Jan Palenstijn | |
2012-09-11 | CONFIGURE: Fix more unintentional globbing | Willem Jan Palenstijn | |
2012-09-11 | CONFIGURE: Prevent [] in subengine list from triggering globbing | Willem Jan Palenstijn | |
2012-09-11 | CONFIGURE: Do dependency checking for all enabled engines | Willem Jan Palenstijn | |
Engines with manually specified dynamic/static were skipped 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-09 | CONFIGURE: behaviour -> behavior. | Johannes Schickel | |
Done to trigger a full rebuild on buildbot. | |||
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 | AUDIO: Remove unused members of MidiParser_XMIDI. | Alyssa Milburn | |
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 | VIDEO: Add support for odd-sized Bink-videos | Einar Johan Trøan Sømåen | |
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 | CREDITS: Increase name widths to avoid cut off names | Willem Jan Palenstijn | |
Unfortunately this does introduce extra line breaks. | |||
2012-09-06 | CREDITS: Reshuffle special thanks | Willem Jan Palenstijn | |