Age | Commit message (Collapse) | Author |
|
ITE specific and from other hand IHNM has these data in resources.
svn-id: r16662
|
|
svn-id: r16653
|
|
moreover getBlack() didn't always work correctly for some reason. If IHNM
uses different colors we will switch to variables, but that could be addressed
later or at least when someone will start to work on it more time than now.
svn-id: r16647
|
|
Old behaviour: 0 <= random number <= param
Correct behaviour: 0 <= random number < param
svn-id: r16636
|
|
it is possible to implement.
svn-id: r16625
|
|
svn-id: r16623
|
|
svn-id: r16622
|
|
svn-id: r16619
|
|
- implement some scriptFunctions
svn-id: r16618
|
|
- Allow more than one script work at once
- Proper implementation of address methods
some opcodes may be broken - cause work in progress
todo: rewrite opcodes with new address functionality
svn-id: r16604
|
|
svn-id: r16595
|
|
Things which are missing:
(a) mouse support due to incomplete interface implementation
(b) arrows do not pop up by same reason mentioned above
(c) scrolling does not work
(d) kReplyOnce flag is missing due to wrong threads memory implementation
svn-id: r16589
|
|
difference
o Fix regression in Mac titles where scene LUT wasn't conversed
o Fix sound types in many games. Old Win demo is still wrong.
svn-id: r16586
|
|
the reason the ITE intro crashed for me.) I still get read warnings in
Sprite::decodeRLEBuffer() though.
Also added a couple of hacks to keep the IHNM intro alive. Once we support
IHNM actors, we'll be able to remove them.
svn-id: r16579
|
|
implementation is only right for ITE, disable it for IHNM for now.
svn-id: r16572
|
|
- many structers and fields renamed to proper names
- added missing functions
svn-id: r16562
|
|
- all display information of current game goes to SagaEngine
- remove GameFontIds
- hide SagaEngine _gameId,_gameType & etc with methods getGameId(), getGameType()
svn-id: r16545
|
|
- structures renamed
- SagaEngine class gives all current game descriptions
regression : "verb" is broken cause work in progress
svn-id: r16511
|
|
introduced getObjectName
svn-id: r16491
|
|
svn-id: r16482
|
|
o Stub for new Wyrmkeep demos with substituted scenes
o Converted some script func parameters to apropriate types
o More panel fixes
svn-id: r16472
|
|
- implement debug actor walk path (press f6)
svn-id: r16456
|
|
no longer needed.
svn-id: r16450
|
|
svn-id: r16446
|
|
svn-id: r16444
|
|
NOTE: lines which start with `;' should contain calls to not yet
implemented subsystems like Conversation subsystem
svn-id: r16443
|
|
- placard should work over way:
set Wait flag for thread (as in opSpeak)
remove inner loop (processInput...)
svn-id: r16418
|
|
o Proper detection for Mac Wyrmkeep CD
o Support for wyrmkeep logos
svn-id: r16415
|
|
svn-id: r16399
|
|
svn-id: r16398
|
|
original, but I don't consider that to be a problem.
svn-id: r16395
|
|
o Improved debug output
o Do not produce a lot of frameCount < 0 messages
o Okk now appears after first scene
o implemented yet another animation function
o Renamed SF_* -> sf* for functions I know are correct
svn-id: r16390
|
|
now.
svn-id: r16387
|
|
svn-id: r16375
|
|
svn-id: r16373
|
|
feedback that something right is happening.
svn-id: r16371
|
|
- implemented script functions for scriptDoors (except iso mode)
- introduced getDisplayWidth() getDisplayHeight() getStatusYOffset getPathYOffset()
svn-id: r16363
|
|
svn-id: r16353
|
|
o Implemented almost all animation opcodes
svn-id: r16352
|
|
svn-id: r16308
|
|
- work on "walking" in progress
svn-id: r16298
|
|
svn-id: r16296
|
|
svn-id: r16289
|
|
- added sfSetActorState function
svn-id: r16288
|
|
- added some script functions (swapactors...)
- many things were renamed according scummvm covention
- resource id definintions should begin with "RID_" prefix
- intro temporary broken - work in progress
todo:
- walking hanling also should be rewriten
- timings for speech and actor cycling should be more accurate
svn-id: r16263
|
|
1) there are three types of speech: one acor, multiple actor, non actor
2) slow speech implemented
3) uses native engine flags (async,noanimate...) instead of semaphores
- proper timings implemented
svn-id: r16237
|
|
- many parts renamed to proper names
regression: unexpected actor apeared while intro is played
svn-id: r16104
|
|
svn-id: r16094
|
|
console.
Some things are likely to have broken. For instance, I believe the old
console was could be visible during gameplay, while ScummVM's is modal. So
any place where we output something to the console during gameplay should
probably be removed.
Some things I've stubbed out. Basically any code that registers a variable.
Most of the debugging commands are untested.
Syntax may have changed because of different command-line parsing. (I never
actually used the old console, so I don't know for sure. :-)
Actually, I'm not that interested in reproducing the old console commands
faithfully. What we should do now is to make the immediately useful console
stuff work. Anything that remains unimplemented should probably be removed.
svn-id: r15976
|
|
correct sound or the correct volume, but the small extension to allow the
engine to start looping sounds is worthwhile enough in itself, I think.
svn-id: r15895
|