aboutsummaryrefslogtreecommitdiff
path: root/engines/saga
AgeCommit message (Collapse)Author
2007-07-15Fixed sound factory messup caused by my previous commitMax Horn
svn-id: r28111
2007-07-15To loop a music track forever, the number of loops is set to 0Filippos Karapetis
svn-id: r28105
2007-07-15ITE: looping of compressed digital music is now done by the respective ↵Filippos Karapetis
compressed streams themselves svn-id: r28104
2007-07-15ITE: Music looping works now with compressed digital music. However, there's ↵Filippos Karapetis
still a small pause when a track restarts svn-id: r28082
2007-07-14Fixed compilation.Torbjörn Andersson
svn-id: r28078
2007-07-14ITE: Fixed some more incorrect dots on dialog buttonsFilippos Karapetis
svn-id: r28077
2007-07-14ITE: Fixed some of the incorrectly drawn dots of the menu buttonsFilippos Karapetis
svn-id: r28076
2007-07-14Renamed a variable, so that it makes more senseFilippos Karapetis
svn-id: r28072
2007-07-14Some more updates for looping of compressed digital music. It's still not ↵Filippos Karapetis
working, though svn-id: r28071
2007-07-14Improved check for the patched sound file used in ITE introFilippos Karapetis
svn-id: r28070
2007-07-14Cleanup of the digital music code. Now all kinds of music (uncompressed and ↵Filippos Karapetis
compressed) are handled by the same class, DigitalMusicInputStream svn-id: r28069
2007-07-14Fix graphics glitch in the rat caves in ITE. Closes bug #1735437 - "ITE: ↵Filippos Karapetis
Sprite priority in rat caves" svn-id: r28064
2007-07-13Oops, deactivated the actor debug flag again, which was incorrectly ↵Filippos Karapetis
activated in commit #28058 svn-id: r28059
2007-07-13Rewrote and greatly simplified the SAGA detector, removing many duplicate ↵Filippos Karapetis
and unneeded entries - Digital music will now always be enabled for all versions if the digital music file is present. The duplicate game entries with and without this file have been removed - Changed the way compressed sound files are detected. All the duplicate compressed sound entries have been removed - The Wyrmkeep Windows CD version is now properly distinguished from the DOS CD version - Unified all the different patch file entries (apart from the Mac patch file entries, which are of a different type). If a patch file is not found, it's ignored svn-id: r28058
2007-07-13Add TODO: music looping does not work with compressed digital musicFilippos Karapetis
svn-id: r28056
2007-07-12Renamed a variable, so that it makes more senseFilippos Karapetis
svn-id: r28042
2007-07-11IHNM: Narrowed down the places where the actors stop being drawn when ↵Filippos Karapetis
changing scenes svn-id: r28022
2007-07-10Fix for bug #1751344 - "ITE: p2_a.iaf not played correctly"Filippos Karapetis
svn-id: r28018
2007-07-08Reverted commit 27948. Cutaways in sfScriptGotoScene are cleared by calling ↵Filippos Karapetis
clearcutaway directly again, as calling it using an event does not clear the cutaway when it should (which caused problems in the character selection screen) svn-id: r27976
2007-07-07Clear the cutaway via an event in sfScriptGotoScene, instead of calling the ↵Filippos Karapetis
function directly svn-id: r27948
2007-07-07IHNM: Benny will no longer start walking backwards for a bit after talking ↵Filippos Karapetis
with the child via the monitor. This glitch occurs with the original interpreter as well svn-id: r27947
2007-07-07When loading a scene, start showing actors only after the scene background ↵Filippos Karapetis
has been shown. This prevents some cases where some actors are shown prematurely before the next scene is loaded (e.g. in IHNM, when entering a chapter, after AM finishes his speech) svn-id: r27946
2007-07-06Modified ticksToMSec in IHNM, so that it waits for the correct amount of ↵Filippos Karapetis
time. Many animations which were not displayed quite right are fixed now, including some small syncing issues with video and sound in some places svn-id: r27939
2007-07-06IHNM: sf103 is sfQueueMusic. Now, when doing a good/bad deed in IHNM, the ↵Filippos Karapetis
music changes correctly svn-id: r27936
2007-07-05The prisoners at the entrance of the prison in Nimdok's chapter are ↵Filippos Karapetis
displayed correctly now svn-id: r27931
2007-07-05Implemented the rest of the differences of the sfScriptGotoScene opcode in IHNMFilippos Karapetis
svn-id: r27916
2007-07-02Renamed a variable, to avoid confusing it with another variable with the ↵Filippos Karapetis
same name svn-id: r27853
2007-07-01Re-added __attribute__(packed)Max Horn
svn-id: r27830
2007-06-28Added a workaround to prevent the making fire animation from breaking at the ↵Filippos Karapetis
beehive scene in ITE svn-id: r27756
2007-06-28Added a debug message for game loadingFilippos Karapetis
svn-id: r27755
2007-06-27Fix compiler warning.Travis Howell
svn-id: r27739
2007-06-26Add support for compressed digital music in ITEFilippos Karapetis
svn-id: r27734
2007-06-26Remove some unneeded includesFilippos Karapetis
svn-id: r27733
2007-06-26Move to the correct file offset when using compressed sounds in ITEFilippos Karapetis
svn-id: r27729
2007-06-25Improvements to the SAGA compressed sound supportFilippos Karapetis
svn-id: r27717
2007-06-25Put a comment in its correct locationFilippos Karapetis
svn-id: r27716
2007-06-25Add support for compressed sound effects, digital music and speech to the ↵Filippos Karapetis
SAGA engine svn-id: r27713
2007-06-25Added entries for ITE compressed files to the detector. IHNM is not added ↵Filippos Karapetis
yet, as it needs more testing svn-id: r27712
2007-06-22Fix MSVC8 warningFilippos Karapetis
svn-id: r27633
2007-06-21Use KEYCODE constants. (Except for '~' which doesn't seem to have one.)Torbjörn Andersson
svn-id: r27595
2007-06-20Added a workaround in IHNM for the compact disk in Ellen's chapterFilippos Karapetis
svn-id: r27557
2007-06-20Fix crashes with some savegames in IHNMFilippos Karapetis
svn-id: r27553
2007-06-19When loading a game from the same chapter as the current chapter in IHNM, ↵Filippos Karapetis
the game will now be loaded correctly svn-id: r27546
2007-06-19When saving the game in IHNM after a chapter point change, the chapter point ↵Filippos Karapetis
change music will no longer be incorrectly saved, and the normal chapter music will be saved instead svn-id: r27545
2007-06-19IHNM: In chained cutaways, clear the previous cutaway immediatelyFilippos Karapetis
svn-id: r27543
2007-06-19The correct music track is now played when loading a game in IHNM. The ↵Filippos Karapetis
save/load mechanism in IHNM seems to be working correctly now (although it needs testing), however there are still some graphical glitches with the save/load dialogs. Also, moved some unfinished code for returning to the chapter selection screen to a more appropriate place svn-id: r27542
2007-06-19Removed obsolete commentFilippos Karapetis
svn-id: r27541
2007-06-19More updates for the save/load system in IHNMFilippos Karapetis
svn-id: r27540
2007-06-18Change some regular integers to short integersFilippos Karapetis
svn-id: r27538
2007-06-17Normalize event names.Eugene Sandulenko
svn-id: r27513