Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-07-11 | Add amiga pallete for Amiga versions | Travis Howell | |
svn-id: r8904 | |||
2003-07-06 | added GID_PUTTPUTT game id for puttputt games to prevent use samnmax hacks | Paweł Kołodziejski | |
svn-id: r8807 | |||
2003-07-02 | removed #include "boxes.h" from scumm.h; cleaned up AdjustBoxResult ↵ | Max Horn | |
definition & usage; properly deal with larger box distances, thus partially fixing Zak on the airport (but original seems to have used a very different algorithm, so this really is only a partial fix) svn-id: r8710 | |||
2003-06-26 | Moved out akos_compare (no reason for it to be member of class Scumm) | Max Horn | |
svn-id: r8660 | |||
2003-06-26 | added getOBIMFromObject and getObjectImage methods; changed code to use those | Max Horn | |
svn-id: r8651 | |||
2003-06-25 | more const qualifiers | Max Horn | |
svn-id: r8649 | |||
2003-06-25 | added some const qualifiers; moved _bundle & _current_cd_sound from class ↵ | Max Horn | |
Scumm to class Sound; some other tweaks svn-id: r8648 | |||
2003-06-19 | add id for segacd monkey island and don't attempt to play sbl sounds for now | Jonathan Gray | |
svn-id: r8555 | |||
2003-06-17 | Make the mouse-over hilight work again on the inventory arrows in V2 games. | Torbjörn Andersson | |
svn-id: r8523 | |||
2003-06-15 | moved GameId declaration to common/engine.h (more logical); moved scumm ↵ | Max Horn | |
specific stuff from gameDetector.h to scumm.h; cleaned up some #includes (ideally, never #include something in a header file if you can avoid it - this cuts down interdepencies) svn-id: r8496 | |||
2003-06-14 | renamed _bcr -> _costumeRenderer | Max Horn | |
svn-id: r8473 | |||
2003-06-14 | runHook -> runInventoryScript, VAR_HOOK_SCRIPT -> VAR_INVENTORY_SCRIPT | Max Horn | |
svn-id: r8468 | |||
2003-06-14 | cleanup | Max Horn | |
svn-id: r8467 | |||
2003-06-12 | rework loom subtitle option handing | Jonathan Gray | |
svn-id: r8448 | |||
2003-06-12 | hook subtitle variable up to f9 for loomcd | Jonathan Gray | |
svn-id: r8446 | |||
2003-06-08 | Fixed recent regression (too many blast texts) in The Dig's end credits and | Torbjörn Andersson | |
made the text scroll off the screen instead of just vanishing at the top. (The latter also applies to Full Throttle's end credits.) svn-id: r8402 | |||
2003-06-08 | forgot to check this one in | Max Horn | |
svn-id: r8400 | |||
2003-06-08 | cleanup | Max Horn | |
svn-id: r8399 | |||
2003-06-08 | added quit event | Max Horn | |
svn-id: r8398 | |||
2003-06-06 | make version public | Max Horn | |
svn-id: r8366 | |||
2003-06-06 | Preparations for removing GF_AFTER_V? flags | Max Horn | |
svn-id: r8364 | |||
2003-06-06 | Get rid of *64 targets, use 'maniac' and 'zak' autodetection for the ↵ | James Brown | |
AFTER_V1 flag instead. svn-id: r8348 | |||
2003-06-05 | added v1 gfx codec, (not working) | Paweł Kołodziejski | |
svn-id: r8329 | |||
2003-06-05 | added a global CostumeRenderer in the VM, to avoid actors reinstancing it ↵ | Bertrand Augereau | |
every time svn-id: r8307 | |||
2003-06-04 | put a setFeatures member that allows to precompute game-wide stuff, such as ↵ | Bertrand Augereau | |
CostumeRenderer, when features change, ie extremely rarely svn-id: r8301 | |||
2003-06-04 | cache room strip offsets (this should help performance on PalmOS) | Max Horn | |
svn-id: r8300 | |||
2003-06-04 | Patch #747021: DIG&CMI 2 byte charset support (very heavily modified by me; ↵ | Max Horn | |
still needs more cleanup but already works well enough) svn-id: r8293 | |||
2003-06-02 | use enqueueText for FT, too | Max Horn | |
svn-id: r8284 | |||
2003-06-02 | moved blast text code to string.cpp | Max Horn | |
svn-id: r8282 | |||
2003-06-02 | more v1 load directory ... | Paweł Kołodziejski | |
svn-id: r8274 | |||
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-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 | cleanup / added comments / code unification | Max Horn | |
svn-id: r8235 | |||
2003-05-31 | some setObjectName changes. I'd really like to switch V2-V5 to use ↵ | Max Horn | |
rtObjectName resources, too svn-id: r8171 | |||
2003-05-31 | cleanup | Max Horn | |
svn-id: r8169 | |||
2003-05-30 | Use language index for The Dig, too | Max Horn | |
svn-id: r8159 | |||
2003-05-30 | continously opening and closing the language.bnd file is rather inefficient. ↵ | Max Horn | |
It's about 400k, though... svn-id: r8158 | |||
2003-05-30 | some cheap doxygen docs; cleanup | Max Horn | |
svn-id: r8154 | |||
2003-05-30 | moved bomp stuff into own files; removed some of our 6 (!) bomp decoders | Max Horn | |
svn-id: r8151 | |||
2003-05-30 | cleanup | Max Horn | |
svn-id: r8150 | |||
2003-05-30 | code unification | Max Horn | |
svn-id: r8146 | |||
2003-05-30 | cleanup | Max Horn | |
svn-id: r8145 | |||
2003-05-30 | Modified version of erik's patch #745986: Experimental V2 mouseover stuff | Max Horn | |
svn-id: r8142 | |||
2003-05-30 | rewrote Actor::needBgReset related code (this could cause regressions...) | Max Horn | |
svn-id: r8126 | |||
2003-05-29 | more camera spliting | Max Horn | |
svn-id: r8121 | |||
2003-05-29 | moved camera stuff to own file | Max Horn | |
svn-id: r8099 | |||
2003-05-28 | spelling | Max Horn | |
svn-id: r8062 | |||
2003-05-28 | const as const can! | Max Horn | |
svn-id: r8058 | |||
2003-05-28 | Patch #743228: Storing mouse cursor info in savegames; Also, increased ↵ | Max Horn | |
NUM_SCRIPT_SLOT to 80 (done at the same time so I only have to up the save game version once) svn-id: r8050 | |||
2003-05-26 | Added Hoenicke's PC-speaker waveform generator | Jamieson Christian | |
and script interpreter for GF_OLD_BUNDLE music resources. We'll try to get the waveform generator into a MidiDriver wrapper for use with the 'SPK' resources of later games, but this is usable for now. Great work, Hoenicke! svn-id: r8023 |