Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-09-19 | Merged common/stdafx.h into common/scummsys.h. All referencing files have ↵ | Nicola Mettifogo | |
been updated. svn-id: r28966 | |||
2007-09-08 | Some cleanup (yay for whomever had the brilliant idea to let SVN work over ↵ | Max Horn | |
HTTPS and hence through proxies&firewalls :) svn-id: r28877 | |||
2007-06-23 | SCUMM: Added three FIXME comments to the _keyDownMap code, and made it use ↵ | Max Horn | |
KEYCODE_ constants for clarity svn-id: r27659 | |||
2007-05-30 | Updated legal headers in source files, based on what Pidgin (the IM client ↵ | Max Horn | |
formerly knowns as Gaim) does; added new (incomplete) COPYRIGHT file; updated copyright dates in a few spots svn-id: r27024 | |||
2007-02-10 | Got rid of GF_DIGI_IMUSE and GF_NEW_CAMERA | Max Horn | |
svn-id: r25454 | |||
2007-01-28 | Moved some stuff from CharsetRenderer (back) to ScummEngine, added comments | Max Horn | |
svn-id: r25250 | |||
2007-01-24 | Patch from bug report #1615417: SCUMM (v6): Cursor isn't updated after ↵ | Max Horn | |
hotspot changes svn-id: r25162 | |||
2006-11-19 | * Made Actor::_pos protected, added public Actor::getPos() method | Max Horn | |
* Added default params to Actor::putActor() * Removed Actor::getActorXYPos svn-id: r24742 | |||
2006-11-13 | cleanup | Max Horn | |
svn-id: r24711 | |||
2006-11-13 | Moved more SMUSH/Insane code from ScummEngine_v6 to ScummEngine_v7 | Max Horn | |
svn-id: r24710 | |||
2006-11-04 | SCUMM cleanup | Max Horn | |
svn-id: r24612 | |||
2006-10-20 | SCUMM: ArrayHeader related cleanup | Max Horn | |
svn-id: r24395 | |||
2006-10-10 | now SmushPlayer is class created once same as SmushMixer while scumm engine ↵ | Paweł Kołodziejski | |
creation. this allow finish play smush audio track finished to the end instead immediately stopped as it was happen before svn-id: r24263 | |||
2006-10-07 | Moved all INSANE and SMUSH related code into ScummEngine_v7 (resp. ↵ | Max Horn | |
ScummEngine_v6 in a few cases) svn-id: r24169 | |||
2006-09-17 | Renamed ScummEngine::res to _res and allocate the ResourceManager on the ↵ | Max Horn | |
heap (i.e. _res is a pointer now) svn-id: r23922 | |||
2006-09-16 | Replaced checkRange by assertRange, which has (a) an (IMO) more logical ↵ | Max Horn | |
order of parameters, and (b) removes lots of useless duplicate information in error messages svn-id: r23885 | |||
2006-09-09 | Renamed o6_getActorAnimCounter1 to o6_getActorAnimCounter | Max Horn | |
svn-id: r23857 | |||
2006-06-21 | Add cyx's patch for bug #1035739 - SCUMM/SMUSH: Ugly palette change when ↵ | Travis Howell | |
video finishes svn-id: r23216 | |||
2006-06-21 | Revert back to original method used for scrollEffect(), fixes regressions. | Travis Howell | |
svn-id: r23214 | |||
2006-06-20 | Cleanup. It seems unnecessary to have a "break" right after an unconditional | Torbjörn Andersson | |
return in a switch case. svn-id: r23198 | |||
2006-06-19 | Fix screen scrolling glitch when looking at the top of closet in parents ↵ | Travis Howell | |
room of DOS version of fbear svn-id: r23174 | |||
2006-04-29 | * Renamed several methods in favor of a somewhat more uniform naming scheme: ↵ | Max Horn | |
setupFOO for stuff that inits static data (i.e. will be called only once, or after loading savegames), vs. resetFOO / updateFOO methods which are called frequently and (re)set dynamic data. * Doing this, split scummInit into setupScumm and resetScumm methods * Moved some init code to new methods (huuuuge init methods are hard to read, and hard to customize using subclassing) * Renmaed various setup???Palette methods to set???Palette * Some minor cleanup / tweaks svn-id: r22227 | |||
2006-04-16 | Fix for bug #1471383: Instead of overloading ConfigManager::set, we now have ↵ | Max Horn | |
new setInt and setBool methods (matching getInt/getBool), which avoids strange quirks & bugs caused by (char *) being implicitly cast to int (ouch) svn-id: r21951 | |||
2006-04-12 | Fixing mismatch between format strings and data on some systems | Max Horn | |
svn-id: r21827 | |||
2006-04-12 | sizeof(void *) != sizeof(int) for a large number of systems. | Jonathan Gray | |
Fix a lot of debug/error statements that were using %d/%x for the result of pointer arithmetic. As C++ apparently has no format string for ptrdiff_t use %lu/%lx as appropriate. svn-id: r21824 | |||
2006-03-19 | Remove unused cases of getKeyState(), checked against scripts of FT, Dig and ↵ | Travis Howell | |
COMI. svn-id: r21381 | |||
2006-03-18 | The camera position is always set by loadRoomWithEgo opcode in HE games, ↵ | Travis Howell | |
through cameraFollows. Fixes glitches when changing rooms in fbear and other early games. svn-id: r21355 | |||
2006-03-10 | o6_setObjectName is never used by HE72+ games | Travis Howell | |
svn-id: r21211 | |||
2006-03-03 | Moved ScummFile etc. to the new file.cpp / file.h | Max Horn | |
svn-id: r21038 | |||
2006-02-28 | Typo. | Travis Howell | |
svn-id: r20966 | |||
2006-02-28 | Update code and comment for screen savers issue in Sam & Max. | Travis Howell | |
svn-id: r20965 | |||
2006-02-27 | Typo. | Travis Howell | |
svn-id: r20963 | |||
2006-02-27 | Update comment for SO_WAIT_FOR_TURN workaround in The Dig, this is due to ↵ | Travis Howell | |
script bugs. SO_WAIT_FOR_TURN is never used by FT r COMI either, so remove game check. svn-id: r20962 | |||
2006-02-27 | Revert the 'get rid of SO_WAIT_FOR_TURN workaround' commit but keep it ↵ | Gregory Montoir | |
specific to TheDig svn-id: r20959 | |||
2006-02-27 | Get rid of the SO_WAIT_FOR_TURN hack for TheDig as the original interpreter ↵ | Gregory Montoir | |
didn't do anything special here. This will probably trigger some 'invalid actor' errors, but those are most likely caused by scripting mistakes... which should be worked around separately. svn-id: r20958 | |||
2006-02-25 | Replaced MKID by MID_BE in most places in the SCUMM engine | Max Horn | |
svn-id: r20862 | |||
2006-02-20 | Moved iMUSE code to the new directory engines/scumm/imuse/ | Max Horn | |
svn-id: r20801 | |||
2006-02-20 | Replaced _gameId, _version, _heversion, _features, _midi, _platform with a ↵ | Max Horn | |
simple ScummGameSettings instance: _game svn-id: r20795 | |||
2006-02-12 | Actor room is only checked in SCUMM 7+ | Travis Howell | |
svn-id: r20597 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |