aboutsummaryrefslogtreecommitdiff
path: root/saga
AgeCommit message (Expand)Author
2005-01-02Use events to start the remaining animations. It's not necessary, but it'sTorbjörn Andersson
2005-01-02Start intro animations with events to prevent the first frame from beingTorbjörn Andersson
2005-01-02Pausing an animation is done by changing its state now, not by setting aTorbjörn Andersson
2005-01-02Changed "sizeof x" to "sizeof(x)" for consistency with the rest of ScummVM,Torbjörn Andersson
2005-01-02Fixed a few things in the IHNM intro. Most noticeably I've added an eventTorbjörn Andersson
2005-01-02The 'n_voices' field of the voice LUT was never assigned a value. So ifTorbjörn Andersson
2005-01-01oops, correct copyright stringMax Horn
2005-01-01Updated copyrightMax Horn
2004-12-31Slight adjustment of placard text position. It's still not identical to theTorbjörn Andersson
2004-12-30o COde formattingEugene Sandulenko
2004-12-30Renamed the "placard" opcode functions. They should be reasonably bug freeTorbjörn Andersson
2004-12-30Fixed warning.Torbjörn Andersson
2004-12-29- fixed canWalk bugAndrew Kurushin
2004-12-29- some updateAndrew Kurushin
2004-12-29- fixing compilationAndrew Kurushin
2004-12-29- some work in progressAndrew Kurushin
2004-12-29Just compared with original. Correct fade durations confirmed. I just usedEugene Sandulenko
2004-12-29PALETTE_FADE_DURATION -> kNormalFadeDurationEugene Sandulenko
2004-12-29Let user exit at the transition, i.e. process user inputEugene Sandulenko
2004-12-29Implemented the "placard" functions, because they're such a nice visualTorbjörn Andersson
2004-12-29Might as well initialise this variable.Torbjörn Andersson
2004-12-29- fixed fingolfin notificationAndrew Kurushin
2004-12-29Fix warning. SAGA coders should fix this properly :-)Max Horn
2004-12-28Fix regression with IHNM.Eugene Sandulenko
2004-12-28-addition to previousAndrew Kurushin
2004-12-28- many actor walk related functions addedAndrew Kurushin
2004-12-28Remove leftover debug messageEugene Sandulenko
2004-12-28Added MD5 sums for IHNM so that we can watch the intro again. It seems toTorbjörn Andersson
2004-12-28Partial fix for Mac intro. Sprites are still incorrect because of lack ofEugene Sandulenko
2004-12-28Implement rest of animation-related opcodes.Eugene Sandulenko
2004-12-28o Fixed animation playbackEugene Sandulenko
2004-12-27Reducing header dependencies a bitMax Horn
2004-12-27Added MD5 sum for Linux music file.Torbjörn Andersson
2004-12-27Removed unused variable.Torbjörn Andersson
2004-12-27Added 'sound types' to the mixer - for now, only plain (for the premixer), SF...Max Horn
2004-12-25Get rid of the useless & troublesome master_volumeMax Horn
2004-12-25o Merge game detection and game probing in one functionEugene Sandulenko
2004-12-25There is no 'max' function on some of our targetsMax Horn
2004-12-25- some "actors walk" work progressionAndrew Kurushin
2004-12-25There appeared to be different DOS CD version. Also fixed DOS demo detectionEugene Sandulenko
2004-12-24- compile error fixAndrew Kurushin
2004-12-24- remove old stuffAndrew Kurushin
2004-12-24- fixed actors state after end of speechAndrew Kurushin
2004-12-24- resolved protagonist swapping problemAndrew Kurushin
2004-12-24-fixing second speech line cutAndrew Kurushin
2004-12-24Add FIXME to newly added actor animation codeEugene Sandulenko
2004-12-24Implement proper game autodetectionEugene Sandulenko
2004-12-24- aninamation cycle now approach to originalAndrew Kurushin
2004-12-24- opCCall* on debuglevel==9 shows script function nameAndrew Kurushin
2004-12-24- fix of 8 to 4 direction conversionAndrew Kurushin