Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-03-07 | Whitespace cleanup: Convert space followed by tab to just tab | Max Horn | |
svn-id: r39203 | |||
2009-03-05 | Fix for bug #2664460: Various SeekableReadStream::seek() implementations (as ↵ | Max Horn | |
well as our unit tests, ouch) handled SEEK_END incorrectly (using -offset instead of offset), contrary to what the docs said and what fseek does. Hopefully I found and fixed all affected parts, but still watch out for regressions svn-id: r39135 | |||
2009-03-05 | Renamed MetaEngine::getCopyright() to getOriginalCopyright() to better match ↵ | Jordi Vilalta Prat | |
the meaning of the returned string, as discussed some time ago in scummvm-devel svn-id: r39132 | |||
2009-03-01 | Engines: Fused several init&go methods into a single run method | Max Horn | |
svn-id: r39003 | |||
2009-03-01 | Merged Engine::go() and ::init() into a new run() method (currently ↵ | Max Horn | |
implemented by calling the existing init&go methods; to be cleaned up by engine authors svn-id: r39002 | |||
2009-02-22 | Clipping the rendering to the output surface. | Sven Hesse | |
This should fix the crash in the Italian version of Woodruff (#1981031 - "Crash after dancing at Puh-Let Party!!") svn-id: r38784 | |||
2009-02-21 | Compensate small lags in Util::waitEndFrame(), so that the CD audio intro ↵ | Sven Hesse | |
sequences in Gob1 and Gob2 CD hopefully won't de-sync so easily svn-id: r38702 | |||
2009-02-15 | - Replace OSystem::clearScreen with OSystem::fillScreen as discussed on -devel. | Johannes Schickel | |
- Update BaseBackend and DC port to properly implement OSystem::fillScreen (now only PalmOS has to be updated). - Update all client code which relied on OSystem::clearScreen so far. svn-id: r38304 | |||
2009-02-15 | Ooops, remove excess space. | Travis Howell | |
svn-id: r38195 | |||
2009-02-15 | Add Amiga and DOS Italian versions of Gobliins 2, and resort gob2 entries by ↵ | Travis Howell | |
platform. svn-id: r38193 | |||
2009-02-07 | Add Amiga Italian version of Ween, and resort Ween entires by platform. | Travis Howell | |
svn-id: r36243 | |||
2009-01-30 | Renamed SpecialDebugLevel to DebugChannel | Max Horn | |
svn-id: r36142 | |||
2009-01-29 | Moved AdvancedDetector from common/ to engines/ | Max Horn | |
svn-id: r36132 | |||
2009-01-29 | A ton of code formatting fixes; also fixed warnings about single line loops ↵ | Max Horn | |
like 'while(cond);' by inserting newlines svn-id: r36127 | |||
2009-01-02 | Oops. (stupid c&p bug) | Johannes Schickel | |
svn-id: r35659 | |||
2009-01-02 | Cleanup. | Johannes Schickel | |
svn-id: r35658 | |||
2009-01-01 | Whoa! Removing trailing spaces. | Eugene Sandulenko | |
svn-id: r35648 | |||
2008-12-31 | Added the French Mac version of Lost in Time, as supplied by koalet in bug ↵ | Sven Hesse | |
report #2479034 svn-id: r35641 | |||
2008-12-31 | Added an entry for the French Mac version of Gob2, as supplied by koalet in ↵ | Sven Hesse | |
bug report #2478585 svn-id: r35625 | |||
2008-12-31 | Adding a fallback for the Mac version of Gob2 | Sven Hesse | |
svn-id: r35624 | |||
2008-12-29 | Silenced MSVC warnings about uninitialized variables | Filippos Karapetis | |
svn-id: r35602 | |||
2008-12-29 | Explicitely using MIN<int>(). This should fix bug #2473627 | Sven Hesse | |
svn-id: r35597 | |||
2008-12-29 | Implemented the non-monospaced font in the save name input field | Sven Hesse | |
svn-id: r35596 | |||
2008-12-28 | Fixing the save/load list box's width | Sven Hesse | |
svn-id: r35591 | |||
2008-12-28 | Removing debug stuff I accidentally left in | Sven Hesse | |
svn-id: r35590 | |||
2008-12-28 | Fixing the semi-transparency | Sven Hesse | |
svn-id: r35588 | |||
2008-12-28 | /That's/ the blit24 | Sven Hesse | |
svn-id: r35587 | |||
2008-12-28 | More graphics fixes. blit24 (which isn't blit24 but just a slightly ↵ | Sven Hesse | |
different blit16) works now svn-id: r35586 | |||
2008-12-27 | Fixing some 16bit graphics | Sven Hesse | |
svn-id: r35585 | |||
2008-12-26 | Adding a French entry for my US/FR version of The Last Dynasty | Sven Hesse | |
svn-id: r35561 | |||
2008-12-25 | Fixed compilation with g++4.3 | Johannes Schickel | |
svn-id: r35532 | |||
2008-12-24 | Documenting the dither code a bit more and removing SierraLight's not needed ↵ | Sven Hesse | |
height argument svn-id: r35530 | |||
2008-12-24 | Moving the dither code to graphics/ | Sven Hesse | |
svn-id: r35526 | |||
2008-12-22 | Fixing the flow meter thingy in Urban Runner | Sven Hesse | |
svn-id: r35491 | |||
2008-12-20 | Added the demo version of The Last Dynasty (thanks to fac) | Sven Hesse | |
svn-id: r35452 | |||
2008-12-18 | Note to self: Don't sleep-deprive and code, for it makes you daft as a broom ;) | Sven Hesse | |
(Thanks to md5 for pointing this out to me) svn-id: r35423 | |||
2008-12-18 | Fixed some warnings | Filippos Karapetis | |
svn-id: r35422 | |||
2008-12-18 | Preliminary save/load support for Urban Runner | Sven Hesse | |
svn-id: r35418 | |||
2008-12-17 | Fixed bug: not all control paths return a value in savePalLUT() | Filippos Karapetis | |
svn-id: r35413 | |||
2008-12-17 | Added support for caching the palette LUT to a file | Sven Hesse | |
svn-id: r35412 | |||
2008-12-17 | Only do the no-cd-workaround if all resource files can be found | Sven Hesse | |
svn-id: r35409 | |||
2008-12-17 | Workaround for Urban Runner's CD number detection daftness. | Sven Hesse | |
Basically, now we claim to run in no-CD-mode (by pretending "NO_CD.TXT" exists) and open CD2.ITK, CD3.ITK and CD4.ITK manually svn-id: r35407 | |||
2008-12-16 | Experimental semi-transparency for fillRect, used in the green/red menu ↵ | Sven Hesse | |
areas of Urban Runner svn-id: r35406 | |||
2008-12-16 | If the music file to play has no extension, add one. Fixes the music when ↵ | Sven Hesse | |
you die svn-id: r35397 | |||
2008-12-16 | Rotating the object backwards in the magnifing view works now | Sven Hesse | |
svn-id: r35396 | |||
2008-12-16 | Fixing the update coordinates for videos with _bytesPerPixel > 1 | Sven Hesse | |
svn-id: r35395 | |||
2008-12-16 | More video fixes for the magnifier/memory view | Sven Hesse | |
svn-id: r35394 | |||
2008-12-16 | First step at getting the magnifier and memory view corrected | Sven Hesse | |
svn-id: r35389 | |||
2008-12-15 | Script fix. Magnifier, Memory and Save/Load, while still not working ↵ | Sven Hesse | |
correctly, don't crash the game anymore svn-id: r35385 | |||
2008-12-15 | More video changes/fixes/stubs | Sven Hesse | |
svn-id: r35384 |