Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
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 | |
2011-07-23 | DREAMWEB: Cleaning in 'printslow' | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Cleaning of 'printasprite' | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Cleaning of 'showframe' | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Fix code formatting | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'printboth' ported to C++ | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'multidump' has a nicer signature | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'printslow' ported to C++ | Bertrand Augereau | |
2011-07-23 | DREAMWEB: Less registers, more params, in the text printing subsystem | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'printchar' ported to C++ | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'printdirect' ported to C++ | Bertrand Augereau | |
2011-07-23 | DREAMWEB: 'getnumber' ported to C++ | Bertrand Augereau | |
2011-07-23 | GOB: Fix missing sound effects in Woodruff (bug #3374170) | Sven Hesse | |
Another regression of the CoktelDecoder rewrite. Thanks to digitall for finding the offending commit. :) | |||
2011-07-21 | TOON: Fix off-by-one use of path heap array | Marcus Comstedt | |
The first element of the _data array in PathFindingHeap was never used, fix that. | |||
2011-07-20 | TOON: Cleanup and Memory Usage Reduction fixes in PathFinding Heap. | D G Turner | |
This halves the size of the pathifnding heap, but adds warnings if push() is attempted on a full heap. | |||
2011-07-20 | DREAMWEB: Made aboutturn() more readable | Eugene Sandulenko | |
2011-07-20 | DREAMWEB: Fix code formatting | Eugene Sandulenko | |
2011-07-20 | COMPOSER: Use AD_ENTRY1, fix copyright. | Alyssa Milburn | |
2011-07-20 | COMPOSER: Remove svn keywords. | Alyssa Milburn | |
2011-07-20 | DREAMWEB: Blacklist and reimplement cancelch0() and cancelch1() | eriktorbjorn | |
Now any sound playing on the channels is stopped immediately. This fixes missing voice-overs in the intro, makes it possible to skip lines of conversation, and fixes a problem where the sound effect from the Altar Room would keep playing after leaving the room. Possibly other glitches as well. | |||
2011-07-20 | COMPOSER: Add dirty rectangles. | Alyssa Milburn | |
2011-07-20 | COMPOSER: Use singleid, and extras field for demo descriptions. | Alyssa Milburn | |
2011-07-20 | COMPOSER: Minor whitespace/comment tweaks. | Alyssa Milburn | |
2011-07-20 | WINCE: Update port specific README | CeRiAl | |
2011-07-20 | WINCE: Change keymapping for AGI and Simon 1 & 2 | CeRiAl | |
2011-07-20 | WINCE: Move initialization of TimerManager to overloaded init() method. | CeRiAl | |