Filippos Karapetis
2dd4f61b5e
Text in Mickey is shown correctly now. Also, removed an obsolete function declaration of PutPixel()
...
svn-id: r28835
2007-09-02 22:47:53 +00:00
Filippos Karapetis
f075661221
Image placement in Mickey is correct now
...
svn-id: r28834
2007-09-02 22:45:02 +00:00
Torbjörn Andersson
243a48138d
I believe this fixes part of the music fading glitch in IHNM, but there's still
...
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-02 21:40:09 +00:00
Filippos Karapetis
cb2ce51236
Renamed preagi_input.cpp to preagi_common.cpp, as it now contains the code that all preagi games share (commit 2 of 2)
...
svn-id: r28832
2007-09-02 21:36:43 +00:00
Filippos Karapetis
f50bdd1aa8
Moved preagi common code to a more appropriate place (commit 1 of 2)
...
svn-id: r28831
2007-09-02 21:31:51 +00:00
Nicola Mettifogo
b819ae3e78
More support for subtitles in BRA.
...
svn-id: r28829
2007-09-02 19:00:22 +00:00
Nicola Mettifogo
21e4f4f176
Simplified global label management and added subtitles for BRA.
...
svn-id: r28828
2007-09-02 18:34:11 +00:00
Max Horn
f1f324cee4
fixed some warnings
...
svn-id: r28827
2007-09-02 17:28:00 +00:00
Nicola Mettifogo
af72280fb9
Cleanup: removed unneeded references to engine (_vm).
...
svn-id: r28826
2007-09-02 15:27:25 +00:00
Filippos Karapetis
7909ce3986
Removed rand() and substituted it with Common::RandomSource
...
svn-id: r28825
2007-09-02 15:19:20 +00:00
Nicola Mettifogo
60a6d5aa53
Jobs are now members of the engine and are handled with a table, instead of being external functions.
...
svn-id: r28824
2007-09-02 15:17:41 +00:00
Matthew Hoops
957e421bfa
fix more warnings
...
svn-id: r28822
2007-09-02 13:50:26 +00:00
Filippos Karapetis
7c92d3b02b
Slight update on Mickey's drawPic
...
svn-id: r28821
2007-09-02 13:44:37 +00:00
Matthew Hoops
f3ae0182e0
fix a warning and some code formatting
...
svn-id: r28820
2007-09-02 13:44:23 +00:00
Filippos Karapetis
b4d77e60cf
The dimensions of the picture resources in preagi games is different for each game. Mickey's pictures are shown correctly now
...
svn-id: r28819
2007-09-02 13:23:07 +00:00
Filippos Karapetis
762aaca73b
The picture files in Mickey have a different width
...
svn-id: r28818
2007-09-02 12:56:55 +00:00
Travis Howell
ae007b49e0
Fix compile.
...
svn-id: r28814
2007-09-02 02:37:18 +00:00
Filippos Karapetis
afac94340a
Some more updates to preagi string drawing function
...
svn-id: r28813
2007-09-02 02:25:13 +00:00
Filippos Karapetis
2182d758d0
Initial implementation of preagi string drawing functions. They still need work, though
...
svn-id: r28812
2007-09-02 01:45:59 +00:00
Filippos Karapetis
38c21d6539
Merged all the different picture decoding functions
...
svn-id: r28811
2007-09-02 00:49:03 +00:00
Filippos Karapetis
1a85c98598
Implemented the rnd() function. Some cleanup to remove unneeded functionality
...
svn-id: r28810
2007-09-01 23:30:37 +00:00
Eugene Sandulenko
fae7dcadbd
Fix regression
...
svn-id: r28809
2007-09-01 23:02:36 +00:00
Eugene Sandulenko
41e72bfaaf
Fix fallback detector
...
svn-id: r28808
2007-09-01 21:22:26 +00:00
Chris Apers
500481c4ec
Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)
...
svn-id: r28803
2007-09-01 19:13:04 +00:00
Eugene Sandulenko
19fde8da20
Fix compilation and warnings.
...
svn-id: r28801
2007-09-01 19:03:22 +00:00
Filippos Karapetis
9db1525e50
Added WIP logic code for Mickey's Space Adventure
...
svn-id: r28800
2007-09-01 18:46:55 +00:00
Eugene Sandulenko
554cff0384
GIve some files more logical names
...
svn-id: r28791
2007-09-01 17:28:15 +00:00
Filippos Karapetis
db8b8a0c5f
Fix the crash in the IHNM intro
...
svn-id: r28789
2007-09-01 16:32:00 +00:00
Eugene Sandulenko
2d729927c5
Do not decode frames beyond maxFrames to avoid any potential issues
...
svn-id: r28788
2007-09-01 15:03:44 +00:00
Eugene Sandulenko
7f08865ec5
An early WIP of PreAGI (TrollVM) support
...
svn-id: r28787
2007-09-01 14:58:46 +00:00
Filippos Karapetis
e7e9f17ced
The music of chapter 6 in IHNM is loaded correctly now
...
svn-id: r28786
2007-09-01 13:55:13 +00:00
Filippos Karapetis
9329f9a8c6
Modified the workaround for the IHNM end credits animation
...
svn-id: r28785
2007-09-01 12:43:22 +00:00
Eugene Sandulenko
ce71254b9f
Add older picture formats parsers
...
svn-id: r28784
2007-09-01 11:39:51 +00:00
Torbjörn Andersson
c51430f1d1
Remove the timer callback when the Music object is deleted.
...
svn-id: r28783
2007-09-01 11:13:57 +00:00
Torbjörn Andersson
ee2b33376f
Don't go out of bounds when filling anim->frameOffsets[].
...
svn-id: r28782
2007-09-01 11:04:34 +00:00
Eugene Sandulenko
e3b6d81e82
This is a pseudo-commit. Previous commit log message for this file should read
...
as follows:
Fix recent regression crash in IHNM intro.
svn-id: r28781
2007-09-01 10:51:11 +00:00
Eugene Sandulenko
557558974a
Fix intro in German and Spanish IHNM.
...
svn-id: r28780
2007-09-01 10:49:28 +00:00
Eugene Sandulenko
809f022be4
Proper height for Chinese characters, also remove obsolete hack for computing
...
character base.
svn-id: r28779
2007-09-01 10:48:05 +00:00
Torbjörn Andersson
c7e6db919e
Slight simplification.
...
svn-id: r28776
2007-08-31 20:18:07 +00:00
Nicola Mettifogo
bc44745011
Pushed current save/load code from Parallaction down to Parallaction_ns.
...
svn-id: r28775
2007-08-31 18:34:46 +00:00
Torbjörn Andersson
490586a0ae
Initialise _chapterNumber to fix Valgrind warning.
...
svn-id: r28774
2007-08-31 18:13:16 +00:00
Johannes Schickel
318c8a1d47
Fix for bug #1784937 ("KYRA: Wrong path for Brandon in starting location").
...
svn-id: r28773
2007-08-31 13:11:26 +00:00
Eugene Sandulenko
89e10f450f
Simplify fading code a bit.
...
svn-id: r28772
2007-08-31 11:14:32 +00:00
Eugene Sandulenko
dc0088f8fd
Fix end credits in IHNM. Now video length is determined properly.
...
svn-id: r28771
2007-08-31 10:59:33 +00:00
Eugene Sandulenko
091ef596d1
Fix warning
...
svn-id: r28770
2007-08-31 10:10:11 +00:00
Filippos Karapetis
f398f99b75
Some slight updates to palette fadeout/fadein before a cutaway starts (still not working, though)
...
svn-id: r28769
2007-08-31 08:20:41 +00:00
Filippos Karapetis
2fa39d8ce7
The IHNM credits sequence is shown now. However, only half of the sequence is played at the moment
...
svn-id: r28768
2007-08-31 07:24:41 +00:00
Filippos Karapetis
50cbf7b154
Fix regression: the volume after the start credits was set to 0, so the IHNM demo music couldn't be heard
...
svn-id: r28767
2007-08-31 07:22:45 +00:00
Filippos Karapetis
dd3157614f
Some cleanup for the IHNM demo
...
svn-id: r28766
2007-08-31 07:20:57 +00:00
Torbjörn Andersson
4be77cb45e
Make checkKey() test for EVENT_QUIT as well, so that we can quit the IHNM intro
...
even without using the keyboard shortcut.
svn-id: r28765
2007-08-30 18:59:05 +00:00