| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Small fixes, decluttering + better build scripts
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fully fixes issue 39 with tsuserver3
(https://github.com/AttorneyOnline/tsuserver3/issues/39)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Restructuring + better cross-platform support
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The `BASS_ChannelStop()` line existed in 2.4.10, but disappeared in 2.6.
This fixes #50 .
|
|
Since the realisation could have been called from two paths that were
previously one and the same (previously, the pre ending was the same as
the text starting -- with the inclusion of non-interrupting preanims,
these became different), in some select cases, the realisation could
have played twice.
As a solution to this, handling realisation is now done when the text
starts ticking, as that guarantees that the realisation happens only
once.
|
|
|