Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-06-03 | New MD5: Dig/Mac/French | Max Horn | |
svn-id: r18315 | |||
2005-06-02 | HE games require min/max heap sizes to be set, after index is read. | Travis Howell | |
Init _hePalettes, to fix valgrind warnings. svn-id: r18311 | |||
2005-06-02 | The GUI has reached the point where I think it's safe to begin removing the | Torbjörn Andersson | |
old auto-scaling hack. Removed wantsScaling(), USE_AUTO_SCALING, _scaleFactor and _scaleEnable. Also removed drawBitmap() since we no longer use bitmaps for widget decorations. svn-id: r18310 | |||
2005-06-01 | Fix reported DISABLE_SCUMM_7_8 omission. Thanks to sumthinwicked. | Eugene Sandulenko | |
svn-id: r18308 | |||
2005-06-01 | Fix bug #1166917 "FM-TOWNS LOOM: Kanji version crash" | Eugene Sandulenko | |
svn-id: r18307 | |||
2005-05-31 | Fix for bug #1032768 "FM-TOWNS MI1: Kanji version not recognized" | Eugene Sandulenko | |
svn-id: r18306 | |||
2005-05-31 | Some stubs for C64 MM costume code | Eugene Sandulenko | |
svn-id: r18304 | |||
2005-05-30 | Only sound types 0 - 2 are used by FM Towns games. | Travis Howell | |
svn-id: r18299 | |||
2005-05-29 | Whitespace | Torbjörn Andersson | |
svn-id: r18296 | |||
2005-05-29 | Fix for bug #1210831 (MANIAC: Inventory not redrawn after loading a savegame) | Max Horn | |
svn-id: r18294 | |||
2005-05-29 | Correct off by one, fixes minor glitches in lost/smaller. | Travis Howell | |
svn-id: r18292 | |||
2005-05-29 | resourceMapper isn't used in HE72+ games. | Travis Howell | |
svn-id: r18291 | |||
2005-05-29 | Set zorder to zero by default. | Travis Howell | |
svn-id: r18290 | |||
2005-05-29 | Set zorder to zero by default. | Travis Howell | |
svn-id: r18289 | |||
2005-05-29 | Clear localVars in entry/exit scripts. | Travis Howell | |
svn-id: r18288 | |||
2005-05-28 | Possible fix for #1210373 FT: "wrong INSANE parameters for EN_VULTF2" | Eugene Sandulenko | |
svn-id: r18287 | |||
2005-05-28 | Swapped the last two parameters to Sam & Max iMUSE command 257. This fixes | Torbjörn Andersson | |
bug #1202071 and probably (it's much less obvious) bug #888248 as well. Since these parameters are both zero in all other known uses of this particular iMUSE command, it doesn't affect anything else. I don't know if it's correct, or if it sounds like in the original, but it sounds good to me. svn-id: r18284 | |||
2005-05-28 | Fix load/save game regression in HE90+ games. | Travis Howell | |
svn-id: r18281 | |||
2005-05-28 | Correct case order. | Travis Howell | |
svn-id: r18280 | |||
2005-05-28 | Add last changes to HE100 too. | Travis Howell | |
svn-id: r18279 | |||
2005-05-28 | Sync opcode names and add HE72+ version of o_systemOps. | Travis Howell | |
svn-id: r18278 | |||
2005-05-28 | Revert my removal of _skipPalette, still required. | Travis Howell | |
svn-id: r18277 | |||
2005-05-28 | Correct HE version. | Travis Howell | |
svn-id: r18276 | |||
2005-05-27 | Made ValueDisplayDialog scale itself. | Torbjörn Andersson | |
svn-id: r18274 | |||
2005-05-27 | Very minor cleanup. | Torbjörn Andersson | |
svn-id: r18272 | |||
2005-05-27 | Remove old comment, verb charset is now used. | Travis Howell | |
svn-id: r18271 | |||
2005-05-27 | Added workaround for Sam & Max music issue at the Dino Bungie Memorial. As | Torbjörn Andersson | |
far as I can telL, the issue was caused by sloppy scripting, though it is of course perfectly possible that it worked with the original interpreter anyway. svn-id: r18270 | |||
2005-05-26 | Add Russian PuttTime | Eugene Sandulenko | |
svn-id: r18269 | |||
2005-05-26 | In V7/V8 games, use the blast text system to render verbs (this fixes bug ↵ | Max Horn | |
#1208956, but certainly will cause new regressions ;-) svn-id: r18267 | |||
2005-05-26 | Take the font height from the charset header for V3 fonts, too; determine ↵ | Max Horn | |
the number of chars for V4/V5 fonts, too svn-id: r18266 | |||
2005-05-26 | Add 'MIDI' chunk to list of known iMuse music chunks | Max Horn | |
svn-id: r18265 | |||
2005-05-26 | Add HE100 difference in flags and tmp code for extra flags. | Travis Howell | |
svn-id: r18264 | |||
2005-05-26 | oops | Max Horn | |
svn-id: r18263 | |||
2005-05-26 | Changed name of addMessageToStack to convertMessageToString (still not ↵ | Max Horn | |
really happy with that name but at least it is a little bit more descriptive than the old) svn-id: r18262 | |||
2005-05-26 | Be less agressive about re-using trigger slots. This fixes bug #888161, | Torbjörn Andersson | |
hopefully without causing any regressions. svn-id: r18261 | |||
2005-05-26 | Added CharsetRenderer::getCharHeight() | Max Horn | |
svn-id: r18260 | |||
2005-05-26 | Properly use operator '%' to compute a queue wrap around, instead of relying ↵ | Max Horn | |
on the queue size to be a power of 2 and then abusing the '&' operator svn-id: r18259 | |||
2005-05-26 | Cleanup. (Mostly whitespace.) | Torbjörn Andersson | |
svn-id: r18258 | |||
2005-05-26 | Fix bad endian bug in thumbnails code | Max Horn | |
svn-id: r18256 | |||
2005-05-26 | Fixed a glitch that could cause the music to stop when Sam & Max were | Torbjörn Andersson | |
thrown out of Bumpusville. svn-id: r18254 | |||
2005-05-26 | Not used by DOTT scripts. | Travis Howell | |
svn-id: r18253 | |||
2005-05-25 | cleanup | Max Horn | |
svn-id: r18251 | |||
2005-05-25 | Update comment | Travis Howell | |
svn-id: r18250 | |||
2005-05-25 | No other shadowMode settings are used by Sam & Max scripts. | Travis Howell | |
svn-id: r18249 | |||
2005-05-25 | Changed misleading 'isGM' name to 'isMIDI'; cleanup in the isMIDI/isMT32 methods | Max Horn | |
svn-id: r18248 | |||
2005-05-25 | Whitespace | Max Horn | |
svn-id: r18247 | |||
2005-05-25 | abs -> ABS (code unification) | Max Horn | |
svn-id: r18246 | |||
2005-05-25 | Remove left overs and update comment. | Travis Howell | |
svn-id: r18245 | |||
2005-05-25 | Add cyx's patch for: | Travis Howell | |
651077 - SAM: Bad Colors in first Room Applied changes to SCUMM5 games too, which used the same code. svn-id: r18244 | |||
2005-05-24 | removed leftover | Gregory Montoir | |
svn-id: r18243 |