Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-06-02 | add compiler version checking to configure script | Jonathan Gray | |
svn-id: r8261 | |||
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 | screen combine rectangles now. even a bit less cpu usage. | Robert Göffringmann | |
svn-id: r8258 | |||
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-02 | fix intro timing + text | Robert Göffringmann | |
svn-id: r8256 | |||
2003-06-01 | remove useless screen updates, make non-seq intro parts escapable. | Robert Göffringmann | |
svn-id: r8255 | |||
2003-06-01 | Made some conversions explicit to prevent VC.NET 2003 from complaining | Bertrand Augereau | |
svn-id: r8254 | |||
2003-06-01 | cleaned code a bit, added SYSTEM_FLAGS and MOUSE_FLAG | Robert Göffringmann | |
svn-id: r8253 | |||
2003-06-01 | fixing sprite commit from yesterday | Robert Göffringmann | |
svn-id: r8252 | |||
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 | Fixed hanging notes on Smart Jump when Note Off event cannot be found. | Jamieson Christian | |
(I'm not sure why the Note Off would not be found, but at least we're properly dealing with such notes now.) svn-id: r8250 | |||
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 | renamed&fixed contains(Rect) -> intersects(Rect); added extend() method | Max Horn | |
svn-id: r8246 | |||
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 | use FROM_LE_16, indentation cleanup | Oliver Kiehl | |
svn-id: r8239 | |||
2003-06-01 | add fnNormalMouse() | Joost Peters | |
svn-id: r8238 | |||
2003-06-01 | some VERY hacky SkyLogic::talk support | Oliver Kiehl | |
svn-id: r8237 | |||
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 | actually show mouse this time | Joost Peters | |
svn-id: r8234 | |||
2003-06-01 | added some buggy, incomplete mouse code | Joost Peters | |
svn-id: r8233 | |||
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 | Missed one | Travis Howell | |
svn-id: r8229 | |||
2003-06-01 | Rename SimonState to SimonEngine | Travis Howell | |
svn-id: r8228 | |||
2003-06-01 | I hope(!) SkyScreen is big endian compatible now. | Robert Göffringmann | |
svn-id: r8227 | |||
2003-06-01 | fixed sprite animation bug. Door closes completely now. | Robert Göffringmann | |
svn-id: r8226 | |||
2003-06-01 | Fixed MT-32 welcome message | Jamieson Christian | |
svn-id: r8225 | |||
2003-06-01 | Documentation corrections | Jamieson Christian | |
svn-id: r8224 | |||
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 | whoops | Robert Göffringmann | |
svn-id: r8221 | |||
2003-06-01 | basic ingame speech support | Robert Göffringmann | |
svn-id: r8220 | |||
2003-06-01 | actually sending the event helps too | Jonathan Gray | |
svn-id: r8219 | |||
2003-06-01 | give alsa sysex more chance of working, still broken though | Jonathan Gray | |
svn-id: r8218 | |||
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 | Fixed SysEx errors | Jamieson Christian | |
svn-id: r8212 |