Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-21 | More HE todos | Travis Howell | |
svn-id: r15210 | |||
2004-09-20 | Moved some init code around (hopefully this'll help PalmOS) | Max Horn | |
svn-id: r15209 | |||
2004-09-20 | Fix array out of bounds access | Max Horn | |
svn-id: r15208 | |||
2004-09-20 | Fix for bug #1031390 (FOA: Graphical corruption and possible crash in ↵ | Max Horn | |
Atlantis Map) svn-id: r15207 | |||
2004-09-20 | more cleanup | Max Horn | |
svn-id: r15206 | |||
2004-09-20 | Removed some stray spaces | Max Horn | |
svn-id: r15205 | |||
2004-09-20 | cleanup | Max Horn | |
svn-id: r15204 | |||
2004-09-20 | cleanup / code re-use | Gregory Montoir | |
svn-id: r15203 | |||
2004-09-20 | Clean up. | Travis Howell | |
svn-id: r15202 | |||
2004-09-20 | Add unencrypted russian freddi5 target. | Eugene Sandulenko | |
svn-id: r15201 | |||
2004-09-20 | Ooops, was off by one again. | Travis Howell | |
svn-id: r15200 | |||
2004-09-20 | Add case for kindddemo. | Travis Howell | |
svn-id: r15199 | |||
2004-09-20 | Opcode1C in HE90+ games seems to setup WizImage settings via various cases. | Travis Howell | |
svn-id: r15198 | |||
2004-09-19 | slightly updated drawWizImage() | Gregory Montoir | |
svn-id: r15197 | |||
2004-09-19 | Moved some code from Gdi::drawBitmap into a new method Gdi::getZPlanes; cleanup | Max Horn | |
svn-id: r15196 | |||
2004-09-19 | fix broken WizImage display | Gregory Montoir | |
svn-id: r15195 | |||
2004-09-19 | Cleanup, added some HE related TODO/FIXME comments (for consideration by the ↵ | Max Horn | |
HE folks :-) svn-id: r15194 | |||
2004-09-19 | Removed obsolete comment. | Torbjörn Andersson | |
svn-id: r15193 | |||
2004-09-19 | Update the script's program counter in a more sane way. The opening script | Torbjörn Andersson | |
runs for much longer now, but - unsurprisingly - it doesn't work yet. svn-id: r15192 | |||
2004-09-19 | Fix potential race condition | Max Horn | |
svn-id: r15191 | |||
2004-09-19 | add missing break | Gregory Montoir | |
svn-id: r15190 | |||
2004-09-19 | preliminar WizPolygon rendering support (this is completely *untested*) | Gregory Montoir | |
svn-id: r15189 | |||
2004-09-19 | Actually check if a sound is active, if the sound is outside music engine. | Travis Howell | |
Add some more HE differences svn-id: r15188 | |||
2004-09-19 | Ignore trace msgs. | Travis Howell | |
svn-id: r15187 | |||
2004-09-19 | Don't break when /tmp is nonexec pointed out in gentoo bug #64550. Don't ↵ | Jonathan Gray | |
submit to stupidity of recent coreutils tail behaviour just yet however, have yet to see a system ship without support for -1 including gentoo svn-id: r15186 | |||
2004-09-19 | only warn if the AXFD block is valid | Gregory Montoir | |
svn-id: r15185 | |||
2004-09-19 | Fix last commit | Travis Howell | |
Add stub/warning svn-id: r15184 | |||
2004-09-19 | *** empty log message *** | Travis Howell | |
svn-id: r15183 | |||
2004-09-19 | Enable debug mode in HE80+ games. | Travis Howell | |
svn-id: r15182 | |||
2004-09-19 | Missed one spot, needed for costume reset too. | Travis Howell | |
svn-id: r15181 | |||
2004-09-19 | Correct auxblock hides. | Travis Howell | |
svn-id: r15180 | |||
2004-09-19 | Removed some not necessary #defines which could (and did) lead to program | Eugene Sandulenko | |
logic misinterpretation. I assume these were added for readability, but (a) names suggestet that they're class variables but they didn't (b) their use wasn't consistent, i.e. there were places where variables were used directly, not by means of the macros (c) they didn't save that much space because they are used in few places. svn-id: r15179 | |||
2004-09-18 | Revert last commit by Fingolfin "removed _heV7RoomIntOffsets". | Eugene Sandulenko | |
res.roomoffs[rtRoom] has a nick _roomFileOffsets (by means of #define), and it gets overwritten in ScummEngine::readRoomsOffsets(). HE games actually stored those offsets in additional array. Removing it breaks all HE72+ games badly. svn-id: r15178 | |||
2004-09-18 | removed _heV7RoomIntOffsets | Max Horn | |
svn-id: r15177 | |||
2004-09-18 | removed _heV7RoomIntOffsets | Max Horn | |
svn-id: r15176 | |||
2004-09-18 | Rename some member vars to avoid _ followed by an uppercase letter. More of ↵ | Max Horn | |
those are left in the code, though (and I am not really sure whether we want to change that, so far we had no problems caused by this) svn-id: r15175 | |||
2004-09-18 | Reduce code duplication a bit | Max Horn | |
svn-id: r15174 | |||
2004-09-18 | renamed HE opcodes to distinguish them from their 'regular' V6/V7 counterparts | Max Horn | |
svn-id: r15173 | |||
2004-09-18 | Follow our coding conventions | Max Horn | |
svn-id: r15172 | |||
2004-09-18 | GFX codec cleanup: renamed some of the Gdi::unkDecode methods; simplified ↵ | Max Horn | |
and/or cleaned up some of the codecs; added some relevant TODO/FIXME comments svn-id: r15171 | |||
2004-09-18 | Added ScummEngine::printString() convenience method; changed enqueueText to ↵ | Max Horn | |
call addMessageToStack svn-id: r15170 | |||
2004-09-18 | Moved mouse cursor code into ScummEngine subclasses were possible -- this ↵ | Max Horn | |
makes it much easier to see which cursor code is used in which SCUMM version; also changed cursor code to not overwrite default_cursor_* (which would cause problems when switching to another game) svn-id: r15169 | |||
2004-09-18 | added experimental ogg file support for comi smush audio track | Paweł Kołodziejski | |
svn-id: r15168 | |||
2004-09-18 | smush tracks are not music channel, removed outdated dimuse comment | Paweł Kołodziejski | |
svn-id: r15167 | |||
2004-09-18 | Ooops, broken saving. | Travis Howell | |
svn-id: r15166 | |||
2004-09-18 | workaround for decode bundle bug (it overloaded memory) | Paweł Kołodziejski | |
svn-id: r15165 | |||
2004-09-18 | changed zlib to dynamic for msvc8 | Paweł Kołodziejski | |
svn-id: r15164 | |||
2004-09-18 | changed zlib support for msvc | Paweł Kołodziejski | |
svn-id: r15163 | |||
2004-09-18 | update | Paweł Kołodziejski | |
svn-id: r15162 | |||
2004-09-18 | fixed warnings | Paweł Kołodziejski | |
svn-id: r15161 |