summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-01-03chip8 plugin:Bertrik Sikken
2010-01-03Final removal of tabs in firmware pathAndree Buschmann
2010-01-03More tabs removedAndree Buschmann
2010-01-03Fix further tabsAndree Buschmann
2010-01-03Fix even more tabsAndree Buschmann
2010-01-03Fix more tabsAndree Buschmann
2010-01-03Fix tabsAndree Buschmann
2010-01-03Use long jump to reach __div0 from udiv32_arm if building with IRAM and witho...Andrew Mahone
2010-01-03More comments for udiv32_armv4.S, reduce zero divisor test to one cycle for t...Andrew Mahone
2010-01-02Make debug builds compile againBertrik Sikken
2010-01-02Fix tabs in chip8 pluginBertrik Sikken
2010-01-02Second part of FS#10832 by Juliusz Chroboczek. Ignore empty mdat chunks in m...Michael Giacomelli
2010-01-02Commit first part of FS#10832 by Juliusz Chroboczek. Allows playback of unst...Michael Giacomelli
2010-01-02Submit FS#10718. Small fix to calculation of estimated runtime to avoid negat...Andree Buschmann
2010-01-02xobox: show game stats when finishing levelJeffrey Goode
2010-01-02Simplify some boolean expressions that compare directly against 'true'Bertrik Sikken
2010-01-02Add missing EOF newline.Andrew Mahone
2010-01-02Remove special cases from udiv32_armv4.S, except for zero divisor and large n...Andrew Mahone
2010-01-02Add strlcat to core to match strlcpy (also add to plugin api). Some uses of s...Torne Wuff
2010-01-02Brickmania: Change the drawing/collision detection to simplify position manag...Karl Kurbjun
2010-01-02Fix red.Karl Kurbjun
2010-01-02Brickmania: Scale bitmaps with the high-res bricks to fit them to the LCD wid...Karl Kurbjun
2010-01-01FS#10886 - Hebrew glyphs for 08-Rockfont.bdf Tomer Shalev
2010-01-01Simplify some expressions using the ? operatorBertrik Sikken
2010-01-01Make the delete_handler function return the actual result, instead of just 'f...Mohamed Tarek
2010-01-01FS#9409: fix rename which didn't close file handles on error and enventually ...Amaury Pouly
2009-12-31FS#10047 : Clipv2Rafaël Carré
2009-12-31Add 31/31-bit unsigned division in apps/codecs/lib/udiv_arm.S, with 2 cycles ...Andrew Mahone
2009-12-31Enable and initialize VFP on imx31. VFP state is not saved on thread change, ...Andrew Mahone
2009-12-30Fix a typo in commentAlexander Levin
2009-12-30Add bitmaps for correct and wrong flags when showing the full board. (Feel fr...Antoine Cellerier
2009-12-30Clicking on a discovered tile with its number of adjacent mines already flagg...Antoine Cellerier
2009-12-30Do not try to generate dependencies of lua filesRafaël Carré
2009-12-29Checkwps: use script for getting the targets instead of hardcoded file (fixes...Maurus Cuelenaere
2009-12-29WPS: Use helper function to parse int value on album-art directiveTomer Shalev
2009-12-28FS#10879 - Cabbie: Fix usage of spaces to position stringsTomer Shalev
2009-12-27Return NULL istead of 0 in function which returns a pointerTomer Shalev
2009-12-27Rename wps/cabbiev2.128x64x1.clip.wps to wps/cabbiev2.128x64x1.sansaclip.wps ...Bertrik Sikken
2009-12-26Cabbie 320x240: Fix usage of spaces to position stringsTomer Shalev
2009-12-26ARM <= v5: Tiny optimisation exploiting the location of the table.Jens Arnold
2009-12-25Make TTS options actually work (fix variable name).Jens Arnold
2009-12-25Properly append advanced build options so that 'make reconf' works without re...Jens Arnold
2009-12-25Fix warnings on logf buildMichael Chicoine
2009-12-25Merry Christmas Gogear HDD6330 owners! This is the start of the HDD6330 port....Mark Arigo
2009-12-24Fix windows sim buildsFrank Gevaerts
2009-12-24Fix building simulators (at least on linux. cygwin and mingw might need more ...Frank Gevaerts
2009-12-24Add support for errno in plugins.Amaury Pouly
2009-12-24Accept FS#8321 by Lee Kang HyukJonathan Gordon
2009-12-23Assembler optimised bitreverse for ARM, again a little bit faster and smaller...Jens Arnold
2009-12-23Make read() and write() return -1/EISDIR on directoriesFrank Gevaerts