Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-10-25 | GOB: Fix the Gob3 ladder walking bug | Sven Hesse | |
Fix the bug where Blount stops in the middle of big ladders. svn-id: r53794 | |||
2010-10-25 | GOB: Fix the Gob3 stairs walking bug | Sven Hesse | |
Fix the bug where blount keeps moving between two steps of wide stairs. svn-id: r53793 | |||
2010-10-25 | GOB: Format optimizePoints() to be a bit more readable | Sven Hesse | |
svn-id: r53792 | |||
2010-10-25 | GOB: Minor map cleanup | Sven Hesse | |
Make the direction a named enum and create a function moveDirection() for increasing coordinates according to a direction. svn-id: r53791 | |||
2010-10-25 | GOB: Fix a typo in checkDirectPath() | Sven Hesse | |
svn-id: r53790 | |||
2010-10-25 | GOB: Format getDirection() to be more readable | Sven Hesse | |
svn-id: r53789 | |||
2010-10-25 | GOB: Add sanity checks to getPass()/setPass() | Sven Hesse | |
svn-id: r53788 | |||
2010-10-25 | GOB: Make moveAdvance() and movePathFind() a bit more readable | Sven Hesse | |
svn-id: r53787 | |||
2010-10-24 | GOB: Replace strncmp by scumm_stricmp when possible | Arnaud Boutonné | |
svn-id: r53774 | |||
2010-10-24 | GOB: un-ban and fix a somehow corrupted version of Fascination | Arnaud Boutonné | |
(This version has been found on original floppies) svn-id: r53772 | |||
2010-10-23 | ALL: Fix indention (whitespaces -> tabs) | Max Horn | |
svn-id: r53738 | |||
2010-10-16 | GOB: Extend debug console variable command a bit | Sven Hesse | |
...So that it's actually useful svn-id: r53544 | |||
2010-10-15 | GOB: Properly fixing the captureCounter code analysis warning | Sven Hesse | |
svn-id: r53492 | |||
2010-10-15 | GOB: Remove the now useless helper.h | Sven Hesse | |
svn-id: r53491 | |||
2010-10-15 | GOB: Remove strncpy0() | Sven Hesse | |
Replacing it (and some strncpy + manual terminating) with Common::strlcpy() svn-id: r53490 | |||
2010-10-15 | ENGINES: Enhance namespace comments a bit | Max Horn | |
svn-id: r53484 | |||
2010-10-15 | GOB: Fix Code analysis warnings | Sven Hesse | |
See bug report #3087831 svn-id: r53464 | |||
2010-10-13 | GOB: Add Debug Console. | David Turner | |
This allows interactive control of debug flags and variables and provides a base to allow for commands to aid in tracking down script bugs which are tricky to replicate. svn-id: r53398 | |||
2010-10-12 | JANITORIAL: Cleanup (mostly whitespace) | Torbjörn Andersson | |
svn-id: r53161 | |||
2010-10-07 | GOB: Fix object videos with more than 255 frames | Sven Hesse | |
A regression of the CoktelDecoder rewrite. svn-id: r53043 | |||
2010-10-05 | GOB: Try to also open VMD files in Gob3 Win | Sven Hesse | |
Because the scripts reference it as IMD, while there are actually only VMDs files in the data files of the Windows version svn-id: r53037 | |||
2010-10-05 | GOB: Silence compiler warnings | Sven Hesse | |
svn-id: r53036 | |||
2010-10-05 | GOB: Fix text display in Gob3 Windows/ADI | Sven Hesse | |
svn-id: r53032 | |||
2010-09-30 | GOB: Remove useless variable | Arnaud Boutonné | |
svn-id: r52957 | |||
2010-09-30 | GOB: Fix 16bit cursors | Sven Hesse | |
svn-id: r52952 | |||
2010-09-30 | GOB: Remove extra \n in debug warning()s | Sven Hesse | |
svn-id: r52951 | |||
2010-09-30 | GOB: Transparency support for 16bit surfaces | Sven Hesse | |
svn-id: r52950 | |||
2010-09-30 | GOB: Create 16bit surfaces for true color games | Sven Hesse | |
Enabling basic Urban drawing again svn-id: r52949 | |||
2010-09-30 | GOB: Remove the now useless VGAVideoDriver | Sven Hesse | |
svn-id: r52948 | |||
2010-09-30 | GOB: Change all drawing to use class Surface | Sven Hesse | |
svn-id: r52947 | |||
2010-09-30 | GOB: Add a new class Surface | Sven Hesse | |
This will be the new class managing all drawing, providing depth-agnostic methods for all drawing operations, including 2 iterator-like classes, Pixel and ConstPixel. svn-id: r52946 | |||
2010-09-30 | GOB: Remove dither stuff, commenting out most v6 drawing | Sven Hesse | |
svn-id: r52945 | |||
2010-09-30 | GOB: Stub setting up of 16bpp graphics | Sven Hesse | |
svn-id: r52944 | |||
2010-09-30 | GOB: Add kFeaturesTrueColor | Sven Hesse | |
svn-id: r52943 | |||
2010-09-30 | GOB: Rename kFeatures640 to kFeatures640x480 | Sven Hesse | |
svn-id: r52942 | |||
2010-09-20 | GOB: Don't crash if getCharData() returns NULL | Torbjörn Andersson | |
This happened to me when playing the floppy version of Gobliins 2. I don't know if it's a fix or a workaround, but the function can clearly return NULL so let's guard against it. svn-id: r52813 | |||
2010-09-18 | JANITORIAL: Removed most punctuation at end of warning() and error() | Torbjörn Andersson | |
Our warning() and error() functions always add an exclamation mark to the end of the message anyway. svn-id: r52791 | |||
2010-09-17 | GOB: Add detection for polish gob2 and gob3 | Arnaud Boutonné | |
MD5s provided in bug #3067489 svn-id: r52767 | |||
2010-09-15 | GOB: Add detection for Gob1 CD Polish | Arnaud Boutonné | |
svn-id: r52734 | |||
2010-09-10 | GOB: Fix 2nd Hebrew protection screen in Fascination | Arnaud Boutonné | |
Add a workaround to avoid a crash when failing the protection check This only applies for the 2nd protection screen in the Hebrew version which is used when the intro is not skipped svn-id: r52672 | |||
2010-08-28 | GOB: Change detection of Fascination CD | Arnaud Boutonné | |
At the opposite of the other versions, the real name of the first stick file in Fascination CD is intro.stk, not disk0.stk. svn-id: r52424 | |||
2010-08-25 | GOB: Detection of pirated games | Arnaud Boutonné | |
Add detection of the known cracked Coktel games with the appropriate ADGF_PIRATED flag svn-id: r52395 | |||
2010-08-24 | GOB: Add information about a cracked Fascination | Arnaud Boutonné | |
Add a comment about a cracked versions of Fascination. The crack used is based on the original executable's tolerance, it crashes in Scummvm. svn-id: r52360 | |||
2010-08-24 | GOB: Little cleanup of Fascination detection | Arnaud Boutonné | |
svn-id: r52359 | |||
2010-08-24 | GOB: Two fixes for the Fascination delay issue. | Arnaud Boutonné | |
Add two more workarounds for the delay issue between the storage room and the lab. This fixes the PC Floppy Hebrew and german versions. svn-id: r52334 | |||
2010-08-24 | GOB: Avoid a crash in the protection screen of Fascination (PC). | Arnaud Boutonné | |
When failing the protection check, the script of the PC version was writing on purpose everywhere in the memory to hang the computer. This resulted in a crash in Scummvm, fixed by this workaround. (Tested on the 256 Col version french and german) svn-id: r52316 | |||
2010-08-22 | GOB - Suppress debug comments | Arnaud Boutonné | |
svn-id: r52290 | |||
2010-08-22 | GOB - Fix 2 bugs in Fascination Hebrew, now playable. | Arnaud Boutonné | |
Again, thanks SylvainTV for the debugging efforts svn-id: r52288 | |||
2010-08-22 | GOB - Add detection for all the languages on Fascination CD | Arnaud Boutonné | |
Add detection for Spanish, Italian, German and French svn-id: r52286 | |||
2010-08-21 | GOB: Clean up of Fascination code | Arnaud Boutonné | |
Move Fascination specific function to appropriate classes, plus some style modifications svn-id: r52267 |