summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-10-08Save config file at exit and initialise sound (fixes music)Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1344
2008-10-08Replace hexen "shareware" variable with gamemode/gamemission. UseSimon Howard
d_iwad.c code to find the IWAD file. Remove AddWADFile and use the w_wad.c API directly. Subversion-branch: /branches/raven-branch Subversion-revision: 1343
2008-10-08Move chocolate-hexen to default build.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1342
2008-10-08Minor tweaks to get chocolate-hexen to build.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1341
2008-10-08Remove unused tsm_ID reference.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1340
2008-10-08Use internal DisplayTicker variable for hexen/sb_bar.c.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1339
2008-10-08Switch configuration file code to common configuration file code, andSimon Howard
remove old code. Subversion-branch: /branches/raven-branch Subversion-revision: 1338
2008-10-05Perform bounds checking on separation and volume values passed to theSimon Howard
low-level sound code, as the Heretic s_sound.c code generates values that are out of range. Subversion-branch: /branches/raven-branch Subversion-revision: 1337
2008-10-04Draw loading disk into a temporary buffer rather than the screen, to fixSimon Howard
bug with leftover junk at startup melt. Subversion-branch: /branches/raven-branch Subversion-revision: 1333
2008-10-03Disable calls into low-level netgame code, until netgames are fixed.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1332
2008-10-03Remove calls to Logitech Cyberman code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1331
2008-10-03Remove #defines for hexen/r_draw.c; we are only using the C versions ofSimon Howard
these functions now. Subversion-branch: /branches/raven-branch Subversion-revision: 1330
2008-10-03Add missing UpdateState variable.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1329
2008-10-03Fix bug in previous commit.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1328
2008-10-03Fix crash with P_FindNextHighestFloor.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1327
2008-10-03Rename Hexen main function to common D_DoomMain function.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1326
2008-10-03Fix Steam search path for Heretic.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1325
2008-10-02Split out high-level sound code from hexen/i_ibm.c and refactor to useSimon Howard
common interface. Subversion-branch: /branches/raven-branch Subversion-revision: 1324
2008-10-01Remove duplicate SlopeDiv function.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1320
2008-10-01Remove some redundant DOS and NeXT-related code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1319
2008-10-01Remove some duplicate definitions from h2def.h.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1318
2008-10-01Remove Hexen duplicate KEY_ definitions.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1317
2008-10-01Merge tinttable variable to common.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1316
2008-10-01Finish merge of hexen/v_video.c to common (oops)Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1315
2008-10-01Merge hexen/v_video.c to common.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1314
2008-10-01Rename "FuzzColumn"/"FuzzPatch" for Heretic/Hexen code toSimon Howard
TLColumn/TLPatch for consistency; these are translucent draw functions, not fuzzy draw functions like Doom's R_DrawFuzzColumn. Subversion-branch: /branches/raven-branch Subversion-revision: 1313
2008-10-01Use common versions of ticcmd_t and event_t for Hexen code. Remove oldSimon Howard
i_video definitions and use common i_video.c interface. Subversion-branch: /branches/raven-branch Subversion-revision: 1312
2008-10-01Merge Hexen fixed_t and angle definitions to common code, plus byteSimon Howard
swapping macros, bounding box checking, read/write file, screenshot and command line argument code. Update Heretic code to use ANG1_X rather than the new (correct) ANG1 definition. Subversion-branch: /branches/raven-branch Subversion-revision: 1311
2008-09-30Add steam paths for finding Heretic/Hexen IWAD files.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1310
2008-09-30Add chocolate-heretic to default build.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1309
2008-09-30Move d_iwad.c into common code and update Heretic to use it on startupSimon Howard
to locate the IWAD file. Subversion-branch: /branches/raven-branch Subversion-revision: 1308
2008-09-29- Create separate codeblocks project files for doom, heretic and hexen,Russell Rice
they all build except for hexen, which is currently WIP - Fix build on windows Subversion-branch: /branches/raven-branch Subversion-revision: 1305
2008-09-28Expand number of joystick buttons supported by Heretic to the numberSimon Howard
supported by Chocolate Doom. Subversion-branch: /branches/raven-branch Subversion-revision: 1304
2008-09-28Make the joybspeed autorun hack work in Heretic.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1303
2008-09-28Move novert support into common i_video.c code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1302
2008-09-28Tidy up heretic start up messages.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1301
2008-09-28Add support for extra mouse and keyboard controls to Heretic code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1300
2008-09-28Make Heretic main loop not hog the CPU.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1297
2008-09-27Fix sound crash on Heretic startup.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1296
2008-09-27Split out startup banner code into common code; display copyright noticeSimon Howard
in Heretic. Subversion-branch: /branches/raven-branch Subversion-revision: 1295
2008-09-27Save Heretic configuration files on exit.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1294
2008-09-27Swap retail/registered version title bar descriptions.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1293
2008-09-27Set the title bar in Heretic.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1292
2008-09-27Fix crash caused by mistake in previous change.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1291
2008-09-26Fix compile error.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1290
2008-09-26Use sizeof for size of types, rather than hard-coding the size.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1289
2008-09-26Fix up Heretic code for mmaped WAD I/O. Call W_ReleaseLump* instead ofSimon Howard
Z_Free/Z_ChangeTag. Subversion-branch: /branches/raven-branch Subversion-revision: 1288
2008-09-25Shutdown sound at exit, so that the music does not continue to play atSimon Howard
the ENDOOM screen. Subversion-branch: /branches/raven-branch Subversion-revision: 1287
2008-09-25Remove ExtendedWAD variable; use gamemode == retail.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1286
2008-09-25Make ENDOOM screen work on Heretic.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1284