Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-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-02 | SCUMM: Implement soccer u32 op_1017 | Matthew Hoops | |
Used sporadically during gameplay | |||
2011-08-02 | SCUMM: Fix soccer u32 op_1007 atan2 calls | Matthew Hoops | |
The games are now becoming playable. Players and the ball appear on the field. However they go off the field at times and shadows do not work properly yet. It's progress though! Thanks to fuzzie for spotting | |||
2011-08-02 | SCUMM: Fix some more soccer u32 logic bugs | Matthew Hoops | |
The camera now pans correctly. The players/ball have yet to reappear on the field, however. Thanks to fuzzie for spotting | |||
2011-08-02 | SCUMM: Fix op_1011 parameters | Matthew Hoops | |
2011-08-02 | SCUMM: Implement soccer u32 op_1016 | Matthew Hoops | |
Used when a goal is scored | |||
2011-08-02 | SCUMM: Fix more bugs in soccer u32 spotted by fuzzie | Matthew Hoops | |
2011-08-02 | SCUMM: Fix several soccer u32 logic bugs | Matthew Hoops | |
Spotted by fuzzie | |||
2011-07-31 | SCUMM: Add code for remaining soccer u32 opcodes | Matthew Hoops | |
While it should be complete now, it doesn't quite work properly yet. I need to go back through and double-check everything to make sure I got it right. | |||
2011-07-30 | TSAGE: Tweaks to better detect when a playing sound effect has ended | Paul Gilbert | |
2011-07-30 | TSAGE: Fix call to correct base class in Scene #60 items | Paul Gilbert | |
2011-07-30 | TSAGE: Fix base hotspot classes of hotspots in Scene #40 | Paul Gilbert | |
2011-07-30 | TSAGE: Add missing dispatch method to fix getting shot too quickly in Scene #40 | Paul Gilbert | |
2011-07-29 | TSAGE: Explicitly call the mixer stopAll() when shutting down | Paul Gilbert | |
2011-07-29 | TSAGE: Renamed AdlibFxSoundDriver to a more accurate SoundBlasterDriver | Paul Gilbert | |
2011-07-29 | TSAGE: Removed no longer needed fields from the Fx sound driver | Paul Gilbert | |
2011-07-28 | DREAMWEB: Rewrite main loop | Willem Jan Palenstijn | |
2011-07-28 | DREAMWEB: Move main function to stubs | Willem Jan Palenstijn | |
2011-07-28 | DREAMWEB: Fix rendering underlined characters | Willem Jan Palenstijn | |
The frame number argument to showframe is 9 bits of ax in the original asm, but was passed in a uint8. | |||
2011-07-28 | DREAMWEB: Fix kerning in printchar | Willem Jan Palenstijn | |
ah should contain the next char to print for kernchars(), but it was getting clobbered in one code path, and not even set in another. | |||
2011-07-28 | TSAGE: Fixed a problem with only the first Fx sound being played | Paul Gilbert | |
2011-07-28 | TSAGE: Clarified some method names in the sound code | Paul Gilbert | |
2011-07-28 | TSAGE: Added sound debugger command | Paul Gilbert | |
2011-07-28 | TSAGE: Sound Fx is now playing | Paul Gilbert | |
2011-07-28 | TSAGE: Fix problem with sound Fx start method being called multiple times | Paul Gilbert | |
2011-07-27 | KYRA: add support for Russian Kyra 1 floppy fan translation | athrxx | |
2011-07-27 | COMPOSER: Fix clang warnings. | Johannes Schickel | |
2011-07-27 | COMPOSER: Correct module.mk for Dynamic Plugins. | D G Turner | |
2011-07-27 | MOHAWK: Corrected Regression due to minor typo in Myst o_disableAreas. | D G Turner | |
Thanks to bgKa for looking at this. | |||
2011-07-27 | Merge pull request #58 from fuzzie/composer | Eugene Sandulenko | |
COMPOSER: Merge engine | |||
2011-07-27 | TSAGE: Beginning of implementation of Fx method #32 | Paul Gilbert | |
2011-07-25 | GOB: Add a workaround for bug #3376547 (gob3 footstep sound) | Sven Hesse | |
2011-07-25 | KYRA: add support for Kyra 2 Russian floppy | athrxx | |
2011-07-25 | TSAGE: Re-factored sound driver method #32 with extra parameters needed by ↵ | Paul Gilbert | |
Sound Fx driver | |||
2011-07-24 | Merge pull request #55 from tramboi/printing | Eugene Sandulenko | |
DREAMWEB: Translate printing subsystem | |||
2011-07-24 | LOL: add support for Russian CD-ROM version | athrxx | |
2011-07-24 | LOL: add support for Russian floppy version | athrxx | |
2011-07-24 | TSAGE: Reverted to using a single thread for audio playback | Paul Gilbert | |
2011-07-23 | DREAMWEB: Blacklisted 'usetimedtext', 'getundertimed' and 'putundertimed' | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'multiput' and 'multiget' get signatures | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Less register usage in 'printslow' | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'printdirect' has a C++ signature | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Less register usage in 'getnumber' | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'dumptextline' ported to C++ | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Less register usage in 'printslow' | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Useless register shuffling in printboth | Bertrand Augereau | |