Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
This matches the order in which workarounds are stored in workarounds.cpp
|
|
|
|
|
|
(LoL support for Italian fan translation)
|
|
Turns out params.depth == 0 is the same as == 1
|
|
The eventual goal here is to make it easier (well, *possible*) for
subclasses to modify the detector behavior, e.g. to implement
custom fallback detection.
One immediate goal could be to move the filebased fallback detector
into a subclass.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The idea here is that if two voices are generating the same tone,
the square wave generator should be in sync so that the wave forms
amplify each other, rather than cancelling each other out.
|
|
|
|
This includes a TODO, about what to do if we ever hit this case.
|
|
Thanks to digitall for his initial patch, which I only altered slightly.
|
|
|
|
|