Age | Commit message (Collapse) | Author | |
---|---|---|---|
2003-12-15 | Add extra color table entry for v1 games, for inventory/sentence color. | Travis Howell | |
svn-id: r11653 | |||
2003-12-15 | Small color table correction for demo mode of v1 maniac | Travis Howell | |
svn-id: r11650 | |||
2003-12-09 | Changed notation involving more than one set of double colons :: | Jamieson Christian | |
MSVC6 can't handle such notation, so simplification or notation tricks must be employed to keep it happy. svn-id: r11539 | |||
2003-11-29 | don't see why we shouldn't just always call Sound::stopAllSounds just before ↵ | Max Horn | |
loading... if anybody knows more, if you observe regressions, please document this in the source code (and/or file bug reports) svn-id: r11426 | |||
2003-11-29 | startCDTimer() is already being invoked by pauseSounds(false) | Max Horn | |
svn-id: r11424 | |||
2003-11-29 | new savegame version: store actor pan data; store Audio CD playback status ↵ | Max Horn | |
(and when loading, resume playing of tracks which are meant to loop forever) svn-id: r11423 | |||
2003-11-11 | made Scumm::OptionsDialog subclass GUI::OptionsDialog (code reuse); replaced ↵ | Max Horn | |
Sound::_sound_volume_master and friends by ConfMan.get() calls; some whitespace cleanup svn-id: r11257 | |||
2003-11-05 | check name we are trying to save with isn't null, still needs to be looked ↵ | Jonathan Gray | |
at at a higher level however svn-id: r11150 | |||
2003-10-12 | some more target<->game cleanup | Max Horn | |
svn-id: r10769 | |||
2003-10-12 | code simplification | Max Horn | |
svn-id: r10762 | |||
2003-10-08 | new config manager. not everything is completed, and some things will still ↵ | Max Horn | |
be changed, but it seems to work well enough to put it into CVS svn-id: r10687 | |||
2003-10-03 | introduced namespace Scumm; made #include statements use scumm/ prefix ↵ | Max Horn | |
explicitly svn-id: r10571 | |||
2003-10-02 | renamed class Scumm to ScummEngine (consisten with other engine names; also ↵ | Max Horn | |
makes room for a potential 'Scumm' namespace) svn-id: r10549 | |||
2003-09-14 | Fix for Bug [805593] MI2: Music stops in LeChuck's fortress | Jamieson Christian | |
Implemented _cmd_queue save/load. In addition to requiring _cmd_queue information, this bug arises from a rare assumption that sound resources are loaded in memory even though they aren't currently playing. Therefore, a list of sound resources loaded in memory is included in the savegame, so that all relevant sound resources are reloaded when the savegame is loaded. This also fixes an unreported music bug in S&M when saving a game while outside the Bumpusville mansion. As a result of savegame format modifications, we are now at savegame version 23. svn-id: r10254 | |||
2003-09-11 | cleanup | Max Horn | |
svn-id: r10169 | |||
2003-09-09 | replaced all use of scale items with scale slots. This allowed me to get rid ↵ | Max Horn | |
of two big FIXME's, and might fix other scaling bugs in FT/DIG svn-id: r10140 | |||
2003-09-07 | cleanup/refactoring | Max Horn | |
svn-id: r10070 | |||
2003-09-05 | Add atarist and macintosh options, since there seem to be no way to detect ↵ | Travis Howell | |
version been used. svn-id: r9999 | |||
2003-08-30 | Fixed bad AND operator. May invalidate savegames from the last 24 hours | Jamieson Christian | |
svn-id: r9914 | |||
2003-08-29 | Only needed for versions 1 - 4 | Travis Howell | |
svn-id: r9902 | |||
2003-08-29 | Replaced VER_V* notation for savegames with | Jamieson Christian | |
a simple number. So that it's still obvious that the number refers to version, a VER() macro does nothing to the number but makes it obvious what the number is for. This has the exact same effect as the enum that was going to get more and more lengthy as the savegame version evolved. svn-id: r9901 | |||
2003-08-29 | Added _roomPalette to savegame. | Jamieson Christian | |
Savegame version now at 21. svn-id: r9900 | |||
2003-08-16 | Fixed | Chris Apers | |
svn-id: r9718 | |||
2003-08-10 | Harmonized SaveFile API with File API a bit. | Marcus Comstedt | |
svn-id: r9626 | |||
2003-08-07 | In fact, Nicolas, this is no more needed :) | Chris Apers | |
svn-id: r9584 | |||
2003-08-06 | Remove old tweak that can break the music when restoring now ... Chris, you ↵ | Nicolas Bacca | |
should check it too :p svn-id: r9582 | |||
2003-08-05 | V1 preposition support, but broken. | James Brown | |
svn-id: r9502 | |||
2003-07-28 | Fix for bug #778060 ("DOTT: Subtitle drawing glitch"). | Torbjörn Andersson | |
svn-id: r9249 | |||
2003-07-15 | Fix for Bug [766851] ALL: MIDI fragment repeats after close ups | Jamieson Christian | |
Adjusted default _saveSound value used by S&M (whose value is assumed by pre-S&M games). Corrected save/load music behavior for non-temporary saves. (Until this default value change, the incorrect behavior would almost never manifest itself, so existing savegames should be fine.) svn-id: r9035 | |||
2003-07-14 | Redraw screen when loading v1 saved game | Travis Howell | |
svn-id: r9000 | |||
2003-07-14 | Split the v1 palette, since there is a minor difference. | Travis Howell | |
svn-id: r8999 | |||
2003-07-11 | Missed one section | Travis Howell | |
svn-id: r8909 | |||
2003-06-17 | Cleanup. | Torbjörn Andersson | |
svn-id: r8533 | |||
2003-06-15 | made stuff in class Sound protected where possible; moved ↵ | Max Horn | |
readCreativeVocFile to imuse_digi.cpp and turned it into a static function; put the DigitalTrackInfo stuff into sound.cpp (keeping it private); removed #includes from sound.h (this cuts down interdependencies a little) svn-id: r8493 | |||
2003-06-14 | Patch #754151: Removed READ_*_UNALIGNED and always read stuff bytewise; ↵ | Max Horn | |
augmented by some more changes of mine svn-id: r8482 | |||
2003-06-07 | replaced GF_AFTER with _version | Max Horn | |
svn-id: r8372 | |||
2003-06-05 | added v1 gfx codec, (not working) | Paweł Kołodziejski | |
svn-id: r8329 | |||
2003-06-05 | restricted check to V2, stupid mistake | Max Horn | |
svn-id: r8323 | |||
2003-06-05 | modified comment | Max Horn | |
svn-id: r8322 | |||
2003-06-05 | Regenerate strip table when loading | Max Horn | |
svn-id: r8321 | |||
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-05-31 | FIXME comment added | Max Horn | |
svn-id: r8170 | |||
2003-05-29 | removed obsolete | Max Horn | |
svn-id: r8095 | |||
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 | No more needed | Chris Apers | |
svn-id: r7994 | |||
2003-05-26 | moved Actor SaveLoadEntry definition to actor.cpp; made ↵ | Max Horn | |
findPathTowards/findPathTowardsOld members of Actor; cleanup svn-id: r7988 | |||
2003-05-23 | Fixed VC++ warnings | Jamieson Christian | |
svn-id: r7847 | |||
2003-05-23 | added support in the save/load system for 2 dimensional arrays; used this ↵ | Max Horn | |
for save/load of localvars -> this fixes many old save games, and allows us to be future compatible svn-id: r7846 | |||
2003-05-22 | from the MM/Zak scripts, the code etc. it's clear that unk2 is the sentence ↵ | Max Horn | |
preposition svn-id: r7827 | |||
2003-05-22 | renamed talkFrame1/talkFrame2 to talkStartFrame/talkStopFrame | Max Horn | |
svn-id: r7819 |