summaryrefslogtreecommitdiffstats
path: root/apps/plugins
AgeCommit message (Expand)AuthorFilesLines
2009-08-02Superdom: introduce new enum for value to be returned in many places instead ...Teruaki Kawashima1-326/+268
2009-08-02brickmania: improve game saving to save current status.Teruaki Kawashima1-337/+330
2009-08-02Pluginlib: Add support for general buttons. Add menu and quit buttons to Rev...Karl Kurbjun9-217/+431
2009-08-01Doom: re-add the missing modulus operation I removed in r22097Maurus Cuelenaere1-1/+1
2009-08-01Doom: prevent division by zeroMaurus Cuelenaere1-1/+4
2009-08-01pegbox: Fix bug it restarts the level when user choosed "Resume Game" in the ...Teruaki Kawashima1-147/+124
2009-07-30Ingenic Jz4740 targets: don't use IRAM in plugins as there's almost none avai...Maurus Cuelenaere1-2/+2
2009-07-30fix deleteAnimation in calculator plugin.Teruaki Kawashima1-24/+17
2009-07-29Minor additions to floating point math functions.Wincent Balin1-30/+19
2009-07-29Check if parameter is NULL in plugins which only works as viewer.Teruaki Kawashima4-0/+4
2009-07-29Reversi: Attempt to account for screen aspect, add preliminary absolute touch...Karl Kurbjun2-43/+80
2009-07-27Upps, fix to r22071Johannes Schwarz1-1/+4
2009-07-27Fix some tiny bugs in the help screen from solitaire and starJohannes Schwarz2-7/+29
2009-07-27Lua: implement the ^ and % operatorsMaurus Cuelenaere2-22/+33
2009-07-27Reversi: Simplify screen sizing - now supports any resolution.Karl Kurbjun1-85/+5
2009-07-27Sudoku: Add support for 640xx480 screens.Karl Kurbjun4-40/+19
2009-07-26updated help for r22057Robert Kukla1-0/+2
2009-07-26new powerup in brickmania Robert Kukla29-38/+90
2009-07-26Onda VX747: change PNG menu button to BUTTON_POWERMaurus Cuelenaere1-0/+1
2009-07-26initial commit of remote support for m:robe 100 courtesy of lowlight; simulat...Robert Kukla1-0/+1
2009-07-25Fix some casts from pointer to int, now cast to intptr_tFrank Gevaerts1-2/+2
2009-07-25Add a png viewer pluginFrank Gevaerts20-0/+7969
2009-07-25fix some bugs reported in FS#9707 (some of fix is from the patch by Yoshihisa...Teruaki Kawashima1-55/+51
2009-07-23Another pdbox patch by Wincent Balin (FS #10416): switch to using TLSF as mem...Peter D'Hoye21-2356/+124
2009-07-23Fix wrong text colour in help, adapt pegbox manual to r21867Johannes Schwarz4-9/+16
2009-07-23Fix OndaKarl Kurbjun1-2/+7
2009-07-23Forgot to update sources for last revision (r22009)Karl Kurbjun1-1/+1
2009-07-23Superdom: Add support for 640x480 and 480x640 screens, simplify screen defines.Karl Kurbjun3-33/+17
2009-07-23Lua: return nil when kbd_input() gets aborted and make it possible to preset ...Maurus Cuelenaere1-4/+14
2009-07-21Decrease the text buffer a tiny bit to make it fit again on archos. This real...Frank Gevaerts1-1/+1
2009-07-21Add a standard menu, add highscore table and clean up the code in spacerocks ...Johannes Schwarz1-314/+235
2009-07-21text_editor: don't set filename "/" before input new filename so that user ca...Teruaki Kawashima1-14/+26
2009-07-21By Wincent Balin: add a new (better) memory allocation library for pdbox. Nex...Peter D'Hoye7-0/+1360
2009-07-21 By Wincent Balin: Cleaned up unneeded prototypes in s_path.c (ongoing FS #10...Peter D'Hoye1-9/+0
2009-07-21Snake2: Add support for 640x480 screensKarl Kurbjun7-3/+20
2009-07-21Star, Flipit, Rockblox, Sokoban, Wormlet: Add support for 640x480 screensKarl Kurbjun8-22/+20
2009-07-21Pegbox: Add support for 640x480 screensKarl Kurbjun4-9/+29
2009-07-19Jewels: Add graphics for 640x480 screens.Karl Kurbjun1-0/+0
2009-07-18Replace bitmap menu with a standard menu, add highscore table, save last achi...Johannes Schwarz20-452/+250
2009-07-18Simplify my previous change, don't need separate defines for ipodDave Hooper1-12/+1
2009-07-18Commit FS#10350, prevents to save an unchanged highscore and move the functio...Johannes Schwarz6-210/+100
2009-07-18set YOFS to 0 for portrait LCDs.Teruaki Kawashima1-12/+5
2009-07-18Flyspray: FS#10326Frank Gevaerts3-0/+235
2009-07-18Fix PDbox compilationMaurus Cuelenaere1-1/+0
2009-07-18Make clix playable on ipod by fixing keymap (so up doesn't quit), button repe...Dave Hooper1-9/+27
2009-07-18Clix: Add support for screen widths larger than 480Karl Kurbjun1-1/+8
2009-07-18Brickmania, Chessbox, Blackjack, and Solitaire: Add support for 640x480 and 4...Karl Kurbjun19-5/+36
2009-07-18Bubbles: Make new screen support a bit more generic and add support for 640x4...Karl Kurbjun1-21/+16
2009-07-18Brickmania: Correct a bug in the ball/brick collision (large screens (640x480...Karl Kurbjun1-1/+4
2009-07-18Brickmania: Make the defines dependent on screen size generic calculationsKarl Kurbjun1-193/+24