[aquaria] Subtitle problems in v1.1.3

Henrik Holst henrik.holst2 at gmail.com
Sun May 20 16:24:34 EDT 2012


Yes that fixed it!

Thanks

/HH

2012/5/20 False.Genesis <false.genesis at googlemail.com>

>
>  I noticed that when I built v1.1.3 locally I see no subtitles on the
>>> first screen (naija_intro-music.txt) but it works flawlessy for every
>>> other screen/song. There was no such problems on v1.1.1. Does anyone
>>> else experience this or is it local to my build?
>>>
>>
>> Confirmed, have the same problem. Good catch, never noticed this.
>>
>
>
>
> This culprit is most likely this commit:
> http://hg.icculus.org/icculus/**aquaria/rev/203af0d613b4<http://hg.icculus.org/icculus/aquaria/rev/203af0d613b4>
>
> - A prev. call to Game::removeState() would hide the subs player; it was
> never made visible again until the next Game::applyState()
>
>
> Fix below:
>
>
> @@ -64,10 +64,12 @@ void Intro2::applyState()
>
>        ActionMapper::clearActions();
>
>        //addAction(MakeFunctionEvent(**Intro2, skipIntro), KEY_ESCAPE, 0);
>
> +       dsq->subtitlePlayer.show(0.5f)**;
> +
>        core->resetCamera();
>
>        dsq->jiggleCursor();
>
>        dsq->setCutscene(1,1);
>
>
> (Do we need fade-out logic on Intro2::removeState() ? Don't think so.
>
> ______________________________**_________________
> aquaria mailing list
> aquaria at icculus.org
> http://icculus.org/mailman/**listinfo/aquaria<http://icculus.org/mailman/listinfo/aquaria>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://icculus.org/pipermail/aquaria/attachments/20120520/d1d52f20/attachment.htm>


More information about the aquaria mailing list