aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
AgeCommit message (Collapse)Author
2011-03-29JANITORIAL: Remove/comment unused varsdhewg
Found by GCC 4.6's -Wunused-but-set-variable
2011-03-29GOB: Use memmove instead of memcpy in Surface::blit()Sven Hesse
Inca 2 actually blits surfaces on themselves...
2011-03-20GOB: Add another US version of Urban RunnerSven Hesse
As supplied by Collector9 in bug report #3228040
2011-03-20GOB: Fix Urban Runner fallback feature flagsSven Hesse
2011-03-19GOB: Init volume levels on startupdhewg
2011-03-18GOB: Add an Italian version of Urban RunnerSven Hesse
As supplied by "Alex" on my Gobsmacked blog: <http://drmccoy.de/gobsmacked/?p=407&cpage=1#comment-2070>
2011-02-26GOB: Avoid hiding overloaded virtual methodsOri Avtalion
2011-02-14GOB: Adapt to setPalette RGBA->RGB change.Johannes Schickel
2011-02-09AUDIO: Rename sound/ dir to audio/Max Horn
svn-id: r55850
2011-02-07ALL: Fix whitespaces / indentionMax Horn
svn-id: r55818
2011-02-07VIDEO: Rename VideoDecoder::load() to loadStream()Max Horn
svn-id: r55810
2011-02-07COMMON: OSystem now has a PaletteManagerMax Horn
svn-id: r55806
2011-02-04GOB: Silence a compiler warningSven Hesse
svn-id: r55771
2011-02-04GOB: Add the "envir" directory to the search path for AdibouSven Hesse
svn-id: r55770
2011-02-04GOB: Add oPlaytoons_loadMultObjectSven Hesse
svn-id: r55769
2011-02-04GOB: Implement case -2 for oPlaytoons_getObjAnimSizeSven Hesse
svn-id: r55768
2011-02-04GOB: Add Inter::readValue()Sven Hesse
svn-id: r55767
2011-02-04GOB: Move storeValue/storeString to class InterSven Hesse
svn-id: r55766
2011-02-03GOB: Fix a regression that broke Lost in TimeSven Hesse
svn-id: r55760
2011-02-02GOB: Oops, set the correct opcode :PSven Hesse
svn-id: r55739
2011-02-02GOB: Add o7_findCDFileSven Hesse
Stubbing that for now svn-id: r55738
2011-02-02GOB: Add o7_gob0x201Sven Hesse
svn-id: r55737
2011-02-02GOB: Fix detection of JPEG imagesSven Hesse
Thanks, clone :P svn-id: r55735
2011-02-02GOB: Close the just ended live video, not the first oneSven Hesse
svn-id: r55734
2011-02-02GOB: Implement o7_loadLBMPaletteSven Hesse
svn-id: r55733
2011-02-02GOB: Implement LBM loadingSven Hesse
svn-id: r55732
2011-02-02GOB: o7_draw0xA4 is o7_loadLBMPaletteSven Hesse
Stubbing that one for now. svn-id: r55731
2011-02-02GOB: Stub o7_loadImage furtherSven Hesse
svn-id: r55730
2011-02-02GOB: Rename Draw::kSpritesCount to Draw::kSpriteCountSven Hesse
svn-id: r55729
2011-02-02GOB: Make flags optional in Video::initSurfDescSven Hesse
svn-id: r55728
2011-02-02GOB: Remove the vidMode parameter from Video::initSurfDescSven Hesse
svn-id: r55727
2011-02-02GOB: Fix Databases constructorSven Hesse
Ooops, a leftover I forgot to remove. svn-id: r55717
2011-01-31GOB: o7_draw0xA4 has something to do with LBMs, thoughSven Hesse
svn-id: r55695
2011-01-31GOB: Actually, draw opcode 0x90 is loadImageSven Hesse
Not just loadLBM. The image can be a TGA, LBM, BRC, BMP or JPEG. svn-id: r55694
2011-01-31GOB: Set the language before opening the databaseSven Hesse
svn-id: r55693
2011-01-31GOB: Fix last updated month's rangeSven Hesse
svn-id: r55692
2011-01-31GOB: o7_draw0x45 is o7_logStringSven Hesse
svn-id: r55691
2011-01-31GOB: Fix a compiler warningSven Hesse
svn-id: r55684
2011-01-31GOB: Fix text end positons for non-monospaced fontsSven Hesse
Fixes Adibou's recipices. svn-id: r55682
2011-01-31GOB: Make Font::_itemSize unsignedSven Hesse
This fixes a font drawing error in Adibou. svn-id: r55681
2011-01-31GOB: Add support for dBase III filesSven Hesse
Implementing o7_opendBase, o7_closedBase and o7_getDBString svn-id: r55676
2011-01-31GOB: o7_draw0xC4 is o7_closedBase; o7_draw0xC6 is o7_getDBStringSven Hesse
Stubbing those for now svn-id: r55675
2011-01-30GOB: Work around the unimplemented copyFile :PSven Hesse
svn-id: r55654
2011-01-30GOB: Stub some Adibou mult stuffSven Hesse
svn-id: r55653
2011-01-30GOB: Add o7_playVmdOrMusicSven Hesse
svn-id: r55648
2011-01-30GOB: Add a sanity check to the copyFile stubSven Hesse
svn-id: r55647
2011-01-30GOB: Add Inter_Playtoons::readSprite()Sven Hesse
svn-id: r55646
2011-01-30GOB: Change SPRITES_COUNT into a constSven Hesse
svn-id: r55645
2011-01-30GOB: Adibou has background atmosphereSven Hesse
svn-id: r55644
2011-01-30GOB: Fix Inter_v6::probe16bitMusic()Sven Hesse
svn-id: r55643