Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-07-21 | Removing GCC_PACK, we fully rely on START_PACK_STRUCTS / END_PACK_STRUCTS ↵ | Max Horn | |
now (hiya eriktorbjorn, this one is for you *ggg*) svn-id: r23547 | |||
2006-07-14 | Whitespace change, and test to see if I'm able to commit now that I've changed | Torbjörn Andersson | |
my password. (See SourceForge status page.) svn-id: r23492 | |||
2006-07-09 | Use START_PACK_STRUCTS / END_PACK_STRUCTS when available, instead of ↵ | Max Horn | |
checking for GCC / not GCC svn-id: r23458 | |||
2006-05-31 | Add patch for bug #1452272 - COMI: Verb strings aren't wrapped | Travis Howell | |
svn-id: r22793 | |||
2006-05-29 | Fix Commodore 64 versions | Travis Howell | |
svn-id: r22732 | |||
2006-04-29 | Renamed updateVolumes to updateSoundSettings -- now it also handles ↵ | Max Horn | |
subtitles/speech_mute settings. Also changed the ConfigDialog accordingly svn-id: r22233 | |||
2006-04-29 | Moved the AudioCDManager as well as class AudioStream and its (standard) ↵ | Max Horn | |
subclasses to namespace Audio svn-id: r22231 | |||
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-03-26 | Ooops, correct cut and past error in last commit | Travis Howell | |
svn-id: r21461 | |||
2006-03-26 | Increase size of _charsetData to 16 * 23 for HE games, fixes subtitle color ↵ | Travis Howell | |
glitches in Buzzy games svn-id: r21460 | |||
2006-03-26 | Reduce size of saved games for HE games, music/speech resources don't need ↵ | Travis Howell | |
to be saved svn-id: r21456 | |||
2006-03-16 | Add comment about future saveLoad changes C64 maniac | Travis Howell | |
svn-id: r21329 | |||
2006-02-25 | Removed last two uses of MKID | Max Horn | |
svn-id: r20872 | |||
2006-02-25 | Some more MKID -> MKID_BE changes | Max Horn | |
svn-id: r20867 | |||
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-15 | Fix for bug #795214 (MI1: Crash on church entry) | Max Horn | |
svn-id: r20697 | |||
2006-02-15 | Moved all he-specific source files to engines/scumm/he/ subdirectory | Eugene Sandulenko | |
svn-id: r20696 | |||
2006-02-11 | Moved engines to the new engines/ directory | Max Horn | |
svn-id: r20582 |