Age | Commit message (Expand) | Author |
2007-11-17 | MIDI: Increase percision of synthesizer by a factor of 4 - makes certain part... | Stepan Moskovchenko |
2007-11-16 | High score list needed to be redrawn on return from hold, put it in a seperat... | Adam Gashlin |
2007-11-15 | Revert some changes that broke looping in midiplayer | Nils Wallménius |
2007-11-12 | Remove some stray ^Ms | Dave Chapman |
2007-11-12 | Remove unused x11 and win32 simulator rules | Dave Chapman |
2007-11-11 | Rearrange logic in the synthVoice loop to do less tests and remove need of a ... | Nils Wallménius |
2007-11-10 | Change the way the UART recieves data and how buttons pressed are processed. ... | Karl Kurbjun |
2007-11-07 | Get the user timer working properly consequentially fixing doom without a hack. | Karl Kurbjun |
2007-11-05 | MIDI: Make seeking neater by moving it into another file. Will be more useful... | Stepan Moskovchenko |
2007-11-03 | MIDI: Improve seeking (especially near the end of the file) by disabling play... | Stepan Moskovchenko |
2007-11-03 | Fix warnings. | Stéphane Doyon |
2007-11-03 | MIDI: Allow seeking forward and backward using the left/right keys. Currently... | Stepan Moskovchenko |
2007-11-02 | set the iriver h100 and h300 keys correctly (fix red) | Jonathan Gordon |
2007-11-02 | Build some more plugins for M:Robe most work, doom builds and runs if you use... | Karl Kurbjun |
2007-10-31 | Remove an unneeded #include - action.h is already included by plugin.h | Dave Chapman |
2007-10-30 | Fix FS #8019, caused by memcpy() being called before "rb = api;". Be cautious... | Thom Johansen |
2007-10-28 | Mandelbrot: Don't update the display more often than 50 times per second on c... | Jens Arnold |
2007-10-26 | Fixed the Total being out of screen with huge fonts like ter-u32b | Kevin Ferrare |
2007-10-26 | Fix starfield displaying stars in white on grayscale devices (they remain vis... | Kevin Ferrare |
2007-10-25 | enable jpeg, mpegplayer and midiplay on the mr500 (only jpeg is actually usab... | Jonathan Gordon |
2007-10-25 | get the mrobe plugins running again | Jonathan Gordon |
2007-10-23 | make the first bunch of plugins compile for the mrobe. an earlier commit brok... | Jonathan Gordon |
2007-10-23 | Fix vroken logic that _could_ lead to memory corruption though it was very un... | Nils Wallménius |
2007-10-22 | Re-enable robotfindskitten, that accidentally got lost in the previous commit... | Marianne Arnold |
2007-10-22 | Oops, forgot to add the two needed bitmaps... | Marianne Arnold |
2007-10-22 | Flipit for Sansa c200 and add the help text in the welcome screen for both Sa... | Marianne Arnold |
2007-10-22 | Phase in thread_wait when waiting for a thread to exit. Begin phasing out the... | Michael Sevakis |
2007-10-22 | add PLA keys for mrobe, and dont bother compiling any plugins yet | Jonathan Gordon |
2007-10-21 | Increase temp buffer size to fit more samples, put in simple safeguard to avo... | Nils Wallménius |
2007-10-21 | MIDI: Fix ringing/beeks in music caused by improper parsing of some pitch ben... | Stepan Moskovchenko |
2007-10-21 | FS#7997 - mpegplayer - enable/disable start menu | Robert Kukla |
2007-10-21 | Implement YUV dithering for c200, and enable the option in mpegplayer. | Jens Arnold |
2007-10-21 | Really tiny tweak to the coldfire idct. * Comment fix. | Jens Arnold |
2007-10-20 | Accept FS#7966 by Bertrik Sikken, correcting captions in playback control sub... | Nils Wallménius |
2007-10-19 | FS#7994 - Rename talk.c API, make talk_disable() affect all talking (not just... | Steve Bavin |
2007-10-19 | Add the thread state check into test_codec as used in mpegplayer which makes ... | Michael Sevakis |
2007-10-19 | Chessbox: ported to c200, also simplify the tile size calculation (thanks to ... | Marianne Arnold |
2007-10-19 | Code police strike. Every line was padded with trailing space. Trim it. | Michael Sevakis |
2007-10-18 | Just fix a typo. | Mustapha Senhaji |
2007-10-18 | Clean out an unused struct member from the synthObject struct | Nils Wallménius |
2007-10-18 | Removed annoying 'Saving settings' splash | Björn Stenberg |
2007-10-18 | Fix a warning in the sim | Dave Chapman |
2007-10-18 | Put some arrays used in the decoder into IRAM for a few percent speedup (main... | Jens Arnold |
2007-10-18 | Use the core codec thread's stack for the mpegplayer audio thread - this will... | Dave Chapman |
2007-10-18 | Less stack hogging in the coldfire IDCT for mpegplayer. Speedup might or migh... | Jens Arnold |
2007-10-17 | Move some tables that aren't performance critical out of iram, const police | Nils Wallménius |
2007-10-17 | Mpegplayer: Assembler optimised motion compensation for coldfire (just the va... | Jens Arnold |
2007-10-17 | Try to fix the non-working $ replacement. | Jens Arnold |
2007-10-17 | MIDI: Scale each instrument by a calibration value, since not all patches are... | Stepan Moskovchenko |
2007-10-17 | MIDI: Optimize the new pitch bending code for a small speedup. | Stepan Moskovchenko |