Travis Howell
4131d3d07f
Fix sound noise regression in CD32 version of Simon the Sorcerer 1.
...
svn-id: r36236
2009-02-07 05:05:14 +00:00
Max Horn
7cb437b56f
Renamed SpecialDebugLevel to DebugChannel
...
svn-id: r36142
2009-01-30 05:10:24 +00:00
Max Horn
28cf213605
Moved AdvancedDetector from common/ to engines/
...
svn-id: r36132
2009-01-29 22:13:01 +00:00
Torbjörn Andersson
bfc9b972f5
Added license header, and guard against multiple inclusion.
...
(Sorry about the confusing commit message earlier. I thought I had committed a
fix for bug #2284199 ("IGOR: Strange code in drawInventory()") without checking
for warnings first.)
svn-id: r35065
2008-11-14 22:48:09 +00:00
Torbjörn Andersson
7d3e9b3d35
Oops, my last commit introduced some warnings.
...
svn-id: r35063
2008-11-14 22:20:34 +00:00
Johannes Schickel
5a0556f09c
Committed my patch #2123680 "SDL: Backend transaction / rollback support".
...
svn-id: r35062
2008-11-14 22:08:10 +00:00
Max Horn
40136f2590
Switched various Engine APIs to use Common::Error
...
svn-id: r34916
2008-11-06 17:05:54 +00:00
Max Horn
55c10e0ec6
Patch #2122869 : ALL: Common load dialog
...
svn-id: r34883
2008-11-03 18:32:16 +00:00
Filippos Karapetis
fbc75cc8e5
Fix in the Igor engine for bug #2101083 - "ANY - MSVC71 compilation fails due to warnings-as-errors"
...
svn-id: r34468
2008-09-10 06:57:32 +00:00
Max Horn
815d75e870
Don't use kPlainSoundType if you don't have to
...
svn-id: r33009
2008-07-11 20:28:14 +00:00
Jordi Vilalta Prat
38a8aa516e
Allow static and dynamic plugins to be used at the same time
...
svn-id: r31888
2008-05-06 03:00:26 +00:00
Max Horn
29f1e6de38
Advanced detector: replaced kADFlagAugmentPreferredTarget by its inverse, kADFlagDontAugmentPreferredTarget (since all AdvDetector engines except Kyra used kADFlagAugmentPreferredTarget, it seems reasonable to assume that as default)
...
svn-id: r31413
2008-04-05 22:29:08 +00:00
Max Horn
6547ef6e12
Started to get rid of Common::EncapsulatedADGameDesc (using plain Common::ADGameDescription instead)
...
svn-id: r31121
2008-03-14 17:31:04 +00:00
Max Horn
8a9a14002e
Advanced Detector: Changed fallback detector from a callback function pointer to an overrideable method of AdvancedMetaEngine
...
svn-id: r31119
2008-03-14 13:59:31 +00:00
Jordi Vilalta Prat
c103290e2b
Initial support for plugin types
...
svn-id: r30825
2008-02-08 00:02:23 +00:00
Max Horn
8a73356a2d
Revised Engine plugin API to only provide a single func which returns a MetaEngine instance. Used this to simplify the rest of the plugin system
...
svn-id: r30780
2008-02-03 18:56:47 +00:00
Torbjörn Andersson
e51bf80218
Changed "COMPATIBLITY" to "COMPATIBILITY".
...
svn-id: r30754
2008-02-03 10:15:36 +00:00
Max Horn
34b35348be
Moved AdvancedMetaEngine to namespace Common
...
svn-id: r30736
2008-02-02 11:52:04 +00:00
Jordi Vilalta Prat
a938260362
Fix a typo
...
svn-id: r30729
2008-02-02 02:36:57 +00:00
Jordi Vilalta Prat
5165ff448d
Converted the remaining engines to use MetaEngine
...
svn-id: r30728
2008-02-02 02:35:13 +00:00
Jordi Vilalta Prat
d6c34bdc4b
Fixed the spaces before tabs.
...
svn-id: r30667
2008-01-28 00:14:17 +00:00
Jordi Vilalta Prat
66e9d4f5e8
Removed trailing spaces.
...
svn-id: r30664
2008-01-27 19:47:41 +00:00
Gregory Montoir
98545ad4e5
sync'ing with local tree for now
...
- some minor changes to detection code
- added missing spanish strings to IGOR.TBL
- fixed '@' charset index
svn-id: r29672
2007-11-30 19:05:53 +00:00
Gregory Montoir
798ce43e19
- enabled speech sounds
...
- added end of demo check for demo 1.10
- simplified parts loop
- populated strings table in IGOR.TBL
- updated and packed charset data
svn-id: r29641
2007-11-25 23:27:51 +00:00
Gregory Montoir
a9f42051dd
sync with latest IGOR.TBL
...
svn-id: r29598
2007-11-21 21:50:11 +00:00
Gregory Montoir
0867e09a81
- added CTMF music support
...
- fixed dialogue in PART12
svn-id: r29552
2007-11-18 06:25:23 +00:00
Gregory Montoir
9f84af06d6
added saveload code, fixed calls to debugC
...
svn-id: r29401
2007-11-04 03:07:03 +00:00
Gregory Montoir
74bb325a7e
switched igor detection code to AdvancedDetector
...
svn-id: r29400
2007-11-04 03:04:37 +00:00
Gregory Montoir
d9d15f9e7e
added bootparam handling, minor cleanup
...
svn-id: r29364
2007-11-01 18:16:02 +00:00
Gregory Montoir
47a2c28b6e
- minor changes to detection code
...
- reverted gameState.counter type to int16
- cleanup/removed deadcode
svn-id: r29344
2007-10-31 20:02:38 +00:00
Gregory Montoir
2a1c68b8a6
- added detection of second demo version
...
- moved the resource entries tables to an external file (IGOR.TBL)
- added tool to build IGOR.TBL
svn-id: r29332
2007-10-30 22:35:10 +00:00
Filippos Karapetis
ea644a036b
Renamed a variable which is declared twice
...
svn-id: r29325
2007-10-30 17:21:38 +00:00
Travis Howell
dfa0d4ca64
Fix compile warning.
...
svn-id: r29321
2007-10-30 00:09:16 +00:00
Travis Howell
7c227055a4
Fix compile warning, looks like this memcpy should be a memset.
...
svn-id: r29319
2007-10-29 23:55:13 +00:00
Gregory Montoir
6c6e8657b6
added 'igor' engine for the game 'Igor: Objective Uikokahonia'
...
svn-id: r29318
2007-10-29 23:35:50 +00:00