aboutsummaryrefslogtreecommitdiff
path: root/engines/gob
AgeCommit message (Collapse)Author
2009-04-29Fix buildSven Hesse
svn-id: r40209
2009-04-29- Added a game_fascin skeletton, as specificities are now provenArnaud Boutonné
- Added a new game time, adibouunknown, used to reference the ADI/Adibou/Addy generic environments - Replace oFascin_cdUnknown10 by a real function - Fix a detail in oFascin_cdUnknown11 - Suppress double declaration for types Gob2 and Ween svn-id: r40207
2009-04-29Gob- Add a fascination-specific (and yet unknown) renderflag vaueArnaud Boutonné
svn-id: r40206
2009-04-29Gob - Add some MD5s for Win-Lost in time, Win-Inca2 and ADI/Adibou ↵Arnaud Boutonné
environments (unhandled, though) svn-id: r40205
2009-04-29Decreased the dithering LUT's depth to 5 bit per color component.Sven Hesse
The results still good and generating it is fast enough to do at each start (so we don't need to save it anymore) svn-id: r40195
2009-04-28Reorder :PSven Hesse
svn-id: r40189
2009-04-28Added a Spanish Urban RunnerSven Hesse
svn-id: r40188
2009-04-28The Playtoons game seem to be more like Last Dynasty than Urban Runner ↵Sven Hesse
(paletted video mode) svn-id: r40174
2009-04-28Added a small safeguard to play()Sven Hesse
svn-id: r40170
2009-04-28Added some more non-interactive Playtoons demos (thanks jvprat!)Sven Hesse
svn-id: r40169
2009-04-27Some minor clean-upSven Hesse
svn-id: r40166
2009-04-27Fixed some silly warningsMax Horn
svn-id: r40165
2009-04-27Added a German Urban Runner version, as supplied by goodoldgeorg in bug ↵Sven Hesse
report #2770340 svn-id: r40157
2009-04-26Ooops, actually delete[] the correct pointer (yeah, syke, I should have ↵Sven Hesse
valgrind'd it again ;)) svn-id: r40153
2009-04-25FascinationArnaud Boutonné
- Squeeze _goblinFuncLookUp and OpcodeGoblinEntryFascination to the max to spare memory - Added Amiga-only geUnknown1000-2 functions. At this point, they are not unknown, but hang the Protracker player - Modify some few comments and variable/function names svn-id: r40146
2009-04-25Complete general function 0 and 1 based on DrMcCoy suggestion (Hardcoded IMD ↵Arnaud Boutonné
loading and playing) svn-id: r40136
2009-04-24Added a workaround for the inca2 demo's cons2.imd / cons.imd mix-upSven Hesse
svn-id: r40135
2009-04-24Ooops, changing a const argument is evil, copying it nowSven Hesse
svn-id: r40134
2009-04-24Removing the extra \n in warning()s. warning() already adds "!\n"Sven Hesse
svn-id: r40133
2009-04-24Gob - Add entries for different Little Red Riding Hood languages selectionArnaud Boutonné
svn-id: r40131
2009-04-24Gob - Add 12 dummy functions used for the OpcodeGoblinEntryFascination.Arnaud Boutonné
svn-id: r40130
2009-04-24Added supported for BAT-based non-interactive demos, namely the Inca2 oneSven Hesse
svn-id: r40129
2009-04-24The video now works correctly in the non-interactive Urban Runner demoSven Hesse
svn-id: r40128
2009-04-24Adding support for the non-interactive SCN-based Urban Runner demo. No image ↵Sven Hesse
though :/ svn-id: r40126
2009-04-24Added the Woodruff and Playtoons non-interactive demosSven Hesse
svn-id: r40123
2009-04-24Added support for SCN-based non-interactive demosSven Hesse
svn-id: r40122
2009-04-23Fixed a very stupid error in the RLE decoding function of the VMD frame decoderSven Hesse
svn-id: r40097
2009-04-22Fixed compilation.Torbjörn Andersson
svn-id: r40062
2009-04-21Patch #2725859 : Added some MD5 to the gob engine, modified the way the ↵Arnaud Boutonné
first STK and TOT is declared, added inter and draw skeleton for Fascination svn-id: r40059
2009-04-07Fixing the parser-related FIXMEs. 17 and 18 are int16 and int8, respectivelySven Hesse
svn-id: r39893
2009-04-07GOB: Some more cleanupMax Horn
svn-id: r39890
2009-04-07GOB: Gave tons of opcode explicit names. As a result, found potential bugs ↵Max Horn
in parse_v2.cpp (related to OP_LOAD_VAR_UINT8 and OP_LOAD_VAR_UINT16, see FIXME comments in parse.h) svn-id: r39889
2009-04-07GOB: Some more code cleanup. My respect for the developers of the original ↵Max Horn
GOB engine is at an all-time low :) svn-id: r39888
2009-04-07GOB: Gave some numerical constants a name. This codebase is a bit of a mess ↵Max Horn
;) (tons of duplicate code, unnamed constants, etc.) svn-id: r39882
2009-03-21Added an entry for the DOS version of Little Red Riding HoodSven Hesse
svn-id: r39596
2009-03-19Adding detection and title music playback for Little Red Riding Hood (Amiga ↵Sven Hesse
version) svn-id: r39551
2009-03-19Adding simple support for protracker playbackSven Hesse
svn-id: r39550
2009-03-07Whitespace cleanup: Convert space followed by tab to just tabMax Horn
svn-id: r39203
2009-03-05Fix 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-05Renamed 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-01Engines: Fused several init&go methods into a single run methodMax Horn
svn-id: r39003
2009-03-01Merged 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-22Clipping 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-21Compensate 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-15Ooops, remove excess space.Travis Howell
svn-id: r38195
2009-02-15Add Amiga and DOS Italian versions of Gobliins 2, and resort gob2 entries by ↵Travis Howell
platform. svn-id: r38193
2009-02-07Add Amiga Italian version of Ween, and resort Ween entires by platform.Travis Howell
svn-id: r36243
2009-01-30Renamed SpecialDebugLevel to DebugChannelMax Horn
svn-id: r36142
2009-01-29Moved AdvancedDetector from common/ to engines/Max Horn
svn-id: r36132