Commit Graph

25 Commits

Author SHA1 Message Date
Johannes Schickel
fb9ac2a3cd Removed double "TRUNK.APK" entry.
svn-id: r19705
2005-11-26 16:45:53 +00:00
Travis Howell
42548e371c Add APK packed files to list for CD version.
svn-id: r19702
2005-11-26 05:38:46 +00:00
Eugene Sandulenko
b36677af71 Update FSF address. Eek. Actually that took place on May 1, 2005
svn-id: r19142
2005-10-18 01:30:26 +00:00
Torbjörn Andersson
7aec70c395 Fixed a bug in the Kyra CD intro that caused ScummVM to crash when compiled
with GCC 4. (The string buffer for the file name was too short, which
caused a write to another variable's address to overwrite the terminating
zero at the end of the string.)

svn-id: r19093
2005-10-15 06:26:53 +00:00
Johannes Schickel
67eedc08d2 Oops. Fixes a bug with wrong filename for intro text in english version.
Also gets rid of GF_KYRA* since GI_KYRA* should be used instead.
And last but not least fixes text drawing while Kallaks writing scene.

svn-id: r19081
2005-10-14 11:25:48 +00:00
Johannes Schickel
7664cbcc74 Committed patch #1325945 ( KYRA: md5 game detection ) with a few changes
and added the story picture in the intro.

svn-id: r19068
2005-10-13 21:12:47 +00:00
Johannes Schickel
ce2e9ab9d8 Rewrite of the script interpretation class:
- Now only one instance is needed for many scripts
	- Fixed a few command procs, but lacks opcode caller
	  implementation

svn-id: r19064
2005-10-13 18:05:04 +00:00
Johannes Schickel
27191b258c Applied patch #1320381 (KYRA: Adds speech support to CD version)
- changed the seq player
	- added cdrom version data
	- changed the resource loader a bit

svn-id: r19037
2005-10-12 19:15:32 +00:00
Travis Howell
b7e2486b6d Add support for non-interactive demo version.
svn-id: r18801
2005-09-10 06:40:20 +00:00
Gregory Montoir
53a884dc17 some WIP code, moved Font stuff to Screen class
svn-id: r18790
2005-09-08 19:09:52 +00:00
Gregory Montoir
24265fd3dd some WIP code to start introduction (with glitches) in Kyrandia 1 :
- the decoders have been rewritten due to crashes I encountered with the previous ones in Compression::
- the wsa code loader for v1 have been rewritten too, to handle the same flags as the original
- some cleanup
- this has only been tested with the floppy version

svn-id: r18704
2005-08-19 22:12:09 +00:00
Eugene Sandulenko
6b4484472b Remove trailing whitespaces.
svn-id: r18604
2005-07-30 21:11:48 +00:00
Torbjörn Andersson
35cb8fb875 For consistency, specify directory when including files.
svn-id: r18447
2005-06-24 16:01:42 +00:00
Max Horn
8b1d7b9166 When including files from common/, explicitly use the common/ prefix
svn-id: r18444
2005-06-24 15:23:51 +00:00
Max Horn
b75c969e66 Moved class File and the MD5 stuff to namespace Common
svn-id: r18037
2005-05-10 22:56:25 +00:00
Max Horn
cca744f69a Comply to our coding conventions
svn-id: r17975
2005-05-08 21:49:52 +00:00
Max Horn
9c0f422d0b Ensure the kyra legal headers match the rest of ScummVM
svn-id: r16504
2005-01-09 16:06:29 +00:00
Max Horn
47280d9433 Updated copyright
svn-id: r16398
2005-01-01 16:09:25 +00:00
Eugene Sandulenko
ddda67753e Patch #1066256. Mostly indentation fixes and some debug messages removed.
svn-id: r15811
2004-11-14 20:11:22 +00:00
James Brown
1f7ccd0293 Bring kyra up-to-date with patch 1051358
svn-id: r15786
2004-11-11 13:37:35 +00:00
Gregory Montoir
507d02d8d2 get rid of the gameDataPath stuff as File::open already handles it
svn-id: r15781
2004-11-10 18:09:14 +00:00
Gregory Montoir
8e4b36cb51 endianness
svn-id: r15729
2004-11-07 16:24:40 +00:00
Max Horn
b41902f407 Fix whitespace / code formatting to match out guidelines
svn-id: r15576
2004-10-16 22:28:29 +00:00
James Brown
a5e188b9d8 Fix a few things
svn-id: r15555
2004-10-15 10:32:17 +00:00
James Brown
8f65711a28 Merge in some of LordHotos kyra code, with some changes.
It's still non-functional, but once I merge in some more of my local changes things should actually be moving a long a bit.

svn-id: r15554
2004-10-15 06:06:47 +00:00