Commit Graph

4588 Commits

Author SHA1 Message Date
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
Eugene Sandulenko
fedb69dd6b Remove debug leftover
svn-id: r28764
2007-08-30 18:49:02 +00:00
Eugene Sandulenko
66ccbb97d1 Proper implementation of intro and credits in IHNM
svn-id: r28763
2007-08-30 17:55:19 +00:00
Nicola Mettifogo
771f3e5306 Enforced use of character's feet coordinates throughout the walk code.
svn-id: r28760
2007-08-28 14:30:17 +00:00
Kari Salminen
a4780a8f82 Fix relative pitch handling (It's signed, was interpreted as unsigned before).
svn-id: r28759
2007-08-28 10:41:25 +00:00
Filippos Karapetis
a8149227bf The actors in Nimdok's part of the IHNM demo are shown correctly now
svn-id: r28758
2007-08-27 14:22:24 +00:00
Filippos Karapetis
b39c4cbdba Added some skeleton code for the IHNM credits movie. Also, changed the location of the RF_DISABLE_ACTORS is set from loadScene to endScene
svn-id: r28757
2007-08-27 13:04:35 +00:00
Filippos Karapetis
b9be60c0cd Updated some comments
svn-id: r28756
2007-08-27 10:14:13 +00:00
Filippos Karapetis
ef53c924a2 typo
svn-id: r28755
2007-08-27 10:04:49 +00:00
Filippos Karapetis
1e40450074 Some more test code for dynamically loading the introduction cutaway list
svn-id: r28754
2007-08-27 10:03:23 +00:00
Filippos Karapetis
4e5d819732 IHNM's ending is shown correctly now (but the credits still aren't). Slight update on the music of chapter 6
svn-id: r28753
2007-08-27 09:30:23 +00:00
Filippos Karapetis
30148e505d Compressed digital music in the ITE demo versions is played correctly now
svn-id: r28752
2007-08-26 19:14:18 +00:00
Filippos Karapetis
3ce737eb2a Cleanup
svn-id: r28748
2007-08-26 15:57:30 +00:00
Filippos Karapetis
d282f32604 Cleanup
svn-id: r28747
2007-08-26 15:08:44 +00:00