Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-04-15 | GROOVIE: Implement resource search-by-name for v2 games | Scott Thomas | |
2011-04-15 | GROOVIE: Use uint32 when searching for a video id by name | Scott Thomas | |
This brings ResMan::getRef into line with the rest of the engine. | |||
2011-04-15 | CONFIGURE: Explain more about --enable-all-engines. | Alyssa Milburn | |
2011-04-15 | TSAGE: Changed palette code back to using a byte array | Paul Gilbert | |
2011-04-15 | TSAGE: Scene40: The hero may now use his stunner on the assassin. Scene ↵ | strangerke | |
still broken. Also move some display() to display2() for consistency with the rest of the scenes in group1 | |||
2011-04-15 | SCI: Some initial work on supporting patch.005 in KQ1 Amiga | md5 | |
2011-04-15 | SCI: Silenced the warning for kMacPlatform(1) | md5 | |
This warning produces a lot of spam in the console (e.g. it pops up whenever the icon bar is opened in Dr. Brain Mac), thus it has been silenced | |||
2011-04-14 | AUDIO: Name the ADPCM status struct. | Alyssa Milburn | |
2011-04-15 | SWORD25: Removed the duplicate header files inside the pluto/pdep directory | md5 | |
2011-04-15 | SWORD25: Removed several unused files from the pluto directory | md5 | |
2011-04-14 | SWORD25: Silly whitespace fix. | Alyssa Milburn | |
2011-04-14 | GRAPHICS: Tidy up 4bpp handling a little. | Alyssa Milburn | |
2011-04-14 | SWORD25: Simplify text rendering code slightly. | Alyssa Milburn | |
2011-04-14 | GRAPHICS: Handle 4bpp paletted PNG files. | Alyssa Milburn | |
2011-04-14 | SWORD25: Fix rendering on big-endian. | Alyssa Milburn | |
2011-04-14 | SWORD25: Always create the MoviePlayer, even without USE_THEORADEC. | Alyssa Milburn | |
2011-04-14 | GRAPHICS: Replace PNG_HEADER macro with MKTAG | Alyssa Milburn | |
2011-04-14 | AUDIO: Fix a typo | Matthew Hoops | |
2011-04-14 | ALL: centerd -> centered | Max Horn | |
2011-04-14 | ALL: centre -> center | Max Horn | |
2011-04-14 | ALL: colour -> color | Max Horn | |
2011-04-14 | KYRA: Enforce use of American English in comments. | Johannes Schickel | |
2011-04-14 | TSAGE: Added replacement hierarchy for palette modifier classes that better ↵ | Paul Gilbert | |
matches the original | |||
2011-04-14 | TSAGE: Big Endian fix | Joost Peters | |
2011-04-14 | CREDITS: Added credits for TsAGE | Paul Gilbert | |
2011-04-14 | CREDITS: Added TsAGE engine credits | Paul Gilbert | |
2011-04-14 | SCUMM: Typo | Max Horn | |
2011-04-14 | TINSEL: Removed an unused global variable | md5 | |
2011-04-13 | TSAGE: Silence uninitialized variable usage warning. | Johannes Schickel | |
Instead of passing an uninitialized dummy va_list to Action::attached we just pass the va parameter from SequenceManager::attached to it now, since that parameter is not used in Action::attached, it is safe to do that. | |||
2011-04-13 | TSAGE: Replace the recently added error() by a warning(), allowing to play ↵ | strangerke | |
the CD version | |||
2011-04-13 | TSAGE: Suppress some dead code, rename a variable (thanks fuzzie for ↵ | strangerke | |
pointing that) | |||
2011-04-13 | TSAGE: Always initialise the event in getEvent() | eriktorbjorn | |
This fixes Valgrind warnings when getEvent() is called when there are no pending events at all. | |||
2011-04-13 | TSAGE: Move two functions from .h to .cpp (thanks fuzzie for reporting that) | strangerke | |
2011-04-13 | TSAGE: Fix two GCC warnings (which were bugs). Thanks LordHoto for reporting ↵ | strangerke | |
those. | |||
2011-04-13 | TSAGE: "Cosmetic" cleanups | strangerke | |
2011-04-13 | CONFIGURE: Fix tsage engine entry position. | Johannes Schickel | |
The engine list is (apart for subengines and SCUMM) sorted alphabetically, thus tsage should be between touche and tucker and not between toon and touche. | |||
2011-04-13 | TSAGE: Fix build as dynamic plugin. | Johannes Schickel | |
2011-04-13 | MOHAWK: Stupid padding fix. | Alyssa Milburn | |
2011-04-13 | TSAGE: Fix compilation on NDS. | Johannes Schickel | |
It is not safe to assume one can construct a va_list by using NULL. Instead I created a temporary (uninitialized!) dummy, which is passed in the call to the Action::attached implementation. I added a TODO to resolve this temporary hack. | |||
2011-04-13 | SCI: Remove left-over fixme comment | Willem Jan Palenstijn | |
It should have been removed in b40b87fdb5b4ee869cce55d852af409896b20c98 | |||
2011-04-13 | TSAGE: Fix compilation on Mac OS X PPC. | Johannes Schickel | |
Mac OS X PPC's standard C(++) library does not feature any sqrtf function, since the parameter is double anyway I changed it to use sqrt for now. We might want to consider adding some global macros for that on such platforms. Another instance where the same issues caused problems in the past is the MT-32 emulator. See audio/softsynth/mt32/synth.cpp lines 30 to 43 for reference. | |||
2011-04-13 | TSAGE: Cleanup custom List usage. | Johannes Schickel | |
This makes the code use Common::List for all cases where synchronization can not be done with tSage::List::synchronise. Furthermore I renamed the custom List class to SynchronisedList to stress its purpose. I also removed clear2, contains and forEach and replaced them with algorithm usage from Common:: or in the case of "contains" replaced them with a simple inline function which uses Common::find. | |||
2011-04-13 | TSAGE: Fix compilation on Linux/amd64 with g++ 4.5.2. | Johannes Schickel | |
2011-04-13 | AUDIO: Split the Intel DVI ADPCM into its own class | Matthew Hoops | |
IMA is really just the definition on how to decode a sample from a nibble, DVI is just a way for those nibbles to be stored in the stream. | |||
2011-04-13 | TSAGE: Fix warning | Willem Jan Palenstijn | |
2011-04-13 | TSAGE: Fixed warnings identified by Buildbot | Paul Gilbert | |
2011-04-13 | Merge branch 'master' of github.com:scummvm/scummvm | Paul Gilbert | |
2011-04-13 | TSAGE: Change palette code from 4-byte to 3-byte palettes | Paul Gilbert | |
2011-04-13 | Merge remote branch 'remotes/dreammaster/tsage' | Paul Gilbert | |
2011-04-13 | TOON: Use shared ADPCM data tables | Max Horn | |