scummvm/engines/teenagent
D G Turner 52a1a6e60b TEENAGENT: Fix for bug #3428161 "PSP: No music in TeenAgent".
This could occur on other platforms too and was a race hazard between
mixer thread startup and music being valid i.e. If the music doesn't
already exist, when the mixer callback is done, this deletes the channel
as idle. Reordered the calls to fix this.

Also, removed unecessary music->start() as this is done by setMusic(n)
on successful load anyway.
2012-08-02 12:41:40 +01:00
..
actor.cpp TEENAGENT: Improve code formatting. 2011-10-23 02:07:23 +02:00
actor.h TEEN: Use only one RandomSource and give that one a name. 2011-05-17 12:17:26 +02:00
animation.cpp TEENAGENT: Pass streams as references. 2011-08-07 15:19:08 +02:00
animation.h TEENAGENT: Improve code formatting. 2011-10-23 02:07:23 +02:00
callbacks.cpp TEENAGENT: Fix typo in processCallback() address. 2012-07-26 01:53:48 +01:00
console.cpp TEENAGENT: Added "animation", "actor_animation" and "call" commands to debug console. 2011-11-03 00:02:03 +04:00
console.h TEENAGENT: Added "animation", "actor_animation" and "call" commands to debug console. 2011-11-03 00:02:03 +04:00
detection.cpp TEENAGENT: Fix erroneous files in savegame listing. 2012-07-04 02:13:40 +01:00
dialog.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
dialog.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
font.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
font.h JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
inventory.cpp TEENAGENT: Improve code formatting. 2011-10-23 02:07:23 +02:00
inventory.h ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
module.mk TEENAGENT: Sort the object files alphabetically. 2010-07-27 10:40:14 +00:00
music.cpp TEENAGENT: Added missing lock in music player, replaced protected with private. 2011-10-27 02:56:32 +04:00
music.h TEENAGENT: Added missing lock in music player, replaced protected with private. 2011-10-27 02:56:32 +04:00
objects.cpp TEENAGENT: Improve code formatting. 2011-10-23 02:07:23 +02:00
objects.h TEENAGENT: Improve code formatting. 2011-10-23 02:07:23 +02:00
pack.cpp TEENAGENT: Improve code formatting. 2011-10-23 02:07:23 +02:00
pack.h TEENAGENT: Improve code formatting. 2011-10-23 02:07:23 +02:00
resources.cpp TEENAGENT: Add translatable strings in resources.cpp 2012-07-15 03:07:01 +03:00
resources.h ALL: Remove trailing whitespaces 2011-06-20 00:59:48 +02:00
scene.cpp TEENAGENT: Get rid of casts on OSystem::copyRectToScreen calls. 2012-06-16 02:39:00 +02:00
scene.h TEENAGENT: Improve code formatting. 2011-10-23 02:07:23 +02:00
segment.cpp GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
segment.h GIT: Clean up: Suppress SVN tags, now useless 2011-05-12 01:16:22 +02:00
surface_list.cpp TEENAGENT: Improve code formatting. 2011-10-23 02:07:23 +02:00
surface_list.h TEENAGENT: Improve code formatting. 2011-10-23 02:07:23 +02:00
surface.cpp TEENAGENT: Improve code formatting. 2011-10-23 02:07:23 +02:00
surface.h ALL: Remove unnecessary forward declarations. 2011-11-21 15:59:19 +01:00
teenagent.cpp TEENAGENT: Fix for bug #3428161 "PSP: No music in TeenAgent". 2012-08-02 12:41:40 +01:00
teenagent.h TEENAGENT: Improve code formatting. 2011-10-23 02:07:23 +02:00