aboutsummaryrefslogtreecommitdiff
path: root/saga
AgeCommit message (Expand)Author
2005-10-12fix #1324803 ITE: Freeze during stormAndrew Kurushin
2005-10-12Looks like my pitch wheel change still has the ability to break things. SeeTorbjörn Andersson
2005-10-11This is an attempt to fix the actor frames in IHNM. It appears to be atTorbjörn Andersson
2005-10-11Cleanups. Mostly whitespace.Torbjörn Andersson
2005-10-11This should ensure that savegames are endian-safe. Unfortunately, I've justTorbjörn Andersson
2005-10-11Rewrote some code that didn't look alignment safe to me.Torbjörn Andersson
2005-10-11Fix stack underflow when Gorrister examines the mirror in IHNM. opReturnVTorbjörn Andersson
2005-10-11I was going to fix the IHNM sprite loader, but when I got here this morningTorbjörn Andersson
2005-10-11Do not draw status text during chapter selectionEugene Sandulenko
2005-10-11oops.Eugene Sandulenko
2005-10-11Some IHNM changes:Eugene Sandulenko
2005-10-11Fixed sprite loading. Now that ugly hack is gone, no wrong reads and everyEugene Sandulenko
2005-10-11Fix portrait color. I just missed dependency from barometer.Eugene Sandulenko
2005-10-10Adjust save reminder positionEugene Sandulenko
2005-10-10IHNM verb panel fixes:Torbjörn Andersson
2005-10-10The demo resources list looked incomplete to me. Can anyone check if thisTorbjörn Andersson
2005-10-10Draw the IHNM portrait on the right coordinates.Torbjörn Andersson
2005-10-10Add defines for DOS demo resource numbers.Travis Howell
2005-10-10First attempt to run DOS ITE demoEugene Sandulenko
2005-10-10Oops. Fix debug leftover.Eugene Sandulenko
2005-10-10Show save reminder in IHNM correctly.Eugene Sandulenko
2005-10-10Eliminate font substitution ugliness.Eugene Sandulenko
2005-10-10Draw main panel. Buttons lack backgorunds and save reminder is buggy atm.Eugene Sandulenko
2005-10-09Apparently, the IHNM crosshair cursor, and the cursor hotspot, are bothTorbjörn Andersson
2005-10-09Added optional parameter to setCursor() to specify which type of cursor youTorbjörn Andersson
2005-10-09Specify some image resources.Eugene Sandulenko
2005-10-09Removed TODO comment about actor strings loading.Torbjörn Andersson
2005-10-09Restore cursor after boss key.Eugene Sandulenko
2005-10-09Boss key like in original. Press F9. Palette seems to be wrong though andEugene Sandulenko
2005-10-09Now load actors only on demand. That lets select Nimdok (doctor) part. JustEugene Sandulenko
2005-10-09Simplified handleChapterSelectionUpdate()Eugene Sandulenko
2005-10-09(more) Proper implementation of ChapterSelection panel. Though not allEugene Sandulenko
2005-10-08Read IHNM actor and object strings from the resource file. (This does notTorbjörn Andersson
2005-10-08Oops, made a typo when rewriting that comment.Torbjörn Andersson
2005-10-08Cleanup.Torbjörn Andersson
2005-10-08Put actors on the ground. No more upside down. Though probably drawClip()Eugene Sandulenko
2005-10-08Quick and dirty hack to enable actors interaction. Still have to compareEugene Sandulenko
2005-10-08Now most artefacts are gone and we're in proper panel mode when runningEugene Sandulenko
2005-10-08Oops. Fix crash introduced by last commit.Eugene Sandulenko
2005-10-08_vm->getSceneHeight() --> _vm->_scene->getHeight() and make it return differentEugene Sandulenko
2005-10-07Added a "video" panel mode. From what I understand, the beginning of theTorbjörn Andersson
2005-10-07Cleanup sprite header reader.Eugene Sandulenko
2005-10-07Draw acrtors (eriktorbjorn, rejoice).Eugene Sandulenko
2005-10-06It should always be possible to interrupt the intro with Escape now. MostTorbjörn Andersson
2005-10-06Disabled scene background music for IHNM, for now. It was trying to startTorbjörn Andersson
2005-10-05oops. reverted last change.Eugene Sandulenko
2005-10-05Fix to fixed palette range.Eugene Sandulenko
2005-10-05Simplified palette code.Eugene Sandulenko
2005-10-05IHNM used only 248 colors for game graphics. Top part of the paletteEugene Sandulenko
2005-10-04Proper place for cutawaySkip() callEugene Sandulenko