aboutsummaryrefslogtreecommitdiff
path: root/engines/kyra
AgeCommit message (Expand)Author
2006-10-01Fixed msvc8 build.Johannes Schickel
2006-09-23Moved base/engine.cpp and .h to engines/ (main motivation: helps untangle the...Max Horn
2006-09-18Fixes the Macintosh related problems Krest mentioned on the IRC channel.Johannes Schickel
2006-09-17formattingJohannes Schickel
2006-09-17- removes the kyra specific language flag system, and uses the language enum ...Johannes Schickel
2006-09-17Const correctnessMax Horn
2006-09-16- enables pseudo unloading of loaded pak files (which reduces the loading of ...Johannes Schickel
2006-09-16Overhaul of the debugger codeMax Horn
2006-09-16Reduce code duplicationMax Horn
2006-09-16Simplifies resource handling for the CD version of Kyrandia.Johannes Schickel
2006-09-16Replaces all malloc/realloc usages with new.Johannes Schickel
2006-09-16Replaces malloc with new in most cases.Johannes Schickel
2006-09-15- adds dirty rect handling to the kyra engine (needs some more tests before I...Johannes Schickel
2006-09-10Test _skipFlag a bit more often.Torbjörn Andersson
2006-09-10Clear _skipFlag at beginning of Kyra 2 intro. Otherwise, skipping it once willTorbjörn Andersson
2006-09-10- Some little checks for shape usage.Johannes Schickel
2006-09-10Little bit cleanup.Johannes Schickel
2006-09-10Simplifies PAK file loading a bit.Johannes Schickel
2006-09-09Renamed Resource::fileHandle() to Resource::getFileHandle()Max Horn
2006-09-09Get rid of fsnode hackMax Horn
2006-09-09Ignore mouselock count when switching the cursor graphics, fixing a bug salty...Oystein Eftevaag
2006-09-09Fix memory leakMax Horn
2006-09-09Fixed warning.Torbjörn Andersson
2006-09-09Fixed a bug in loadPakFile(), and changed PAKFile constructor so that it does...Neil Millstone
2006-09-09Fixed bug #1554904 ("KYRA1: No mouse cursor in latest SVN build"). GI_KYRA1 isTorbjörn Andersson
2006-09-04More kyra2 intro WIP stuff (WSA playback control sequences implemented, used ...Oystein Eftevaag
2006-08-31Applied my own patch #1549054, after discussing it with LordHoto. This makesTorbjörn Andersson
2006-08-29Init unitialised var.Johannes Schickel
2006-08-28Makes sure FilesystemNode::name isn't used to open a file, use a regular file...Oystein Eftevaag
2006-08-28Removing an extra '!' in a warning message.Johannes Schickel
2006-08-27Adds voice/chats to the intro, and adds debug strings to the function calls.Oystein Eftevaag
2006-08-26Adds some framework for the Kyra2 intro, expands it a little bit and adds som...Oystein Eftevaag
2006-08-26Stop doing a screen rewrite on each mouse movement event, just schedule a red...Oystein Eftevaag
2006-08-26Catalog the PAK files by base name instead of full path name so we can proper...Oystein Eftevaag
2006-08-15- adding LPGL headers to adlib sound specific filesJohannes Schickel
2006-08-08Little Common::String usage 'fix'.Johannes Schickel
2006-08-03Committed my own patch #1533833 (minus one line that was left over from anTorbjörn Andersson
2006-08-03Since the XMIDI music no longer automatically loops, there's no need to fade itTorbjörn Andersson
2006-08-03This is a grossly over-simplified, yet hopefully sufficient for Kyrandia, wayTorbjörn Andersson
2006-08-01Kyra 2 has two types of XMIDI files: XMI and C55. It seems C55 are for theTorbjörn Andersson
2006-08-01Don't start the Kyra 2 menu music until the first frame has faded up, to betterTorbjörn Andersson
2006-08-01Until the native Kyra 2 Adlib music is supported, enable the automagic MIDI-to-Torbjörn Andersson
2006-08-01Don't set the MIDI volume to 255 at the end of a fade-out. At least on myTorbjörn Andersson
2006-07-31Committing patch '[ 1531177 ] Kyra2 mock-up' by eriktorbjorn, with the additi...Oystein Eftevaag
2006-07-31Yet more kyra3 init code.Johannes Schickel
2006-07-31* Added copyright string to all engine pluginsMax Horn
2006-07-31Const correctnessMax Horn
2006-07-30removing never used buffer.Johannes Schickel
2006-07-30Implements item shape loading for kyra3.Johannes Schickel
2006-07-30It's play(), not open(), that encounters the CMDS tag. At least in the introTorbjörn Andersson