Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-08-07 | JANITORIAL: Add missing NL at EOF. | Christoph Mallon | |
2011-08-07 | TINSEL: Fixed deleting saved games from the launcher (bug #3387551) | Filippos Karapetis | |
2011-08-06 | TSAGE: Flag Blue Force with ADGF_UNSTABLE | Tarek Soliman | |
2011-08-06 | TSAGE: Flag CD titles with ADGF_CD | Tarek Soliman | |
2011-08-06 | TINSEL: Flag CD titles with ADGF_CD | Tarek Soliman | |
2011-08-06 | SAGA: Flag CD titles with ADGF_CD | Tarek Soliman | |
2011-08-06 | MADE: Flag CD titles with ADGF_CD | Tarek Soliman | |
2011-08-06 | AGOS: Flag CD titles with ADGF_CD | Tarek Soliman | |
2011-08-07 | TSAGE: Changed game Id from 'ring' to 'ringworld' | Paul Gilbert | |
This should help avoid name conflicts in the future with the Ring engine | |||
2011-08-06 | SCUMM: Fix some soccer u32 code in op_1011 | Matthew Hoops | |
Spotted by fuzzie | |||
2011-08-06 | ENGINES: Use the new taskbar error notification methods in the engines ↵ | Littleboy | |
defaultErrorHandler() | |||
2011-08-06 | SCUMM: Add a few more notes to soccer u32 code | Matthew Hoops | |
2011-08-06 | SCUMM: Remove soccer editor-related u32 code | Matthew Hoops | |
The built-in editor, while could potentially be a cool feature, seems incomplete and unusable. Room 4 (the editor room) in all three games is not accessible without jumping to it. | |||
2011-08-06 | TSAGE: Remove incorrect endian-specific read in audio code. | Alyssa Milburn | |
2011-08-06 | KYRA: Don't loose the next event when leaving the text input event loop. | Bastien Bouclet | |
2011-08-06 | SCUMM: Fix compilation | Eugene Sandulenko | |
2011-08-06 | TASKBAR: Set taskbar to error on engine error() | Eugene Sandulenko | |
2011-08-06 | ALL: Reduce audio/ header dependency | Eugene Sandulenko | |
2011-08-06 | AGOS: Reduced header dependency | Eugene Sandulenko | |
2011-08-06 | LASTEXPRESS: Reduce header dependency | Eugene Sandulenko | |
2011-08-06 | OSYSTEM: extended installTimerProc() with timer ID parameter | Eugene Sandulenko | |
2011-08-06 | COMPOSER: Added detection entries for 2 more games | Eugene Sandulenko | |
2011-08-06 | SCUMM: Proper fix of Russian subtitles | Eugene Sandulenko | |
Initial fix in 11a17b3 (r51211) led to chopped inventory items. No idea why it does not work with our code, as it seems to match the disassembly. Thus implementing this hackish workaround. | |||
2011-08-06 | TSAGE: Fix compilation on AmigaOS4 | Paul Gilbert | |
2011-08-06 | SCUMM: Properly reset midi channel voice mapping in CMS on new track. | Johannes Schickel | |
This fixes an ugly dead lock in some cases. | |||
2011-08-06 | SCUMM: Remove unneeded members in CMS class. | Johannes Schickel | |
2011-08-06 | SCUMM: Slight cleanup in CMS code. | Johannes Schickel | |
2011-08-06 | SCUMM: Fix some valgrind warnings in CMS code. | Johannes Schickel | |
2011-08-05 | SCUMM: Mark pass as having CMS support | Matthew Hoops | |
2011-08-05 | SCUMM: Mark monkey1 VGA floppy as having CMS support | Matthew Hoops | |
2011-08-05 | SCUMM: Mark Indy3 VGA as having CMS support | Matthew Hoops | |
2011-08-05 | SCUMM: Fix up CMS player implementation. | Johannes Schickel | |
It's much better now and hopefully quite close to the original when it comes to the music part. The intro music of Loom and Monkey Island 1 EGA sounds fine to me now at least. | |||
2011-08-05 | SCUMM: Fix a few more bugs in soccer u32 op_1014_sub1 | Matthew Hoops | |
Thanks to fuzzie | |||
2011-08-05 | SCUMM: Fix another typo in soccer u32 op_1014_sub1 | Matthew Hoops | |
2011-08-05 | SCUMM: Fix minor logic bug in soccer u32 op_1014 | Matthew Hoops | |
Spotted by fuzzie | |||
2011-08-05 | SCUMM: Add note to soccer u32 op_1011 about cursor scaling | Matthew Hoops | |
2011-08-05 | TSAGE: Updated Ringworld detection entries to ADGF_TESTING | Paul Gilbert | |
2011-08-04 | COMPOSER: Fix a warning and an uninitialized value. | Alyssa Milburn | |
2011-08-04 | SCUMM: Add notes on the unused soccer u32 opcodes | Matthew Hoops | |
Might be nice to implement the soccer editor one day in the future, but it's definitely a secondary goal. In fact, I'm not even sure how to access it yet other than jumping to the room (4). | |||
2011-08-04 | M4: Fix identified assert calls that had file reads inside them | Paul Gilbert | |
2011-08-04 | DREAMWEB: Less register usage in misc. places | Bertrand Augereau | |
2011-08-04 | DREAMWEB: Deprecated functions suppressed | Bertrand Augereau | |
2011-08-04 | DREAMWEB: Helper function to acquire a temporary segment ref to avoid ds and ↵ | Bertrand Augereau | |
es pollution | |||
2011-08-04 | DREAMWEB: 'doblocks' ported to C++ | Bertrand Augereau | |
2011-08-04 | TSAGE: Fix incorrect sample data being used in _soPlaySound2. | Paul Gilbert | |
This fixes the playback of the Intruder Alert message in Scene #95. | |||
2011-08-03 | DREAMWEB: Less register usage in 'plotreel' | Bertrand Augereau | |
2011-08-03 | SCUMM: Fix shadows in soccer | Matthew Hoops | |
Spotted by fuzzie | |||
2011-08-03 | SCUMM: Fix remaining soccer u32 op_1007 bugs | Matthew Hoops | |
Thanks to fuzzie for snooping that one out. The field boundaries now work correctly. SoccerMLS/Soccer2004 only are missing proper shadow support now. The original soccer is still having problems with clicking on the field. | |||
2011-08-03 | DREAMWEB: Less register interaction in 'multiput' and 'multiget' | Bertrand Augereau | |