Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-02 | wtf is this doing here?! | Max Horn | |
svn-id: r8269 | |||
2003-06-02 | Clean up debugger Restart function and move to SCUMM restart function | James Brown | |
svn-id: r8263 | |||
2003-06-02 | cleaned up the restart/pause/shutdown situation a bit; added comment that ↵ | Max Horn | |
explains how restart might be implemented svn-id: r8260 | |||
2003-06-02 | fix for indy3 VGA script bug (bug #743314) | Max Horn | |
svn-id: r8259 | |||
2003-06-02 | cleanup color cyclcing code; also perform color cycling on 'indirect' ↵ | Max Horn | |
palettes like the shadow palette(s) (bug #706721) svn-id: r8257 | |||
2003-06-01 | Hack to fix odd usage of the ParameterFader | Jamieson Christian | |
in S&M around the dinosaurs. svn-id: r8251 | |||
2003-06-01 | Enabled walk sounds in Indy3EGA/ZakEGA; cleanup (bug #747068) | Max Horn | |
svn-id: r8249 | |||
2003-06-01 | charset masking fixes, mostly for The Dig (hey I think I finally almost ↵ | Max Horn | |
understand that part of the code :-) svn-id: r8248 | |||
2003-06-01 | I forgot one note_length entry. | Jochen Hoenicke | |
svn-id: r8247 | |||
2003-06-01 | Added VAR_MUSIC_TIMER support to playerV2. Now Zak intro is synchronized. | Jochen Hoenicke | |
svn-id: r8245 | |||
2003-06-01 | Also call playerV2->set_master_volume when playerV2 exists. | Jochen Hoenicke | |
svn-id: r8244 | |||
2003-06-01 | Reverted the recent o5_getClosestObjActor() change and fixed it by | Torbjörn Andersson | |
measuring the distance in characters for V2 games instead. Now Edna won't bring the same strange kid into the cell over and over again. If necessary, we can still fix o5_getClosestActor() to handle larger distances. It just takes a few more changes than I first thought. svn-id: r8243 | |||
2003-06-01 | Added new note-lengths of indy3ega/loom. Fixed internote spacing. | Jochen Hoenicke | |
svn-id: r8242 | |||
2003-06-01 | added a getMaskBuffer method (makes it easier to read some of the code); ↵ | Max Horn | |
merged setVirtscreenDirty() into updateDirtyRect(); made setDirtyRange a method of struct VirtScreen svn-id: r8241 | |||
2003-06-01 | This didn't look logical, and could (in theory) lead to mask being drawn but ↵ | Max Horn | |
_hasMask not being set. I suspect it was a bug in the original commit adding this (back in the original string.cpp, rev. 1.5). Even if this change should turn out ot be incorrect, the original code most probably was incorrect anyway svn-id: r8240 | |||
2003-06-01 | cleanup | Max Horn | |
svn-id: r8236 | |||
2003-06-01 | cleanup / added comments / code unification | Max Horn | |
svn-id: r8235 | |||
2003-06-01 | fix gcc compile | Oliver Kiehl | |
svn-id: r8232 | |||
2003-06-01 | Reversing for the time being | Nicolas Bacca | |
svn-id: r8231 | |||
2003-06-01 | Bypass Sam & Max floppy copy protection | Nicolas Bacca | |
svn-id: r8230 | |||
2003-06-01 | Fixed MT-32 welcome message | Jamieson Christian | |
svn-id: r8225 | |||
2003-06-01 | Some last SysEx cleanup. | Jamieson Christian | |
svn-id: r8223 | |||
2003-06-01 | Enable loom sound patch, works in both loomega and indy3ega | Travis Howell | |
Use Amiga flag for Amiga versions for now svn-id: r8222 | |||
2003-06-01 | More MT-32 SysEx tweaks | Jamieson Christian | |
svn-id: r8217 | |||
2003-06-01 | Fixed checksum error | Jamieson Christian | |
svn-id: r8216 | |||
2003-06-01 | More MT-32 SysEx tweaking | Jamieson Christian | |
svn-id: r8215 | |||
2003-06-01 | Removed debug output | Jamieson Christian | |
svn-id: r8214 | |||
2003-06-01 | Fixed potentially structure alignment problem | Jamieson Christian | |
svn-id: r8213 | |||
2003-06-01 | cleanup | Max Horn | |
svn-id: r8209 | |||
2003-06-01 | Teaking the MT-32 welcome message. | Jamieson Christian | |
svn-id: r8207 | |||
2003-06-01 | clearUpperMask -> clearCharsetMask | Max Horn | |
svn-id: r8206 | |||
2003-06-01 | same change as in the old costume code: just always mask | Max Horn | |
svn-id: r8205 | |||
2003-06-01 | cleanup | Max Horn | |
svn-id: r8203 | |||
2003-06-01 | Welcome message for MT-32 panels. | Jamieson Christian | |
More for SysEx tests than anything. svn-id: r8202 | |||
2003-05-31 | cleanup | Max Horn | |
svn-id: r8194 | |||
2003-05-31 | cleanup | Max Horn | |
svn-id: r8193 | |||
2003-05-31 | begone, evil typo! | Max Horn | |
svn-id: r8190 | |||
2003-05-31 | added hack to make The Dig work again, tbus might break all sorts of other ↵ | Max Horn | |
things (though I don't really see how, but that won't stop the bugs :-) svn-id: r8189 | |||
2003-05-31 | fixed warning | Max Horn | |
svn-id: r8188 | |||
2003-05-31 | apply V6 elevation change to V8, too | Max Horn | |
svn-id: r8186 | |||
2003-05-31 | Made thread-safe. | Jochen Hoenicke | |
PCjr support. Rewrote the generator, so I can reuse more code between PCjr and speaker output. Added function to set master volume and to switch between PCjr and speaker. svn-id: r8185 | |||
2003-05-31 | fix for part of bug #630570 | Max Horn | |
svn-id: r8183 | |||
2003-05-31 | some box debugging code | Max Horn | |
svn-id: r8182 | |||
2003-05-31 | ah well. just get rid of this again. this fixes some actor freezes in The ↵ | Max Horn | |
Dig statue room, and shouldn't be necessary anymore anyway svn-id: r8181 | |||
2003-05-31 | don't be so verbose on low debug levels | Max Horn | |
svn-id: r8180 | |||
2003-05-31 | added box matrix debug command | Max Horn | |
svn-id: r8179 | |||
2003-05-31 | renamed walk_script/talk_script -> walkScript/talkScript | Max Horn | |
svn-id: r8178 | |||
2003-05-31 | perform y ciping for box polygons, too (avoids crashes) | Max Horn | |
svn-id: r8177 | |||
2003-05-31 | fixed debugger command params bug | Max Horn | |
svn-id: r8176 | |||
2003-05-31 | Amiga specific code is only require for Amiga versions of indy4 and monkey2 | Travis Howell | |
svn-id: r8175 |