Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-12-20 | Add AUTHORS to win32 dist | Travis Howell | |
svn-id: r16159 | |||
2004-12-20 | Added AUTHORS file | Max Horn | |
svn-id: r16155 | |||
2004-12-20 | use a ref here | Max Horn | |
svn-id: r16153 | |||
2004-12-20 | sync with README | Max Horn | |
svn-id: r16152 | |||
2004-12-20 | Additional cleanup | Max Horn | |
svn-id: r16150 | |||
2004-12-20 | consistency | Max Horn | |
svn-id: r16149 | |||
2004-12-20 | added coordinates clipping to ScummFont::drawChar(), this should make ↵ | Gregory Montoir | |
valgrind happy when displaying the about window. svn-id: r16147 | |||
2004-12-20 | typo | Max Horn | |
svn-id: r16145 | |||
2004-12-20 | Adding KingGuppy to about dialog, too | Max Horn | |
svn-id: r16144 | |||
2004-12-20 | Tab->Spaces. | Jerome Fisher | |
svn-id: r16143 | |||
2004-12-19 | Oops, 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-19 | Fancy about dialog | Max Horn | |
svn-id: r16140 | |||
2004-12-19 | This is done | Max Horn | |
svn-id: r16138 | |||
2004-12-19 | Patch #1087890 (README corrections) | Max Horn | |
svn-id: r16136 | |||
2004-12-19 | - implemented perspective actors calculation | Andrew Kurushin | |
TODO: decodeRLESprite must do scale svn-id: r16135 | |||
2004-12-19 | oops | Gregory Montoir | |
svn-id: r16133 | |||
2004-12-19 | to 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-19 | Fixed 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-19 | Correct range | Travis Howell | |
svn-id: r16129 | |||
2004-12-19 | Off by one | Travis Howell | |
svn-id: r16127 | |||
2004-12-19 | Report unknown MD5's. I wonder, should we move the check after | Eugene Sandulenko | |
initSize() and thus have possibility to show up a window with the message? svn-id: r16124 | |||
2004-12-18 | now actors will not stuck in the middle of dialog | Andrew 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-18 | Adding some TODOs | Max Horn | |
svn-id: r16121 | |||
2004-12-18 | Disable mouse emulation code | Max Horn | |
svn-id: r16120 | |||
2004-12-18 | sprite loading fix in win demo | Andrew Kurushin | |
svn-id: r16119 | |||
2004-12-18 | This is done now. | Jonathan Gray | |
svn-id: r16116 | |||
2004-12-18 | Mixer TODOs | Max Horn | |
svn-id: r16115 | |||
2004-12-18 | Fix for bug #1087439 (Volume control regression) | Max Horn | |
svn-id: r16113 | |||
2004-12-18 | Default save path for OS X as well. | Jonathan Gray | |
svn-id: r16112 | |||
2004-12-18 | oops | Max Horn | |
svn-id: r16110 | |||
2004-12-18 | Ensure that the file list in the browser is always sorted | Max Horn | |
svn-id: r16108 | |||
2004-12-18 | A little more cleanup (the Simon code really is a big mess :-) | Max Horn | |
svn-id: r16107 | |||
2004-12-18 | constify simon engine; turned global var vc_get_out_of_code into a member of ↵ | Max Horn | |
class SimonEngine svn-id: r16106 | |||
2004-12-17 | Reduce 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 start | Andrew Kurushin | |
- many parts renamed to proper names regression: unexpected actor apeared while intro is played svn-id: r16104 | |||
2004-12-17 | Even more paranoia, since the older ScummVM releases allowed speech_mute to ↵ | Joost Peters | |
be false for floppy versions. svn-id: r16101 | |||
2004-12-17 | Simplify check. | Joost Peters | |
svn-id: r16099 | |||
2004-12-17 | Don't allow the user to enable speech for non-talkie versions. | Joost Peters | |
svn-id: r16097 | |||
2004-12-17 | Mute 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-17 | actors rearrangement bugfix | Andrew Kurushin | |
svn-id: r16094 | |||
2004-12-17 | This file no longer needs to include <errno.h>, and from what I understand | Torbjö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-16 | configure 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-16 | Patch #1086705 (RISC OS cross compiling support) | Max Horn | |
svn-id: r16090 | |||
2004-12-16 | Proper fix for line endings. | Eugene Sandulenko | |
svn-id: r16089 | |||
2004-12-16 | trying remove CRLF | Andrew Kurushin | |
svn-id: r16088 | |||
2004-12-16 | reorderUp and reorderDown should return new item position | Andrew Kurushin | |
svn-id: r16087 | |||
2004-12-16 | Using errno isn't really portable; don't have time to fix this properly ↵ | Max Horn | |
right now svn-id: r16086 | |||
2004-12-16 | Added some BS1 items, but I don't know if I got them all. (E.g. there | Torbjörn Andersson | |
seems to be A slight change to the scrolling. Do we want to mention that?) svn-id: r16084 |