SCM Repositories - uhexen2

Files shown:226 (Show 43 dead files)
Sticky Tag:

Index of /hexen2


File Rev. Age Author Last log entry
 Parent Directory        
MacOSX/        
dos/        
icons/        
obsolete/        
server/        
sv_objs/        
win_stuff/        
Makefile  1.97  6 days  sezero  added NDEBUG among the CFLAGS when not building debug binaries. ( just have to b...
Makefile.sv  1.27  6 days  sezero  added NDEBUG among the CFLAGS when not building debug binaries. ( just have to b...
Makefile.svga  1.6  6 days  sezero  added NDEBUG among the CFLAGS when not building debug binaries. ( just have to b...
adivtab.h  1.3  21 months  sezero  added missing cvs version headers
alsa_funcs.h  1.12  12 months  sezero  moved S_BlockSound and S_UnblockSound to the snd_dma api, added BlockSound and U...
anorm_dots.h  1.3  21 months  sezero  added missing cvs version headers
anorms.h  1.3  21 months  sezero  added missing cvs version headers
arch_def.h  1.15  11 months  sezero  removed an obsoleted comment from arch headers.
asm_nasm.inc  1.1  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
bspfile.h  1.6  15 months  sezero  changed all technically incorrect unsigned int declarations (unsigned) to explic...
bugs.txt  1.2  2 years  sezero  *** empty log message ***
build_all.sh  1.13  14 months  sezero  a few build system tidy-ups: use lowercase host_os names, do not use the align d...
build_cross_dos.sh  1.4  9 months  sezero  changed the default nasm command for windows from nasmw to nasm.
build_cross_win32.sh  1.11  14 months  sezero  more updates to the build scripts.
build_cross_win64.sh  1.1  2 weeks  sezero  support for win64 builds: adjusted the makefiles and added build_cross_win64 scr...
cd_bsd.c  1.21  13 months  sezero  const correctness improvement: largely trivial stuff with a few places where a l...
cd_linux.c  1.27  13 months  sezero  const correctness improvement: largely trivial stuff with a few places where a l...
cd_null.c  1.6  19 months  sezero  cd_null.c: fixed compilation.
cd_sdl.c  1.17  13 months  sezero  const correctness improvement: largely trivial stuff with a few places where a l...
cd_unix.h  1.5  9 months  sezero  added SDLQUAKE as a new preprocessor define: SDLQUAKE must be defined for all SD...
cdaudio.h  1.4  21 months  sezero  added missing cvs version headers
cfgfile.c  1.3  13 months  sezero  more constifications (#7): backed out some incorrect/unnecessary const usage fro...
cfgfile.h  1.2  13 months  sezero  more constifications (#7): backed out some incorrect/unnecessary const usage fro...
chase.c  1.9  21 months  sezero  removed an old #if 1 of mine from Chase_Update.
cl_cmd.c  1.5  22 months  sezero  moved (again) the maplist console command to quakefs.
cl_demo.c  1.25  13 months  sezero  const correctness improvement: largely trivial stuff with a few places where a l...
cl_effect.c  1.18  11 months  sezero  some whitespace clean-up.
cl_effect.h  1.8  21 months  sezero  added missing cvs version headers
cl_input.c  1.23  9 months  sezero  cl_input.c: whitespace.
cl_main.c  1.44  7 months  sezero  added back some unused code for future reference, and for symmetry between hexen...
cl_parse.c  1.66  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
cl_tent.c  1.18  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
client.h  1.31  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
cmd.c  1.41  13 months  sezero  using memcpy within the same buffer is not safe: replaced such calls in cmd.c, n...
cmd.h  1.14  13 months  sezero  const correctness improvement: largely trivial stuff with a few places where a l...
common.c  1.108  11 months  sezero  fixed a corner case in StripExtension.
common.h  1.63  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
compiler.h  1.10  2 months  sezero  compiler defs: Provide a substitute for offsetof() if we don't have one. make s...
console.c  1.42  36 hours  sezero  hexen2 console: started synchronizing the hexen2 and hexenworld console code. as...
console.h  1.12  36 hours  sezero  hexen2 console: started synchronizing the hexen2 and hexenworld console code. as...
crc.c  1.7  12 months  sezero  updated several headers. retired q_types.h and added q_stdinc.h.
crc.h  1.6  12 months  sezero  updated several headers. retired q_types.h and added q_stdinc.h.
cvar.c  1.38  13 months  sezero  const correctness improvement: largely trivial stuff with a few places where a l...
cvar.h  1.17  13 months  sezero  const correctness improvement: largely trivial stuff with a few places where a l...
d_copy.asm  1.4  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
d_draw.asm  1.6  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
d_draw16.asm  1.5  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
d_draw16t.asm  1.8  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
d_edge.c  1.18  9 months  sezero  r_edge.c, d_edge.c: FoundTrans clean-up; matched the C-only code to the assembly...
d_fill.c  1.7  15 months  sezero  changed all technically incorrect unsigned int declarations (unsigned) to explic...
d_iface.h  1.16  9 months  sezero  added back some dead and previously removed software renderer stuff for referenc...
d_init.c  1.9  17 months  sezero  a few clean-ups in software renderer.
d_local.h  1.18  9 months  sezero  msg_suppress_1 is used by the Win32 software (MGL) renderer: removed from all ot...
d_modech.c  1.7  17 months  sezero  a few clean-ups in software renderer.
d_part.c  1.10  9 months  sezero  added back some dead and previously removed software renderer stuff for referenc...
d_parta.asm  1.5  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
d_partb.asm  1.7  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
d_polysa.asm  1.8  9 months  sezero  insignificant clean-ups.
d_polysa2.asm  1.8  9 months  sezero  insignificant clean-ups.
d_polysa3.asm  1.8  9 months  sezero  insignificant clean-ups.
d_polysa4.asm  1.8  9 months  sezero  insignificant clean-ups.
d_polysa5.asm  1.8  9 months  sezero  insignificant clean-ups.
d_polyse.c  1.25  9 months  sezero  d_polyse.c: added FIXME notes about mistaken use of mainTransTable instead of tr...
d_scan.c  1.14  9 months  sezero  d_scan.c: removed the old version of D_DrawSingleZSpans which didn't match the a...
d_scana.asm  1.5  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
d_sky.c  1.3  21 months  sezero  added missing cvs version headers
d_spr8.asm  1.6  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
d_spr8t.asm  1.6  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
d_spr8t2.asm  1.6  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
d_sprite.c  1.6  18 months  sezero  added initial support for software renderer without intel assembly: lifted from ...
d_surf.c  1.16  9 months  sezero  msg_suppress_1 is used by the Win32 software (MGL) renderer: removed from all ot...
d_vars.c  1.3  10 months  sezero  added proper ifdefs to make hexen2 and hexenworld compilable with cplusplus comp...
d_varsa.asm  1.5  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
d_zpoint.c  1.4  21 months  sezero  added missing cvs version headers
debuglog.c  1.8  12 months  sezero  made Sys_rmdir and Sys_unlink into actual functions rather than macros.
debuglog.h  1.2  20 months  sezero  removed the now unnecessary _FUNC_PRINTF macro and directly used __attribute__((...
draw.c  1.48  13 months  sezero  pa3pyx's solution of resized pic size mismatches after resolution changes was bu...
draw.h  1.30  13 months  sezero  pa3pyx's solution of resized pic size mismatches after resolution changes was bu...
fx_gamma.c  1.6  18 months  sezero  dlsym fixes: added proper casts.
fx_gamma.h  1.1  18 months  sezero  small updates to the 3dfx gamma library.
genmodel.h  1.4  21 months  sezero  added missing cvs version headers
gl_draw.c  1.133  2 weeks  sezero  fixed gcc-4.4 warnings from glpic structure member assignments. anything better?...
gl_func.h  1.14  22 months  sezero  more updates to our common headers
gl_mesh.c  1.22  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
gl_model.c  1.59  2 weeks  sezero  Mod_LoadModel: buf needn't be an unsigned int pointer, made it into a byte point...
gl_model.h  1.17  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
gl_refrag.c  1.9  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
gl_rlight.c  1.17  15 months  sezero  changed all technically incorrect unsigned int declarations (unsigned) to explic...
gl_rmain.c  1.71  7 months  sezero  added back some unused code for future reference, and for symmetry between hexen...
gl_rmisc.c  1.51  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
gl_rsurf.c  1.36  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
gl_screen.c  1.62  46 hours  sezero  the drawinput argument to Con_DrawConsole() has never been used (always true). r...
gl_vidsdl.c  1.182  7 weeks  sezero  VID_ReportConsize() should return const
gl_warp.c  1.31  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
gl_warp_sin.h  1.3  21 months  sezero  added missing cvs version headers
glheader.h  1.2  18 months  sezero  big update of platform definitions.
glquake.h  1.85  2 weeks  sezero  gl_draw.c: use the stoc crc functions for texture checksumming.
h2option.h  1.11  2 months  sezero  fixed a typo.
host.c  1.98  9 months  sezero  fixed the declarations of Host_Error and Host_EndGame: they don't return either ...
host.h  1.12  9 months  sezero  fixed the declarations of Host_Error and Host_EndGame: they don't return either ...
host_cmd.c  1.102  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
hwal.h  1.3  15 months  sezero  changed all technically incorrect unsigned int declarations (unsigned) to explic...
in_sdl.c  1.52  12 months  sezero  made sdl input driver to respond to the SDL_ACTIVEEVENT events: made the game to...
in_svgalib.c  1.6  6 months  sezero  SVGALib: fixed my stupid error in command line argument checking. it works just ...
input.h  1.10  9 months  sezero  minor platform clean-up in vid.h and input.h.
keys.c  1.40  36 hours  sezero  hexen2 console: started synchronizing the hexen2 and hexenworld console code. as...
keys.h  1.13  13 months  sezero  exported edit_line, key_linepos, key_insert and key_lines through keys.h and rem...
link_ops.c  1.2  12 months  sezero  updated several headers. retired q_types.h and added q_stdinc.h.
link_ops.h  1.2  18 months  sezero  d_edge.c, d_surf.c, r_misc.c, link_ops.h: fixed a few probable 64 bit compatibil...
math.asm  1.7  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
mathlib.c  1.23  10 months  sezero  added proper ifdefs to make hexen2 and hexenworld compilable with cplusplus comp...
mathlib.h  1.23  10 months  sezero  added proper ifdefs to make hexen2 and hexenworld compilable with cplusplus comp...
menu.c  1.107  2 months  sezero  contributed by 'plusminus', closes #2176384: "In windowed mode, when you save u...
menu.h  1.12  13 months  sezero  pa3pyx's solution of resized pic size mismatches after resolution changes was bu...
midi_mac.c  1.20  9 months  sezero  removed unnecessary extern declarations from C files.
midi_nul.c  1.4  15 months  sezero  several more clean-ups in value assignments to qboolean variables. a few minor c...
midi_sdl.c  1.51  7 days  sezero  sdl midi: removed the dlsym check very old SDL_mixer versions detection. not nee...
mididef.h  1.7  15 months  sezero  several more clean-ups in value assignments to qboolean variables. a few minor c...
model.c  1.39  2 weeks  sezero  Mod_LoadModel: buf needn't be an unsigned int pointer, made it into a byte point...
model.h  1.14  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
msg_io.c  1.8  12 months  sezero  updated several headers. retired q_types.h and added q_stdinc.h.
msg_io.h  1.2  13 months  sezero  more constifications (#6): made MSG_ReadString and MSG_ReadStringLine to return ...
net.h  1.24  19 hours  sezero  renamed the socket argument of the net functions. no code change, just cosmetics...
net_bsd.c  1.9  16 months  sezero  ifdef'ed out the SearchForHosts and Connect members of the net_driver_t structur...
net_dgrm.c  1.45  5 days  sezero  no need for Con_DPrintf for forged packet prints, they are already in debug bui...
net_dgrm.h  1.5  13 months  sezero  const correctness improvement: largely trivial stuff with a few places where a l...
net_loop.c  1.8  13 months  sezero  using memcpy within the same buffer is not safe: replaced such calls in cmd.c, n...
net_loop.h  1.5  13 months  sezero  const correctness improvement: largely trivial stuff with a few places where a l...
net_main.c  1.34  13 months  sezero  const correctness improvement: largely trivial stuff with a few places where a l...
net_sys.h  1.14  11 days  sezero  net_sys.h: minor clean-up.
net_udp.c  1.43  19 hours  sezero  renamed the socket argument of the net functions. no code change, just cosmetics...
net_udp.h  1.8  19 hours  sezero  renamed the socket argument of the net functions. no code change, just cosmetics...
pakfile.h  1.2  20 months  sezero  moved the in-memory structures from pakfile.h into a new pak.h. they are only us...
particle.h  1.1  17 months  sezero  tidy up in glquake.h. separated particle types and enums into the new particle.h...
pr_cmds.c  1.53  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
pr_comp.h  1.4  21 months  sezero  added missing cvs version headers
pr_edict.c  1.55  11 months  sezero  a little whitespace cleanup up pr_exec.c and pr_edict.c. while I was there, rena...
pr_exec.c  1.25  11 months  sezero  a little whitespace cleanup up pr_exec.c and pr_edict.c. while I was there, rena...
pr_strng.c  1.12  15 months  sezero  pr_strng.c: minor trivial clean-up.
pr_strng.h  1.6  21 months  sezero  added missing cvs version headers
printsys.h  1.6  16 months  sezero  printsys.h: added a Con_SafeDPrintf macro.
progdefs.h  1.7  11 months  sezero  added further notes / documentation about old progs versions.
progs.h  1.17  11 months  sezero  a little whitespace cleanup up pr_exec.c and pr_edict.c. while I was there, rena...
protocol.h  1.15  11 months  sezero  handled the SND_OVERFLOW2 crap (used by UQE, for example). those who increase th...
q_endian.c  1.9  9 months  sezero  insignificant clean-ups.
q_endian.h  1.12  9 months  sezero  insignificant clean-ups.
q_sound.h  1.1  9 months  sezero  sound.h -> q_sound.h (avoid probable conflicts with system headers on some platf...
q_stdinc.h  1.4  2 months  sezero  * added compile time assersts to make sure enums are the size of ints for struct...
quakedef.h  1.158  4 days  sezero  version 1.4.4-pre4 (Jan. 04, 2009.)
quakefs.c  1.50  2 weeks  sezero  FS_CopyFile, FS_CopyFromFile: use Z_Strdup
quakefs.h  1.17  8 weeks  sezero  reverted the standalone free contents support changes from mainstream. it is inc...
quakeinc.h  1.21  9 months  sezero  sound.h -> q_sound.h (avoid probable conflicts with system headers on some platf...
r_aclip.c  1.11  10 months  sezero  added proper ifdefs to make hexen2 and hexenworld compilable with cplusplus comp...
r_aclipa.asm  1.5  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
r_alias.c  1.21  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
r_aliasa.asm  1.5  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
r_bsp.c  1.7  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
r_draw.c  1.9  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
r_drawa.asm  1.8  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
r_edge.c  1.15  9 months  sezero  moved FoundTrans from r_edge.c/r_edgea.asm to r_vars.c/r_varsa.asm following the...
r_edgea.asm  1.9  9 months  sezero  moved FoundTrans from r_edge.c/r_edgea.asm to r_vars.c/r_varsa.asm following the...
r_edgeb.asm  1.7  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
r_efrag.c  1.9  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
r_light.c  1.6  15 months  sezero  changed all technically incorrect unsigned int declarations (unsigned) to explic...
r_local.h  1.19  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
r_main.c  1.33  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
r_misc.c  1.14  17 months  sezero  d_edge.c, d_surf.c, r_misc.c, more tidy-ups (trivial).
r_part.c  1.26  7 months  sezero  added back some unused code for future reference, and for symmetry between hexen...
r_part.h  1.4  7 months  sezero  added back some unused code for future reference, and for symmetry between hexen...
r_shared.h  1.12  9 months  sezero  r_edge.c, d_edge.c: FoundTrans clean-up; matched the C-only code to the assembly...
r_sky.c  1.7  15 months  sezero  changed all technically incorrect unsigned int declarations (unsigned) to explic...
r_sprite.c  1.8  18 months  sezero  added proper casts to several alloc calls and assignments. avoided new and this ...
r_surf.c  1.15  10 months  sezero  added proper ifdefs to make hexen2 and hexenworld compilable with cplusplus comp...
r_vars.c  1.6  9 months  sezero  moved FoundTrans from r_edge.c/r_edgea.asm to r_vars.c/r_varsa.asm following the...
r_varsa.asm  1.6  9 months  sezero  moved FoundTrans from r_edge.c/r_edgea.asm to r_vars.c/r_varsa.asm following the...
render.h  1.14  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
resource.h  1.7  14 months  sezero  win32 resource files, minor update (clean-up).
sbar.c  1.49  7 months  sezero  added back some unused code for future reference, and for symmetry between hexen...
sbar.h  1.9  17 months  sezero  removed some more of redundant extern declrarations from source files and moved ...
screen.c  1.60  46 hours  sezero  the drawinput argument to Con_DrawConsole() has never been used (always true). r...
screen.h  1.12  13 months  sezero  const correctness improvement: largely trivial stuff with a few places where a l...
sdl_inc.h  1.6  9 months  sezero  added SDLQUAKE as a new preprocessor define: SDLQUAKE must be defined for all SD...
server.h  1.25  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
sizebuf.c  1.6  12 months  sezero  updated several headers. retired q_types.h and added q_stdinc.h.
sizebuf.h  1.2  18 months  sezero  documented the new SZ_Init behavior in sizebuf.h.
snd_alsa.c  1.42  10 months  sezero  enclosed macros with multiple statements in do - while blocks (snd_alsa.c)
snd_dma.c  1.77  6 weeks  sezero  unconditionally register the sound cvars so that we don't lose settings when we ...
snd_mem.c  1.21  8 months  sezero  stricter checking on the values pulled out of .wav file chunk headers. from the ...
snd_mix.c  1.22  10 months  sezero  added proper ifdefs to make hexen2 and hexenworld compilable with cplusplus comp...
snd_mixa.asm  1.5  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
snd_null.c  1.4  17 months  sezero  snd_dma.c: removed unused S_AmbientOn, S_AmbientOff and snd_ambient.
snd_oss.c  1.37  11 months  sezero  added detection of byte order (endianism) at runtime as a new compile time optio...
snd_sdl2.c  1.7  4 months  sezero  increased the buffersize for sdl audio. made it to print a little more detailed ...
snd_sun.c  1.17  11 months  sezero  added detection of byte order (endianism) at runtime as a new compile time optio...
snd_sys.c  1.16  12 months  sezero  moved S_BlockSound and S_UnblockSound to the snd_dma api, added BlockSound and U...
snd_sys.h  1.22  9 months  sezero  added SDLQUAKE as a new preprocessor define: SDLQUAKE must be defined for all SD...
spritegn.h  1.5  21 months  sezero  added missing cvs version headers
strl_fn.h  1.4  15 months  sezero  undefine HAVE_STRLCPY and HAVE_STRLCAT in strl_fn.h (just in case..)
strlcat.c  1.3  15 months  sezero  to overcome the the portability problems with snprintf and vsnprintf, added suit...
strlcpy.c  1.3  15 months  sezero  to overcome the the portability problems with snprintf and vsnprintf, added suit...
surf16.asm  1.5  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
surf8.asm  1.5  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
sv_effect.c  1.10  11 months  sezero  some whitespace clean-up.
sv_main.c  1.68  11 months  sezero  another bunch of sprintf/strcpy to snprintf/strlcpy changes.
sv_move.c  1.18  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
sv_phys.c  1.27  2 weeks  sezero  fixed warning from gcc-4.4: sv_phys.c: In function 'SV_Physics_Step': sv_phys....
sv_user.c  1.23  13 months  sezero  more constifications (#6): made MSG_ReadString and MSG_ReadStringLine to return ...
sys.h  1.42  2 weeks  sezero  FS_CopyFile: separated the file copying procedure into a new Sys_CopyFile.
sys_ia32.asm  1.5  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
sys_unix.c  1.110  2 weeks  sezero  FS_CopyFile: separated the file copying procedure into a new Sys_CopyFile.
userdir.h  1.1  21 months  sezero  moved the userdir definitions to its own header.
vid.h  1.38  7 weeks  sezero  VID_ReportConsize() should return const
vid_sdl.c  1.84  9 months  sezero  moved msg_suppress_1 to d_surf.c.
vid_svgalib.c  1.11  4 months  sezero  vid_svgalib: include <sys/io.h> instead of <asm/io.h>
view.c  1.28  17 months  sezero  moved some extern declerations in draw.c and gl_draw.c to appropriate headers.
view.h  1.9  17 months  sezero  removed some more of redundant extern declrarations from source files and moved ...
wad.c  1.15  13 months  sezero  const correctness improvement: largely trivial stuff with a few places where a l...
wad.h  1.6  13 months  sezero  const correctness improvement: largely trivial stuff with a few places where a l...
win32res.rc  1.5  14 months  sezero  win32 resource files, minor update (clean-up).
winquake.h  1.36  11 days  sezero  made winquake.h to include only windows.h. other headers will be explicitly incl...
world.c  1.25  8 months  sezero  renamed model_t to qmodel_t in order to avoid conflicts on solaris
world.h  1.6  10 months  sezero  added proper ifdefs to make hexen2 and hexenworld compilable with cplusplus comp...
worlda.asm  1.5  9 months  sezero  nasm symbol prefix handling: added header file asm_nasm.inc and moved common def...
xbm_icon.h  1.4  16 months  sezero  re-enabled the mission pack icon in xbm_icon.h in case we build with H2MP pre-de...
zone.c  1.52  2 weeks  sezero  added Z_Strdup as a utility.
zone.h  1.11  2 weeks  sezero  added Z_Strdup as a utility.