Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-11-05 | Match original games, caused assert in earlt versions of freddi. | Travis Howell | |
svn-id: r19430 | |||
2005-11-04 | Add missing case for HE games. | Travis Howell | |
Fix regression in HE games I caused. svn-id: r19429 | |||
2005-11-04 | Ooops | Travis Howell | |
svn-id: r19428 | |||
2005-11-04 | Update HE version for German version of freddi/putttime. | Travis Howell | |
svn-id: r19427 | |||
2005-11-04 | fixed bug #1345130: BS1: Scrolling regression. | Robert Göffringmann | |
Could possibly cause other problems, needs testing. Testing, also in respect to #1077394 svn-id: r19426 | |||
2005-11-04 | Cleanup, remove hacks. | Travis Howell | |
svn-id: r19425 | |||
2005-11-04 | Correction for shapes drawing in fun shop titles. | Travis Howell | |
svn-id: r19424 | |||
2005-11-04 | Fix subtitle regressions. | Travis Howell | |
svn-id: r19423 | |||
2005-11-04 | Corrections to fillWizRect(). | Travis Howell | |
Fixes asserts in pearl locations of spyozon. svn-id: r19422 | |||
2005-11-04 | Values should only be set in HE99+. | Travis Howell | |
Remove fixme, that difference in normal for ScummVM. svn-id: r19421 | |||
2005-11-04 | Small correction. Sorry, Lavos. | Eugene Sandulenko | |
svn-id: r19419 | |||
2005-11-04 | Wrote a makefile and a readme | Robert Göffringmann | |
svn-id: r19415 | |||
2005-11-04 | Changed the tool so it compiles with g++ | Robert Göffringmann | |
svn-id: r19414 | |||
2005-11-03 | Add german version of putttime. | Travis Howell | |
Make guess at correct HE version for german version of freddi/putttime. svn-id: r19413 | |||
2005-11-03 | Fix compile. | Travis Howell | |
svn-id: r19412 | |||
2005-11-03 | -implement font substitution funcs | Andrew Kurushin | |
-move puzzle data to itedata svn-id: r19411 | |||
2005-11-03 | Limit to 80 char width again, kill a few spaces at EOL. | Jonathan Gray | |
svn-id: r19410 | |||
2005-11-03 | Add another freddi2 verison. | Travis Howell | |
svn-id: r19409 | |||
2005-11-03 | Fix mdoc typo. | Jonathan Gray | |
svn-id: r19408 | |||
2005-11-03 | Ooops | Travis Howell | |
svn-id: r19407 | |||
2005-11-03 | Add safety check for charset codes in HE72+ games. | Travis Howell | |
Since charset codes and characters share some values. svn-id: r19406 | |||
2005-11-03 | More credits cleanups/fixes. | Torbjörn Andersson | |
svn-id: r19404 | |||
2005-11-03 | Removed commented lines. | Torbjörn Andersson | |
svn-id: r19402 | |||
2005-11-03 | Initialise variable. | Torbjörn Andersson | |
svn-id: r19401 | |||
2005-11-03 | Removed left-over debugging message. | Torbjörn Andersson | |
svn-id: r19400 | |||
2005-11-03 | Cleanup HE changes. | Travis Howell | |
Fix 0xFE check in drawString() too. svn-id: r19399 | |||
2005-11-02 | To match the original v7/v8 interpreters, use BlastTexts to display the ↵ | Gregory Montoir | |
subtitles. This allows to fix the bug #1092993. As this is quite an important change, regressions may appear. You've been warned :) svn-id: r19398 | |||
2005-11-02 | Avoid using powf/expf/logf under Mac OS X, as they cause binary & compile ↵ | Max Horn | |
incompatibilities with older system versions svn-id: r19396 | |||
2005-11-02 | Fix error in HTML md5 presentation. | Eugene Sandulenko | |
svn-id: r19395 | |||
2005-11-02 | Used the Array class for storing the end credits lines, rather than a | Torbjörn Andersson | |
statically allocated one. I hope I'm using it correctly. svn-id: r19394 | |||
2005-11-02 | Fixed compile error. | Torbjörn Andersson | |
svn-id: r19393 | |||
2005-11-02 | German freddi1 | Eugene Sandulenko | |
svn-id: r19391 | |||
2005-11-02 | Add German putttime and possible fix for German Freddi1. | Eugene Sandulenko | |
svn-id: r19390 | |||
2005-11-02 | Add contributed md5 for indy3 5.25" EGA. | Eugene Sandulenko | |
svn-id: r19389 | |||
2005-11-02 | Update the ru charset table. | Travis Howell | |
svn-id: r19388 | |||
2005-11-01 | Clear the sound queue when starting a cutscene. They usually (always?) | Torbjörn Andersson | |
herald a change of scene, so it should be ok. And it keeps the crackling fire at the end from playing over the end credits and the End of Game dialog afterwards. (If we change the sound engine to do looping manually, instead of letting the mixer handle it, the looping will not be seamless and we'll still get the crackling fire over the dialog after the credits.) This change is probably safe for 0.8.1, assuming we make one. svn-id: r19387 | |||
2005-11-01 | Implemented the pathfinder and applied patch # 1342902. | Johannes Schickel | |
Also added debug printouts to some functions. svn-id: r19386 | |||
2005-11-01 | added OutSaveFile::flush() / OutSaveFile::ioFailed() to check for errors. | Gregory Montoir | |
svn-id: r19385 | |||
2005-11-01 | updated mouse position whenever the user clicked or moved the mouse. This ↵ | Gregory Montoir | |
can be useful for systems with touchpad / pen. svn-id: r19384 | |||
2005-11-01 | forgot to clear _colorUsedByCycle at startup. | Gregory Montoir | |
svn-id: r19383 | |||
2005-11-01 | Wrap sentance lines in NES maniac. | Travis Howell | |
svn-id: r19382 | |||
2005-11-01 | Add cd check to gobliins engine. | Travis Howell | |
svn-id: r19381 | |||
2005-11-01 | in v7/v8, remapPaletteColor() ignores color 255 | Gregory Montoir | |
in v7, remapPaletteColor() ignores colors setup by initCycle() svn-id: r19380 | |||
2005-11-01 | Add floodFill support for wizImages. | Travis Howell | |
svn-id: r19379 | |||
2005-10-31 | - VAR_CHARCOUNT isn't set in v7/v8, removed reference to it from v7::actorTalk() | Gregory Montoir | |
- simplified some versions related checks svn-id: r19378 | |||
2005-10-31 | Fix another HOME buffer overflow attack vector | Max Horn | |
svn-id: r19376 | |||
2005-10-30 | Implemented initSceneObjectList, fixed bug with wrong drawn mouse, | Johannes Schickel | |
also fixed a bug in loadCharacterShapes. svn-id: r19375 | |||
2005-10-30 | Fixed formating with sword2 | Johannes Schickel | |
svn-id: r19373 | |||
2005-10-30 | Always fade down the palette at the end of the credits. This fixes a | Torbjörn Andersson | |
palette glitch that would only happen if the credits were allowed to run in their entirety. svn-id: r19371 | |||
2005-10-30 | Let's try to word wrap at about char 72 in the NEWS file for the future ↵ | Max Horn | |
(makes it easiert to use extracts of the NEWS file in various places) svn-id: r19370 |