22624 Commits

Author SHA1 Message Date
Chris Apers
500481c4ec Cleanup: remove obsolete code (PalmOS 68K version not supported anymore)
svn-id: r28803
2007-09-01 19:13:04 +00:00
Chris Apers
88b74c5c91 Cleanup:remove obsolete files related to old 68k version not supported anymore
svn-id: r28802
2007-09-01 19:08:16 +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
Chris Apers
9644a764b8 Prepare Drascula support
svn-id: r28799
2007-09-01 17:54:41 +00:00
Chris Apers
31acae5077 Added ARM optimzed code
svn-id: r28798
2007-09-01 17:50:13 +00:00
Chris Apers
25db410ca5 Prepare Drascula support
svn-id: r28797
2007-09-01 17:49:16 +00:00
Chris Apers
4d7f64e37f Prevent orientation change
svn-id: r28796
2007-09-01 17:47:48 +00:00
Filippos Karapetis
c499dca503 Updated the agi MSVC8 project file for commit #28791
svn-id: r28795
2007-09-01 17:38:59 +00:00
Chris Apers
88abfcdad8 Fixed compilation
svn-id: r28794
2007-09-01 17:32:39 +00:00
Chris Apers
9e83ee75b3 Removed obsolete code
svn-id: r28793
2007-09-01 17:32:13 +00:00
Chris Apers
d2ab08d1c0 Some key related cleanup
svn-id: r28792
2007-09-01 17:31:01 +00:00
Eugene Sandulenko
554cff0384 GIve some files more logical names
svn-id: r28791
2007-09-01 17:28:15 +00:00
Kari Salminen
8ef7480b26 Fix MSVC8's project file after addition of the WIP PreAGI engine.
svn-id: r28790
2007-09-01 17:18:17 +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
Johannes Schickel
2d443f7b09 Update create_kyradat for latest main.exe from ITA CD fan translation.
svn-id: r28761
2007-08-29 16:04:43 +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