Filippos Karapetis
1c687f98e7
Reduced calls to File::exists()
...
svn-id: r34443
2008-09-08 10:36:53 +00:00
Filippos Karapetis
4be8764428
Free the current voice lookup table a bit earlier in loadGlobalResources()
...
svn-id: r34442
2008-09-08 08:26:54 +00:00
Filippos Karapetis
ea5ad543d9
Cleanup
...
svn-id: r34440
2008-09-08 08:07:06 +00:00
Johannes Schickel
a8c4ffa93f
Changed priorities for search paths. (Just in case system specific data paths contain an outdated kyra.dat version)
...
svn-id: r34438
2008-09-07 22:41:57 +00:00
Johannes Schickel
06d57a54f3
- Fixed regression in Resource::unloadPakFile
...
- Changed priority value for OSystem::addSysArchivesToSearchSet call
svn-id: r34436
2008-09-07 22:35:13 +00:00
Johannes Schickel
bd10e674a3
Got rid of all Common::File usages in Kyra.
...
svn-id: r34435
2008-09-07 22:30:34 +00:00
Max Horn
2bc093828f
Replaced Engine::_gameDataPath (a String) by Engine::_gameDataDir (an FSNode); adapted code to that (by using getChild() to get subdirs, not string concatenation
...
svn-id: r34434
2008-09-07 22:10:58 +00:00
Max Horn
3c48fb7eae
Fix warning about missing virtual destructor
...
svn-id: r34433
2008-09-07 22:00:04 +00:00
Johannes Schickel
7aaf6139e2
Moved Kyra resource code to a SearchSet/Archive based implementation, this removes dependencies on Common::File.
...
svn-id: r34428
2008-09-07 21:46:37 +00:00
Max Horn
d48a57723a
added two FIXMEs to M4 -- somehow, adding two subdirs of CWD named 'goodstuf' and 'resource' to the list of default dirs doesn't sound very sensible to me ;)
...
svn-id: r34426
2008-09-07 21:43:36 +00:00
Max Horn
2f30e5f63d
Comment out some #defines in skydefs.h as they conflict with other headers (esp. T2 conflicts with some template defs)
...
svn-id: r34425
2008-09-07 21:38:53 +00:00
Lars Persson
f6c4df8281
Symbian already store all paths with a trailing "\".
...
Quick fix waiting for proper solution
svn-id: r34423
2008-09-07 19:19:45 +00:00
Sven Hesse
f2ef3015f9
Added polish version of Woodruff, as supplied by goodoldgeorg in bug report #2098838
...
svn-id: r34415
2008-09-07 16:27:04 +00:00
Sven Hesse
07b59d1936
Added a spanish floppy version of Gob3, as supplied by SiRoCs in bug report #2098621
...
svn-id: r34413
2008-09-07 15:39:06 +00:00
Sven Hesse
7eaad9da66
Actually, /now/ the values are sane ^^; (also fixes Ween mouse position bug #2046244 )
...
svn-id: r34411
2008-09-07 15:29:47 +00:00
Sven Hesse
a7d917ea43
Clipping setMousePos() parameters to sane values
...
svn-id: r34409
2008-09-07 15:21:52 +00:00
Max Horn
f5462901b2
Temporary workaround for bug #2098279 : ALL: Game path with no trailing backslash fails
...
svn-id: r34408
2008-09-07 15:16:45 +00:00
Sven Hesse
d26982eaf2
Added another demo version of Gobliiins (bug #2098412 )
...
svn-id: r34404
2008-09-07 13:16:58 +00:00
Max Horn
6bfa3e274a
Got rid of File::eof()
...
svn-id: r34396
2008-09-06 21:23:08 +00:00
Max Horn
1cecbebc49
Switched class File & DumpFile to use StdioStream internally
...
svn-id: r34391
2008-09-06 20:49:48 +00:00
Max Horn
088a1c0806
ScummFile: Don't use the File::_ioFailed flag, rather track the io status separately; also, changed eof() -> eos()
...
svn-id: r34389
2008-09-06 20:34:21 +00:00
Travis Howell
123acb857e
Add Wii version of SPY Fox 1.
...
svn-id: r34378
2008-09-06 07:03:38 +00:00
Travis Howell
52ec841cd4
Add debugInput opcode for HE 100 games.
...
svn-id: r34375
2008-09-06 01:02:45 +00:00
Lars Persson
f01fc82f2e
Enum needs to be minimum four chars to compile (32 bit number I guess)
...
svn-id: r34353
2008-09-05 14:11:23 +00:00
Travis Howell
4bb1decf79
Use exact case numbers, to avoid unneeded subtractions.
...
svn-id: r34352
2008-09-05 13:35:27 +00:00
Filippos Karapetis
6d4900ad06
Hopefully fixed the chaos with the SAGA volume values. This also fixes the broken volume introduced with the introduction of the RTL code in the engine
...
svn-id: r34349
2008-09-05 13:02:03 +00:00
Torbjörn Andersson
ba07d1dd0a
Use readLine() instead of readLine_OLD().
...
svn-id: r34336
2008-09-04 21:40:32 +00:00
Sven Hesse
cf7ab829e3
Added another version of Lost in Time CD, as supplied by SiRoCs in bug report #2093672
...
svn-id: r34332
2008-09-04 19:20:51 +00:00
Travis Howell
fa5f22944d
Add missing case in o100_resourceRoutines.
...
svn-id: r34328
2008-09-04 14:12:27 +00:00
Travis Howell
7208a28980
Correct HE version for Wii version of Freddi Fish 1.
...
svn-id: r34323
2008-09-04 08:11:35 +00:00
Max Horn
ad87f08192
Changed some code to use the new Stream::readLine() method
...
svn-id: r34318
2008-09-03 18:40:49 +00:00
Max Horn
57e724bfc3
Renamed SeekableReadStream::readLine to SeekableReadStream::readLine_OLD; added a new alternate SeekableReadStream::readLine() instead
...
svn-id: r34315
2008-09-03 17:53:25 +00:00
Max Horn
d3642080de
Moved check for shouldRTL() from engines to scummvm_main
...
svn-id: r34310
2008-09-03 16:56:40 +00:00
Travis Howell
ee32e242df
Added more versions of HE games.
...
svn-id: r34305
2008-09-03 13:49:24 +00:00
Max Horn
531bcf847c
Moved FilesystemNode / FSList to namespace Common; also got rid of some 'typedef Common::String String;' name aliases
...
svn-id: r34302
2008-09-03 11:22:51 +00:00
Filippos Karapetis
4019bb3e37
Silence MSVC warning about uninitialized variables
...
svn-id: r34298
2008-09-03 10:00:43 +00:00
Filippos Karapetis
dd8e875b00
Commented out currently broken code, adding a FIXME
...
svn-id: r34297
2008-09-03 09:58:28 +00:00
Filippos Karapetis
80c47666db
Silence MSVC warning about ambiguous usage of CLIP
...
svn-id: r34296
2008-09-03 09:55:29 +00:00
Travis Howell
1163c4b7c1
Add another Dutch demo of Pajama Sam 1.
...
svn-id: r34291
2008-09-03 02:06:11 +00:00
Travis Howell
b0a4658038
Add Nintendo Wii versions of Freddi Fish 1 and Pajama Sam 1.
...
svn-id: r34290
2008-09-03 01:47:01 +00:00
Florian Kagerer
b7d260330b
some minor bug fixes
...
svn-id: r34288
2008-09-02 21:31:53 +00:00
Sven Hesse
eadde9d6e4
Added French Bargon Attack, as supplied by kizkoool in bugreport #2089734
...
svn-id: r34287
2008-09-02 21:29:06 +00:00
Sven Hesse
741364602c
Urban Runner stubs
...
svn-id: r34286
2008-09-02 20:15:42 +00:00
Johannes Schickel
ced14e186e
Cleanup: Remove now unneeded KyraEngine_v1::quitGame.
...
Peres proposal for this commit log was: 'fixing .... as peres pointed out in his very interesting mail on -devel that everybody should read'.
svn-id: r34282
2008-09-02 14:36:47 +00:00
Nicola Mettifogo
4ab5d3fdc4
Merging more of the GSoC 2008 RTL branch: PARALLACTION
...
svn-id: r34268
2008-09-02 01:58:55 +00:00
Joost Peters
3fef592c20
fix Virgin logo screen breakage that was introduced in the RTL merge
...
svn-id: r34267
2008-09-02 00:31:27 +00:00
Filippos Karapetis
ac38ca32b9
Silence MSVC warning about empty switch statement
...
svn-id: r34266
2008-09-01 23:37:24 +00:00
Filippos Karapetis
3d8e7580a0
Silence MSVC warning about empty switch statement
...
svn-id: r34265
2008-09-01 23:36:59 +00:00
Max Horn
40e05acff3
TINSEL: Enabled listSaves support
...
svn-id: r34263
2008-09-01 21:13:11 +00:00
Max Horn
4567cfc61c
Document each MetaEngineFeature (instead of listing just 'examples'). Wording could be better, feel free to improve it
...
svn-id: r34262
2008-09-01 21:06:32 +00:00