aboutsummaryrefslogtreecommitdiff
path: root/engines/tony
AgeCommit message (Collapse)Author
2012-11-20TONY: Fix compiler warnings about possible "used before set" variables.D G Turner
Looking at this code and the code in clip2D, this shouldn't happen, but this will prevent any future issues.
2012-11-14TONY: Fixed scripted exit to use engine method, rather than error().D G Turner
This fixes bug #3586252 ("TONY: Game errors out when exiting via the menu").
2012-11-13TONY: Fix image loading on BE systems.D G Turner
Thanks to wjp and fuzzie for working out the cause.
2012-11-12TONY: Fix resource loading on BE systemsWillem Jan Palenstijn
Thanks to digitall for debugging and testing.
2012-11-12TONY: Fix compiler warnings in Input class.D G Turner
2012-11-12TONY: Cleanup whitespace formatting.D G Turner
This is mainly removal of extraneous blank lines, reformatting indents to tab characters and other minor non-functional changes to improve compliance with Code Formatting Conventions.
2012-11-11TONY: Replace Input class internal buffers with Common standard.D G Turner
The mouse position is now represented internally by Common::Point and the keyDown buffer is an array of Common::Keycode values for depressed keys.
2012-11-11TONY: Remove further unused code from Input class.D G Turner
2012-11-11TONY: Remove unused functions from Input class.D G Turner
2012-11-02TONY: Fix endianness issue when saving/loading inventoryWillem Jan Palenstijn
2012-11-01Merge pull request #290 from rasky/fix_sfx_volumesPaul Gilbert
TONY: fix volumes of sound effects.
2012-10-27TONY: Fix AmigaOS build (bug #3580541)Willem Jan Palenstijn
2012-10-26TONY: fix volumes of sound effects.Giovanni Bajo
The game was using a logarithmic scale (through DirectSound) so we need a log->linear conversion to feed the mixer.
2012-10-26Merge pull request #289 from rasky/add_italian_versionStrangerke
Add detection for original Italian version.
2012-10-26TONY: Fix translation of Italian commentWillem Jan Palenstijn
Thanks to Giovanni Bajo for noticing and correcting this.
2012-10-26Add detection for original Italian version.Giovanni Bajo
2012-10-15TONY: Fix music bug - 2 songs played simultaneously eventuallyStrangerke
2012-09-28TONY: Fix German fontsStrangerke
2012-09-26TONY: In French version, fix 'ê' in hotspot names by replacing it by 'e', ↵Strangerke
like for other accentuated characters
2012-09-26JANITORIAL: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-25TONY: Use debug channel for fading messagesStrangerke
2012-09-25TONY: Replace abortGame() with nicer error() calls.Alyssa Milburn
2012-09-25TONY: Don't error out on invalid ReleaseOwnership calls.Alyssa Milburn
A script triggers this at the end of the scene where you give the flowers to the bearded woman.
2012-09-24TONY: Don't mute all sound when using sound config dialogWillem Jan Palenstijn
Thanks to fuzzie for noticing this.
2012-09-10TONY: Add German/Czech detection entries.Alyssa Milburn
2012-09-08TONY: Rename yet more variables.Alyssa Milburn
2012-09-08TONY: Constify static data tables in custom.cpp.Johannes Schickel
2012-09-08TONY: More renaming, reduce some variable scopesStrangerke
2012-09-07TONY: Wait for events to pulse in 'threads'.Alyssa Milburn
This fixes some missing animations, which weren't getting an opportunity to start.
2012-09-07TONY: Some more cleanupStrangerke
2012-09-07TONY: Move const tables back to .cpp, as suggested by LordHotoStrangerke
2012-09-06TONY: Some more cleanupStrangerke
2012-09-06TONY: Misc cleanupStrangerke
2012-09-05TONY: Bugfix for OFFSETOF macro on 64-bit systemsPaul Gilbert
2012-09-05TONY: Change to hopefully fix Mingw 64 compilation errorsPaul Gilbert
2012-09-02TONY: Move code from .h to .cpp filesStrangerke
2012-09-01TONY: Remove adv.hStrangerke
2012-09-01TONY: Move some more code from .h to .cpp filesStrangerke
2012-09-01TONY: Move some functions from .h to .cpp filesStrangerke
2012-09-01TONY: More renamingStrangerke
2012-08-31TONY: Rename some more variables and structuresStrangerke
2012-08-30TONY: Translate some variables in findPath, reduce some variable scopesStrangerke
2012-08-29TONY: Replace C-style comments by C++-style ones.Strangerke
Also translate some more Italian comments
2012-08-29TONY: Translate some remaining Italian commentsStrangerke
2012-08-29TONY: Limit effect of cursor workaround.Alyssa Milburn
This avoids incorrect hotspot offsets.
2012-08-29TONY: Remove useless/commented music code.Alyssa Milburn
2012-08-29TONY: Remove some dead codeStrangerke
2012-08-29TONY: Translate some remaining italian commentsStrangerke
2012-08-29TONY: Reduce scope of some variablesStrangerke
2012-08-28TONY: Janitorial - remove trailing spacesStrangerke