aboutsummaryrefslogtreecommitdiff
path: root/kyra/resource.cpp
AgeCommit message (Collapse)Author
2006-01-18Update copyright noticeEugene Sandulenko
svn-id: r20088
2006-01-09Fixes bug # 1399886.Johannes Schickel
svn-id: r19959
2005-12-12Reworked the resource manager. Now it doesn't load all package files intoJohannes Schickel
memory but loads the needed part from the original files if needed. Also added CHAPTER1.VRM to the default CD filelist to fix that scummvm quits then looking at items in the CD version. (CHAPTER[2-5].VRM is NOT needed since they are the same files as CHAPTER1.VRM). svn-id: r19784
2005-11-26Removed double "TRUNK.APK" entry.Johannes Schickel
svn-id: r19705
2005-11-26Add APK packed files to list for CD version.Travis Howell
svn-id: r19702
2005-10-18Update FSF address. Eek. Actually that took place on May 1, 2005Eugene Sandulenko
svn-id: r19142
2005-10-15Fixed a bug in the Kyra CD intro that caused ScummVM to crash when compiledTorbjörn Andersson
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-14Oops. Fixes a bug with wrong filename for intro text in english version.Johannes Schickel
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-13Committed patch #1325945 ( KYRA: md5 game detection ) with a few changesJohannes Schickel
and added the story picture in the intro. svn-id: r19068
2005-10-13Rewrite of the script interpretation class:Johannes Schickel
- Now only one instance is needed for many scripts - Fixed a few command procs, but lacks opcode caller implementation svn-id: r19064
2005-10-12Applied patch #1320381 (KYRA: Adds speech support to CD version)Johannes Schickel
- changed the seq player - added cdrom version data - changed the resource loader a bit svn-id: r19037
2005-09-10Add support for non-interactive demo version.Travis Howell
svn-id: r18801
2005-09-08some WIP code, moved Font stuff to Screen classGregory Montoir
svn-id: r18790
2005-08-19some WIP code to start introduction (with glitches) in Kyrandia 1 :Gregory Montoir
- 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-07-30Remove trailing whitespaces.Eugene Sandulenko
svn-id: r18604
2005-06-24For consistency, specify directory when including files.Torbjörn Andersson
svn-id: r18447
2005-06-24When including files from common/, explicitly use the common/ prefixMax Horn
svn-id: r18444
2005-05-10Moved class File and the MD5 stuff to namespace CommonMax Horn
svn-id: r18037
2005-05-08Comply to our coding conventionsMax Horn
svn-id: r17975
2005-01-09Ensure the kyra legal headers match the rest of ScummVMMax Horn
svn-id: r16504
2005-01-01Updated copyrightMax Horn
svn-id: r16398
2004-11-14Patch #1066256. Mostly indentation fixes and some debug messages removed.Eugene Sandulenko
svn-id: r15811
2004-11-11Bring kyra up-to-date with patch 1051358James Brown
svn-id: r15786
2004-11-10get rid of the gameDataPath stuff as File::open already handles itGregory Montoir
svn-id: r15781
2004-11-07endiannessGregory Montoir
svn-id: r15729
2004-10-16Fix whitespace / code formatting to match out guidelinesMax Horn
svn-id: r15576
2004-10-15Fix a few thingsJames Brown
svn-id: r15555
2004-10-15Merge in some of LordHotos kyra code, with some changes.James Brown
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