aboutsummaryrefslogtreecommitdiff
path: root/engines/gob/gob.cpp
AgeCommit message (Collapse)Author
2010-07-13Merged from trunk, from Rev 49499 to HEADAlejandro Marzini
svn-id: r50840
2010-06-25AUDIO: some fixes in the audio device code (no sound option, new GUIO flags)Florian Kagerer
svn-id: r50281
2010-06-21Patch #1956501: "GUI/LAUNCHER: Midi device selection"Max Horn
svn-id: r50128
2010-06-15Renamed getAudioCD to getAudioCDManager.Alejandro Marzini
svn-id: r49678
2010-06-09- Revised abstract AudioCDManager.Alejandro Marzini
- Removed AudioCDManager Singleton, and changed code for using AudioCDManager in OSystem. - Added initialization code for new AudioCDManager in BaseBackend and OSystem_SDL. svn-id: r49548
2010-05-04Move DebugChannel related code to new headerMax Horn
svn-id: r48935
2010-04-27COMMON: Move DebugChannel stuff into a new DebugMan singletonMax Horn
svn-id: r48821
2010-04-12Apply patch #2982163 - CONFIG: Use HE keyword instead of HB for the Hebrew ↵Ori Avtalion
language svn-id: r48645
2010-03-10Silenced some harmless cppcheck warnings about unreachable code after a return.Torbjörn Andersson
In this case, it was always a break after a return in a switch case. There are similar cases which cppcheck didn't detect, and a couple of cases where we have a break after a continue in a switch case (where the continue refers to an outer loop), but I didn't touch those. Not yet, at least. svn-id: r48218
2010-02-21Patch for bug 2943361 by littleboy, adding full kb modifier support to all ↵Yotam Barnoy
engines + GUI and proper keypad handling svn-id: r48101
2010-02-19Fix for bug #2954286 "Gob: ScummVM quits on pause".Johannes Schickel
svn-id: r48090
2010-02-03Implementing saving/loading for Fascination. Tested in the DOS floppy ↵Sven Hesse
versions and the Amiga version svn-id: r47845
2010-02-03Minor style-related changesSven Hesse
svn-id: r47839
2010-01-22Get rid of kGameTypeAdibouUnknown (which is a mix of other versions), and ↵Arnaud Boutonné
Add kGameTypeAdibou1. svn-id: r47448
2010-01-12Rename all "Adlib" uses to "AdLib" to match the real name of the sound card ↵Johannes Schickel
/ company. Check this for reference: http://en.wikipedia.org/wiki/Ad_Lib,_Inc. http://www.crossfire-designs.de/images/articles/soundcards/adlib.jpg (note the upper left of the card) This commit does not touch "adlib" and "ADLIB" uses! Also it does not update all the SCUMM detection entries, which still use "Adlib". svn-id: r47279
2009-12-09Change GOB engine so that not all its files depend on gui/dialog.h (and thus ↵Max Horn
tons of other headers in gui/ and graphics/) svn-id: r46317
2009-11-16gob - Add 'adibou2', rename 'adibou4' into 'adi4', add several Gob1, Gob2, ↵Arnaud Boutonné
Gob3, Adi2, Adi4, and Adibou2 MD5s svn-id: r45938
2009-09-29Playtoons - implement some functions related to hotspot textsArnaud Boutonné
Fascination - initial version of several 'Fascination Window' functions, proper naming of most of fascination OPCODEDRAW and OPCODEGOB functions svn-id: r44472
2009-09-15- Implement _pattern variableArnaud Boutonné
- Add oPlaytoons_putPixel and Playtoons specific spriteOperation (using _pattern) svn-id: r44103
2009-08-28Suppress useless game type for Playtoons CKArnaud Boutonné
svn-id: r43781
2009-08-24- Add game type ADI2Arnaud Boutonné
- Cleanup : suppress all the "not-so-gob" games referenced svn-id: r43710
2009-08-13- Add a specific OPCODEFUNC checkData to avoid having a Playtoons workaround ↵Arnaud Boutonné
in working code - Replace OPCODEDRAW 0x20,0x23 and 0x25 svn-id: r43345
2009-07-25Moved the decision whether subtitles should be displayed, so that the broken ↵Sven Hesse
subtitles in The Last Dynasty aren't shown svn-id: r42767
2009-07-25Move the event recorder to its own class (EventRecoder inside ↵Johannes Schickel
common/EventRecorder.[h/cpp]). svn-id: r42751
2009-07-24Merging Map_v4 into Map_v2Sven Hesse
svn-id: r42716
2009-07-24CoktelVideo cleanup: Splitting up some IMD methods and removing the obsolete ↵Sven Hesse
notifyPaused() svn-id: r42715
2009-07-24Adding subtitle support to WoodruffSven Hesse
svn-id: r42705
2009-07-09Giving Font its own real classSven Hesse
svn-id: r42277
2009-07-07kFeatures800 -> kFeatures800x600 in order to have more meaningful nameEugene Sandulenko
svn-id: r42229
2009-07-07Change SaveLoad_Playtoons caseArnaud Boutonné
svn-id: r42217
2009-07-07- Separate Playtoons gametypes from in GobEngine::initGameParts()Arnaud Boutonné
- Add a specific save/load class for Playtoons as some specific files need to be tested svn-id: r42214
2009-07-05Renaming the last occurences of "Collision" to "Hotspot"Sven Hesse
svn-id: r42153
2009-07-05Removing the now unneeded Game_v* classesSven Hesse
svn-id: r42131
2009-07-05Putting the Urban noCD check into Init_v6::initGame()Sven Hesse
svn-id: r42130
2009-07-05Removing the now empty Game_Fascination classSven Hesse
svn-id: r42125
2009-06-24Wrapping resources (out of TOT, EXT, IM? and EX? files) loading into its own ↵Sven Hesse
class svn-id: r41839
2009-06-23Proper support for Hungarian versionsSven Hesse
svn-id: r41813
2009-06-22Renaming kDebugParser to kDebugExpressionSven Hesse
svn-id: r41774
2009-06-22Renaming parse.h and parse.cpp to expression.h and expression.cppSven Hesse
svn-id: r41773
2009-06-22Removing the Parse object from GobEngineSven Hesse
svn-id: r41761
2009-06-17Changed opcodeGob to be functor-basedSven Hesse
svn-id: r41603
2009-06-07Dropping the v1 parser functions in favour of the extended v2 onesSven Hesse
svn-id: r41317
2009-06-06GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to ↵Max Horn
SurfaceDescPtr (a Common::SharedPtr); and changed many SurfaceDesc pointers to references svn-id: r41299
2009-06-06Adding a pause modeSven Hesse
svn-id: r41228
2009-05-31GOB: Got rid of GobEngine::_vmMax Horn
svn-id: r41085
2009-05-31GOB: the Engine destructor already calls Mixer::stopAll()Max Horn
svn-id: r41084
2009-05-31GOB: Replaced many uses of strdupcpy by Common::StringMax Horn
svn-id: r41077
2009-05-31The error() and warning() functions add ! and newline automatically. (I didn'tTorbjörn Andersson
look at debug() and debugC(), since I'm really bored with this now. :-) svn-id: r41061
2009-05-31- A new save system for the GobEngine, one that is not fundamentally broken ↵Sven Hesse
and is versioned. Unfortunately, this invalidates most save games created on big-endian machines, since endian-issues was a main problem with the old system - Removed the now superfluous variables sizes svn-id: r41056
2009-05-29Gob (Playtoon) :Arnaud Boutonné
- Replace game types kGameTypeArchibald and kGameTypeSpirou by kGameTypePlaytoon - Add game types kGameTypePlaytnCk and kGameTypeBambou - Add detection for Playtoon 3, 5, CK2 and LE (Bambou). - Add fallback for Playtoon 4 'manda' (and for others) svn-id: r41004