Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-24 | MT-32: Update to munt 1.3.0 | Filippos Karapetis | |
2013-08-21 | MT-32: Sync with the latest changes in munt | Filippos Karapetis | |
2013-07-02 | MT-32: Sync with the latest changes in munt | Filippos Karapetis | |
This syncs our code with munt commits 258cd89 and 17b40a6 | |||
2013-03-27 | MT-32: Sync with the latest changes in munt | Filippos Karapetis | |
This syncs our code with munt commit 15e9f65 | |||
2013-03-03 | MT-32: Sync with the latest changes in munt | Filippos Karapetis | |
2013-03-03 | MT-32: Also replace cosf() (C99) with cos() | Filippos Karapetis | |
2013-03-03 | MT-32: Avoid using sinf() (which is C99) in favor of sin() | Filippos Karapetis | |
2013-03-02 | MT32: Sync with the latest changes in munt | Filippos Karapetis | |
The major change is the addition of a refined wave generator based on logarithmic fixed-point computations and LUTs | |||
2013-03-02 | MT32: Update copyright year | Filippos Karapetis | |
2013-02-04 | MT32: Sync with the latest changes in munt | Filippos Karapetis | |
This syncs our code with munt commit ee380de | |||
2013-01-19 | MT32: Sync with the latest changes in munt | Filippos Karapetis | |
This syncs our code with munt commits 535bf96, 934c116, 1643d07 and 2eac585 | |||
2013-01-02 | COPYRIGHT: After a discussion it with KingGuppy, revert copyright ↵ | Strangerke | |
modification in some Munt files (thanks LordHoto for pointing it) | |||
2013-01-02 | JANITORIAL: Update copyright year | Strangerke | |
2013-01-02 | MT-32: Sync with the latest changes in munt | Filippos Karapetis | |
This syncs our code with munt commits 3f0db2d and 2c5f314 | |||
2012-12-27 | MT32: Add missing initialization code | Filippos Karapetis | |
This code wasn't added when syncing with the official munt codebase | |||
2012-12-27 | MT32: Move the ROM file deletion code to the ScummVM MT32 driver | Filippos Karapetis | |
This removes the custom ScummVM file deletion code in the munt code | |||
2012-12-26 | MT32: Update the MT32 emulator and adapt to its new API | Filippos Karapetis | |
Previous munt commit was 84b2819 (Dec 22, 2012) Current munt commit is 6afddaf (Dec 23, 2012) This commit also updates the MT32 driver code to the latest munt API | |||
2012-12-25 | MT32: Update the MT32 emulator to a newer munt commit | Filippos Karapetis | |
Previous munt commit was f969d20 (Nov 15, 2012) Current munt commit is 84b2819 (Dec 22, 2012) We are still missing the changes from commit 788f7b1 onwards (Dec 22, 2012). There are bigger ROM access-related changes from that point, which we'll have to integrate as well. | |||
2012-11-15 | MT32: Make all constant tables in the MT32Emu namespace static | Filippos Karapetis | |
Added in munt commit d4f8ebf54be0a8255af08bb24f1962afa8378096 | |||
2012-11-15 | MT32: Update the MT32 emulator to the latest munt revision | Filippos Karapetis | |
Previous munt revision was 189f607c88e7404ad99abcf4b90f23b103003ed1 (Feb 09, 2012). Current munt revision is f969d2081d41b669c1bfebd0026b5419c09517ae (Nov 15, 2012) | |||
2012-09-26 | JANITORIAL: Remove trailing whitespaces. | Johannes Schickel | |
Powered by: git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//' | |||
2012-09-05 | AUDIO: Silence MSVC warning about un-initialized newIncrement variable | Littleboy | |
2012-03-17 | ALL: Make use of defined() for the preprocessor consistent. | Johannes Schickel | |
This does not change the use of defined for some NDS source files, since they seem to be (based on?) third party code. | |||
2012-02-15 | JANITORIAL: Fix whitespace in pointer template arg | Tarek Soliman | |
2012-02-11 | MT32: Replace OS X specific exp2f call with exp2. | Alyssa Milburn | |
Suggested by clone2727 to fix the build, since buildbot's ppc headers don't have exp2f. | |||
2012-02-10 | MT32: Turn off accurate WG as suggested by KingGuppy | Eugene Sandulenko | |
2012-02-09 | MT32: Fix warning | Willem Jan Palenstijn | |
The workaround for the unused parameter warning caused a warning: parameter 'patchNum' set but not used | |||
2012-02-09 | MT32: Update MT-32 emulator to latest Munt code | Eugene Sandulenko | |
Several changes against original code were made. They were intentionally kept to the minimum | |||
2011-11-26 | ALL: unrecognised -> unrecognized. | Johannes Schickel | |
2011-08-07 | JANITORIAL: Remove trailing empty lines. | Christoph Mallon | |
2011-05-25 | ALL: initialise -> initialize | Matthew Hoops | |
2011-05-17 | COMMON: Forbid use of some more symbols | Max Horn | |
2011-05-17 | AUDIO: Fix typo | Max Horn | |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke | |
2011-05-02 | ALL: Mark printf and various other symbols as forbidden | Max Horn | |
Right now, a few places in the frontend code still use printf and consorts. We mark the affected files with a FIXME for now, and add a dedicated exception for each. To be fixed! Also tweak FORBIDDEN_SYMBOL_REPLACEMENT to hopefully really always enforce a compiler error | |||
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion | |
Some backends may break as I only compiled SDL | |||
2011-04-14 | ALL: centre -> center | Max Horn | |
2011-02-09 | AUDIO: Rename sound/ dir to audio/ | Max Horn | |
svn-id: r55850 |