summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-06-09Update NEWS and ChangeLog, bump version number.Simon Howard
2012-04-02Fix to undefined sprintf behavior in the dialog engine (thanks toJames Haley
2012-03-04Remove some calls to TXT_FGColor by using the new TXT_SaveColors systemSimon Howard
2012-03-01Rework the way that window background colors are set, and change theSimon Howard
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-10Make optimization settings consistent (static libraries do not supportJames 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 crash when typing lots of Unicode characters into a number inputSimon Howard
2012-02-03Fix chat macros when vanilla_keyboard_mapping is turned off.Simon Howard
2012-02-03Fix CP437-Unicode mapping of cedilla character.Simon Howard
2012-02-03Upgrade the input box and label widgets to use UTF-8 strings.Simon Howard
2012-02-03Support Unicode input by mapping typed Unicode characters >= 128 up intoSimon Howard
2012-02-03Split off UTF-8 code into separate file and add extra functions.Simon Howard
2012-02-02Beginnings of limited textscreen UTF-8 support.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-02Fix scroll bar behavior (thanks Alexandre Xavier).Simon 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-12-18- Update codeblocks projectsRussell Rice
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-29Update TODO, HH-TODO - remove completed items.Simon 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 chat macro defaults in setup tool.Simon Howard
2011-10-23Fix player name input box in multiplayer configuration.Simon Howard
2011-10-23Merge from trunk.Simon Howard
2011-10-23Fix numeric keypad when entering values in text boxes (thanks Twelve).Simon Howard