Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-25 | Patch #1476367: "Fix compilation of current SVN with DevCpp". In fact this | Eugene Sandulenko | |
is "Update project files for DevCpp" svn-id: r22161 | |||
2006-04-25 | Set prop svn:eol-style | Eugene Sandulenko | |
svn-id: r22160 | |||
2006-04-25 | Files that are *not* 00.LFL or 000.LFL indicate V5+ games -> teach the ↵ | Max Horn | |
detector about that svn-id: r22159 | |||
2006-04-25 | Added hidden --test-detector command line option to make it easy to test the ↵ | Max Horn | |
detector on your config file (to be removed before the next release) svn-id: r22158 | |||
2006-04-25 | Somewhat improved detection when MD5 is not available/known | Max Horn | |
svn-id: r22157 | |||
2006-04-25 | HashMap::size does not modify the state of the hashmap, so it can be ↵ | Max Horn | |
declared const (allowing it to be used on const hashmaps, too) svn-id: r22156 | |||
2006-04-25 | Fixes some coordinate initialization in the menus, and makes sure the ↵ | Oystein Eftevaag | |
initial savegame is created when kyrandia is started for the first time svn-id: r22153 | |||
2006-04-25 | Uses the special cursor color palette for the cursor now (this fixes ↵ | Johannes Schickel | |
problems with creation of thumbnails of the scumm engine) svn-id: r22152 | |||
2006-04-25 | - minor cleanup in modern.ini | Eugene Sandulenko | |
- implement skipFor theme section keyword svn-id: r22151 | |||
2006-04-25 | - Resize chooser dialog | Eugene Sandulenko | |
- Swap About and Help buttons in main SCUMM menu for consistency with launcher svn-id: r22150 | |||
2006-04-25 | Fix OmniTV repeating for now | Travis Howell | |
svn-id: r22149 | |||
2006-04-25 | Adds some code to dynamically resize and readjust the menus if the text ↵ | Oystein Eftevaag | |
strings of the current language are too long, to avoid overlaps etc. svn-id: r22148 | |||
2006-04-25 | Fix fps setting for video play back | Travis Howell | |
svn-id: r22147 | |||
2006-04-25 | Fix OmniTV not stopping, when room changes in FF | Travis Howell | |
svn-id: r22145 | |||
2006-04-25 | Hide mouse pointer when video is active | Travis Howell | |
svn-id: r22144 | |||
2006-04-24 | Revert change, a NULL block should be added if audio doesn't exist | Travis Howell | |
svn-id: r22141 | |||
2006-04-24 | If startSound() can't find a WAVE chunk, set the file position to the beginning | Torbjörn Andersson | |
of the chunk again. Otherwise, animations without a sound track (such as disk1.dxa) will fail to play. svn-id: r22140 | |||
2006-04-24 | Revert sign change to vcReadVar(), made glitches worse in some scenes | Travis Howell | |
svn-id: r22139 | |||
2006-04-24 | Remove duplicate code | Travis Howell | |
svn-id: r22138 | |||
2006-04-24 | Correct and move warning, when failing to load video in FF | Travis Howell | |
svn-id: r22137 | |||
2006-04-24 | Add support for OmniTV | Travis Howell | |
svn-id: r22136 | |||
2006-04-24 | vcReadVar() should return a signed value | Travis Howell | |
svn-id: r22135 | |||
2006-04-24 | Restrict variables sizes, when reading from vcReadNextWord(), to prevent ↵ | Travis Howell | |
overflows svn-id: r22134 | |||
2006-04-24 | Fix memory leak in readGamePcText() | Travis Howell | |
svn-id: r22133 | |||
2006-04-24 | Initialize all variables in MoviePlayer class | Travis Howell | |
svn-id: r22132 | |||
2006-04-24 | Remove duplicate variable in readGamePcText() | Travis Howell | |
svn-id: r22131 | |||
2006-04-24 | isSpriteLoaded is Simon 1/2 specific and never used by FF | Travis Howell | |
svn-id: r22130 | |||
2006-04-24 | Free screen buffers on exit | Travis Howell | |
svn-id: r22129 | |||
2006-04-24 | Ooops, real memory leak was in sound buffer | Travis Howell | |
svn-id: r22128 | |||
2006-04-24 | Fix sound memory leak | Travis Howell | |
svn-id: r22127 | |||
2006-04-23 | Fix loading music/speech files in HE98+ games | Travis Howell | |
svn-id: r22126 | |||
2006-04-23 | Some more cleanup in class Scumm::Sound | Max Horn | |
svn-id: r22125 | |||
2006-04-23 | Update all credits | Travis Howell | |
svn-id: r22123 | |||
2006-04-23 | Fix for HE games which use the generic HE variants (d'oh) | Max Horn | |
svn-id: r22122 | |||
2006-04-23 | Update credits | Travis Howell | |
svn-id: r22121 | |||
2006-04-23 | Detect (and error out) if readMAXS fails | Max Horn | |
svn-id: r22120 | |||
2006-04-23 | Fix access to .he2 in Sound::openSfxFile, too | Max Horn | |
svn-id: r22119 | |||
2006-04-23 | Fix access to .he3/.he4 files | Max Horn | |
svn-id: r22118 | |||
2006-04-23 | Added a comment regarding COMI disc changing | Max Horn | |
svn-id: r22117 | |||
2006-04-23 | Moved _heTimers to ScummEngine_v60he | Max Horn | |
svn-id: r22116 | |||
2006-04-23 | Move HE specific stuff from class Sound to its new subclass SoundHE | Max Horn | |
svn-id: r22115 | |||
2006-04-23 | Moved ScummEngine_v5 from cursor.cpp to scumm.cpp (seems to be more natural, ↵ | Max Horn | |
even though it inits some cursor related stuff) svn-id: r22114 | |||
2006-04-23 | Change some uses of ScummFile to the more generic BaseScummFile | Max Horn | |
svn-id: r22113 | |||
2006-04-23 | Modified openFile and openResourceFile to take a Common::String instead of a ↵ | Max Horn | |
char pointer svn-id: r22112 | |||
2006-04-23 | Behold, the new SCUMM detector finally has arrived. Unified detection & ↵ | Max Horn | |
engine instantiation, reduced code duplication, more powerful detection in case MD5 is not known / can't be computed, and many other nifty improvements. svn-id: r22110 | |||
2006-04-23 | Small tweak to allow turning off MD5 computation for debugging | Max Horn | |
svn-id: r22109 | |||
2006-04-23 | Remove superfluous exclamation mark | Max Horn | |
svn-id: r22108 | |||
2006-04-23 | Implemented volume and panning for FF sound effects. I hope my mapping from | Torbjörn Andersson | |
DirectSound's logarithmic scale to ScummVM's linear scale is at least reasonably collect. This should keep the sound effects from overpowering the spoken voices in some scenes. svn-id: r22107 | |||
2006-04-23 | Also output the description when running DETECTOR_TESTING_HACK | Max Horn | |
svn-id: r22106 | |||
2006-04-23 | Uses kyra.dat for GUI strings instead of hardcoding them, which means ↵ | Oystein Eftevaag | |
localized strings are now supported for the menus. Note that the size of the menus are not yet calculated to account for the longer strings in some languages svn-id: r22105 |