summaryrefslogtreecommitdiff
path: root/src/hexen
AgeCommit message (Collapse)Author
2008-10-31- Delete the "all-in-one" project file and rename the solution file toRussell Rice
chocolate.sln - Create separate msvc projects for all games supported, which work the same as the codeblocks ones - Include fixes (nothing compiler specific, just additions of stdio.h) to build with msvc Subversion-branch: /branches/raven-branch Subversion-revision: 1371
2008-10-30- Add missing m_random.h for hexenRussell Rice
- Update codeblocks projects Subversion-branch: /branches/raven-branch Subversion-revision: 1369
2008-10-30Factor out Heretic and Hexen versions of m_misc.c. Make -file forSimon Howard
Heretic and Hexen use WAD path lookup. Subversion-branch: /branches/raven-branch Subversion-revision: 1368
2008-10-29Update Hexen to use common cheats code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1366
2008-10-29Add packed structure attribute for structures read from disk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1365
2008-10-24Further fixes to stop lumps being modified.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1363
2008-10-24Fix Heretic/Hexen implementations of P_LoadBlockmap to not modify theSimon Howard
lump. Subversion-branch: /branches/raven-branch Subversion-revision: 1362
2008-10-24Endianness fixes for ACS code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1361
2008-10-23Fix Heretic/Hexen demo desyncs.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1360
2008-10-13Set window title for chocolate-hexen.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1359
2008-10-13Perform necessary shutdown tasks on exit of Hexen.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1357
2008-10-12Don't hog the CPU.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1356
2008-10-12Fix autorun hack for Hexen.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1355
2008-10-10Convert Heretic/Hexen menu code to use translated key value whenSimon Howard
entering save game names. Subversion-branch: /branches/raven-branch Subversion-revision: 1353
2008-10-10Fix crash at Hexen title screen.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1351
2008-10-10Set SavePath correctly and create the directory if necessary.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1350
2008-10-09Fix crashes when loading the same level twice.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1348
2008-10-09Add mouse grab callback for Hexen.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1347
2008-10-09Replace Z_ChangeTag/Z_Free usage with W_ReleaseLump*Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1346
2008-10-08Fix sound effects!Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1345
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-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-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-03Rename Hexen main function to common D_DoomMain function.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1326
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-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-17Remove Logitech Cyberman code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1237
2008-09-17Convert MAXINT/MININT -> INT_MAX/INT_MIN in Heretic/Hexen code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1234
2008-09-16Clean up some warnings in the Hexen code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1232
2008-09-14Silence some compiler warnings on heretic/hexen code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1228
2008-09-11Remove duplicate w_wad.c from hexen/ and DevMaps option.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1225
2008-09-09Replace Hexen CD music API with SDL-based equivalent (as yet untested).Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1217
2008-09-05Add missing Hexen Makefile.am.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1200
2008-09-05Remove z_zone.c and tables.c, as these are identical to the version inSimon Howard
Doom. Subversion-branch: /branches/raven-branch Subversion-revision: 1199
2008-09-05Fix #include statements to use lower case filenames. Add automakeSimon Howard
configuration for building heretic/hexen code. Subversion-branch: /branches/raven-branch Subversion-revision: 1198