summaryrefslogtreecommitdiff
path: root/src/hexen/g_game.c
AgeCommit message (Collapse)Author
2011-10-29Enable gcc warning to detect redundant declarations, and clean upSimon Howard
instances of this within the code (thanks Edward-san). Subversion-branch: /branches/v2-branch Subversion-revision: 2468
2011-10-19Oops.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2443
2011-10-19Change MAXPLAYERS to NET_MAXPLAYERS and add back individual MAXPLAYERSSimon Howard
defines for each game. Refactor "waiting screen" data code. Subversion-branch: /branches/v2-branch Subversion-revision: 2441
2011-10-17Fix Hexen multiplayer spy key rebinding.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2437
2011-10-15Add weapon cycling keys for Hexen.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2431
2011-10-15Revert previous change to angle constants and apply a more specific fix.Simon Howard
Changing the angle constants to unsigned causes other problems to occur. Subversion-branch: /branches/v2-branch Subversion-revision: 2429
2011-10-14Convert Hexen to use common main loop code. Working multiplayer!Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2423
2011-09-25Fix special1/special2 values in Hexen code so that they can properlySimon Howard
hold pointer values. Subversion-branch: /branches/v2-branch Subversion-revision: 2407
2011-09-24Add -testcontrols to Hexen.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2398
2009-06-10Make Hexen weapon and map keys reconfigurable.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1587
2009-03-09Remove WATCOMC usage (thanks Quasar)Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1453
2008-12-01Remove 'uint' type.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1397
2008-11-02Fix up raven-branch copyright notices.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1375
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-12Fix autorun hack for Hexen.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1355
2008-10-09Replace Z_ChangeTag/Z_Free usage with W_ReleaseLump*Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1346
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-03Remove calls to Logitech Cyberman code.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1331
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 Hexen duplicate KEY_ definitions.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1317
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-05Reformat (beautify) Raven sources and add GPL headers.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1197
2008-09-04Add GPLed Heretic/Hexen source.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1195