Age | Commit message (Collapse) | Author |
|
wrong to warn, but it annoyed me.
svn-id: r18581
|
|
svn-id: r18580
|
|
svn-id: r18579
|
|
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
|
|
svn-id: r18574
|
|
svn-id: r18573
|
|
svn-id: r18570
|
|
like the Windows ones.
svn-id: r18569
|
|
svn-id: r18568
|
|
svn-id: r18567
|
|
can't verify whether or not I got them right. I think they were the same as
the Mac version.
svn-id: r18566
|
|
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
|
|
svn-id: r18564
|
|
svn-id: r18563
|
|
svn-id: r18562
|
|
svn-id: r18561
|
|
-adds patch file support
-global _vm removed
cleanups
svn-id: r18560
|
|
ones - before drawing the object. This fixes a glitch when getting the ring
from the mud.
svn-id: r18553
|
|
svn-id: r18552
|
|
svn-id: r18551
|
|
svn-id: r18550
|
|
svn-id: r18549
|
|
the floppy version, and it's still not flawless. But it's a start.
svn-id: r18544
|
|
svn-id: r18543
|
|
-rewritten font loading
-actors box text output implemented
-many fixes
-implemented nonactors textoutput
svn-id: r18542
|
|
Sawatzki.
svn-id: r18539
|
|
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
|
|
variable declaration
svn-id: r18532
|
|
svn-id: r18531
|
|
valid anyway. Likewise for Surface.
svn-id: r18530
|
|
return max val)
2. Fixed so Saga compiles for VC6.
3. Added GCC_PACK & pragma pack to gfx.h
svn-id: r18527
|
|
svn-id: r18526
|
|
svn-id: r18525
|
|
transitionDissolve -> gfx
del sdebug
svn-id: r18524
|
|
code cleanups
svn-id: r18523
|
|
svn-id: r18521
|
|
svn-id: r18518
|
|
so last sequence should look much better (not perfect)
svn-id: r18516
|
|
and used that to clip the puzzle piece being moved around to avoid
graphics glitches.
svn-id: r18515
|
|
game.
svn-id: r18512
|
|
notification works (not)
svn-id: r18505
|
|
unsigned, but it isn't any more.
svn-id: r18504
|
|
svn-id: r18503
|
|
svn-id: r18502
|
|
* Moved KeyConfigDialog, key from WinCE to gui
* Updated wince code to inherit and use new GUI::Keys and launch new dialog
* New definition SMALL_SCREEN_DEVICE when keysdialog should be inittialized from options.cpp
* Added new function to SDL\Events that handles key remapping. LINUPY & QTOPIA remapping moved to that function. SymbianOs.cpp overrides this function to enable key remapping to events
* Compiled VC6++ project. This with warnings and errors, but NOT in the changed code. (SAGA,KYRA)
* Compiled using WCE tools 3 for X86 target and running Scummvm in emulator to test
* Compiled with UIQ target. The rest Symbian platforms might require further configuration to operate properly
* Actor.h in Saga now compiles for default VC6 setting.
* Aspect.cpp does not compile in VC6/WCE due to template problems with the kFastAndNiceAspectMode setting.
* Changed order of creation of gamedetector and mainsystem in Main.cpp
* If anything does not compile, or is totally out of order, please revert changes.
svn-id: r18498
|
|
launch so it should be invisible to users.
svn-id: r18497
|
|
svn-id: r18496
|
|
applies.
svn-id: r18495
|
|
- Fixed scenes glitch when loading saved game. This is done by closing
load window right after game is loaded which differs from original but
seems more logical to me
- Fixed wrong palette when Dragon maze was loaded from a savegame. We just
didn't process Palette resource for it.
svn-id: r18494
|
|
allow interaction with actors and objects inside this same area. Other hit
zones may - indeed must - still exist outside the inset, and they are not
affected by this patch.
This fixes some glitches at the glass makers's house in ITE.
svn-id: r18493
|