summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-10-13Convert Heretic code to use common main loop code. Working multiplayer!Simon Howard
2011-10-13Update Strife main loop code to use d_loop.c common main loop code.Simon Howard
2011-10-13Remove d_net.h, include d_loop.h instead. Remove duplicate definitionsSimon Howard
2011-10-13Resolved a TODO which was just the result of a common hex-raysJames Haley
2011-10-13Split out common main loop code into separate file, d_loop.c.Simon Howard
2011-10-11Refactor and rearrange d_net.c so that the loop code is agnostic andSimon Howard
2011-10-10Re-enable FEATURE_MULTIPLAYER, but #undef it in the Strife code so theSimon Howard
2011-10-07Comment changes only.James Haley
2011-10-06Fix for missing finale fade-to-black bug that was driving me nuts - oneJames Haley
2011-09-26Add graphical_startup option for Strife (to match Heretic/Hexen).Simon Howard
2011-09-25Fix special1/special2 values in Hexen code so that they can properlySimon Howard
2011-09-25Fix special1/special2 values so that they can properly hold pointerSimon Howard
2011-09-25Handle WAD merging correctly when the sprites list contains lumps withSimon Howard
2011-09-25Fix warning message when loading a HHE patch with the wrong version.Simon Howard
2011-09-25Temporary hack to avoid needing an Excedrin.James Haley
2011-09-25Fix Strife weapon-cycling rules.Simon Howard
2011-09-24Start -testcontrols for Strife on level 3 (rebel base).Simon Howard
2011-09-24Don't allow menu actions when running with -testcontrols. QuitSimon Howard
2011-09-24Don't show graphical startup for Heretic, Hexen or Strife when runningSimon Howard
2011-09-24Add -testcontrols to Hexen.Simon Howard
2011-09-24Rework Strife -testcontrols code to use common code.Simon Howard
2011-09-24Add -testcontrols to Heretic.Simon Howard
2011-09-24Rework mouse speed box drawing code and move to common code, so that itSimon Howard
2011-09-24Remove duplicate code for parsing -file parameter.Simon Howard
2011-09-24Oops.Simon Howard
2011-09-20Display an error dialog if trying to connect to a server where a game isSimon Howard
2011-09-20Add dedicated pack_chex and pack_hacx values for the Chex Quest and HacxSimon Howard
2011-09-20Display a warning message when trying to join a server playing a gameSimon Howard
2011-09-20Add TXT_MessageBox convenience function.Simon Howard
2011-09-20Auto-select IWAD based on query response from server.Simon Howard
2011-09-19The current Chocolate Strife code emulates v1.2, not 1.31. 1.31 supportJames Haley
2011-09-18Fix a minor annoyance with Strife startup - we are *not* emulating theSimon Howard
2011-09-18Rerrange ordering of columns in server search dialog.Simon Howard
2011-09-18Hook query code into setup tool, and add search results window.Simon Howard
2011-09-17Add multiplayer query code to setup tool, and rework join gameSimon Howard
2011-09-17Merge from trunk.Simon Howard
2011-09-17Change query loop to sleep for 1ms rather than 50ms intervals, so thatSimon Howard
2011-09-17Refactor query code so that it is possible to query by polling, ratherSimon Howard
2011-09-17Fix ping calculation with LAN search.Simon Howard
2011-09-13Remove use of magic number in M_ReadMisObj, and fix Kaiser's name whileJames Haley
2011-09-12Fix bug in doubly-linked list implementation.Simon Howard
2011-09-11Merge from raven-branch.Simon Howard
2011-09-11Oops.Simon Howard
2011-09-11Merge from trunk.Simon Howard
2011-09-11Don't show error dialog if running from the console on OS X.Simon Howard
2011-09-05Place Hexen savegames in configdir/savegames/hexen.wad/ rather thanSimon Howard
2011-09-05Store Heretic savegames in the configuration directory, as with DoomSimon Howard
2011-09-05Refactor savegamedir calculation code to work the same as trunk.Simon Howard
2011-08-29Fix bug with detection of IWAD type by filename (thanks mether).Simon Howard
2011-08-20Fix gnome-screensaver .desktop file (thanks Rahul Sundaram).Simon Howard