aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2005-05-19More opcode changes for C64 maniacTravis Howell
svn-id: r18184
2005-05-19o Implement direct disk reading for C64.Eugene Sandulenko
o Added new parameter to ScummEngine constructor which passed substitute file name index. It eliminates a long-standing hack and simplifies bundles porocessing considerably o Thus simplified detection/reading MM NES PRG file. svn-id: r18183
2005-05-19More scaling work. It's still more about infrastructure than layout: I wantTorbjörn Andersson
to give each widget the opportunity to scale itself. There's a slight regression this time, though: In the small version of the GUI, some of the buttons (e.g. "SoundFont") have their text truncated. Not good. svn-id: r18182
2005-05-19Only a single line for subtitles in C64 maniac.Travis Howell
svn-id: r18181
2005-05-19Correct subtitle colors in C64 maniac.Travis Howell
svn-id: r18180
2005-05-19This shouldn't have been in here anymore -- we already could make a HTML ↵Max Horn
README from the LaTeX sources svn-id: r18179
2005-05-18Fix yet another actor masking issueEugene Sandulenko
svn-id: r18178
2005-05-18Patch from Quietust for MM NES:Eugene Sandulenko
o Fix all actor mask bugs o Simplify masking considerably o Moved the decodesNESObject call from object.cpp into gfx.cpp svn-id: r18177
2005-05-18MM NES masking fixes from Quietust.Eugene Sandulenko
svn-id: r18176
2005-05-18fixed Sist roomAndrew Kurushin
svn-id: r18175
2005-05-18fixed loadsave item resource idAndrew Kurushin
partialy fixed protect rat svn-id: r18174
2005-05-18Implement proper quitting. Added quitting to sfScriptGotoScene.Eugene Sandulenko
svn-id: r18173
2005-05-18Make sure the labels for the volume sliders aren't truncated. (This is myTorbjörn Andersson
last scaling change today. Feel free to continue. :-) svn-id: r18172
2005-05-18Correct input script in C64 maniac.Travis Howell
svn-id: r18171
2005-05-18Added big slider widget. There is nothing in the widget itself that'sTorbjörn Andersson
dependent on size, so the two different sizes are handled through a new addSlider() function. Figuring out why the big widget won't let you set volume to 0 is left as an exercise for the reader. svn-id: r18170
2005-05-18Combine Win32 and Mac resource extractors (used for cursors in latter HE) asEugene Sandulenko
only one of them can exist at the same time. Also it saves code and adds caching to Mac resource extractor. svn-id: r18169
2005-05-18Remove newline from debug.Travis Howell
svn-id: r18168
2005-05-18Another difference in C64 maniac.Travis Howell
svn-id: r18167
2005-05-18Add some differences in C64 maniac.Travis Howell
svn-id: r18166
2005-05-18Some more scaling work. Parts of the options dialogs scale themselves. SomeTorbjörn Andersson
of them better than others. svn-id: r18165
2005-05-18Remove duplicate _ws memberMax Horn
svn-id: r18164
2005-05-18Remove the label code from SliderWidget (simplifies it a lot); instead use a ↵Max Horn
StaticTextWidget for the label svn-id: r18163
2005-05-18Revised scrollbar look againMax Horn
svn-id: r18162
2005-05-18Made use of addCheckbox(). I had to add an alternative form of the functionTorbjörn Andersson
because most checkboxes are on tabs. (We'll probably need a similar form of addButton() as well.) svn-id: r18161
2005-05-18The SCUMM options dialog mostly scales itself. Mostly.Torbjörn Andersson
svn-id: r18160
2005-05-18New function: addCheckbox()Torbjörn Andersson
svn-id: r18159
2005-05-18No need to declare a full method if all you need is a tiny local functionMax Horn
svn-id: r18158
2005-05-18Oops, was the wrong MD5, forgot to only compute it for the first MB. Now ↵Max Horn
verified by letting ScummVM compute the checksum (note: ScummVM runs into a deep freeze running the gob1 target for the woordruff game data, very bad) svn-id: r18157
2005-05-18Add missing else.Travis Howell
svn-id: r18156
2005-05-18round() is not portable.Eugene Sandulenko
svn-id: r18155
2005-05-18Big version of the checkbox widget.Torbjörn Andersson
svn-id: r18154
2005-05-18Limit to C64 maniac.Travis Howell
svn-id: r18153
2005-05-18Update commentTravis Howell
svn-id: r18152
2005-05-18Add scripts file for C64 verisons, ready for future changes.Travis Howell
svn-id: r18151
2005-05-18Add missing palette slot, used in verbs/inventory.Travis Howell
svn-id: r18150
2005-05-18There is no music engine for C64 versions yet.Travis Howell
svn-id: r18149
2005-05-18Add C64 palette.Eugene Sandulenko
Fix Zak C64. Now it is playable. svn-id: r18148
2005-05-18Some cleanup (note: for some (negative value) corner cases, round does not ↵Max Horn
100% match the original code. However, that should probably not matter...) svn-id: r18147
2005-05-17Initial support of C64 MM & ZakEugene Sandulenko
svn-id: r18146
2005-05-17Added automatic word wrapping to the about scrollerMax Horn
svn-id: r18145
2005-05-17Remove debug output. Some more PI fixesEugene Sandulenko
svn-id: r18144
2005-05-17Update with our own PI and atan2().Eugene Sandulenko
svn-id: r18143
2005-05-17Fix word wrapping: do not generate spaces at the start/end of the wrapped linesMax Horn
svn-id: r18142
2005-05-17Another funshop opcode. Does anyone knows ehrer to get proper x87 FPU fpatanEugene Sandulenko
implementation? svn-id: r18141
2005-05-17Added missing comma symbol, based on semicolonMax Horn
svn-id: r18140
2005-05-17Center about dialog, and make it just wide enough to display the credits, ↵Max Horn
but not wider svn-id: r18139
2005-05-17Added clipping to drawLine(). This fixes a regression that caused theTorbjörn Andersson
debug console to crash ScummVM. (I'm not sure, but I think it was trying to draw the scrollbar arrows outside the screen when the console was sliding into view.) svn-id: r18138
2005-05-17Added my Woodruff version to the MD5 listMax Horn
svn-id: r18137
2005-05-17Updated GUI issues.Torbjörn Andersson
svn-id: r18136
2005-05-17Made the help dialog scale itself. There's one place where it ought to useTorbjörn Andersson
word-wrapping, but it looks fairly good even with the current hard-coded line breaks. svn-id: r18135