aboutsummaryrefslogtreecommitdiff
path: root/engines
AgeCommit message (Expand)Author
2014-07-25CGE2: Implement the music volume button on the toolbar.uruk
2014-07-25CGE2: Remove useless TODO comment.uruk
2014-07-25CGE2: Fix broken compilation by previous commit.uruk
2014-07-25CGE2: Rename kSoundSwtichRate to kVolumeSwitchRate.uruk
2014-07-25CGE2: Fix initialization of sound switches on the toolbar.uruk
2014-07-25CGE2: Rework loadUser().uruk
2014-07-25CGE2: Update another warningStrangerke
2014-07-25CGE2: Remove unused constant in Talk, fix a warningStrangerke
2014-07-24CGE2: Rearrange _commandText[]'s content.uruk
2014-07-24CGE2: Fix kCmdWalk's comment.uruk
2014-07-24CGE2: Remove kCmdDim and kCmdStep and connected code.uruk
2014-07-24CGE2: Remove more unused opcodes.uruk
2014-07-24CGE2: Fix typo in SETREF's comment.uruk
2014-07-24CGE2: Remove the unused opcodes.uruk
2014-07-24CGE2: Remove handling of unused opcodes.uruk
2014-07-24CGE2: Implement snTrans() and snPort().uruk
2014-07-24CGE2: Repair/rename checkSoundHandle().uruk
2014-07-24CGE2: Remove redundant default labels.uruk
2014-07-24CGE2: Distinguish SFX from speech when playing sounds.uruk
2014-07-24CGE2: Implement checkSaySwitch() and add/fix connected code.uruk
2014-07-24CGE2: Set speech only/text only/both modes according to Launcher options.uruk
2014-07-23CGE2: Move inventory system's functions from cge2_main.cpp to inventory.cpp.uruk
2014-07-23CGE2: Move toolbar's functions from cge2_main.cpp to toolbar.cpp.uruk
2014-07-23CGE2: Increase readability of code connected to music switch.uruk
2014-07-23CGE2: Keep music setting in sync with the Launcher.uruk
2014-07-23CGE2: Add MidiPlayer::syncVolume() call to checkSounds().uruk
2014-07-23CGE2: Updgrade checkSaySwitch().uruk
2014-07-23CGE2: Add and implement checkSounds() and checkMusicSwitch().uruk
2014-07-23CGE2: Use nullptr instead of NULL in switchColorMode().uruk
2014-07-23CGE2: Implement switchMusic():uruk
2014-07-22CGE2: Reimplement checkSaySwitch().uruk
2014-07-22CGE2: Unstub CommandHandler::runCommand().uruk
2014-07-22CGE2: Change call order of checkSoundHandle().uruk
2014-07-22CGE2: Add and use Sound::checkSoundHandle().uruk
2014-07-22CGE2: Fix error introduced by previous commit.uruk
2014-07-22CGE2: Fix snSound().uruk
2014-07-22CGE2: Rename _commandStat to _soundStat.uruk
2014-07-21CGE2: Remove Spare::locate(char *file), since it's not used anymore.uruk
2014-07-21CGE2: Rework loading of sprites from file.uruk
2014-07-21CGE2: Fix the issue of loading sprites with changed _ref.uruk
2014-07-18CGE2: Rework snSetRef().uruk
2014-07-18CGE2: Silence GCC warnings.uruk
2014-07-17CGE2: Use locate instead() of take() in CGE2Eninge::locate().uruk
2014-07-17CGE2: Add destructor to Hero().uruk
2014-07-17CGE2: Initialize _wideSpace in InfoLine's constructor.uruk
2014-07-17CGE2: Use locate() instead of take() where possible.uruk
2014-07-17CGE2: Smaller revision regarding Spare.uruk
2014-07-17CGE2: Get rid of _sprite.uruk
2014-07-17CGE2: Fix memory leak regarding Sprite::ghost().uruk
2014-07-15CGE2: Rework getText() so it works nicely with offUse().uruk