Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-09-14 | Save polygons | Travis Howell | |
Move findObject changes to HE72 svn-id: r15118 | |||
2004-09-12 | Be a Less Lazier Programmer (tm): Lesson 1. | James Brown | |
Typing your code instead of copy/pasting it from a few lines down. svn-id: r15035 | |||
2004-09-12 | Be a Better Programmer (tm) | James Brown | |
svn-id: r15034 | |||
2004-09-10 | Store SCUMM md5s in save game. Save format bump. | James Brown | |
svn-id: r14996 | |||
2004-09-10 | Save game changes for HE80+ games. | Travis Howell | |
svn-id: r14985 | |||
2004-08-14 | Modified VirtScreen to inherit from Graphics::Surface, and added ↵ | Max Horn | |
getPixels()/getBackPixels() accessors (these changes make it a bit easier to implement smooth scrolling); also replaced some uses of rtBuffer by proper access through the corresponding VirtScreen svn-id: r14612 | |||
2004-08-10 | Limit to old saved game only. | Travis Howell | |
svn-id: r14532 | |||
2004-08-09 | Add patch #999887 - Possible fix for bug #998276 | Travis Howell | |
Also saves _currentMusic svn-id: r14525 | |||
2004-07-28 | Ooops | Travis Howell | |
svn-id: r14356 | |||
2004-07-28 | Add patch from madm00se for: | Travis Howell | |
#869003 MIVGA: Guybrush shrinks & grows near end of game svn-id: r14355 | |||
2004-07-26 | Keep compatbility with older saved games. | Travis Howell | |
svn-id: r14339 | |||
2004-07-26 | VAR_ROOM_FLAG should always be set after load of saved game. | Travis Howell | |
Other VAR_ROOM_FLAG setting in scumm5 specific. svn-id: r14332 | |||
2004-07-25 | Merge palette functions. | Travis Howell | |
svn-id: r14324 | |||
2004-07-18 | Revert small part of scumm/saveload.cpp revision 1.129. | Travis Howell | |
Fixes bug #884171 - DOTT: Transition effect glitch (regression) svn-id: r14240 | |||
2004-07-16 | Set new VARS for older save games. | Travis Howell | |
svn-id: r14227 | |||
2004-07-11 | Bump save game version for HE 7.0 changes | Travis Howell | |
Remove mention of talkspeed default, since it no longer applies. svn-id: r14191 | |||
2004-07-11 | Rename var | Travis Howell | |
Add some changes ready for next save game version (Commented out) svn-id: r14189 | |||
2004-06-25 | Added Engine::_saveFileMan; thus was able to get rid of auto_ptr usage again | Max Horn | |
svn-id: r14058 | |||
2004-06-25 | cleanup | Max Horn | |
svn-id: r14055 | |||
2004-05-02 | stub for digital imuse save/load | Paweł Kołodziejski | |
svn-id: r13734 | |||
2004-04-20 | Added note that the previous commit probably fixed bug #933610 as well. | Torbjörn Andersson | |
svn-id: r13599 | |||
2004-04-20 | Increased _numNewNames from 50 to 100 to prevent overflow in MI2 endgame. | Torbjörn Andersson | |
This should fix bug #936323. (There are still some game versions that use 50, but that can be fixed later, if the need arises.) svn-id: r13598 | |||
2004-04-05 | Renamed StringTab::backup to StringTab::_default, as that describes better ↵ | Max Horn | |
what it does svn-id: r13476 | |||
2004-04-04 | Removed CharsetRenderer::_mask (this was used to optimize charset mask ↵ | Max Horn | |
handling). This shouldn't cause any noticable slowdowns, but allows us to get rid of two nasty hacks, and fixes bug #895355 (DIG: Subtitles sometimes stay on the screen), maybe also others svn-id: r13464 | |||
2004-04-03 | cleanup StringTab stuff | Max Horn | |
svn-id: r13448 | |||
2004-03-28 | Renamed more OSystem methods | Max Horn | |
svn-id: r13410 | |||
2004-03-17 | Fix for bug #893254 (MI1VGA: Changes in object names are not saved); this ↵ | Max Horn | |
may introduce regressions, please report them (overall, this is a neat patch, it removes so many ugly hacks :-) svn-id: r13325 | |||
2004-03-02 | synced local imuse. many bug fixes, and few new bugs :) | Paweł Kołodziejski | |
svn-id: r13153 | |||
2004-02-22 | Correct extra slow subtitles in zak/maniac with old saves. | Travis Howell | |
svn-id: r12991 | |||
2004-02-22 | Enable and use VAR_VOICE_MODE | Travis Howell | |
svn-id: r12979 | |||
2004-02-21 | Correct VAR_CHARINC in old saves. | Travis Howell | |
svn-id: r12955 | |||
2004-02-20 | Revert recent change that breaks temporary saves (No music or even crashes) | Travis Howell | |
svn-id: r12938 | |||
2004-02-17 | delete certain unused non-perma resources when loading | Max Horn | |
svn-id: r12923 | |||
2004-02-17 | save talkVolume | Max Horn | |
svn-id: r12919 | |||
2004-01-31 | renamed _saveLoadCompatible to _saveTemporaryState; make use of ↵ | Max Horn | |
requestLoad/requestSave svn-id: r12691 | |||
2004-01-31 | Patch #886058 - Don't stop music when loading certain temporary states. | James Brown | |
svn-id: r12686 | |||
2004-01-15 | use Rect in struct VerbSlot | Max Horn | |
svn-id: r12413 | |||
2004-01-11 | fix loading of old COMI savegames (which are based on the bad old camera var ↵ | Max Horn | |
locations; note that COMI savegames made between this change and my previous change to vars.cpp may be 'lost' due to this, however that should be minor compared to loosing all previous COMI savegames ;-) svn-id: r12324 | |||
2004-01-08 | move the charset mask to the charset renderer class; some other related changes | Max Horn | |
svn-id: r12263 | |||
2004-01-08 | cleanup | Max Horn | |
svn-id: r12258 | |||
2004-01-08 | various fixes for vertical scrolling rooms: fixed, screen updates (and made ↵ | Max Horn | |
them more efficient), fixed transitionEffect() for 'high' rooms, documented drawStripToScreen() params a little (we really should start documenting for each function which takes coordinates in which coordinate system they are). Please test all vertical scrolling rooms (and others, too) for regressions svn-id: r12228 | |||
2004-01-06 | synced imuse digital with local tree | Paweł Kołodziejski | |
svn-id: r12187 | |||
2004-01-06 | updated copyright notice | Max Horn | |
svn-id: r12176 | |||
2004-01-06 | no need to save information which we can (and do) recompute | Max Horn | |
svn-id: r12167 | |||
2004-01-04 | cleanup | Max Horn | |
svn-id: r12139 | |||
2004-01-04 | cleanup (mostly moved stuff around, and replaced the fadeOut call) | Max Horn | |
svn-id: r12123 | |||
2004-01-03 | cleanup | Max Horn | |
svn-id: r12121 | |||
2004-01-03 | removed unused param in initScreens | Max Horn | |
svn-id: r12119 | |||
2003-12-27 | more robust resource saving; also save resources with idx 0; renamed ↵ | Max Horn | |
Serializer::saveWord/loadWord to saveUint16/loadUint16 svn-id: r11955 | |||
2003-12-25 | Fix for bug #734154 (DIG: Savegame/Island names) | Max Horn | |
svn-id: r11928 |