Commit Graph

12287 Commits

Author SHA1 Message Date
Max Horn
b474062e6e sync with README
svn-id: r16152
2004-12-20 01:19:21 +00:00
Max Horn
cfe94b0293 Additional cleanup
svn-id: r16150
2004-12-20 01:16:31 +00:00
Max Horn
59d1b6ba80 consistency
svn-id: r16149
2004-12-20 00:55:15 +00:00
Gregory Montoir
a01abe8942 added coordinates clipping to ScummFont::drawChar(), this should make valgrind happy when displaying the about window.
svn-id: r16147
2004-12-20 00:37:20 +00:00
Max Horn
0e8d9b58d9 typo
svn-id: r16145
2004-12-20 00:31:17 +00:00
Max Horn
5f2f85f573 Adding KingGuppy to about dialog, too
svn-id: r16144
2004-12-20 00:08:38 +00:00
Jerome Fisher
fdfa534683 Tab->Spaces.
svn-id: r16143
2004-12-20 00:00:01 +00:00
Jerome Fisher
91e114c9d5 Oops, having a bit of an identity crisis.
svn-id: r16142
2004-12-19 23:54:35 +00:00
Jerome Fisher
b59d02baa3 _sev asked me to add myself, so I have done.
svn-id: r16141
2004-12-19 23:50:25 +00:00
Max Horn
054d341449 Fancy about dialog
svn-id: r16140
2004-12-19 19:17:43 +00:00
Max Horn
b892b8b04e This is done
svn-id: r16138
2004-12-19 16:59:01 +00:00
Max Horn
f1750f7c04 Patch #1087890 (README corrections)
svn-id: r16136
2004-12-19 15:42:59 +00:00
Andrew Kurushin
3f55bee199 - implemented perspective actors calculation
TODO: decodeRLESprite must do scale

svn-id: r16135
2004-12-19 13:38:11 +00:00
Gregory Montoir
9d6b4c3088 oops
svn-id: r16133
2004-12-19 12:46:12 +00:00
Gregory Montoir
da874257a5 to please PalmOS, I moved the _wiz member to ScummEngine_v70he, where it actually belongs, I don't quite like the upcasts I introduced, but I don't know how to deal without them
svn-id: r16132
2004-12-19 12:30:40 +00:00
Gregory Montoir
ec2099a902 Fixed regression in queen floppy version. Before doing any speech/texts synchronization, we check the voice sfx exists. See also patch #1087870
svn-id: r16131
2004-12-19 12:19:21 +00:00
Travis Howell
739828391e Correct range
svn-id: r16129
2004-12-19 11:02:14 +00:00
Travis Howell
9e4f76b180 Off by one
svn-id: r16127
2004-12-19 09:27:08 +00:00
Eugene Sandulenko
4e057c8885 Report unknown MD5's. I wonder, should we move the check after
initSize() and thus have possibility to show up a window with the
message?

svn-id: r16124
2004-12-19 02:25:11 +00:00
Andrew Kurushin
34dd84f339 now actors will not stuck in the middle of dialog
svn-id: r16123
2004-12-18 21:38:56 +00:00
Andrew Kurushin
62224e135b - updating actors state so they can be clipped on drawing (intro now runs without artefact)
- order list now uses only in draw section
- drawList rename to drawActors

svn-id: r16122
2004-12-18 20:33:02 +00:00
Max Horn
f33fc1d7ec Adding some TODOs
svn-id: r16121
2004-12-18 17:19:56 +00:00
Max Horn
4b632e66ae Disable mouse emulation code
svn-id: r16120
2004-12-18 16:38:44 +00:00
Andrew Kurushin
1724d00962 sprite loading fix in win demo
svn-id: r16119
2004-12-18 16:08:59 +00:00
Jonathan Gray
c195ae0e74 This is done now.
svn-id: r16116
2004-12-18 11:28:39 +00:00
Max Horn
7a35da5840 Mixer TODOs
svn-id: r16115
2004-12-18 11:12:33 +00:00
Max Horn
6dfb2f2dfd Fix for bug #1087439 (Volume control regression)
svn-id: r16113
2004-12-18 11:07:52 +00:00
Jonathan Gray
f344976a35 Default save path for OS X as well.
svn-id: r16112
2004-12-18 11:07:47 +00:00
Max Horn
8c34db8b9a oops
svn-id: r16110
2004-12-18 02:37:13 +00:00
Max Horn
0894f83804 Ensure that the file list in the browser is always sorted
svn-id: r16108
2004-12-18 02:33:37 +00:00
Max Horn
06315c1ce1 A little more cleanup (the Simon code really is a big mess :-)
svn-id: r16107
2004-12-18 02:08:32 +00:00
Max Horn
0ceb634fd4 constify simon engine; turned global var vc_get_out_of_code into a member of class SimonEngine
svn-id: r16106
2004-12-18 01:33:21 +00:00
Max Horn
b93dd59a44 Reduce code size of resource.cpp to help PalmOS port, by moving util code to a new file util.cpp and sound resource code to sound.cpp
svn-id: r16105
2004-12-17 22:27:15 +00:00
Andrew Kurushin
79ce4de942 - all actors creates on start
- many parts renamed to proper names

regression: unexpected actor apeared while intro is played

svn-id: r16104
2004-12-17 20:38:17 +00:00
Joost Peters
fd0569af62 Even more paranoia, since the older ScummVM releases allowed speech_mute to be false for floppy versions.
svn-id: r16101
2004-12-17 16:49:31 +00:00
Joost Peters
3c006a97a7 Simplify check.
svn-id: r16099
2004-12-17 13:54:17 +00:00
Joost Peters
356b11aae7 Don't allow the user to enable speech for non-talkie versions.
svn-id: r16097
2004-12-17 13:49:54 +00:00
Joost Peters
5f04dfe0b9 Mute speech for floppy version as well.
This fixes the text speed for the floppy version after the recent Talk/Speech behaviour changes.

svn-id: r16095
2004-12-17 13:14:13 +00:00
Andrew Kurushin
28e5422fd8 actors rearrangement bugfix
svn-id: r16094
2004-12-17 11:18:56 +00:00
Torbjörn Andersson
c61894ee65 This file no longer needs to include <errno.h>, and from what I understand
we already got the appropriate include for time() through stdafx.h, so we
don't need to include <time.h> either.

svn-id: r16093
2004-12-17 07:59:05 +00:00
Max Horn
a3228a4358 configure was using at least three different indention styles (4-tabs; 2-spaces; 4-spaces-8-tabs); tried to unify this, configure is no best viewed with tabs=4 like the rest of ScummVM
svn-id: r16091
2004-12-16 22:15:32 +00:00
Max Horn
642b5e703b Patch #1086705 (RISC OS cross compiling support)
svn-id: r16090
2004-12-16 22:05:45 +00:00
Eugene Sandulenko
13a4006b69 Proper fix for line endings.
svn-id: r16089
2004-12-16 21:33:58 +00:00
Andrew Kurushin
af5996f99a trying remove CRLF
svn-id: r16088
2004-12-16 21:30:06 +00:00
Andrew Kurushin
c1810c8de2 reorderUp and reorderDown should return new item position
svn-id: r16087
2004-12-16 20:49:17 +00:00
Max Horn
ea80946978 Using errno isn't really portable; don't have time to fix this properly right now
svn-id: r16086
2004-12-16 19:18:17 +00:00
Torbjörn Andersson
881b60a8eb Added some BS1 items, but I don't know if I got them all. (E.g. there
seems to be A slight change to the scrolling. Do we want to mention that?)

svn-id: r16084
2004-12-16 16:37:16 +00:00
Eugene Sandulenko
5029e9aaae Fix compilation when USE_MPEG2 is undefined.
svn-id: r16081
2004-12-16 15:27:21 +00:00
Travis Howell
55549cd3b2 Split simon.cpp more for PalmOS port.
svn-id: r16078
2004-12-16 12:49:25 +00:00
Torbjörn Andersson
e39bec5419 Removed unused variable.
svn-id: r16076
2004-12-16 10:58:50 +00:00