Commit Graph

8300 Commits

Author SHA1 Message Date
Travis Howell
ffc068734d Safetly check
svn-id: r11739
2003-12-18 11:16:10 +00:00
Travis Howell
c10eace9e3 Add speech config option, to allow subtitles only in Simon2 again.
svn-id: r11738
2003-12-18 11:04:02 +00:00
Travis Howell
77bf6491cc C&P typo.
svn-id: r11737
2003-12-18 10:48:48 +00:00
Travis Howell
1f4e54f930 Make fade a config optiom
Make sure non-English/German versions of simon1talkie start with subtitles enabled.

svn-id: r11736
2003-12-18 10:47:12 +00:00
Travis Howell
22c865791a Remove slow motion option.
Add slow_down option for config file instead for now.

svn-id: r11735
2003-12-18 09:36:17 +00:00
Travis Howell
d0da61f8aa Revert fade change
svn-id: r11734
2003-12-18 09:10:47 +00:00
Travis Howell
592822fbe5 Don't use bug work around on simon1dos, since copy protection screen causes odd effects.
svn-id: r11733
2003-12-18 09:04:13 +00:00
Jonathan Gray
1a4ede14c6 pack WalkData struct to fix some endian issues
svn-id: r11732
2003-12-18 08:28:14 +00:00
Travis Howell
18d1bc3d99 Adjust load/key for FM Towns games, since values have changed.
svn-id: r11731
2003-12-18 06:22:33 +00:00
Travis Howell
d89eea3ac3 Missed one spot when switching subtitle options.
svn-id: r11730
2003-12-18 04:19:38 +00:00
Max Horn
a458da989b cleanup
svn-id: r11729
2003-12-18 01:22:28 +00:00
Robert Göffringmann
127e5ce5f9 changed endian conversion for compact data
svn-id: r11728
2003-12-18 01:15:15 +00:00
Robert Göffringmann
aa6e1ba760 big endian typecasts for FROM_LE_xx
svn-id: r11727
2003-12-18 01:00:42 +00:00
Max Horn
5f4c9cbeeb resolve an inconsistency in the FROM_* helper macros: now they *always* cast their argument to unsigned (previously, the LE funcs would do this when used on BE machines, and vice versa; but using a FROM_LE macro on a LE machine wouldn't cause a cast to unsigned; this potentially leads to endian bugs!)
svn-id: r11726
2003-12-18 01:00:24 +00:00
Robert Göffringmann
5d2c2acf90 one more big endian fix
svn-id: r11725
2003-12-18 00:36:42 +00:00
Robert Göffringmann
8b0ab95580 fixed stupid palette bugs
svn-id: r11724
2003-12-18 00:31:37 +00:00
Max Horn
1698437409 TODOs added and removed some completed TODOs
svn-id: r11723
2003-12-17 23:49:57 +00:00
Robert Göffringmann
b5dde7b3f9 changed fnEnterSection to fix crash at startup.
svn-id: r11722
2003-12-17 23:49:26 +00:00
Jonathan Gray
f7f97d7ebb add the rest of the boot params
svn-id: r11721
2003-12-17 23:41:14 +00:00
Max Horn
b38acd10e7 cleanup
svn-id: r11720
2003-12-17 17:36:04 +00:00
Max Horn
8d5d770092 Fix for bug #860823 (ZAK: Actors not updating)
svn-id: r11719
2003-12-17 17:35:40 +00:00
Max Horn
3364949c82 Patch #861716: palManipulateInit for V6 games (I modified the patch a bit)
svn-id: r11718
2003-12-17 17:12:09 +00:00
Max Horn
3661c7f06c add note on right mouse button on Mac
svn-id: r11717
2003-12-17 16:57:10 +00:00
Tore Anderson
a1896926fd Updated dists/debian so it's able to build a working package from current CVS.
svn-id: r11716
2003-12-17 15:32:09 +00:00
Jonathan Gray
9b70f6d922 add boot params for ireland, everyone's favourite puzzle can be found via 24
svn-id: r11715
2003-12-17 15:27:41 +00:00
Torbjörn Andersson
f704b12eeb Enable subtitles if the "subtitles" option is set in the config manager.
svn-id: r11714
2003-12-17 14:36:52 +00:00
Jonathan Gray
56b831293d add all of the paris boot params, 80 in particular is quite useful as it activates all sections of the map including the ability to travel outside of paris
svn-id: r11713
2003-12-17 14:33:34 +00:00
Jonathan Gray
6d1fba28d5 initial boot param support, will do the rest of the bootparams next
svn-id: r11712
2003-12-17 11:54:48 +00:00
Torbjörn Andersson
9a1bbb361b My last commit didn't work on big-endian. Maybe this one does...
svn-id: r11711
2003-12-17 11:52:05 +00:00
Robert Göffringmann
215c8e3fc6 big endian fix
svn-id: r11710
2003-12-17 11:39:19 +00:00
Robert Göffringmann
eeb15c0433 big endian fix
svn-id: r11709
2003-12-17 11:23:12 +00:00
Robert Göffringmann
9f8b022fd4 big endian fix
svn-id: r11708
2003-12-17 11:11:03 +00:00
Torbjörn Andersson
a739f3ae3b The mixer handles little-endian samples now. Take advantage of that.
svn-id: r11707
2003-12-17 11:07:40 +00:00
Oliver Kiehl
f926ae108c enable music
svn-id: r11706
2003-12-17 09:17:59 +00:00
Paweł Kołodziejski
7f03b140d4 fixed warning
svn-id: r11705
2003-12-17 08:36:09 +00:00
Torbjörn Andersson
8b12be81e5 cleanup
svn-id: r11704
2003-12-17 08:01:59 +00:00
Robert Göffringmann
5fdff2824c fixed text output and logic bug. changed scrolling code.
hey, sword is running really nice already. :)

svn-id: r11703
2003-12-17 07:33:00 +00:00
Travis Howell
4077b92c02 Fix compile for now, I hope this is right.
svn-id: r11702
2003-12-17 06:24:18 +00:00
Robert Göffringmann
7f5df14e7d menu, sound and mouse fixes.
svn-id: r11701
2003-12-17 05:16:37 +00:00
Travis Howell
6b3429c4bb Fix restart key in fm towns games
svn-id: r11700
2003-12-17 02:23:30 +00:00
Max Horn
e7bf167428 Made sure that *all* AudioInputStream 'know' their sample rate; removed pointless MusicStream class; removed various specific Channel subclasses and instead generalized the base class some more
svn-id: r11699
2003-12-17 02:19:24 +00:00
Max Horn
4da0b08b90 fixed warning
svn-id: r11698
2003-12-17 02:19:03 +00:00
Max Horn
91997026a0 cleanup
svn-id: r11697
2003-12-17 01:57:37 +00:00
Max Horn
4343567458 changed the way 'streams' are handled: the finalization logic is now in the WrappedAudioInputStream; this allows further streamlining of the channel/mixer code (can you already guess what I am working towards? :-)
svn-id: r11696
2003-12-17 01:50:50 +00:00
Robert Göffringmann
34d1751fe4 fixed resMan bug about closing of sections and started adding menu support
svn-id: r11695
2003-12-17 01:47:47 +00:00
Max Horn
d81746ada8 some cleanup
svn-id: r11694
2003-12-17 01:32:00 +00:00
Max Horn
d1c9caa127 fix various warnings; whatTarget()'s paramters shadowed member vars, but it can just b e turned into a pure function (sidenote: the chaotic mix of spaces and tabs in router.cpp doesn't help readability :-)
svn-id: r11693
2003-12-17 01:18:03 +00:00
Max Horn
b4f33afb85 simplified game detection code etc.
svn-id: r11692
2003-12-17 01:17:12 +00:00
Eugene Sandulenko
36cb1ed6b5 o Another batch of proper variables naming
o Implemented support functions for every scene
 o Started work on IACT containing scenes

IACT for insane would be INSANE Action rater that IMUSE Action

svn-id: r11691
2003-12-16 21:35:30 +00:00
Robert Göffringmann
166ba1b385 fix speech animations
svn-id: r11690
2003-12-16 19:55:59 +00:00