aboutsummaryrefslogtreecommitdiff
path: root/saga
AgeCommit message (Collapse)Author
2005-07-30added Patch.re_ supportAndrew Kurushin
svn-id: r18603
2005-07-30Thread-related IHNM differences.Eugene Sandulenko
svn-id: r18602
2005-07-30Tentatively changed the IHNM start scene from 152 to 151. I suspect sceneTorbjörn Andersson
151 is supposed to play the "hate" speech, so eventually that wouldn't have to be hard-coded in the intro, but at the moment all it does it to switch to scene 152. I'd have to study the scripts closer to figure out what's missing. So, to summarize, there are no user-visible changes to the intro but we may have a better test case for IHNM scripting. Maybe. svn-id: r18601
2005-07-29Preliminary support for original MAC CD ITEEugene Sandulenko
svn-id: r18598
2005-07-29Restrict scene substitutes only to demos which actually use themEugene Sandulenko
svn-id: r18597
2005-07-29Fix status text color in scene substituteEugene Sandulenko
svn-id: r18596
2005-07-29WhitespacesEugene Sandulenko
svn-id: r18595
2005-07-29Fix compilationEugene Sandulenko
svn-id: r18594
2005-07-29fix setStatusTextAndrew Kurushin
svn-id: r18593
2005-07-29Fixe screen position of scene substitute textEugene Sandulenko
svn-id: r18592
2005-07-29Render substitute scene title and description.Eugene Sandulenko
svn-id: r18591
2005-07-29Show scene substitute image for demo versions of ITE.Eugene Sandulenko
svn-id: r18589
2005-07-26fixed sound in many variationAndrew Kurushin
some version should be tested svn-id: r18585
2005-07-25resolve scene resources without shift hackAndrew Kurushin
svn-id: r18584
2005-07-25implemented unified animation decoder for ITE & IHNMAndrew Kurushin
svn-id: r18583
2005-07-25More IHNM differencesEugene Sandulenko
svn-id: r18582
2005-07-24Removed "const" to silence GCC warning. I don't know if GCC was right orTorbjörn Andersson
wrong to warn, but it annoyed me. svn-id: r18581
2005-07-24Fixed regression that broke IHNM intro animation.Torbjörn Andersson
svn-id: r18580
2005-07-24assign sf94 nameAndrew Kurushin
svn-id: r18579
2005-07-23Allow multiple resource contexts of the same type. IHNM has serveralTorbjörn Andersson
different voice files, presumably one for each section of the game plus one for shared voices. The getContext() function takes an optional second parameter to indicate which of the resource files is requested. svn-id: r18575
2005-07-21More IHNM differencesEugene Sandulenko
svn-id: r18574
2005-07-21Partially implemented differences in IHNM script functions.Eugene Sandulenko
svn-id: r18573
2005-07-20ite mac demo patch files correctionAndrew Kurushin
svn-id: r18570
2005-07-20Nope, I was mistaken. The Linux patch files are almost - but not quite -Torbjörn Andersson
like the Windows ones. svn-id: r18569
2005-07-19Fixed crash when quitting.Torbjörn Andersson
svn-id: r18568
2005-07-19Play the correct digital music. (And removed some unnecessary blank lines.)Torbjörn Andersson
svn-id: r18567
2005-07-19The Linux release had patch files too, but I don't have that CD here so ITorbjörn Andersson
can't verify whether or not I got them right. I think they were the same as the Mac version. svn-id: r18566
2005-07-19If we're not going to detect music "engine" at run-time, then we do needTorbjörn Andersson
separate entries for the original Windows CD and the first Wyrmkeep version. The latter has the "patch" files, which include the standalone MIDI files. However, since the data files are otherwise indistinguishable, we also need to be able to detect multiple versions and let the user to the disambiguation. I've added that functionality in the simplest way I could think of, in case we want to revert it later. svn-id: r18565
2005-07-19Removed unused variable.Torbjörn Andersson
svn-id: r18564
2005-07-19Cleanup.Torbjörn Andersson
svn-id: r18563
2005-07-19fix Music crash on exitAndrew Kurushin
svn-id: r18562
2005-07-19remove rscfile_mod.hAndrew Kurushin
svn-id: r18561
2005-07-19finally Resource manager rewritten:Andrew Kurushin
-adds patch file support -global _vm removed cleanups svn-id: r18560
2005-07-18When redrawing the inventory, clear every inventory slot - even the emptyTorbjörn Andersson
ones - before drawing the object. This fixes a glitch when getting the ring from the mud. svn-id: r18553
2005-07-18Cleanup.Torbjörn Andersson
svn-id: r18552
2005-07-17Fixed ITE inventory redraw glitch when exchanging the medallion for money.Torbjörn Andersson
svn-id: r18551
2005-07-17CleanupTorbjörn Andersson
svn-id: r18550
2005-07-16fix Win32 demo font listAndrew Kurushin
svn-id: r18549
2005-07-15Added the puzzle voices from the CD version. I don't know if this breaksTorbjörn Andersson
the floppy version, and it's still not flawless. But it's a start. svn-id: r18544
2005-07-14removing text moduleAndrew Kurushin
svn-id: r18543
2005-07-14font & text related changes:Andrew Kurushin
-rewritten font loading -actors box text output implemented -many fixes -implemented nonactors textoutput svn-id: r18542
2005-07-13German translations for some interface texts, as pointed out by SimonTorbjörn Andersson
Sawatzki. svn-id: r18539
2005-07-12Made it possible to terminate dialog windows with Enter. (We could alreadyTorbjörn Andersson
terminate them with Esc.) This is so that, for instance, if you type a savegame name you can press Enter, rather than clicking on the "Save" button. I don't know if the original did this as well, but it feels natural to me. svn-id: r18537
2005-07-10Updated interface.cpp so it compiles for VC6 without errors. Moved loop ↵Lars Persson
variable declaration svn-id: r18532
2005-07-10Remove packing on Color, as it was n't needed. Keeping packing on PalEntryLars Persson
svn-id: r18531
2005-07-10No reason to pack ClipData; since it's not a POD-type, that wouldn't be ↵Max Horn
valid anyway. Likewise for Surface. svn-id: r18530
2005-07-091. Fixed divide by zero defect (exception on my symbian target, Windows just ↵Lars Persson
return max val) 2. Fixed so Saga compiles for VC6. 3. Added GCC_PACK & pragma pack to gfx.h svn-id: r18527
2005-07-09Fix bug #1235211: "SAGA: Fails to compile with gcc4.0"Eugene Sandulenko
svn-id: r18526
2005-07-09Remove leftoversEugene Sandulenko
svn-id: r18525
2005-07-09code cleanupsAndrew Kurushin
transitionDissolve -> gfx del sdebug svn-id: r18524