aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Collapse)Author
2007-09-04Fixed some warnings.Torbjörn Andersson
svn-id: r28852
2007-09-04next part of mergePaweł Kołodziejski
svn-id: r28851
2007-09-04- Replace plotPattern() function with one based on specs.Eugene Sandulenko
- Add PreAGI differences to plotPattern function. - This effectively fixes Mickey title. svn-id: r28850
2007-09-04The mouse cursor is now visible in Mickey. Also, the enter key on the keypad ↵Filippos Karapetis
works now. Some cleanup svn-id: r28849
2007-09-03Some updates for Mickey: objects are shown now (though still incorrectly), ↵Filippos Karapetis
implemented some incomplete code for the ship's blinking lights, implemented the scene animation function svn-id: r28848
2007-09-03Fix warning about unused static functionMax Horn
svn-id: r28847
2007-09-03Make static data tables const (helps the optimizer a bit)Max Horn
svn-id: r28846
2007-09-03Some more updates to Mickey's sound systemFilippos Karapetis
svn-id: r28845
2007-09-03Some updates to preagi's sound system and code cleanupFilippos Karapetis
svn-id: r28844
2007-09-03make Mickey use the SaveFileManager for saving/loadingMatthew Hoops
svn-id: r28843
2007-09-03CleanupFilippos Karapetis
svn-id: r28842
2007-09-03fix warningMatthew Hoops
svn-id: r28841
2007-09-03Some updates to Mickey's sound system and code cleanupFilippos Karapetis
svn-id: r28840
2007-09-03fix flashScreenMatthew Hoops
svn-id: r28839
2007-09-03Implemented clearRow for preagi games. Mickey save games should work now. ↵Filippos Karapetis
Some code cleanup svn-id: r28838
2007-09-02Implemented clearScreen() for preagi gamesFilippos Karapetis
svn-id: r28837
2007-09-02Text in Mickey is shown correctly now. Also, removed an obsolete function ↵Filippos Karapetis
declaration of PutPixel() svn-id: r28835
2007-09-02Image placement in Mickey is correct nowFilippos Karapetis
svn-id: r28834
2007-09-02I believe this fixes part of the music fading glitch in IHNM, but there's stillTorbjörn Andersson
a slight problem when the intro fades the music down. Just before starting the new music, the old music is briefly set back to normal volume again. This could be a script bug, but I haven't investigated it any further. svn-id: r28833
2007-09-02Renamed preagi_input.cpp to preagi_common.cpp, as it now contains the code ↵Filippos Karapetis
that all preagi games share (commit 2 of 2) svn-id: r28832
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