Age | Commit message (Collapse) | Author | |
---|---|---|---|
2002-12-23 | more V8 mods; cleanup | Max Horn | |
svn-id: r6070 | |||
2002-12-23 | renamed new_1, new_2, new_3 in class Actor | Max Horn | |
svn-id: r6069 | |||
2002-12-23 | resolved some arguments with aquadran about how to go on about this :-). ↵ | Max Horn | |
Renamed three v6 opcodes svn-id: r6068 | |||
2002-12-23 | changed Dword to Uint32, I hope, Filgolfin will be happy :) | Paweł Kołodziejski | |
svn-id: r6067 | |||
2002-12-23 | updated list opcode script v8 | Paweł Kołodziejski | |
svn-id: r6066 | |||
2002-12-23 | updated VC6 file | Paweł Kołodziejski | |
svn-id: r6065 | |||
2002-12-23 | word size for V8 games is 4 bytes, as opposed to 2 bytes in V6/V7 games. ↵ | Max Horn | |
Hence we adjust fetchScriptWord - this way we can reuse all sorts of code (and no, this is not really a hack - word size by tradition is something which varies depending on the architecture, so it is even consistent) svn-id: r6064 | |||
2002-12-23 | corrected AARY code for V8 (I hope) | Max Horn | |
svn-id: r6063 | |||
2002-12-22 | why not reuse the V6 opcode implementations, it would seems many of them are ↵ | Max Horn | |
identical in V8. Or maybe V8 actually uses 32 bit ops in some places, but then we can still deal with that once we are actually in the position to try run any scripts :-) svn-id: r6062 | |||
2002-12-22 | some more V8 opcode flesh | Max Horn | |
svn-id: r6061 | |||
2002-12-22 | added some preliminary V8 work. Nope, it is not useful at all, and it ↵ | Max Horn | |
doesn't mean we will have CMI support in this millenium, so don't hold your breath svn-id: r6060 | |||
2002-12-22 | minor cleanup | Max Horn | |
svn-id: r6059 | |||
2002-12-22 | Remove the fixme | Travis Howell | |
svn-id: r6058 | |||
2002-12-22 | Add default skip cut scene keys from original games. | Travis Howell | |
Fix error in last commit svn-id: r6057 | |||
2002-12-22 | First attempt at proper simon 2 midi support | Travis Howell | |
Thanks to olki's previous work svn-id: r6056 | |||
2002-12-22 | allow subtitles in smush animations to be disabled | Jonathan Gray | |
svn-id: r6055 | |||
2002-12-22 | Some _lock_word corrections | Travis Howell | |
svn-id: r6054 | |||
2002-12-22 | remove old commented fixme, make turning off subtitles work in the scumm ↵ | Jonathan Gray | |
part of the dig, still needs to be done for smush svn-id: r6053 | |||
2002-12-21 | Pop-up save dialog should not show for | Jamieson Christian | |
compatibility (temporary) state saves. svn-id: r6052 | |||
2002-12-21 | Fix to instrument load/save | Jamieson Christian | |
svn-id: r6051 | |||
2002-12-21 | MidiStreamer no longer derives from MidiDriver. | Jamieson Christian | |
Removed MidiStreamer methods that weren't actually needed. That's one layer of indirection removed from Simon music. svn-id: r6050 | |||
2002-12-21 | IMuseMonitor functionality now built into IMuse itself. | Jamieson Christian | |
IMuseInternal no longer derives from IMuse. This eliminates a couple layers of indirection and speeds things up. Miscellaneous source cleanup. svn-id: r6049 | |||
2002-12-21 | added dummy code: handle codec37 flag bit 1 (error report for now) | Paweł Kołodziejski | |
svn-id: r6048 | |||
2002-12-21 | increased a little speed of dig demo smush | Paweł Kołodziejski | |
svn-id: r6047 | |||
2002-12-21 | Fixed problem with multiple IMuseDrivers being created. | Jamieson Christian | |
svn-id: r6045 | |||
2002-12-21 | Implemented new instrumentation save/load. | Jamieson Christian | |
Save/load version is now VER_V11. Adlib/MT-32 instrumentation is now saved and loaded. BACK UP YOUR VER_V10 SAVEGAMES, JUST IN CASE! svn-id: r6044 | |||
2002-12-21 | fix smush for compatible with dig demo | Paweł Kołodziejski | |
svn-id: r6043 | |||
2002-12-21 | partial checkin of patch #655594 (handling Y/N questions); cleanup | Max Horn | |
svn-id: r6042 | |||
2002-12-21 | only display popup for saves | Max Horn | |
svn-id: r6041 | |||
2002-12-21 | popup message when save was succesful | Max Horn | |
svn-id: r6040 | |||
2002-12-21 | small mod to allow smooth scrolling to work with SDL backend | Max Horn | |
svn-id: r6039 | |||
2002-12-21 | allow for a timed message dialog w/o buttons (still need to add support for ↵ | Max Horn | |
multiple buttons with customm labels) svn-id: r6038 | |||
2002-12-21 | got rid of _curVirtScreen and VirtScreen::unk1; added some comments to ↵ | Max Horn | |
gfx.cpp; added a hack to enable smooth scrolling in V7 games (note: when I say hack, I mean it, it is buggy as hell and not enabled by default, use at your own risk and don't report problems with it, it's disabled by default) svn-id: r6037 | |||
2002-12-21 | fixed save again, stupid me | Max Horn | |
svn-id: r6036 | |||
2002-12-21 | cleanup | Max Horn | |
svn-id: r6035 | |||
2002-12-21 | Add debug command line fix and config option, patch #655822 | Travis Howell | |
svn-id: r6034 | |||
2002-12-21 | use dbAllowMaskOr instead of 'true' (which was confusing) | Max Horn | |
svn-id: r6033 | |||
2002-12-20 | made chooser wider | Max Horn | |
svn-id: r6032 | |||
2002-12-20 | don't show amiga checkbox for simon games | Max Horn | |
svn-id: r6031 | |||
2002-12-20 | fixed dependency detection for midi backends | Max Horn | |
svn-id: r6030 | |||
2002-12-20 | Add room command to debugger | James Brown | |
svn-id: r6029 | |||
2002-12-20 | [Bug #656635] fixed. | Jamieson Christian | |
Adlib global instrument assignments are now correct. svn-id: r6028 | |||
2002-12-19 | Fix some comments and add missing variable change | Travis Howell | |
svn-id: r6027 | |||
2002-12-19 | *** empty log message *** | Travis Howell | |
svn-id: r6026 | |||
2002-12-19 | Fix error in last commit | Travis Howell | |
svn-id: r6025 | |||
2002-12-19 | Add missing code | Travis Howell | |
svn-id: r6024 | |||
2002-12-18 | fix for bug #655652 | Max Horn | |
svn-id: r6023 | |||
2002-12-18 | fixed warning | Max Horn | |
svn-id: r6022 | |||
2002-12-18 | Miscellaneous cleanup. | Jamieson Christian | |
svn-id: r6021 | |||
2002-12-18 | Fixed problems with instruments after load. | Jamieson Christian | |
Ignore Adlib-only music when running native MIDI. (Can't remember why I included them in the first place, so until I do remember, it's coming back out.) svn-id: r6020 |