Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-11-20 | TONY: 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-14 | TONY: 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-13 | TONY: Fix image loading on BE systems. | D G Turner | |
Thanks to wjp and fuzzie for working out the cause. | |||
2012-11-12 | TONY: Fix resource loading on BE systems | Willem Jan Palenstijn | |
Thanks to digitall for debugging and testing. | |||
2012-11-12 | TONY: Fix compiler warnings in Input class. | D G Turner | |
2012-11-12 | TONY: 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-11 | TONY: 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-11 | TONY: Remove further unused code from Input class. | D G Turner | |
2012-11-11 | TONY: Remove unused functions from Input class. | D G Turner | |
2012-11-02 | TONY: Fix endianness issue when saving/loading inventory | Willem Jan Palenstijn | |
2012-11-01 | Merge pull request #290 from rasky/fix_sfx_volumes | Paul Gilbert | |
TONY: fix volumes of sound effects. | |||
2012-10-27 | TONY: Fix AmigaOS build (bug #3580541) | Willem Jan Palenstijn | |
2012-10-26 | TONY: 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-26 | Merge pull request #289 from rasky/add_italian_version | Strangerke | |
Add detection for original Italian version. | |||
2012-10-26 | TONY: Fix translation of Italian comment | Willem Jan Palenstijn | |
Thanks to Giovanni Bajo for noticing and correcting this. | |||
2012-10-26 | Add detection for original Italian version. | Giovanni Bajo | |
2012-10-15 | TONY: Fix music bug - 2 songs played simultaneously eventually | Strangerke | |
2012-09-28 | TONY: Fix German fonts | Strangerke | |
2012-09-26 | TONY: In French version, fix 'ê' in hotspot names by replacing it by 'e', ↵ | Strangerke | |
like for other accentuated characters | |||
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-25 | TONY: Use debug channel for fading messages | Strangerke | |
2012-09-25 | TONY: Replace abortGame() with nicer error() calls. | Alyssa Milburn | |
2012-09-25 | TONY: 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-24 | TONY: Don't mute all sound when using sound config dialog | Willem Jan Palenstijn | |
Thanks to fuzzie for noticing this. | |||
2012-09-10 | TONY: Add German/Czech detection entries. | Alyssa Milburn | |
2012-09-08 | TONY: Rename yet more variables. | Alyssa Milburn | |
2012-09-08 | TONY: Constify static data tables in custom.cpp. | Johannes Schickel | |
2012-09-08 | TONY: More renaming, reduce some variable scopes | Strangerke | |
2012-09-07 | TONY: Wait for events to pulse in 'threads'. | Alyssa Milburn | |
This fixes some missing animations, which weren't getting an opportunity to start. | |||
2012-09-07 | TONY: Some more cleanup | Strangerke | |
2012-09-07 | TONY: Move const tables back to .cpp, as suggested by LordHoto | Strangerke | |
2012-09-06 | TONY: Some more cleanup | Strangerke | |
2012-09-06 | TONY: Misc cleanup | Strangerke | |
2012-09-05 | TONY: Bugfix for OFFSETOF macro on 64-bit systems | Paul Gilbert | |
2012-09-05 | TONY: Change to hopefully fix Mingw 64 compilation errors | Paul Gilbert | |
2012-09-02 | TONY: Move code from .h to .cpp files | Strangerke | |
2012-09-01 | TONY: Remove adv.h | Strangerke | |
2012-09-01 | TONY: Move some more code from .h to .cpp files | Strangerke | |
2012-09-01 | TONY: Move some functions from .h to .cpp files | Strangerke | |
2012-09-01 | TONY: More renaming | Strangerke | |
2012-08-31 | TONY: Rename some more variables and structures | Strangerke | |
2012-08-30 | TONY: Translate some variables in findPath, reduce some variable scopes | Strangerke | |
2012-08-29 | TONY: Replace C-style comments by C++-style ones. | Strangerke | |
Also translate some more Italian comments | |||
2012-08-29 | TONY: Translate some remaining Italian comments | Strangerke | |
2012-08-29 | TONY: Limit effect of cursor workaround. | Alyssa Milburn | |
This avoids incorrect hotspot offsets. | |||
2012-08-29 | TONY: Remove useless/commented music code. | Alyssa Milburn | |
2012-08-29 | TONY: Remove some dead code | Strangerke | |
2012-08-29 | TONY: Translate some remaining italian comments | Strangerke | |
2012-08-29 | TONY: Reduce scope of some variables | Strangerke | |
2012-08-28 | TONY: Janitorial - remove trailing spaces | Strangerke | |