summaryrefslogtreecommitdiff
path: root/src/doom/f_wipe.c
AgeCommit message (Collapse)Author
2008-09-20Replace all use of screens[0] by I_VideoBuffer.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1249
2008-09-20Add a dest_buffer pointer for the v_video code, and V_UseBuffer to allowSimon Howard
that to be temporarily changed. Make V_DrawBlock always draw to the screen. Subversion-branch: /branches/raven-branch Subversion-revision: 1246
2008-09-20Make the wipe code use dynamically allocated transition screens.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1244
2008-09-07Move m_bbox.[ch], f_wipe.[ch] to doom/Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1209