rockbox/apps/plugins/doom
Dave Chapman 830ec63b4b Stop playback before starting to use IRAM
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@9947 a1c6a512-1295-4272-9138-f99709370657
2006-05-15 21:25:43 +00:00
..
am_map.c Fix uninitialised variable warning 2006-03-28 16:08:52 +00:00
am_map.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
Changelog Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
d_englsh.h Fix up configurable keys, edit exit string, more work needs to be done on menu keys 2006-04-04 23:13:50 +00:00
d_event.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
d_french.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
d_items.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
d_items.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
d_main.c Slight code cleanups, fixed sound parameter - now it saves. Old configurations will be reset. 2006-04-15 22:08:36 +00:00
d_main.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
d_net.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
d_net.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
d_player.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
d_think.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
d_ticcmd.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
doomdata.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
doomdef.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
doomdef.h Fix up configurable keys, edit exit string, more work needs to be done on menu keys 2006-04-04 23:13:50 +00:00
doomstat.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
doomstat.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
doomtype.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
dstrings.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
dstrings.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
f_finale.c Fix finale text and try and prevent some data corruption due to the scaling code. Also allows the non-standard GP32 mods to work with some bounds checking. More comments are in v_video.c 2006-04-05 06:37:37 +00:00
f_finale.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
f_wipe.c Patch #4864 by Jonathan Gordon: text editor plugin, with some changes by me. 2006-04-03 08:51:08 +00:00
f_wipe.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
g_game.c Fix run so that it stays enabled across level loads. Removed some unused code and added some back in for hopeful future use. 2006-04-16 23:14:04 +00:00
g_game.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
hu_lib.c Fix warning 2006-04-03 00:37:27 +00:00
hu_lib.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
hu_stuff.c Fix automap coordinates 2006-04-05 00:20:32 +00:00
hu_stuff.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
i_sound.c Optimizations for doom: coldfire asm drawspan routine = not much, fixed point multiply changes = not much, H300 asm lcd update = some, IRAM sound updates and simplifications = more 2006-04-20 19:39:56 +00:00
i_sound.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
i_system.c Slight code cleanups, fixed sound parameter - now it saves. Old configurations will be reset. 2006-04-15 22:08:36 +00:00
i_system.h Slight code cleanups, fixed sound parameter - now it saves. Old configurations will be reset. 2006-04-15 22:08:36 +00:00
i_video.c Better video update, add options to startup menu, change default screensize 2006-04-22 03:48:15 +00:00
i_video.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
info.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
info.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
m_argv.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
m_argv.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
m_bbox.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
m_bbox.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
m_cheat.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
m_cheat.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
m_fixed.h Optimizations for doom: coldfire asm drawspan routine = not much, fixed point multiply changes = not much, H300 asm lcd update = some, IRAM sound updates and simplifications = more 2006-04-20 19:39:56 +00:00
m_menu.c Fix run so that it stays enabled across level loads. Removed some unused code and added some back in for hopeful future use. 2006-04-16 23:14:04 +00:00
m_menu.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
m_misc.c Better video update, add options to startup menu, change default screensize 2006-04-22 03:48:15 +00:00
m_misc.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
m_random.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
m_random.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
m_swap.h Use rockbox endian defines 2006-03-29 21:16:45 +00:00
Makefile Start of profiling support for doom. 2006-04-14 21:07:56 +00:00
p_ceilng.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_doors.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_enemy.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_enemy.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_floor.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_genlin.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_inter.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_inter.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_lights.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_map.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_map.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_maputl.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_maputl.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_mobj.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_mobj.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_plats.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_pspr.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_pspr.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_saveg.c More 64-bit fixes. 2006-03-28 19:04:48 +00:00
p_saveg.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_setup.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_setup.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_sight.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_spec.c Properly cache animations at level start. Switches still need some caching code. Added a debug cache flag for use in the sim to w_wad.c. Should be taken out when switches are handled. 2006-04-17 19:42:08 +00:00
p_spec.h Change the type of the P_SectorActive() function to boolean - that's how it is being used. 2006-03-28 19:04:56 +00:00
p_switch.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_telept.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_tick.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_tick.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_user.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
p_user.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
r_bsp.c Update adds prboom's high resolution support, also makes the scaling for 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. 2006-04-02 01:52:44 +00:00
r_bsp.h Update adds prboom's high resolution support, also makes the scaling for 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. 2006-04-02 01:52:44 +00:00
r_data.c Properly cache animations at level start. Switches still need some caching code. Added a debug cache flag for use in the sim to w_wad.c. Should be taken out when switches are handled. 2006-04-17 19:42:08 +00:00
r_data.h Update adds prboom's high resolution support, also makes the scaling for 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. 2006-04-02 01:52:44 +00:00
r_defs.h Update adds prboom's high resolution support, also makes the scaling for 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. 2006-04-02 01:52:44 +00:00
r_draw.c Optimizations for doom: coldfire asm drawspan routine = not much, fixed point multiply changes = not much, H300 asm lcd update = some, IRAM sound updates and simplifications = more 2006-04-20 19:39:56 +00:00
r_draw.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
r_main.c Decrease doom's code size and some code cleanup. 2006-04-16 21:16:09 +00:00
r_main.h Update adds prboom's high resolution support, also makes the scaling for 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. 2006-04-02 01:52:44 +00:00
r_plane.c Update adds prboom's high resolution support, also makes the scaling for 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. 2006-04-02 01:52:44 +00:00
r_plane.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
r_segs.c Update adds prboom's high resolution support, also makes the scaling for 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. 2006-04-02 01:52:44 +00:00
r_segs.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
r_sky.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
r_sky.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
r_state.h Decrease doom's code size and some code cleanup. 2006-04-16 21:16:09 +00:00
r_things.c Update adds prboom's high resolution support, also makes the scaling for 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. 2006-04-02 01:52:44 +00:00
r_things.h Update adds prboom's high resolution support, also makes the scaling for 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. 2006-04-02 01:52:44 +00:00
rockdoom.c Stop playback before starting to use IRAM 2006-05-15 21:25:43 +00:00
rockmacros.h Slight code cleanups, fixed sound parameter - now it saves. Old configurations will be reset. 2006-04-15 22:08:36 +00:00
s_sound.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
s_sound.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
sounds.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
sounds.h Better video update, add options to startup menu, change default screensize 2006-04-22 03:48:15 +00:00
st_lib.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
st_lib.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
st_stuff.c Patch #4864 by Jonathan Gordon: text editor plugin, with some changes by me. 2006-04-03 08:51:08 +00:00
st_stuff.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
tables.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
tables.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
v_video.c Add better error message for messed up graphics. 2006-04-17 19:54:18 +00:00
v_video.h Patch #4864 by Jonathan Gordon: text editor plugin, with some changes by me. 2006-04-03 08:51:08 +00:00
w_wad.c Properly cache animations at level start. Switches still need some caching code. Added a debug cache flag for use in the sim to w_wad.c. Should be taken out when switches are handled. 2006-04-17 19:42:08 +00:00
w_wad.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
wi_stuff.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
wi_stuff.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
z_bmalloc.c Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
z_bmalloc.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00
z_zone.c Remove workaround for broken ARM memset. 2006-04-05 15:43:42 +00:00
z_zone.h Patch #2969 - Doom! Currently only working on the H300. 2006-03-28 15:44:01 +00:00