aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2004-12-20- Change mouse position on clickChris Apers
- Remove timimg code which slow down PalmOS port svn-id: r16163
2004-12-20Move this tooChris Apers
svn-id: r16162
2004-12-20Added check to prevent queueing invalid songs, and thus reading OOB...Gregory Montoir
svn-id: r16160
2004-12-20Add AUTHORS to win32 distTravis Howell
svn-id: r16159
2004-12-20Added AUTHORS fileMax Horn
svn-id: r16155
2004-12-20use a ref hereMax Horn
svn-id: r16153
2004-12-20sync with READMEMax Horn
svn-id: r16152
2004-12-20Additional cleanupMax Horn
svn-id: r16150
2004-12-20consistencyMax Horn
svn-id: r16149
2004-12-20added coordinates clipping to ScummFont::drawChar(), this should make ↵Gregory Montoir
valgrind happy when displaying the about window. svn-id: r16147
2004-12-20typoMax Horn
svn-id: r16145
2004-12-20Adding KingGuppy to about dialog, tooMax Horn
svn-id: r16144
2004-12-20Tab->Spaces.Jerome Fisher
svn-id: r16143
2004-12-19Oops, having a bit of an identity crisis.Jerome Fisher
svn-id: r16142
2004-12-19_sev asked me to add myself, so I have done.Jerome Fisher
svn-id: r16141
2004-12-19Fancy about dialogMax Horn
svn-id: r16140
2004-12-19This is doneMax Horn
svn-id: r16138
2004-12-19Patch #1087890 (README corrections)Max Horn
svn-id: r16136
2004-12-19- implemented perspective actors calculationAndrew Kurushin
TODO: decodeRLESprite must do scale svn-id: r16135
2004-12-19oopsGregory Montoir
svn-id: r16133
2004-12-19to please PalmOS, I moved the _wiz member to ScummEngine_v70he, where it ↵Gregory Montoir
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-19Fixed regression in queen floppy version. Before doing any speech/texts ↵Gregory Montoir
synchronization, we check the voice sfx exists. See also patch #1087870 svn-id: r16131
2004-12-19Correct rangeTravis Howell
svn-id: r16129
2004-12-19Off by oneTravis Howell
svn-id: r16127
2004-12-19Report unknown MD5's. I wonder, should we move the check afterEugene Sandulenko
initSize() and thus have possibility to show up a window with the message? svn-id: r16124
2004-12-18now actors will not stuck in the middle of dialogAndrew Kurushin
svn-id: r16123
2004-12-18- updating actors state so they can be clipped on drawing (intro now runs ↵Andrew Kurushin
without artefact) - order list now uses only in draw section - drawList rename to drawActors svn-id: r16122
2004-12-18Adding some TODOsMax Horn
svn-id: r16121
2004-12-18Disable mouse emulation codeMax Horn
svn-id: r16120
2004-12-18sprite loading fix in win demoAndrew Kurushin
svn-id: r16119
2004-12-18This is done now.Jonathan Gray
svn-id: r16116
2004-12-18Mixer TODOsMax Horn
svn-id: r16115
2004-12-18Fix for bug #1087439 (Volume control regression)Max Horn
svn-id: r16113
2004-12-18Default save path for OS X as well.Jonathan Gray
svn-id: r16112
2004-12-18oopsMax Horn
svn-id: r16110
2004-12-18Ensure that the file list in the browser is always sortedMax Horn
svn-id: r16108
2004-12-18A little more cleanup (the Simon code really is a big mess :-)Max Horn
svn-id: r16107
2004-12-18constify simon engine; turned global var vc_get_out_of_code into a member of ↵Max Horn
class SimonEngine svn-id: r16106
2004-12-17Reduce code size of resource.cpp to help PalmOS port, by moving util code to ↵Max Horn
a new file util.cpp and sound resource code to sound.cpp svn-id: r16105
2004-12-17- all actors creates on startAndrew Kurushin
- many parts renamed to proper names regression: unexpected actor apeared while intro is played svn-id: r16104
2004-12-17Even more paranoia, since the older ScummVM releases allowed speech_mute to ↵Joost Peters
be false for floppy versions. svn-id: r16101
2004-12-17Simplify check.Joost Peters
svn-id: r16099
2004-12-17Don't allow the user to enable speech for non-talkie versions.Joost Peters
svn-id: r16097
2004-12-17Mute speech for floppy version as well.Joost Peters
This fixes the text speed for the floppy version after the recent Talk/Speech behaviour changes. svn-id: r16095
2004-12-17actors rearrangement bugfixAndrew Kurushin
svn-id: r16094
2004-12-17This file no longer needs to include <errno.h>, and from what I understandTorbjörn Andersson
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-16configure was using at least three different indention styles (4-tabs; ↵Max Horn
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-16Patch #1086705 (RISC OS cross compiling support)Max Horn
svn-id: r16090
2004-12-16Proper fix for line endings.Eugene Sandulenko
svn-id: r16089
2004-12-16trying remove CRLFAndrew Kurushin
svn-id: r16088