Max Horn
0989bb0b90
GOB: Got rid of class ReferenceCounter; changed SurfaceDesc::Ptr to SurfaceDescPtr (a Common::SharedPtr); and changed many SurfaceDesc pointers to references
...
svn-id: r41299
2009-06-06 20:03:13 +00:00
Sven Hesse
2901694486
Demoplayer:
...
- Fixing the flawed double mode
- Adding an "auto" double mode, where the videos get scaled if possible
svn-id: r41294
2009-06-06 19:06:47 +00:00
Eugene Sandulenko
167874cf1a
Added GUI options for newly added games
...
svn-id: r41285
2009-06-06 18:23:05 +00:00
Eugene Sandulenko
c8aa63e553
Disable load from the launcher button for AGOS and Gob games with use of GUI options
...
svn-id: r41277
2009-06-06 17:59:04 +00:00
Eugene Sandulenko
1bd6f6c99f
Added game GUI options to advancedDetector and updated all engines
...
svn-id: r41272
2009-06-06 17:56:41 +00:00
Sven Hesse
ba134a5158
Adding a general coktelplayer.scn demo file
...
svn-id: r41229
2009-06-06 16:48:29 +00:00
Sven Hesse
1894173852
Adding a pause mode
...
svn-id: r41228
2009-06-06 16:47:21 +00:00
Sven Hesse
a5a0a95361
Adding my German version of Playtoons 2 ("Rummelsdorf hoch zwei")
...
svn-id: r41219
2009-06-06 11:34:11 +00:00
Arnaud Boutonné
85950d6f6b
gob : _spriteBottom incorrectly saved and restored in Draw_v2::spriteOperation
...
svn-id: r41160
2009-06-04 09:48:56 +00:00
Sven Hesse
9c8c1cb080
Removing the helper-include where it's not used anymore
...
svn-id: r41089
2009-05-31 23:58:05 +00:00
Sven Hesse
cc07d7aeec
Fixing a regression in the VideoPlayer, introduced by Fingolfin in r41077
...
svn-id: r41088
2009-05-31 23:49:37 +00:00
Max Horn
416f6565be
GOB: Resolve FIXMEs
...
svn-id: r41086
2009-05-31 22:30:49 +00:00
Max Horn
26c583ae5f
GOB: Got rid of GobEngine::_vm
...
svn-id: r41085
2009-05-31 22:29:50 +00:00
Max Horn
8fa5313f1d
GOB: the Engine destructor already calls Mixer::stopAll()
...
svn-id: r41084
2009-05-31 22:29:06 +00:00
Max Horn
e072532458
GOB: Got rid of last traces of strdupcpy and strdupcat
...
svn-id: r41079
2009-05-31 17:00:38 +00:00
Max Horn
78a8874903
GOB: Untangled SlotFileIndexed and SlotFileStatic (ATTENTION: This uncovered something which seems to me a bug in SaveLoad_v4::ScreenPropsHandler::getSize)
...
svn-id: r41078
2009-05-31 17:00:07 +00:00
Max Horn
400d2b10af
GOB: Replaced many uses of strdupcpy by Common::String
...
svn-id: r41077
2009-05-31 16:59:45 +00:00
Matthew Hoops
865e8e642b
Typos: Unkown -> Unknown
...
svn-id: r41075
2009-05-31 15:43:51 +00:00
Sven Hesse
cb09622c5a
Ooops, that's one "File::" too many
...
svn-id: r41062
2009-05-31 10:11:25 +00:00
Torbjörn Andersson
0999534749
The error() and warning() functions add ! and newline automatically. (I didn't
...
look at debug() and debugC(), since I'm really bored with this now. :-)
svn-id: r41061
2009-05-31 10:02:16 +00:00
Sven Hesse
1656f69183
Replacing NULL with 0, since that's normally the C++-way
...
svn-id: r41059
2009-05-31 03:32:16 +00:00
Sven Hesse
daec436047
public'ing some inner classes since some compilers don't seem to like nested friend'ing (while my gcc 4.3.3 doesn't even complain with -pedantic)
...
svn-id: r41058
2009-05-31 03:06:19 +00:00
Sven Hesse
896df6daf3
- A new save system for the GobEngine, one that is not fundamentally broken 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-31 02:15:43 +00:00
Sven Hesse
6668a3d796
Adding my German versions of Playtoons 1 + 3
...
svn-id: r41015
2009-05-29 19:27:39 +00:00
Arnaud Boutonné
975d823174
Gob (Playtoon) :
...
- 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
2009-05-29 14:42:34 +00:00
Max Horn
d5da63c496
atol -> atoi
...
svn-id: r41003
2009-05-29 14:39:10 +00:00
Arnaud Boutonné
648179f87d
Add MD5 for another The Last Dynasty FR
...
svn-id: r40984
2009-05-29 11:45:33 +00:00
Arnaud Boutonné
da96ab639e
Gob - Add detection strings for Lost In Time (Hebrew), Fascination (3 disks, Hebrew), Geisha (alternative EN version), Goblins 3 (Hebrew)
...
svn-id: r40925
2009-05-26 20:30:16 +00:00
Johannes Schickel
b3c6751b9b
Strip trailing whitespaces in the whole code base.
...
svn-id: r40867
2009-05-24 15:17:42 +00:00
Sven Hesse
10b1b28610
Splitting a few helper functions out of gob.h
...
svn-id: r40765
2009-05-21 17:12:33 +00:00
Sven Hesse
54d7bfcd8a
Ooops: Forgot to check in my changes in the detection array for the demo changes (r40746)
...
svn-id: r40764
2009-05-21 17:00:25 +00:00
Filippos Karapetis
11251cf296
Moved the Coktel video player into its own subdirectory
...
svn-id: r40755
2009-05-21 10:48:03 +00:00
Sven Hesse
c9ff1d7492
- Changed the demo player to allow playing directly inlined scripts using a new demoIndex field in the detection array
...
- Changed the Inca 2 demo entry to use a directly included script instead of triggering on "demo.bat"
svn-id: r40746
2009-05-20 23:13:44 +00:00
Sven Hesse
43f58b2869
Moving CoktelVideo (IMD/VMD) and the Indeo3 code (needed for Urban Runner's VMDs) to graphics/video/
...
svn-id: r40744
2009-05-20 20:41:10 +00:00
Sven Hesse
bfb29080f1
Remove superfluous indeo3-includes
...
svn-id: r40743
2009-05-20 20:05:53 +00:00
Max Horn
65b5d31814
COMMON: Removed Stream::ioFailed() and clearIOFailed(), as they are deprecated; however, retained ioFailed in SeekableReadStream and File for now (so for now this mainly affects WriteStream subclasses)
...
svn-id: r40725
2009-05-19 11:42:14 +00:00
Arnaud Boutonné
589d1dbd59
Add detection for Adibù 2 Ambiente et pour Adibù prima elementare : Imparo a leggere e a contare
...
svn-id: r40395
2009-05-08 22:52:47 +00:00
Arnaud Boutonné
b0b25acf96
Added detection string for 'Adi Anglais primaire 7-11 ans' (PAK)
...
svn-id: r40393
2009-05-08 21:25:56 +00:00
Torbjörn Andersson
0821784514
"??)" is the trigraph for "]". That isn't what we want.
...
svn-id: r40392
2009-05-08 21:15:43 +00:00
Arnaud Boutonné
138dabe065
Added detection string for 'Adibou présente la Magie' (STK2.1), 'Adi Français Maths CM2' (PAK) and 'Adi Français Maths CE2' (PAK)
...
svn-id: r40391
2009-05-08 21:07:34 +00:00
Arnaud Boutonné
8803d4b3a6
Gob - Added atmosphere music to WinGob1, WinGob2 and WinGob3
...
svn-id: r40363
2009-05-06 17:18:38 +00:00
Arnaud Boutonné
fd1e6fad1e
Gob - Modify Features of PC versions of Fascination to Adlib. (thank DrMcCoy for fixing my error in previous version)
...
svn-id: r40362
2009-05-06 15:37:41 +00:00
Eugene Sandulenko
af4d23f762
Const correctness
...
svn-id: r40346
2009-05-06 09:12:24 +00:00
Sven Hesse
4da318bd11
Remove duplicate entry (sorry Strangerke, but this one was already in there, a few lines above) :P
...
svn-id: r40345
2009-05-06 08:24:53 +00:00
Arnaud Boutonné
e78ebed32d
Gob - Add MD5 as provided by Luca in scummvm-devel for Woodruff ITA
...
svn-id: r40344
2009-05-06 07:56:23 +00:00
Arnaud Boutonné
10c29205e6
Gob - Fix Fascination CD file size thanks to joostp
...
svn-id: r40331
2009-05-05 17:01:22 +00:00
Arnaud Boutonné
c61a147668
Gob - Added detection for WinGob 1, 2 & 3 german, Last dynasty interactive demo german, Addy 4 Sekundarstufe basis CD and fix title of Addy 4 Grundschule Basis CD.
...
svn-id: r40260
2009-05-03 07:33:59 +00:00
Travis Howell
9d1b9d67d4
Add DOS French demo of Gobliiins.
...
svn-id: r40256
2009-05-03 07:00:21 +00:00
Arnaud Boutonné
912b3f64bb
Gob : Fascination - put back o1_freesprite and switch to o1_animPalInit after verification of the original code in Gob1. Modify or suppress some warnings.
...
svn-id: r40225
2009-05-01 07:36:50 +00:00
Arnaud Boutonné
858b72d15e
Gob - Add MD5 for Addy 4 basis CD (supposedly used by all Addy 4)
...
svn-id: r40224
2009-05-01 07:25:19 +00:00