summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2012-10-28Merge from trunk.Simon Howard
2012-10-28Refactor AES code to resolve compiler aliasing warnings.Simon Howard
2012-10-28Add functions for network signature requests. These request the signedSimon Howard
2012-10-28Define PRNG seed as a type.Simon Howard
2012-10-27Add pseudorandom number generator for secure demos.Simon Howard
2012-10-26Add small workaround to deal with the fact that the BFG Edition'sSimon Howard
2012-10-25Add missing sha1.h header.Simon Howard
2012-10-25Switch from MD5 to SHA-1 for network digests.Simon Howard
2012-10-23Add Steam path for Doom 3: BFG Edition IWAD path (thanks Gez for theSimon Howard
2012-09-07Fix crash when updating sounds with a NULL listener.Simon Howard
2012-07-15Fix problem with uninitialized values in the settings structure whichJames Haley
2012-07-11Er... that's 64, not 32.Simon Howard
2012-07-11Add bound check for scrolling walls limit and exit with an error if itSimon Howard
2012-04-02Fix to undefined sprintf behavior in the dialog engine (thanks toJames Haley
2012-02-28Oops.Simon Howard
2012-02-14Don't print bogus message about config dir when there's nothing to say.Simon Howard
2012-02-14Fix save game directory behavior under Windows.Simon Howard
2012-02-12* Correct an error in one of the beta-like Beggar internal dialogueJames Haley
2012-02-10Addiional words on the INTRO-FIXME comments.James Haley
2012-02-10While I'm screwing with intro related stuff, I may as well replace theJames Haley
2012-02-10Added INTRO-FIXME tags to borked-up intro code.James Haley
2012-02-10Remove all temporary code that was put in place until MAXPLAYERS becameJames Haley
2012-02-09Comment change in r_main.cJames Haley
2012-02-09Two Strife bugs knocked out:James Haley
2012-02-04On Windows, convert the USER and USERNAME environment variables from OEMSimon Howard
2012-02-03Fix chat macros when vanilla_keyboard_mapping is turned off.Simon Howard
2012-02-02Re-resolve the address of the master server every eight hours, to adaptSimon Howard
2012-02-02Bind missing sound variables so the settings are not lost when runningSimon Howard
2012-02-02Only use the SDL mouse lag workaround on Windows - not all systems allowSimon Howard
2012-01-05Add hack command-line option for on-screen OPL status output - usefulSimon Howard
2011-11-26Add "statistics captured" message on exit when the using -statdumpSimon Howard
2011-11-26Fix weapon cycling keys when using IDKFA in Shareware Doom (thanksSimon Howard
2011-11-03Remove use of $< in Makefiles, for compatibility with OpenBSD's make.Simon Howard
2011-10-30Fix previous change - Strife games are not always -altdeath; the defaultSimon Howard
2011-10-29Update Strife multiplayer behavior to always use altdeath mode inSimon Howard
2011-10-29Enable gcc warning to detect redundant declarations, and clean upSimon Howard
2011-10-23Remove hack that forces the window to always be centered within theSimon Howard
2011-10-23Fix player name input box in multiplayer configuration.Simon Howard
2011-10-23Merge from trunk.Simon Howard
2011-10-23Fix compiler warnings (thanks Edward-San).Simon Howard
2011-10-22Merge from trunk.Simon Howard
2011-10-22Fix teleport behavior when emulating the alternate Final DoomSimon Howard
2011-10-22Change KEY_BACKSPACE to 0x7f to fix problems with the backspace key notSimon Howard
2011-10-22Fix Heretic and Hexen multiplayer chat.Simon Howard
2011-10-22Update setup tool to show 8 key bindings for appropriate games.Simon Howard
2011-10-22Fix crash when pressing escape in help screens.Simon Howard
2011-10-22Fix percentage output to match that of statdump.exe.Simon Howard
2011-10-21Add command line parameter to disable the GUI pop-up window that appearsSimon Howard
2011-10-21Add -statdump command line parameter, to generate the same output asSimon Howard
2011-10-20Confirm quit game when the window close button is clicked a second time.Simon Howard