summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-11-02Change old Doom wiki link to new URL (thanks Quasar).Simon Howard
2013-10-31Change gradient characters of 'large' textscreen font to be directSimon Howard
2013-10-28Use system DPI setting on Windows to determine whether to use the largeSimon Howard
2013-10-28Determine which textscreen font to use by looking at the current desktopSimon Howard
2013-09-08Fix backwards logic for -novert handling.Simon Howard
2013-09-08Fix file select widget to emit "changed" signal properly. Reset variableSimon Howard
2013-07-03- Update codeblocks projectsRussell Rice
2013-06-19Fix OPL MIDI playback on big endian systems (thanks GhostlyDeath).Simon Howard
2013-06-17Refactor handling of novert to take place at the lower layers ratherSimon Howard
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