Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2011-07-20 | WINCE: Update port specific README | CeRiAl | |
2011-07-19 | COMPOSER: Clip palette fade percentage. | Alyssa Milburn | |
2011-07-19 | COMPOSER: Buttons belong to libraries. | Alyssa Milburn | |
2011-07-19 | COMPOSER: Run kEventUnload when appropriate. | Alyssa Milburn | |
2011-07-19 | COMPOSER: Use enum values for events, rather than numeric cosntants. | Alyssa Milburn | |
2011-07-19 | JANITORIAL: Fix MSVC warnings | Littleboy | |
- Conversion from double to float - Unary minus operator applied to unsigned type - ARRAYSIZE redefinition | |||
2011-07-19 | COMMON: Fix some formatting | Matthew Hoops | |
2011-07-19 | DEVTOOLS: Fix typos and formatting in create_toon | Matthew Hoops | |
2011-07-19 | VIDEO: Fix typo with last commit | Matthew Hoops | |
2011-07-19 | COMPOSER: Implement kFuncChangeBackground. | Alyssa Milburn | |
2011-07-19 | COMPOSER: Implement kFuncGetMousePos. | Alyssa Milburn | |
2011-07-19 | COMPOSER: Implement kFuncClearSprites. | Alyssa Milburn | |
2011-07-19 | VIDEO: Better handle failing loading Smacker videos | Matthew Hoops | |
2011-07-19 | COMPOSER: Implement kFuncQuit. | Alyssa Milburn | |
2011-07-19 | VIDEO: Use C++ versions of exp/ldexp | Matthew Hoops | |
Should fix compilation on Mac PPC, and MinGW32 on buildbot | |||
2011-07-19 | DREAMWEB: Add ScummVM headers, remove SVN keywords. | Eugene Sandulenko | |
2011-07-19 | Merge pull request #48 from tramboi/master | Eugene Sandulenko | |
DREAMWEB: More porting into C++ | |||
2011-07-19 | BINK decoder: Fixed compilation with MSVC | Filippos Karapetis | |
2011-07-19 | CREATE_PROJECT: Enabled the new Bink video support feature | Filippos Karapetis | |
2011-07-19 | COMMON: Move cosine/sine tables out of header files | Matthew Hoops | |
Access is now restricted to using the getSineTable()/getCosineTable() helper functions. | |||
2011-07-19 | COMMON: Renamed Integer Log2 function from log2 to intLog2. | D G Turner | |
This avoids naming collisions with system libraries on some platforms i.e. DS, DC where the log2 is realised by macro. | |||
2011-07-19 | AUDIO: Fix stereo MS IMA ADPCM decoding | Sven Hesse | |
2011-07-19 | CODECS: Replaced Integer log2 in QDM2 with Common::Math implementation. | D G Turner | |
2011-07-19 | COMMON: Document the BitStream a bit more | Sven Hesse | |
2011-07-18 | Merge pull request #50 from clone2727/bink | clone2727 | |
Add support for Bink video to SCUMM HE | |||
2011-07-18 | SCI: Fix kFormat's handling of %c with a 0 argument | Willem Jan Palenstijn | |
SSCI used a sprintf to handle %c, appending the result to the output, which is effectively a nop for a zero argument. This is bug #3368821. Thanks to digitall for tracing it to KFormat and testing this patch. | |||
2011-07-18 | DREAMWEB: Gave a proper signature to gextnextword | Bertrand Augereau | |
2011-07-18 | DREAMWEB: getnextword doesn't read one byte too far any more | Bertrand Augereau | |
2011-07-18 | DREAMWEB: Blacklisted 'kernchars' and 'getnextword' | Bertrand Augereau | |
2011-07-18 | DREAMWEB: Added resilience to frameoutv to avoid memory stomping at the TV ↵ | Bertrand Augereau | |
studio | |||
2011-07-18 | DREAMWEB: doorway and widedoor have signatures | Bertrand Augereau | |
2011-07-18 | DREAMWEB: aboutturn reversed | Bertrand Augereau | |
2011-07-18 | DREAMWEB: Reversed random sprite callback | Bertrand Augereau | |
2011-07-18 | DREAMWEB: initman reversed | Bertrand Augereau | |