Age | Commit message (Expand) | Author |
2007-10-16 | Code police and clean up for rockboy. | Tom Ross |
2007-10-16 | FS#7971 - mpegplayer - start menu loads quicker - menu clean up - code clean up | Robert Kukla |
2007-10-16 | Reenable icode in Rockboy for PP/Arm targets. Previously caused problems on N... | Tom Ross |
2007-10-16 | Finally full multicore support for PortalPlayer 502x targets with an eye towa... | Michael Sevakis |
2007-10-15 | Fix warnings in test_fps. | Jens Arnold |
2007-10-15 | Enable star transition on all targets and prevent lcd partial updating of 0 a... | Antoine Cellerier |
2007-10-15 | Delay boosting and backlight on until after the menu selection is done. Fixes... | Peter D'Hoye |
2007-10-15 | Fix an improper file_exist check in zxbox. | Michael Sevakis |
2007-10-15 | use the list context in credits which has to be defined for every target | Jonathan Gordon |
2007-10-15 | Fix some plugins that use NULL instead of -1 when not using a voice id in str... | Michael Sevakis |
2007-10-15 | MIDI: At long last, though quick and dirty, pitch bend depth! Or, I think it ... | Stepan Moskovchenko |
2007-10-14 | Use the CLOCK_RATE define instead of 44100. | Antoine Cellerier |
2007-10-13 | Improved FPS test plugin: * Better precision for low frame rates (take extra ... | Jens Arnold |
2007-10-11 | Cosmetic change - change the "loading ..." splashes to "Loading...", as used ... | Dave Chapman |
2007-10-11 | FS#7931 - mpegplayer - resume on idle off - play files without start time of ... | Robert Kukla |
2007-10-11 | Accept FS #7933 by Mario Lang: bugfix in fireworks plugin | Peter D'Hoye |
2007-10-10 | Add the missing keymap for the c200, the plugin was compiled before but since... | Marianne Arnold |
2007-10-09 | fix yellow and some house cleaning | Robert Kukla |
2007-10-09 | FS#7487 - mpegplayer - video start time seek with resume | Robert Kukla |
2007-10-09 | Hopefully the last fix for crosscompilation of sims with mingw32. | Nicolas Pennequin |
2007-10-09 | Oops. Fix red. | Nicolas Pennequin |
2007-10-08 | Change loop structure for sample synthesizing. Gives a nice speedup on both c... | Nils Wallménius |
2007-10-08 | Get test_codec running again on PortalPlayer targets. | Michael Sevakis |
2007-10-08 | Keep a 2 pixel margin in the instructions screen. | Jonas Häggqvist |
2007-10-07 | Use the userfont for the instructions. | Jonas Häggqvist |
2007-10-07 | Add instructions on all targets. Somewhat hackish, I'm afraid, but works reas... | Jonas Häggqvist |
2007-10-07 | Save some more space by not allocating arrays large enough to hold more than ... | Jonas Häggqvist |
2007-10-07 | Do the checking arm targets in a nicer way in the makefile | Nils Wallménius |
2007-10-06 | Unify PCM interface just above the hardware driver level for all targets incl... | Michael Sevakis |
2007-10-06 | Discontinue any use of 'swp(b)' on PP5020. While clocking is stable, some tes... | Michael Sevakis |
2007-10-05 | Reduce memory usage so that we can include all messages on all platforms | Nils Wallménius |
2007-10-05 | Get rid of unnecessary memory acesses in a loop, gives slight speedup | Nils Wallménius |
2007-10-05 | Exclude some more messages for targets with only little space for plugins to ... | Jonas Häggqvist |
2007-10-05 | New plugin: robotfindskitten - a zen simulation. More (or less) information o... | Jonas Häggqvist |
2007-10-05 | Ooops | Linus Nielsen Feltzing |
2007-10-05 | A loop with one iteration is a little strange, also put it inside an #if bloc... | Nils Wallménius |
2007-10-05 | Platform specific button descriptions for battery bench. Fixes FS#7893 | Linus Nielsen Feltzing |
2007-10-05 | Make synthVoice return int instead of short, gives a nice speed up also add a... | Nils Wallménius |
2007-10-04 | Increase output buffer size to 32kB, results in less buffer missing in genera... | Nils Wallménius |
2007-10-04 | Optimisation of the midi player, reducing the number of multiplications and m... | Nils Wallménius |
2007-10-04 | Oops, forgot one file | Nils Wallménius |
2007-10-04 | Remove wrapper for pressNote and make the function externally visible | Nils Wallménius |
2007-10-03 | Put a struct in iram for a small speedup on coldfire | Nils Wallménius |
2007-10-03 | Add drum names, make cowbell a default instrument (no way to remap them from ... | Stepan Moskovchenko |
2007-10-03 | Minesweeper for the c200. The slightly smaller tiles made for this will also ... | Marianne Arnold |
2007-10-03 | Just temporarily disable talk menus, in case the player is reset whilst in mp... | Steve Bavin |
2007-10-02 | This should fix the voice issues in menus in mpegplayer. | Michael Sevakis |
2007-10-02 | Doom: * Fix voicing numerous options as 'yes'. voice_id is an id, not a point... | Jens Arnold |
2007-10-02 | Fix signed/unsigned warning | Steve Bavin |
2007-10-02 | Thanks to Nico_P, struct track_info can now be internal to playback.c | Steve Bavin |