Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-18 | SCUMM: Fix cursor palette in the HE80+ default cursor | Matthew Hoops | |
2011-08-18 | SCUMM: Hopefully fix DS compilation | Sven Hesse | |
2011-08-17 | Merge remote-tracking branch 'origin/master' into soccer | Alyssa Milburn | |
Conflicts: engines/scumm/he/logic_he.cpp engines/scumm/he/logic_he.h | |||
2011-08-17 | SCUMM: Split HE logic classes to their own files | Matthew Hoops | |
2011-08-17 | SCUMM: Mass-comment/rename/simplify the soccer u32 code. | Alyssa Milburn | |
2011-08-16 | SCUMM: Fix cross product call in soccer u32 code. | Alyssa Milburn | |
Thanks to wjp and clone2727 for staring at this with me. | |||
2011-08-16 | SCUMM: Fix AdLib output for MI2/Indy4 Mac | Matthew Hoops | |
A regression from 69adb13c2f3cadd4dac2bba8164aa0b8a9400abc | |||
2011-08-16 | SCUMM: Make the default cursor for all v80+ games be the Windows cursor | Matthew Hoops | |
2011-08-16 | SCUMM: Set the default moonbase cursor to be the default Windows cursor | Matthew Hoops | |
2011-08-12 | SCUMM: Implement basic basketball court data parsing | Matthew Hoops | |
2011-08-12 | SCUMM: Implement basketball u32 op 1012 | Matthew Hoops | |
The game no longer divides by zero when starting a match and the court is now visible. | |||
2011-08-10 | SCUMM: Remove unused soccer u32 code | Matthew Hoops | |
2011-08-10 | SCUMM: Change CMS sfx methods to use its own register set. | Johannes Schickel | |
This is now like in the original and helps comparing register writes against DOSBox's behavior. | |||
2011-08-10 | SCUMM: Do not pack structs in CMS code. | Johannes Schickel | |
2011-08-09 | Merge remote branch 'upstream/master' into soccer | Matthew Hoops | |
2011-08-09 | SCUMM: Fix bug in soccer u32 op_1014_sub3 | Matthew Hoops | |
2011-08-09 | SCUMM: Backyard Soccer 2004 uses a different INI setting to disable printing. | Travis Howell | |
2011-08-08 | Merge remote branch 'upstream/master' into soccer | Matthew Hoops | |
2011-08-08 | SCUMM: Add some HE72 differences to mouse click handling | Matthew Hoops | |
Backyard Soccer at least requires this to have input during gameplay. | |||
2011-08-08 | SCUMM: Remove unneeded check for CMS in readSoundResource. | Johannes Schickel | |
CMS support is only available in games using readSoundResourceSmallHeader. | |||
2011-08-08 | SCUMM: Fix another original soccer u32 difference | Matthew Hoops | |
Soccer is slightly more playable, but clicking does nothing most of the time. | |||
2011-08-08 | SCUMM: Set default Benchmark speed in Moonbase Commander, based on the ↵ | Travis Howell | |
original Moonbase.ini. | |||
2011-08-08 | SCUMM: Update stub in arrayOps for Moonbase Commander. | Travis Howell | |
2011-08-08 | SCUMM: Add sprite code difference in Moonbase Commander. | Travis Howell | |
2011-08-07 | Merge remote branch 'upstream/master' into soccer | Matthew Hoops | |
2011-08-08 | SCUMM: Fix endian issue in captureWizPolygon. | Travis Howell | |
2011-08-07 | SCUMM: Further clean up of the CMS code. | Johannes Schickel | |
2011-08-07 | SCUMM: Clean up CMS code some more. | Johannes Schickel | |
2011-08-07 | SCUMM: Mark some overwritten methods as virtual. | Johannes Schickel | |
2011-08-07 | SCUMM: Cleanup CMS code a bit. | Johannes Schickel | |
2011-08-07 | GRAPHICS: Simplify the interface of Graphics::loadThumbnail(). | Christoph Mallon | |
Now it returns the Surface, so the caller does not need to create one and pass it. | |||
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-08-06 | SCUMM: Fix some soccer u32 code in op_1011 | Matthew Hoops | |
Spotted by fuzzie | |||
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 | SCUMM: Fix compilation | Eugene Sandulenko | |
2011-08-06 | ALL: Reduce audio/ header dependency | Eugene Sandulenko | |
2011-08-06 | OSYSTEM: extended installTimerProc() with timer ID parameter | 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 | 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 |