Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-08-01 | TSAGE: Wait for fading sounds to completely fade when changing scenes | Paul Gilbert | |
2011-08-01 | TSAGE: Fix for background music to properly fade when leaving Scene #7700 | Paul Gilbert | |
2011-08-01 | TSAGE: Changed debugging statements from warning() to debug() | Paul Gilbert | |
2011-08-01 | TSAGE: Fix parameters in various calls to fadeOut method | Paul Gilbert | |
2011-08-01 | TSAGE: SoundBLaster method #38 now actually updates the channel volume | Paul Gilbert | |
2011-08-01 | TSAGE: Shift mutex locking to resolve a deadlock issue | Paul Gilbert | |
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: Add option to process asm functions but not output them | 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-26 | NEWS: Mention iMuse priority fix. | Johannes Schickel | |
2011-07-26 | NEWS: Mention LoL support in 1.4.0. | Johannes Schickel | |
2011-07-26 | DOC: Correct changes for Simon the Sorcerer 1/2. | Travis Howell | |
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 | VIDEO: Don't depend on IEEE floats for Bink audio | Sven Hesse | |
2011-07-24 | DEVTOOLS: cleanup kyradat tool code | athrxx | |
2011-07-24 | LOL: add support for Russian CD-ROM version | athrxx | |
2011-07-24 | DOC: SVN -> git | Eugene Sandulenko | |
2011-07-24 | DOC: Update readme by SimSaw | Eugene Sandulenko | |
- Changed the order of the Putt-Putt games to be match the order of the original releases by year - Mentioned the German version of Dragon History in the paragraph of the game - Changed a note about Swampy Adventures in the "Known Problems" section of Simon the Sorcerer's Puzzle Pack: Displaying texts when clicking on items is supported now (quick and dirty), displaying names of items when hovering with the mouse cursor over them is still unsupported - Changed text that could be misunderstood in Command Line Options section: "Select language" to "Select game's language" - The lanugage of the Simon the Sorcerer games is now pre-selected and does not allow to change it, nor to use fan patches not mentioned in the detection tables, thus the games and all references to them are no removed from the Language Options section - Corrected hot keys of Simon the Sorcerer 1+2: Clearified that "t" and "v" buttons only work in talkies of Simon 1 other than English and German and mentioned combined speech and text mode - Corrected function of "t" key in The Feeble Files | |||
2011-07-24 | LOL: add support for Russian floppy version | athrxx | |
2011-07-24 | COMMON: Limited gcc specific intLog2 to gcc 3.4 or newer. | Johannes Schickel | |
Older gcc versions did not include __builtin_clz, which made the PS2 port fail to compile, since it uses 3.2.2. | |||
2011-07-24 | COMMON: Add an optimized intLog2 implementation for gcc using __builtin_clz. | Johannes Schickel | |
This is done as discussed here: https://github.com/scummvm/scummvm/commit/54f25aa84373715001c56155673fb59cfe44b573 | |||
2011-07-24 | COMMON: Let intLog2 return an int instead of uint32, since it should return ↵ | Johannes Schickel | |
-1 for 0. | |||
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 | |