Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-02-18 | TOON: Make GPL headers consistent in themselves. | Johannes Schickel | |
2013-11-09 | TOON: Fix uninitialized variable in audio. CID 1002729 | Strangerke | |
2013-10-30 | TOON: Fix CID 1002728, 1002729, 1003215, 1002731, 1002730 | Strangerke | |
2012-07-25 | TOON: Fix delete[] formatting. | Johannes Schickel | |
2012-02-15 | JANITORIAL: Fix missing whitespace in pointer cast | Tarek Soliman | |
find -name '*.h' -or -name '*.cpp' | xargs sed -r -i 's@\(([A-Za-z0-9]+)\*\)@(\1 *)@g' This seems to have caught some params as well which is not undesirable IMO. It also caught some strings containing this which is undesirable so I excluded them manually. (engines/sci/engine/kernel_tables.h) | |||
2011-11-27 | TOON: Clean up Common::String usage | Willem Jan Palenstijn | |
Thanks to Sylvain for testing. | |||
2011-09-08 | JANITORIAL: Fix some formatting glitches in gob, hugo and toon | Strangerke | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-06-06 | TOON: Tidy up decodeADPCM. | Alyssa Milburn | |
2011-05-25 | TOON: Remove unused variable | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-13 | TOON: Use shared ADPCM data tables | Max Horn | |
2011-04-13 | TOON: Make ADPCM tables const | Max Horn | |
2011-03-10 | TOON: Cleanup | strangerke | |
2011-03-10 | TOON: Janitorial: Suppress blanks at end of lines | strangerke | |
2011-03-06 | TOON: Improve music fading between rooms | sylvaintv | |
2011-02-01 | TOON: Remove misc/ from paths since it's in global folders | Sylvain Dupont | |
Caps'ed the filenames, even if it should not matter normally svn-id: r55714 | |||
2010-11-19 | COMMON: Split common/stream.h into several headers | Max Horn | |
svn-id: r54385 | |||
2010-11-13 | TOON: Fix free/malloc mismatch | Sylvain Dupont | |
svn-id: r54224 | |||
2010-11-13 | TOON: Fix more memory leaks | Sylvain Dupont | |
Mainly leaks in audio and animations svn-id: r54223 | |||
2010-11-12 | TOON: Fix audio crashs and more memory leaks | Sylvain Dupont | |
svn-id: r54219 | |||
2010-11-10 | TOON: Even more corrections to close memory leaks. | David Turner | |
These corrections close a number of leaks in the Toon engine reported by running Valgrind with --leak-check=full option, but a few still remain. svn-id: r54185 | |||
2010-11-09 | TOON: More corrections to close memory leaks. | David Turner | |
These corrections close a number of leaks in the Toon engine reported by running Valgrind with --leak-check=full option, but a significant number still remain. svn-id: r54176 | |||
2010-11-08 | TOON: Further corrections to close memory leaks. | David Turner | |
These corrections close a number of leaks in the Toon engine reported by running Valgrind with --leak-check=full option, but a significant number still remain. svn-id: r54136 | |||
2010-11-04 | TOON: Fix sound effect archive destroy | Sylvain Dupont | |
Variable not initialized. Crashed when no sound effects were present in the room (Bug fixed thanks to Thomas) svn-id: r54076 | |||
2010-11-04 | TOON: Fix ambient audio destroy in chapter 2 | Sylvain Dupont | |
(Thanks to Thomas) svn-id: r54075 | |||
2010-11-01 | COMMON: Rename String::printf() to String::format() | Max Horn | |
This is a first step towards getting rid of all uses of regular printf, fprintf, vprintf, vfprintf, puts, fputs, etc. in our codebase. The name format() reflects the purpose of the function, and parallels String.format() in Java, boost::format, and others. svn-id: r54004 | |||
2010-10-29 | TOON: Stops all Sfx/voice when exiting a room | Sylvain Dupont | |
Caused crashs when exiting when a sfx or voice was still playing Bug found by Thomas svn-id: r53928 | |||
2010-10-25 | TOON: Implemented Ambient SFX | Sylvain Dupont | |
For example used in arcade playing sounds, lullaby music, toilet game win sound effects... svn-id: r53834 | |||
2010-10-22 | TOON: Close correctly sound packs | Sylvain Dupont | |
svn-id: r53720 | |||
2010-10-16 | TOON: Implemented the 4 different mute modes for sound/text | Sylvain Dupont | |
As specified in the hotkeys screen (music,dialog,sound,text on/off) Sounds are still played but with a volume = 0 (for timing issues) svn-id: r53545 | |||
2010-10-13 | TOON: Updated code to build properly for WINSCW and GCCE(symbian) | Lars Persson | |
Added templates to MAX & MIN functions. Correct usage of OpcodeV2(instead of Opcode) Match implementation with function definition. (int32 is not == int on all platforms) svn-id: r53401 | |||
2010-10-12 | JANITORIAL: Cleanup (mostly whitespace) | Torbjörn Andersson | |
svn-id: r53161 | |||
2010-10-10 | TOON: Fixed offsets in hard coded conversation musics | Sylvain Dupont | |
svn-id: r53144 | |||
2010-10-10 | TOON: Coding guideline corrections. | Johannes Schickel | |
svn-id: r53132 | |||
2010-10-10 | TOON: Music attenuation when someone talks | Sylvain Dupont | |
svn-id: r53130 | |||
2010-10-10 | TOON: Fix distortion in some looped music | Torbjörn Andersson | |
This was very noticeable in the footman conversation music. svn-id: r53125 | |||
2010-10-09 | TOON: Ran astyle over the toon engine (+ some manual corrections). | Johannes Schickel | |
svn-id: r53098 | |||
2010-10-09 | TOON: More semi-colon cleanup. | Torbjörn Andersson | |
svn-id: r53097 | |||
2010-10-08 | TOON: Normalized include paths | Eugene Sandulenko | |
svn-id: r53089 | |||
2010-10-08 | TOON: Merged Toon engine to ScummVM trunk | Eugene Sandulenko | |
svn-id: r53087 |