Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How such string constants are compiled into code depends on the encoding
used for the source file, which easily is changed by accident (e.g.
between UTF-8 and Latin-1 encoding). Better to explicitly encode the
character codes, as is already done for various other text messages.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
some commas were missing, added them
thanks to eriktorbjorn
|
|
|
|
|
|
|
|
|
|
|
|
remove "_" from reset-method-names
|
|
- use proper naming conventions
- remove _MT32 variable, use _nativeMT32 instead
|
|
|
|
|
|
|
|
- implement Miles Audio 3 AdLib driver
- also cleanup of Scalpel AdLib driver
- work in progress, sustain and for example OPL-3 missing
|
|
|
|
|
|
|
|
|
|
|
|
Since this table must only be set up for RT when changing fonts, I
needed to put an engine reference in the Fonts base class. Because
of this, I've been able to simplify the creation of the various
surfaces, since you no longer need to pass in the platform
|
|
|
|
|
|
|
|
copies those files from Sci, must have forgotten to change
the namespace comments
|