shithub: choc

RSS feed

f19a6f2a – Simon Howard <fraggle@gmail.com> authored on 2008/09/20 17:39
Remove now-unused screen number definitions.

71d54112 – Simon Howard <fraggle@gmail.com> authored on 2008/09/20 17:37
Replace heretic "screen" variable with I_VideoBuffer.

7c1407ea – Simon Howard <fraggle@gmail.com> authored on 2008/09/20 17:26
Merge heretic/v_video.c to common code.

221a00eb – Simon Howard <fraggle@gmail.com> authored on 2008/09/20 17:11
Remove screens[] and all remaining use of it.

10d63425 – Simon Howard <fraggle@gmail.com> authored on 2008/09/20 16:43
Clean up string munging for selecting PCX filename.

1a9dc27f – Simon Howard <fraggle@gmail.com> authored on 2008/09/20 16:41
Replace all use of screens[0] by I_VideoBuffer.

e2e163c6 – Simon Howard <fraggle@gmail.com> authored on 2008/09/20 16:32
Remove screen parameter from V_DrawPatch functions; update code to use

bacd7fff – Simon Howard <fraggle@gmail.com> authored on 2008/09/20 15:57
Minor v_video.h cleanups.

96cfb635 – Simon Howard <fraggle@gmail.com> authored on 2008/09/20 15:54
Add a dest_buffer pointer for the v_video code, and V_UseBuffer to allow

cb4c334c – Simon Howard <fraggle@gmail.com> authored on 2008/09/20 15:46
Add I_VideoBuffer variable for pointer to screen buffer used by

e2e44080 – Simon Howard <fraggle@gmail.com> authored on 2008/09/20 15:44
Make the wipe code use dynamically allocated transition screens.

90056c59 – Simon Howard <fraggle@gmail.com> authored on 2008/09/17 16:07
Remove heretic definitions for fixed math arithmetic and endianness

967d3910 – Simon Howard <fraggle@gmail.com> authored on 2008/09/17 16:03
ANGLE_MAX -> ANG_MAX (oops)

8cdc1732 – Simon Howard <fraggle@gmail.com> authored on 2008/09/17 15:56
Remove definitions from heretic/doomdef.h that are in common code.

3dc8f945 – Simon Howard <fraggle@gmail.com> authored on 2008/09/17 15:49
Move finecosine variable into tables.c.

3f667115 – Simon Howard <fraggle@gmail.com> authored on 2008/09/17 15:48
Move gameaction from d_event.h into doom/ code.

c56d9a25 – Simon Howard <fraggle@gmail.com> authored on 2008/09/17 15:18
Remove Logitech Cyberman code.

47c0b520 – Simon Howard <fraggle@gmail.com> authored on 2008/09/17 15:10
Split sound code out of Heretic's i_ibm.c into s_sound.c. Rename

1a9f364f – Simon Howard <fraggle@gmail.com> authored on 2008/09/17 15:07
Silence compiler warning.

55bb7e89 – Simon Howard <fraggle@gmail.com> authored on 2008/09/16 21:05
Convert MAXINT/MININT -> INT_MAX/INT_MIN in Heretic/Hexen code.

61e77600 – Simon Howard <fraggle@gmail.com> authored on 2008/09/15 20:07
Clean up some warnings in the Hexen code.

a4d274e6 – Simon Howard <fraggle@gmail.com> authored on 2008/09/14 20:53
Update HH-TODO andd add a couple of items

204a0368 – Simon Howard <fraggle@gmail.com> authored on 2008/09/14 18:11
Allocate sound chunks and their buffers together, so that they are freed

3a708aa7 – Simon Howard <fraggle@gmail.com> authored on 2008/09/14 17:36
Remove i_sdlsound.c dependency on doom/

609dca9f – Simon Howard <fraggle@gmail.com> authored on 2008/09/14 17:29
Silence some compiler warnings on heretic/hexen code.

7019bf09 – Simon Howard <fraggle@gmail.com> authored on 2008/09/11 18:52
Add TODO file for Heretic/Hexen integration.

83072f09 – Simon Howard <fraggle@gmail.com> authored on 2008/09/11 18:17
Remove duplicate w_wad.c from hexen/ and DevMaps option.

5abfa837 – Simon Howard <fraggle@gmail.com> authored on 2008/09/11 18:12
Remove duplicate w_wad.c from heretic/.

e3f63841 – Simon Howard <fraggle@gmail.com> authored on 2008/09/11 17:11
Add missing i_sound.h include.

b8683529 – Simon Howard <fraggle@gmail.com> authored on 2008/09/11 17:03
Refactor configuration file system to allow configuration file variables

d863f019 – Simon Howard <fraggle@gmail.com> authored on 2008/09/10 21:01
Allow all Doom missions to use any Doom version.

77518973 – Simon Howard <fraggle@gmail.com> authored on 2008/09/10 19:01
Add missing d_mode.[ch].

cf42188f – Simon Howard <fraggle@gmail.com> authored on 2008/09/10 18:28
Split out variables for controls into common m_controls.c.

154d9d80 – Simon Howard <fraggle@gmail.com> authored on 2008/09/10 14:45
Split off game mode/mission/version definitions into common code, along

580372cd – Simon Howard <fraggle@gmail.com> authored on 2008/09/09 14:16
Replace Hexen CD music API with SDL-based equivalent (as yet untested).

3a41ade9 – Simon Howard <fraggle@gmail.com> authored on 2008/09/08 13:55
Remove i_system.c dependency on doom/ code and add a generic I_AtExit()

0a5d1795 – Simon Howard <fraggle@gmail.com> authored on 2008/09/08 13:53
Fix disabled PC speaker sounds.

2b2abd25 – Simon Howard <fraggle@gmail.com> authored on 2008/09/07 20:37
Remove unneeded doomstat.h include.

a3bdc179 – Simon Howard <fraggle@gmail.com> authored on 2008/09/07 20:27
Move s_sound.[ch] to doom/

f26e260b – Simon Howard <fraggle@gmail.com> authored on 2008/09/07 20:23
Split off some of the s_sound.c code into i_sound.c and reimplement the

1445d659 – Simon Howard <fraggle@gmail.com> authored on 2008/09/07 17:19
Move m_bbox.[ch] back to common (needed by v_video.c). Remove some

37865c5d – Simon Howard <fraggle@gmail.com> authored on 2008/09/07 17:03
Move dehacked code to doom/. Split dehacked string replacement code into

cf7b4fab – Simon Howard <fraggle@gmail.com> authored on 2008/09/07 16:33
Move m_bbox.[ch], f_wipe.[ch] to doom/

20ea83f0 – Simon Howard <fraggle@gmail.com> authored on 2008/09/06 17:08
Add missing d_event.c.

5b6f2399 – Simon Howard <fraggle@gmail.com> authored on 2008/09/06 16:36
Split off patch code from r_defs.h into a common file. Remove dependency

90da953b – Simon Howard <fraggle@gmail.com> authored on 2008/09/06 16:18
Remove dependencies of i_video.c on doom/ code.