summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-02-09* Update MSVC project fileJames Haley
2013-01-03Refactor skill selector to change automatically when switching characterSimon Howard
2012-12-24Fix compiler warnings by removing variables that are set but not used.Simon Howard
2012-12-24Reduce window height of .dmg Finder window - this reverts r2371.Simon Howard
2012-12-24Merge from trunk.Simon Howard
2012-12-23Fix compiler warnings caused by unused variables.Simon Howard
2012-12-23Add standalone build target for mus2mid binary.Simon Howard
2012-12-23Fix Doom episode 4 par time selection.Simon Howard
2012-12-23Fix up weird looking '9' character in large font.Simon Howard
2012-12-22Add some extra zero-fill to the end of .DS_store.Simon Howard
2012-12-14Merge from trunk.Simon Howard
2012-12-14Rename function, as ShowCursor is a Windows function and this conflictsSimon Howard
2012-11-18Add high-resolution font for textscreen.Simon Howard
2012-11-12Fix registry handles not being closed (thanks Quasar).Simon Howard
2012-10-29Add note about BFG Edition IWADs to NOT-BUGS.Simon Howard
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-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