aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2007-09-02Moved preagi common code to a more appropriate place (commit 1 of 2)Filippos Karapetis
svn-id: r28831
2007-09-02More support for subtitles in BRA.Nicola Mettifogo
svn-id: r28829
2007-09-02Simplified global label management and added subtitles for BRA.Nicola Mettifogo
svn-id: r28828
2007-09-02fixed some warningsMax Horn
svn-id: r28827
2007-09-02Cleanup: removed unneeded references to engine (_vm).Nicola Mettifogo
svn-id: r28826
2007-09-02Removed rand() and substituted it with Common::RandomSource Filippos Karapetis
svn-id: r28825
2007-09-02Jobs are now members of the engine and are handled with a table, instead of ↵Nicola Mettifogo
being external functions. svn-id: r28824
2007-09-02fix more warningsMatthew Hoops
svn-id: r28822
2007-09-02Slight update on Mickey's drawPicFilippos Karapetis
svn-id: r28821
2007-09-02fix a warning and some code formattingMatthew Hoops
svn-id: r28820
2007-09-02The dimensions of the picture resources in preagi games is different for ↵Filippos Karapetis
each game. Mickey's pictures are shown correctly now svn-id: r28819
2007-09-02The picture files in Mickey have a different widthFilippos Karapetis
svn-id: r28818
2007-09-02Fix compile.Travis Howell
svn-id: r28814
2007-09-02Some more updates to preagi string drawing functionFilippos Karapetis
svn-id: r28813
2007-09-02Initial implementation of preagi string drawing functions. They still need ↵Filippos Karapetis
work, though svn-id: r28812
2007-09-02Merged all the different picture decoding functionsFilippos Karapetis
svn-id: r28811
2007-09-01Implemented the rnd() function. Some cleanup to remove unneeded functionalityFilippos Karapetis
svn-id: r28810
2007-09-01Fix regressionEugene Sandulenko
svn-id: r28809
2007-09-01Fix fallback detectorEugene Sandulenko
svn-id: r28808
2007-09-01Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)Chris Apers
svn-id: r28803
2007-09-01Fix compilation and warnings.Eugene Sandulenko
svn-id: r28801
2007-09-01Added WIP logic code for Mickey's Space AdventureFilippos Karapetis
svn-id: r28800
2007-09-01GIve some files more logical namesEugene Sandulenko
svn-id: r28791
2007-09-01Fix the crash in the IHNM introFilippos Karapetis
svn-id: r28789
2007-09-01Do not decode frames beyond maxFrames to avoid any potential issuesEugene Sandulenko
svn-id: r28788
2007-09-01An early WIP of PreAGI (TrollVM) supportEugene Sandulenko
svn-id: r28787
2007-09-01The music of chapter 6 in IHNM is loaded correctly nowFilippos Karapetis
svn-id: r28786
2007-09-01Modified the workaround for the IHNM end credits animationFilippos Karapetis
svn-id: r28785
2007-09-01Add older picture formats parsersEugene Sandulenko
svn-id: r28784
2007-09-01Remove the timer callback when the Music object is deleted.Torbjörn Andersson
svn-id: r28783
2007-09-01Don't go out of bounds when filling anim->frameOffsets[].Torbjörn Andersson
svn-id: r28782
2007-09-01This is a pseudo-commit. Previous commit log message for this file should readEugene Sandulenko
as follows: Fix recent regression crash in IHNM intro. svn-id: r28781
2007-09-01Fix intro in German and Spanish IHNM. Eugene Sandulenko
svn-id: r28780
2007-09-01Proper height for Chinese characters, also remove obsolete hack for computingEugene Sandulenko
character base. svn-id: r28779
2007-08-31Slight simplification.Torbjörn Andersson
svn-id: r28776
2007-08-31Pushed current save/load code from Parallaction down to Parallaction_ns.Nicola Mettifogo
svn-id: r28775
2007-08-31Initialise _chapterNumber to fix Valgrind warning.Torbjörn Andersson
svn-id: r28774
2007-08-31Fix for bug #1784937 ("KYRA: Wrong path for Brandon in starting location").Johannes Schickel
svn-id: r28773
2007-08-31Simplify fading code a bit.Eugene Sandulenko
svn-id: r28772
2007-08-31Fix end credits in IHNM. Now video length is determined properly.Eugene Sandulenko
svn-id: r28771
2007-08-31Fix warningEugene Sandulenko
svn-id: r28770
2007-08-31Some slight updates to palette fadeout/fadein before a cutaway starts (still ↵Filippos Karapetis
not working, though) svn-id: r28769
2007-08-31The IHNM credits sequence is shown now. However, only half of the sequence ↵Filippos Karapetis
is played at the moment svn-id: r28768
2007-08-31Fix regression: the volume after the start credits was set to 0, so the IHNM ↵Filippos Karapetis
demo music couldn't be heard svn-id: r28767
2007-08-31Some cleanup for the IHNM demoFilippos Karapetis
svn-id: r28766
2007-08-30Make checkKey() test for EVENT_QUIT as well, so that we can quit the IHNM introTorbjörn Andersson
even without using the keyboard shortcut. svn-id: r28765
2007-08-30Remove debug leftoverEugene Sandulenko
svn-id: r28764
2007-08-30Proper implementation of intro and credits in IHNMEugene Sandulenko
svn-id: r28763
2007-08-28Enforced use of character's feet coordinates throughout the walk code.Nicola Mettifogo
svn-id: r28760
2007-08-28Fix relative pitch handling (It's signed, was interpreted as unsigned before).Kari Salminen
svn-id: r28759