summaryrefslogtreecommitdiff
path: root/apps/plugins/doom
AgeCommit message (Collapse)Author
2006-04-04Add configurable keys to Doom, enter, escape and run still need to be ↵Karl Kurbjun
handled. More game keys need to be added to the options. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9494 a1c6a512-1295-4272-9138-f99709370657
2006-04-04iPod: Make the hold switch bring up the in-game menu.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9487 a1c6a512-1295-4272-9138-f99709370657
2006-04-04Correct the #ifdef logic for timer_unregister() and add a comment describing ↵Dave Chapman
why we need to surround the use of the user timer with #ifdefs git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9486 a1c6a512-1295-4272-9138-f99709370657
2006-04-04Make the core key mappings more logical - e.g. map KEY_UPARROW to "key_up". ↵Dave Chapman
This makes the ipod work as expected, but will change the H300 behaviour - future changes to key bindings should be made in i_video.c. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9477 a1c6a512-1295-4272-9138-f99709370657
2006-04-03Workaround for Rockbox's broken memset on ARMDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9476 a1c6a512-1295-4272-9138-f99709370657
2006-04-03Updates doom menu w/ new graphics, now requires rockdoom.wad: ↵Karl Kurbjun
http://alamode.mines.edu/~kkurbjun/rockdoom.wad git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9468 a1c6a512-1295-4272-9138-f99709370657
2006-04-03Prevent a potential unaligned memory accessDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9462 a1c6a512-1295-4272-9138-f99709370657
2006-04-03Clean up the (incorrect) #ifdef spaghetti for the timer. We now have a user ↵Dave Chapman
timer on the ipods, so we use it. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9461 a1c6a512-1295-4272-9138-f99709370657
2006-04-03Finishing touchesKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9460 a1c6a512-1295-4272-9138-f99709370657
2006-04-03Doom can't use the user timer at the same time as using the grayscale lib.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9459 a1c6a512-1295-4272-9138-f99709370657
2006-04-03Fix #ifKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9458 a1c6a512-1295-4272-9138-f99709370657
2006-04-03Add grayscale lib for the H100'sKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9456 a1c6a512-1295-4272-9138-f99709370657
2006-04-03Patch #4864 by Jonathan Gordon: text editor plugin, with some changes by me.Hristo Kovachev
Also correct a var clash between the rockbox's gui api and doom plugin git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9451 a1c6a512-1295-4272-9138-f99709370657
2006-04-03Fix warningKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9446 a1c6a512-1295-4272-9138-f99709370657
2006-04-03Fixes graphic errors in scaling code, note sure about the fix in hu_lib.c ↵Karl Kurbjun
though. I havn't seen any corrupted text but it may still need a proper fix. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9445 a1c6a512-1295-4272-9138-f99709370657
2006-04-02Properly ifdef H300 video code, fix commented line handling rockbox volumeKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9439 a1c6a512-1295-4272-9138-f99709370657
2006-04-02Use TIMER_FREQ for timers in plugins. Fixes timer speed on iPod.Jens Arnold
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9427 a1c6a512-1295-4272-9138-f99709370657
2006-04-02Update adds prboom's high resolution support, also makes the scaling for ↵Karl Kurbjun
platforms w/ resolution less then 320x200 much nicer. IDoom's lookup table code has been removed. Also fixed a pallete bug. Some graphic errors are present in menu and status bar. Also updates some headers and output formatting. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9418 a1c6a512-1295-4272-9138-f99709370657
2006-03-29Use rockbox endian definesKarl Kurbjun
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9351 a1c6a512-1295-4272-9138-f99709370657
2006-03-28Change the type of the P_SectorActive() function to boolean - that's how it ↵Dave Chapman
is being used. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9323 a1c6a512-1295-4272-9138-f99709370657
2006-03-28More 64-bit fixes.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9322 a1c6a512-1295-4272-9138-f99709370657
2006-03-28More 64-bit fixesDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9321 a1c6a512-1295-4272-9138-f99709370657
2006-03-28added good (tm) button mappings for x5, and added ifdef for HAS_BUTTON_HOLDChristian Gmeiner
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9319 a1c6a512-1295-4272-9138-f99709370657
2006-03-2864-bit sim fixesDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9316 a1c6a512-1295-4272-9138-f99709370657
2006-03-28Fix uninitialised variable warningDave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9314 a1c6a512-1295-4272-9138-f99709370657
2006-03-28Do not export load_main_backdrop() via the plugin API. Plugins should ↵Dave Chapman
allocate their own buffer and use lcd_set_backdrop() git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9313 a1c6a512-1295-4272-9138-f99709370657
2006-03-28Patch #2969 - Doom! Currently only working on the H300.Dave Chapman
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9312 a1c6a512-1295-4272-9138-f99709370657