Age | Commit message (Collapse) | Author | |
---|---|---|---|
2005-05-19 | Only a single line for subtitles in C64 maniac. | Travis Howell | |
svn-id: r18181 | |||
2005-05-19 | Correct subtitle colors in C64 maniac. | Travis Howell | |
svn-id: r18180 | |||
2005-05-18 | Fix yet another actor masking issue | Eugene Sandulenko | |
svn-id: r18178 | |||
2005-05-18 | Patch 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-18 | MM NES masking fixes from Quietust. | Eugene Sandulenko | |
svn-id: r18176 | |||
2005-05-18 | Correct input script in C64 maniac. | Travis Howell | |
svn-id: r18171 | |||
2005-05-18 | Combine Win32 and Mac resource extractors (used for cursors in latter HE) as | Eugene 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-18 | Remove newline from debug. | Travis Howell | |
svn-id: r18168 | |||
2005-05-18 | Another difference in C64 maniac. | Travis Howell | |
svn-id: r18167 | |||
2005-05-18 | Add some differences in C64 maniac. | Travis Howell | |
svn-id: r18166 | |||
2005-05-18 | Some more scaling work. Parts of the options dialogs scale themselves. Some | Torbjörn Andersson | |
of them better than others. svn-id: r18165 | |||
2005-05-18 | The SCUMM options dialog mostly scales itself. Mostly. | Torbjörn Andersson | |
svn-id: r18160 | |||
2005-05-18 | No need to declare a full method if all you need is a tiny local function | Max Horn | |
svn-id: r18158 | |||
2005-05-18 | Add missing else. | Travis Howell | |
svn-id: r18156 | |||
2005-05-18 | round() is not portable. | Eugene Sandulenko | |
svn-id: r18155 | |||
2005-05-18 | Limit to C64 maniac. | Travis Howell | |
svn-id: r18153 | |||
2005-05-18 | Update comment | Travis Howell | |
svn-id: r18152 | |||
2005-05-18 | Add scripts file for C64 verisons, ready for future changes. | Travis Howell | |
svn-id: r18151 | |||
2005-05-18 | Add missing palette slot, used in verbs/inventory. | Travis Howell | |
svn-id: r18150 | |||
2005-05-18 | There is no music engine for C64 versions yet. | Travis Howell | |
svn-id: r18149 | |||
2005-05-18 | Add C64 palette. | Eugene Sandulenko | |
Fix Zak C64. Now it is playable. svn-id: r18148 | |||
2005-05-18 | Some 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-17 | Initial support of C64 MM & Zak | Eugene Sandulenko | |
svn-id: r18146 | |||
2005-05-17 | Remove debug output. Some more PI fixes | Eugene Sandulenko | |
svn-id: r18144 | |||
2005-05-17 | Update with our own PI and atan2(). | Eugene Sandulenko | |
svn-id: r18143 | |||
2005-05-17 | Another funshop opcode. Does anyone knows ehrer to get proper x87 FPU fpatan | Eugene Sandulenko | |
implementation? svn-id: r18141 | |||
2005-05-17 | Made the help dialog scale itself. There's one place where it ought to use | Torbjörn Andersson | |
word-wrapping, but it looks fairly good even with the current hard-coded line breaks. svn-id: r18135 | |||
2005-05-16 | Fix from Quiteust for boxes in MM NES. | Eugene Sandulenko | |
svn-id: r18132 | |||
2005-05-16 | Arrow keys no longer emulate mouse movement. | Torbjörn Andersson | |
svn-id: r18131 | |||
2005-05-16 | Made InfoDialog scale itself. | Torbjörn Andersson | |
svn-id: r18128 | |||
2005-05-16 | Enlarge the option dialogs; note that the widgets should be rearranged / ↵ | Max Horn | |
enlarged, too; they aren't yet svn-id: r18123 | |||
2005-05-15 | Restore --disable-he functionality. :( | Eugene Sandulenko | |
svn-id: r18121 | |||
2005-05-15 | Use a 'big' ListWidget in SaveLoadChooserEx | Max Horn | |
svn-id: r18116 | |||
2005-05-15 | Unified rules that determine when a dialog shall use its 'big' mode and when ↵ | Max Horn | |
its 'normal' mode; MessageDialog uses Font::wordWrapText now; MessageDialog scales itself now svn-id: r18111 | |||
2005-05-15 | Replaced global revBitMask array with a macro | Max Horn | |
svn-id: r18104 | |||
2005-05-15 | Renamed costume scale tables; merged the old costume renderer's scale table ↵ | Max Horn | |
with the small scale AKOS scale table (they were identical) svn-id: r18103 | |||
2005-05-15 | Added AuxBlock::reset() method; moved aux related code to ScummEngine_v71he ↵ | Max Horn | |
class svn-id: r18102 | |||
2005-05-15 | Disabling SCUMM7/8 games should disable HE61 games. | Travis Howell | |
Split akos_processQueue() in HE61+ and SCUMM7+ versions. svn-id: r18101 | |||
2005-05-14 | Improvements to --disable-* stuff. Now less ugly #ifdefs with #includes. | Eugene Sandulenko | |
svn-id: r18100 | |||
2005-05-14 | Added --disable-hq and --disable-scumm-7-8 options. Also improved | Eugene Sandulenko | |
DISABLE_HE so more HE-specific code gets excluded. svn-id: r18099 | |||
2005-05-14 | Merge loop limits into one) | Max Horn | |
svn-id: r18098 | |||
2005-05-14 | Made the SCUMM main dialog scale itself | Max Horn | |
svn-id: r18097 | |||
2005-05-14 | Applies to HE70 too. | Travis Howell | |
svn-id: r18092 | |||
2005-05-14 | Add configure option to disable HE 70+ games. | Travis Howell | |
svn-id: r18091 | |||
2005-05-14 | Opcode number correction | Eugene Sandulenko | |
svn-id: r18090 | |||
2005-05-14 | Yet another LogicHE opcode. | Eugene Sandulenko | |
svn-id: r18089 | |||
2005-05-14 | Ooops | Travis Howell | |
svn-id: r18088 | |||
2005-05-14 | Implemented last football logic opcode. | Eugene Sandulenko | |
svn-id: r18087 | |||
2005-05-14 | Handle default case. | Travis Howell | |
svn-id: r18086 | |||
2005-05-14 | More football logic opcodes. | Eugene Sandulenko | |
svn-id: r18085 |