15704 Commits

Author SHA1 Message Date
Johannes Schickel
2416254e49 Implemented 'ingame' sound handling, and named the unknown opcodes from the cd version
and 'implemented' them.

svn-id: r19988
2006-01-12 13:16:42 +00:00
Travis Howell
b382657539 Minor changes for FF.
svn-id: r19987
2006-01-12 00:28:17 +00:00
Eugene Sandulenko
0ff7519d0e Fix warnings.
svn-id: r19986
2006-01-11 19:14:57 +00:00
Eugene Sandulenko
6bc8719691 Checked all ActorFrameIds against disassembly
svn-id: r19985
2006-01-11 19:10:08 +00:00
Andrew Kurushin
0d30397b01 IHNM actor frame WIP
svn-id: r19984
2006-01-11 18:50:17 +00:00
Johannes Schickel
95ee7c97ef Fixed bug # 1401416.
svn-id: r19983
2006-01-11 13:53:16 +00:00
Johannes Schickel
e179f3f6ed Fixed for bug report # 1401360.
Also added some delay calls while waiting in some script functions.

svn-id: r19982
2006-01-11 13:28:38 +00:00
Travis Howell
67d1cc0cf9 Cleanup FF sound.
svn-id: r19981
2006-01-11 04:28:31 +00:00
Travis Howell
7a7eeaa79f A few FF fixes.
svn-id: r19980
2006-01-11 04:06:51 +00:00
Travis Howell
4e1778dc14 Fix FF crash.
svn-id: r19979
2006-01-11 01:47:40 +00:00
Travis Howell
9fe1c9477d Free _storedFlObjects
svn-id: r19978
2006-01-11 00:18:32 +00:00
Gregory Montoir
f6c6196295 Get rid of unused variables and removed them from the save data ; FloodFill.unk1C and _curExecScript.
Concerning _curExecScript, I checked several interpreters (even one with windex compiled in), the only function where it's used is runAllScripts.

svn-id: r19977
2006-01-10 21:39:14 +00:00
Gregory Montoir
10936be5f6 Minor cleanup.
svn-id: r19976
2006-01-10 21:13:43 +00:00
Gregory Montoir
6966e4498d Free the palette before re-using a 'cached cursor' slot.
svn-id: r19975
2006-01-10 21:10:48 +00:00
Oystein Eftevaag
1eb9b6516d Preliminary implementation of cmd_restoreBrandonsMovementDelay, to fix the walking
speed issue reported on the forums

svn-id: r19974
2006-01-10 17:18:16 +00:00
Johannes Schickel
dac7b79844 Fixes debug call of cmd_resetScaleMode.
svn-id: r19973
2006-01-10 16:39:52 +00:00
Johannes Schickel
99128ff607 This should fix bug # 1401295.
svn-id: r19972
2006-01-10 16:10:54 +00:00
Oystein Eftevaag
0a33d768ab Fix for bug #1401319, decreased width of backed up region when text is displayed.
svn-id: r19971
2006-01-10 16:03:38 +00:00
Travis Howell
9bbd060f7f Small correction.
svn-id: r19970
2006-01-10 12:34:20 +00:00
Sven Hesse
71af473b76 Moved Goblin::interFunc() to Inter_v1::o1_goblinFunc(), converting its switch() into an array of function pointers + lookup table
svn-id: r19969
2006-01-10 11:30:23 +00:00
Travis Howell
17a9edaf25 Add French version of Simon the Sorcerer 1 (DOS Floppy).
svn-id: r19968
2006-01-10 10:17:22 +00:00
Travis Howell
01ddde410e Add fix for glitch in some versions.
svn-id: r19967
2006-01-10 10:16:34 +00:00
Travis Howell
25e6066b17 Set _language, before checking value.
svn-id: r19966
2006-01-10 09:08:07 +00:00
Travis Howell
af15925e88 Reset sound flags for HE100 games.
svn-id: r19965
2006-01-10 05:11:51 +00:00
Travis Howell
c1d87f8b92 Correct HE sound flags in HE100 games.
svn-id: r19964
2006-01-10 05:00:35 +00:00
Oystein Eftevaag
ab33f59fe2 Rearranging kyra credits, I put in the wrong alphabetical order last time.
svn-id: r19963
2006-01-10 02:58:08 +00:00
Oystein Eftevaag
6946efeb7f Fixed regression bug #1400707, and reenabled mouselocking with a fix,
to remove the mouse flickering under cutscenes and such.

svn-id: r19962
2006-01-10 02:43:30 +00:00
Max Horn
713a646409 Cleanup; moving things around a bit
svn-id: r19961
2006-01-10 00:34:13 +00:00
Max Horn
a3f6c5d112 Refactoring to remove CharsetRenderer::_ignoreCharsetMask
svn-id: r19960
2006-01-10 00:28:10 +00:00
Johannes Schickel
ba5c93c551 Fixes bug # 1399886.
svn-id: r19959
2006-01-09 19:45:36 +00:00
Oystein Eftevaag
6aa6767e22 Adding myself to the Kyra credits
svn-id: r19958
2006-01-09 17:14:31 +00:00
Sven Hesse
a034922120 More variable underscoring, that should be all
svn-id: r19957
2006-01-09 16:10:22 +00:00
Travis Howell
b99859f227 Fix regressions in earliest HE games again.
Remove pointless scumm var reset to zero.

svn-id: r19956
2006-01-09 11:01:35 +00:00
Oystein Eftevaag
a163b2ae2b Temporary fix for bug #1399917, by adding two dummy opcodes to
the end of the opcode list (CD version has two extra opcodes,
looks like).

svn-id: r19955
2006-01-08 23:29:36 +00:00
Oystein Eftevaag
feaa67ca16 Added entries for Kyrandia to the docs.
svn-id: r19954
2006-01-08 21:17:58 +00:00
Oystein Eftevaag
3b6985e896 Removed exiting the game on ESC, and making yet another sprite width adjustment (to fix some graphics glitches).
svn-id: r19953
2006-01-08 21:05:16 +00:00
Johannes Schickel
7a05a80b8f Fixed savefile loading.
svn-id: r19952
2006-01-08 20:10:39 +00:00
Sven Hesse
70dfe93ed7 Added a dummy table for which music to play in Gobliiins Mac; some code formating issues
svn-id: r19951
2006-01-08 20:03:20 +00:00
Johannes Schickel
c19447b45f Kyrandia is now ready for default compiling, please update the other build systems for that change too.
svn-id: r19950
2006-01-08 18:57:37 +00:00
Johannes Schickel
f780422c4f Safer check for correct savafiles.
svn-id: r19949
2006-01-08 18:52:35 +00:00
Gregory Montoir
24bb551c1b Moved the workaround for bug #864030 in drawBlastText to fix bug #1399843.
svn-id: r19948
2006-01-08 18:37:35 +00:00
Oystein Eftevaag
f082fe390c Minor fix for sprite anims, to align with new width standard.
svn-id: r19947
2006-01-08 18:33:23 +00:00
Johannes Schickel
e7e1f692a6 Fixed script handling a bit.
svn-id: r19946
2006-01-08 16:15:34 +00:00
Johannes Schickel
5713d00eab Fixed bug with sequences playing and fixed a bug with an invaild write.
svn-id: r19945
2006-01-08 13:50:35 +00:00
Paweł Kołodziejski
d34acdb462 update
svn-id: r19944
2006-01-08 12:42:38 +00:00
Paweł Kołodziejski
9bf883274c fixed warnings, I guess that should to be
svn-id: r19943
2006-01-08 12:42:06 +00:00
Johannes Schickel
99dd62e594 Should fix gfx glichtes in the intro.
svn-id: r19942
2006-01-08 02:25:05 +00:00
Johannes Schickel
c6e0fabe97 Implemented playing of the end sequence, still credits do not show up.
svn-id: r19941
2006-01-07 23:55:50 +00:00
Travis Howell
202b739c36 No longer used by HE games.
svn-id: r19940
2006-01-07 23:53:38 +00:00
Travis Howell
05a469074c Remove function without purpose.
svn-id: r19939
2006-01-07 23:45:39 +00:00