5813 Commits

Author SHA1 Message Date
Max Horn
2becb78d86 fix for bug #762593 (ZAK256: Audio CD not handled properly)
svn-id: r9135
2003-07-22 22:14:14 +00:00
Torbjörn Andersson
3b033956aa Changed "SCALLING" to "SCALING".
svn-id: r9134
2003-07-22 20:53:01 +00:00
Max Horn
7665890d97 forgot to commit this one
svn-id: r9133
2003-07-22 20:38:01 +00:00
Max Horn
73e7afaf18 adjusted to play_cdrom parameter name change in common/system.h
svn-id: r9132
2003-07-22 20:36:43 +00:00
Max Horn
d15039d2e4 fixed play_cdrom docs
svn-id: r9131
2003-07-22 20:29:06 +00:00
Max Horn
9bd7cdbce0 so it's not the endFrame, but the duration (in frames), after all! grmbl, took me long enough to figure this out, now I can fix up system.h, and then decide whom I can blame for this mess (yeah I know I renamed everything to endFrame in here, but it was named incorrectly in many other places already... ah well, at least now we know :-)
svn-id: r9130
2003-07-22 20:27:54 +00:00
Max Horn
dce17ed7ac fix for bug #775420; also properly implemented the 'box matrix truncated' workaround
svn-id: r9129
2003-07-22 19:01:38 +00:00
Max Horn
655759a70d fix for bug #775640
svn-id: r9128
2003-07-22 16:34:52 +00:00
Max Horn
660ca0f526 fixed button hotkeys in dialogs with a focused widget (e.g. the F5 save/load dialog)
svn-id: r9127
2003-07-22 16:30:00 +00:00
Max Horn
ece1b83ac1 fixed key autorepeat when using button hot keys
svn-id: r9126
2003-07-22 16:29:23 +00:00
Max Horn
8c8f22f65a whitespaces
svn-id: r9125
2003-07-22 16:26:12 +00:00
Chris Apers
78cabd46bb Add 'about' files
svn-id: r9124
2003-07-22 16:20:34 +00:00
Max Horn
22a86e823c use kLineHeight constant (also strictly spoken it makes no sense: kLineHeight = 11, yet we only put 10 pixels between our lines :-)
svn-id: r9123
2003-07-22 16:08:57 +00:00
Max Horn
bda0a18eee made about dialog global (so that it can be used from the launcher and from sky/simon; also added our copyright to it
svn-id: r9122
2003-07-22 16:05:51 +00:00
Max Horn
a62e49d0d4 added a FIXME
svn-id: r9121
2003-07-22 16:05:40 +00:00
Chris Apers
24c9cd937c Use ScummVM version strings in about form
svn-id: r9120
2003-07-22 12:23:14 +00:00
Travis Howell
0e499b9a80 That last change wasn't quite right
svn-id: r9119
2003-07-22 12:16:56 +00:00
Travis Howell
7d52141329 Fix simon1talkie regression
svn-id: r9118
2003-07-22 12:09:56 +00:00
Chris Apers
6d92375093 Fix for bug #775512
svn-id: r9117
2003-07-22 08:33:13 +00:00
Max Horn
2cee32864a fix spanish prepositions, see bug #772277. And BTW, does anybody know when and where the 'on/mit/sur/su/en' preposition is actually used?
svn-id: r9116
2003-07-22 01:14:09 +00:00
Max Horn
1ba7012969 fix for bug #770704
svn-id: r9115
2003-07-22 01:03:10 +00:00
Nicolas Bacca
d79ae6f1f2 Fix for #775275 : debugger support on WinCE
svn-id: r9114
2003-07-21 22:30:15 +00:00
Nicolas Bacca
b6b23c6352 Fix COMI detection - allow auto detection if only the main data file is present
svn-id: r9113
2003-07-21 22:28:23 +00:00
Max Horn
9b02cb4cce fixing bug #774783 for the VGA version, too - and I bet the FmTowns version will need this fix, too
svn-id: r9112
2003-07-21 22:11:33 +00:00
Max Horn
743ad2aaa6 really fix #774783 in IndyEGA (while the value '1' is not strictly correct, and in IndyVGA it is 0, and 0 is the logical value - this *has* to be 1 (and 1 is what the original returns, too, due to a bug)
svn-id: r9111
2003-07-21 22:08:39 +00:00
Max Horn
0a334bf269 Fix for bug #770690 and bug #774783
svn-id: r9110
2003-07-21 21:59:07 +00:00
Max Horn
0b1b753797 added getResourceSize method
svn-id: r9109
2003-07-21 21:28:47 +00:00
Travis Howell
760bfb2245 Rename function, update comments
svn-id: r9108
2003-07-21 16:25:16 +00:00
Nicolas Bacca
0bb6f3497d Fix 774982
svn-id: r9107
2003-07-21 12:50:20 +00:00
Travis Howell
93cb369da7 Rename variable
svn-id: r9106
2003-07-21 09:11:21 +00:00
Travis Howell
2b5cc772d7 Add sfx/voice support for simon1cd32, thanks to olki.
Adjust a few debugs
Add hack to allow load/save in simon1cd32 via keyboard

svn-id: r9105
2003-07-21 04:00:04 +00:00
Joost Peters
2929a90d17 update, fix compilation
svn-id: r9104
2003-07-21 01:11:20 +00:00
Max Horn
a7391d0a9a Rest of patch #774556 (small optimization for aspect ratio correction)
svn-id: r9103
2003-07-21 00:07:27 +00:00
Max Horn
88810dc9bd part of patch #774556: fix for aspect mode + shaking
svn-id: r9102
2003-07-21 00:01:05 +00:00
Nicolas Bacca
6a8078b2fb Bass skip fix
svn-id: r9101
2003-07-20 23:47:39 +00:00
Nicolas Bacca
d62959bfd9 Compile with new version string
svn-id: r9100
2003-07-20 22:27:17 +00:00
Paweł Kołodziejski
ec2b0cca04 improved stampObject opcode for FT mine field, still layers? problem
svn-id: r9099
2003-07-20 21:01:06 +00:00
Paweł Kołodziejski
25dbf529ab some changes for stampObject opcode to be more similiar dissassembly
svn-id: r9098
2003-07-20 20:42:58 +00:00
Paweł Kołodziejski
e25be8327a fixed regression caused by me
svn-id: r9097
2003-07-20 19:50:32 +00:00
Paweł Kołodziejski
b54dee99a5 fixed warnings
svn-id: r9096
2003-07-20 19:19:45 +00:00
Torbjörn Andersson
594c1f542d Fixed mishandling of _mode_flags that prevented the Simon games from using
the DF_WANT_RECT_OPTIM flag.

svn-id: r9095
2003-07-20 18:53:27 +00:00
Travis Howell
43ba55e308 Revert my bad code
svn-id: r9094
2003-07-20 16:02:17 +00:00
Travis Howell
a4b5891dd1 Use automatic dirty rect code for simon games for now to reduce CPU usage
svn-id: r9093
2003-07-20 15:31:47 +00:00
Travis Howell
82f90bb6cf Fix regression
Switch erros to warnings

svn-id: r9092
2003-07-20 15:17:11 +00:00
Chris Apers
1b646cd845 Reorder segements to make it compile again
svn-id: r9091
2003-07-20 09:39:01 +00:00
Travis Howell
2583f4e629 Remove comment
svn-id: r9090
2003-07-20 07:27:28 +00:00
Max Horn
a0545a22ae whitespace
svn-id: r9089
2003-07-20 01:39:08 +00:00
Max Horn
a6afa09161 fix for bug #758542
svn-id: r9088
2003-07-20 01:09:42 +00:00
Max Horn
2ec582535f removed a whitespace
svn-id: r9087
2003-07-20 01:01:47 +00:00
Max Horn
7e92048a6b typo
svn-id: r9086
2003-07-20 01:00:16 +00:00