Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-06-21 | Revert back to original method used for scrollEffect(), fixes regressions. | Travis Howell | |
svn-id: r23214 | |||
2006-06-20 | Applied my own patch #1508018. I don't know for sure that it's exactly right, | Torbjörn Andersson | |
but it improves the Adlib sound effects in early games, e.g. the door opening and closing sounds in Indy 3 and MI1 floppy. There still appears to be some kind of looping/repeating mechanism that we don't implement, though. svn-id: r23204 | |||
2006-06-20 | Cleanup. It seems unnecessary to have a "break" right after an unconditional | Torbjörn Andersson | |
return in a switch case. svn-id: r23198 | |||
2006-06-19 | Fix inventory colors regression in C64 maniac | Travis Howell | |
svn-id: r23180 | |||
2006-06-19 | Fix sentence line regression in C64 maniac | Travis Howell | |
svn-id: r23179 | |||
2006-06-19 | Add patch for bug #1507856 - INDY3 VGA: Crashes in Sewer | Travis Howell | |
svn-id: r23177 | |||
2006-06-19 | Fix screen scrolling glitch when looking at the top of closet in parents ↵ | Travis Howell | |
room of DOS version of fbear svn-id: r23174 | |||
2006-06-18 | Add 16bit color feature flag to Backyard Basketball too | Travis Howell | |
svn-id: r23173 | |||
2006-06-18 | Remove debug left over | Travis Howell | |
svn-id: r23172 | |||
2006-06-18 | Add alternative method to prevent debug code of scripts been triggered in ↵ | Travis Howell | |
lost. Fixes regressions when convertFilePath() is used by some HE games svn-id: r23171 | |||
2006-06-18 | Updated comments to correspond with recent Adlib renamings. | Torbjörn Andersson | |
svn-id: r23166 | |||
2006-06-18 | Added missing (but unimportant) breaks to switch default cases. | Torbjörn Andersson | |
svn-id: r23161 | |||
2006-06-17 | Fixed Smushplayer for Symbian OS.__SYMBIAN32__ was defined as __SYMBIA32__. | Lars Persson | |
svn-id: r23157 | |||
2006-06-17 | Fix the buttons of paintings and safe in Nogroom of spyfox | Travis Howell | |
svn-id: r23156 | |||
2006-06-17 | Limit vm.numNestedScripts to positive value, when subtracting slot in ↵ | Travis Howell | |
runScriptNested(). Fixes restart, after ending sequence in freddi4 svn-id: r23153 | |||
2006-06-16 | Fix rects in HE games, when positions are set by scripts | Travis Howell | |
svn-id: r23146 | |||
2006-06-16 | Adjust akos code to only draw within bounds in HE games. Fixes many ↵ | Travis Howell | |
graphical glitches in HE games. svn-id: r23143 | |||
2006-06-15 | Remove error for default case of active case 6/8 in akos_increaseAnim(), a ↵ | Travis Howell | |
default case is normal in original games. Fixes bug #1506017 - HE Pajama Sam 1: ERROR while tralking to snotty trees. svn-id: r23125 | |||
2006-06-14 | Fix the shadow glitches in HE98 version of puttrace, the shadow mode isn't ↵ | Travis Howell | |
reset in HE90-98 games. svn-id: r23104 | |||
2006-06-13 | Since setCursorHotspot() does not update the cursor (should it?), we have to | Torbjörn Andersson | |
call it before setCursorFromBuffer(), not afterwards. This fixes the cursor hotspot being temporarily wrong in HE games that use loadWizCursor(). svn-id: r23094 | |||
2006-06-13 | Let the [cursor] palette manager handle disableCursorPalette() too, to avoid | Torbjörn Andersson | |
cursor glitch in at least some HE games which first set a cursor palette, and then disable it. (The disabled palette would be re-enabled after dismissing the GUI.) svn-id: r23081 | |||
2006-06-13 | Add another version of SoccerMLS | Travis Howell | |
svn-id: r23077 | |||
2006-06-11 | Removed commented-out subtitles-related code. Requested by salty-horse. | Eugene Sandulenko | |
svn-id: r23030 | |||
2006-06-10 | Update prefix filters for subtitles in HE80+ games | Travis Howell | |
svn-id: r23010 | |||
2006-06-09 | Use convertFilePath for HE6x games too, for safety | Travis Howell | |
svn-id: r22994 | |||
2006-06-09 | Ooops, correct order | Travis Howell | |
svn-id: r22993 | |||
2006-06-09 | Add DOS and Macintosh versions of Putt-Putt & Fatty Bear's Activity Pack | Travis Howell | |
svn-id: r22991 | |||
2006-06-06 | Add Russian pajama1 and lost. | Eugene Sandulenko | |
svn-id: r22953 | |||
2006-06-06 | Minor cleanup | Travis Howell | |
svn-id: r22950 | |||
2006-06-06 | Add target for full versions of Blue's Birthday Adventure | Travis Howell | |
svn-id: r22948 | |||
2006-06-05 | Fix detection of updated Spy Fox 1 demo | Travis Howell | |
svn-id: r22934 | |||
2006-06-05 | Fix detection of some HE games and demos | Travis Howell | |
svn-id: r22933 | |||
2006-06-03 | The F1-F8 keyboard shortcuts aren't available in FM-TOWNS version of Zak | Travis Howell | |
svn-id: r22872 | |||
2006-06-03 | Update talkspeed config setting, when set by game scripts | Travis Howell | |
svn-id: r22854 | |||
2006-06-03 | Update talkspeed config setting, when set by game scripts | Travis Howell | |
svn-id: r22853 | |||
2006-06-03 | Correct setting of VAR_CHARINC in several functions, the value should only ↵ | Travis Howell | |
be reversed when using keyboard shortcuts (Due to the scrollbar) svn-id: r22850 | |||
2006-05-31 | Small correction, added space between filename and new line. | Lars Persson | |
svn-id: r22805 | |||
2006-05-31 | Add patch for bug #1452272 - COMI: Verb strings aren't wrapped | Travis Howell | |
svn-id: r22793 | |||
2006-05-29 | The ScummDebugger object needs to be created after _numVariables has been ↵ | Gregory Montoir | |
set. This is apparently only done in in readMAXS() which is called by readIndexFile(). Moved the call to the object constructor in the init() method. This fixes the 'scumm_vars' debugger command. svn-id: r22755 | |||
2006-05-29 | If we're going to intercept attempts to set VAR(VAR_CHARINC) in writeVar(), we | Torbjörn Andersson | |
should probably set it the same way as updateSoundSettings() does it, i.e. to 9 - getTalkspeed(), not getTalkspeed(). I was testing the scene in Sam & Max where you give candy to Doug. I had set the talk speed to max. The script tried to set CHARINC to 3, but instead it was changed from 0 to 9... svn-id: r22748 | |||
2006-05-29 | adds support for filling the thumbnail display in a given color if no ↵ | Johannes Schickel | |
thumbnail is present svn-id: r22745 | |||
2006-05-29 | Remove printf() debug message that appears annoyingly in Zak256. Anyone know ↵ | James Brown | |
what this was added to figure out? svn-id: r22739 | |||
2006-05-29 | Fix Commodore 64 versions | Travis Howell | |
svn-id: r22732 | |||
2006-05-28 | Moved the hack that distinguishes MM V1 demo from the full version to a more ↵ | Max Horn | |
appropriate location (so that the game gets correctly detected) svn-id: r22718 | |||
2006-05-28 | No need to compute the SCUMM version here; rather, verify that the SCUMM ↵ | Max Horn | |
version is already set correctly svn-id: r22715 | |||
2006-05-28 | increase buffer for comi smush audio track, that fixes bug #1479721 | Paweł Kołodziejski | |
svn-id: r22702 | |||
2006-05-28 | Use different method to detect V1 demo of Maniac Mansion, since md5 matches ↵ | Travis Howell | |
the full version svn-id: r22695 | |||
2006-05-27 | Backed up my own commit :/ The user did a mistake when supplied the data. | Eugene Sandulenko | |
svn-id: r22691 | |||
2006-05-27 | Added new samnmax demo file name pattern. See bug #1496105: "Sam & Max Hit | Eugene Sandulenko | |
the Road (ENGLISH/PC-DEMO V2) - Path Error" svn-id: r22686 | |||
2006-05-27 | Major GUI update: | Eugene Sandulenko | |
- Implemented padding in console - Update only current line in console instead of whole screen - Fixed caret positioning in edit text widget - Improved buttons drawing, now they look more realistic - Added label spacing in popup widget - Correct shadow in popup widget - Fixed up with selected popup widget being drawn on wrong tab - Added shading to list dialog - Adjusted shading of inactive widgets - Proper coloring of browset (add game) dialog - Introduced Container widget - Used Container widget in scumm save/load dialog. Now it looks properly - Adjusted button colors even more. Now they match almost perfectly albeit with banding - Made scrollbar appear only when it is really needed svn-id: r22670 |