summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-27Remove use of WINAPI macro to fix compile under MSVC.Simon Howard
2013-04-01Correct incorrect doc comment.Simon Howard
2013-03-31Fix Doxygen comments.Simon Howard
2013-03-31Add back call to TXT_Delay to fix OS X freeze.Simon Howard
2013-03-31Allow backspace or delete to clear the contents of an input box.Simon Howard
2013-03-31Don't hog the CPU while waiting for the file selector.Simon Howard
2013-03-31Change WAD selectors in setup tool to file selection widgets.Simon Howard
2013-03-31Fix file selector issues with Windows build.Simon Howard
2013-03-31Add file selector widget to textscreen library.Simon Howard
2012-12-23Fix compiler warnings caused by unused variables.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-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-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-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-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-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-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-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-23Fix chat macro defaults in setup tool.Simon Howard
2011-10-23Fix numeric keypad when entering values in text boxes (thanks Twelve).Simon Howard
2011-10-23Fix crash when closing a window.Simon Howard
2011-10-23Don't save value when destructor is called.Simon Howard
2011-10-23Rework textscreen focus handling so that input boxes will stop editingSimon Howard
2011-10-22Fix teleport behavior when emulating the alternate Final DoomSimon Howard
2011-10-16Zero out bottom two bits of palette data, to more accurately emulate theSimon Howard