Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-06-02 | GOB: Replace snprintf() usage with Common::String::format() | D G Turner | |
Safer and less portability issues. | |||
2011-05-25 | ALL: behaviour -> behavior | Matthew Hoops | |
2011-05-17 | COMMON: Registers RandomSources in constructor with the event recorder | Max Horn | |
This also removes the dependency of engines on the event recorder header and API, and will make it easier to RandomSources that are not properly registered. | |||
2011-05-16 | GOB: Add a non-interactive Adibou2 demo | Sven Hesse | |
2011-05-16 | ENGINES: Unify engine names | Thierry Crozat | |
This unifies the engine names in MetaEngine::getName() and the credits. In particular drop "Engine" or "engine" from the names when it was present and use expanded names in credits when the MetaEngine uses it (e.g. "Beneath a Steel Sky" instead of "BASS"). | |||
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-06 | GOB: Create a SafeSubReadStream for files in STKs | Sven Hesse | |
Instead of memcpy'ing them into a MemoryReadStream. This is necessary for the lower end PSPs to run Urban Runner with its comparably big VMD videos. | |||
2011-05-05 | GOB: Fix a stupid typo in SlotFileIndexed::buildIndex() | Sven Hesse | |
This should fix bug #3295893. The intention of this piece of code was to pad the first save slot name with spaces until it's as long as the longest save slot name, because the scripts use it to gauge the width of the save list. Unfortunately, I messed up there, overwriting variable space directly after the save names. In Urban Runner's case, this would be the list of inventory items. | |||
2011-05-04 | GOB: Add another Italian Fascination version | Sven Hesse | |
As supplied by alex86r in bug report #3297633. | |||
2011-05-04 | GOB: Add another Italian Urban Runner version | Sven Hesse | |
As supplied by alex86r in bug report #3297602. | |||
2011-05-04 | GOB: Don't overwrite _destSpriteX after PRINTTEXT | Sven Hesse | |
Don't overwrite _destSpriteX after PRINTTEXT with a value that's only appropriate for monospaced fonts; support for non-monospaced fonts has been introduced with Woodruff. This should fix bug #3295889. | |||
2011-05-04 | GOB: Plug a leak | Sven Hesse | |
Thanks to digitall for finding that one | |||
2011-05-01 | Merge pull request #16 "Add a PixelFormat to Graphics::Surface.". | Johannes Schickel | |
For further discussion check here: https://github.com/scummvm/scummvm/pull/16 Conflicts: graphics/png.cpp | |||
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-28 | JANITORIAL: Format forward declarations to follow convention | Ori Avtalion | |
2011-04-20 | GOB: Shut up VS2010 code analysis warning | Sven Hesse | |
2011-04-17 | GOB: Do not access Surface::bytesPerPixel anymore. | Johannes Schickel | |
2011-04-12 | COMMON: Replace MKID_BE by MKTAG | Max Horn | |
MKID_BE relied on unspecified behavior of the C++ compiler, and as such was always a bit unsafe. The new MKTAG macro is slightly less elegant, but does no longer depend on the behavior of the compiler. Inspired by FFmpeg, which has an almost identical macro. | |||
2011-03-29 | JANITORIAL: Remove/comment unused vars | dhewg | |
Found by GCC 4.6's -Wunused-but-set-variable | |||
2011-03-29 | GOB: Use memmove instead of memcpy in Surface::blit() | Sven Hesse | |
Inca 2 actually blits surfaces on themselves... | |||
2011-03-20 | GOB: Add another US version of Urban Runner | Sven Hesse | |
As supplied by Collector9 in bug report #3228040 | |||
2011-03-20 | GOB: Fix Urban Runner fallback feature flags | Sven Hesse | |
2011-03-19 | GOB: Init volume levels on startup | dhewg | |
2011-03-18 | GOB: Add an Italian version of Urban Runner | Sven Hesse | |
As supplied by "Alex" on my Gobsmacked blog: <http://drmccoy.de/gobsmacked/?p=407&cpage=1#comment-2070> | |||
2011-02-26 | GOB: Avoid hiding overloaded virtual methods | Ori Avtalion | |
2011-02-14 | GOB: Adapt to setPalette RGBA->RGB change. | Johannes Schickel | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 | |||
2011-02-07 | ALL: Fix whitespaces / indention | Max Horn | |
svn-id: r55818 | |||
2011-02-07 | VIDEO: Rename VideoDecoder::load() to loadStream() | Max Horn | |
svn-id: r55810 | |||
2011-02-07 | COMMON: OSystem now has a PaletteManager | Max Horn | |
svn-id: r55806 | |||
2011-02-04 | GOB: Silence a compiler warning | Sven Hesse | |
svn-id: r55771 | |||
2011-02-04 | GOB: Add the "envir" directory to the search path for Adibou | Sven Hesse | |
svn-id: r55770 | |||
2011-02-04 | GOB: Add oPlaytoons_loadMultObject | Sven Hesse | |
svn-id: r55769 | |||
2011-02-04 | GOB: Implement case -2 for oPlaytoons_getObjAnimSize | Sven Hesse | |
svn-id: r55768 | |||
2011-02-04 | GOB: Add Inter::readValue() | Sven Hesse | |
svn-id: r55767 | |||
2011-02-04 | GOB: Move storeValue/storeString to class Inter | Sven Hesse | |
svn-id: r55766 | |||
2011-02-03 | GOB: Fix a regression that broke Lost in Time | Sven Hesse | |
svn-id: r55760 | |||
2011-02-02 | GOB: Oops, set the correct opcode :P | Sven Hesse | |
svn-id: r55739 | |||
2011-02-02 | GOB: Add o7_findCDFile | Sven Hesse | |
Stubbing that for now svn-id: r55738 | |||
2011-02-02 | GOB: Add o7_gob0x201 | Sven Hesse | |
svn-id: r55737 | |||
2011-02-02 | GOB: Fix detection of JPEG images | Sven Hesse | |
Thanks, clone :P svn-id: r55735 | |||
2011-02-02 | GOB: Close the just ended live video, not the first one | Sven Hesse | |
svn-id: r55734 | |||
2011-02-02 | GOB: Implement o7_loadLBMPalette | Sven Hesse | |
svn-id: r55733 | |||
2011-02-02 | GOB: Implement LBM loading | Sven Hesse | |
svn-id: r55732 | |||
2011-02-02 | GOB: o7_draw0xA4 is o7_loadLBMPalette | Sven Hesse | |
Stubbing that one for now. svn-id: r55731 | |||
2011-02-02 | GOB: Stub o7_loadImage further | Sven Hesse | |
svn-id: r55730 | |||
2011-02-02 | GOB: Rename Draw::kSpritesCount to Draw::kSpriteCount | Sven Hesse | |
svn-id: r55729 | |||
2011-02-02 | GOB: Make flags optional in Video::initSurfDesc | Sven Hesse | |
svn-id: r55728 | |||
2011-02-02 | GOB: Remove the vidMode parameter from Video::initSurfDesc | Sven Hesse | |
svn-id: r55727 | |||
2011-02-02 | GOB: Fix Databases constructor | Sven Hesse | |
Ooops, a leftover I forgot to remove. svn-id: r55717 |