summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-31Add back call to TXT_Delay to fix OS X freeze.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2575
2013-03-31Allow backspace or delete to clear the contents of an input box.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2574
2013-03-31Don't hog the CPU while waiting for the file selector.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2573
2013-03-31Change WAD selectors in setup tool to file selection widgets.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2572
2013-03-31Fix file selector issues with Windows build.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2571
2013-03-31Add file selector widget to textscreen library.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2570
2012-12-23Fix compiler warnings caused by unused variables.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2552
2012-12-23Fix up weird looking '9' character in large font.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2549
2012-12-22Add some extra zero-fill to the end of .DS_store.Simon Howard
Recent versions of Mac OS X Finder seem to generate slightly fatter .DS_store files. This can cause a problem where there is insufficient free space in tmp.dmg to generate the modified .DS_store file. Adding some zero-fill to the end of the base one fixes this. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2547
2012-12-14Rename function, as ShowCursor is a Windows function and this conflictsSimon Howard
with it (thanks exp(x)). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2545
2012-11-18Add high-resolution font for textscreen.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2543
2012-11-12Fix registry handles not being closed (thanks Quasar).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2540
2012-10-29Add note about BFG Edition IWADs to NOT-BUGS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2538
2012-10-28Refactor AES code to resolve compiler aliasing warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2536
2012-10-28Add functions for network signature requests. These request the signedSimon Howard
messages from the master server, to be used at the start and end of recording a secure demo. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2535
2012-10-28Define PRNG seed as a type.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2534
2012-10-27Add pseudorandom number generator for secure demos.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2533
2012-10-26Add small workaround to deal with the fact that the BFG Edition'sSimon Howard
version of doom2.wad has no TITLEPIC lump (thanks Gez). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2532
2012-10-25Add missing sha1.h header.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2531
2012-10-25Switch from MD5 to SHA-1 for network digests.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2530
2012-10-23Add Steam path for Doom 3: BFG Edition IWAD path (thanks Gez for theSimon Howard
information). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2529
2012-07-11Er... that's 64, not 32.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2514
2012-07-11Add bound check for scrolling walls limit and exit with an error if itSimon Howard
is exceeded. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2513
2012-06-09Update NEWS and ChangeLog, bump version number.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2510
2012-03-04Remove some calls to TXT_FGColor by using the new TXT_SaveColors systemSimon Howard
instead. Remove the unused "embedded color code" system from TXT_Puts. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2508
2012-03-01Rework the way that window background colors are set, and change theSimon Howard
background color of inactive windows to black, to give better contrast when viewing many layered windows. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2507
2012-02-04On Windows, convert the USER and USERNAME environment variables from OEMSimon Howard
codepage to UTF-8 encoding. This should fix the case where the user has a username that includes non-ASCII characters (thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2495
2012-02-03Fix crash when typing lots of Unicode characters into a number inputSimon Howard
box. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2494
2012-02-03Fix chat macros when vanilla_keyboard_mapping is turned off.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2493
2012-02-03Fix CP437-Unicode mapping of cedilla character.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2492
2012-02-03Upgrade the input box and label widgets to use UTF-8 strings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2491
2012-02-03Support Unicode input by mapping typed Unicode characters >= 128 up intoSimon Howard
a higher range to avoid conflicts with Doom's key constants. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2490
2012-02-03Split off UTF-8 code into separate file and add extra functions.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2489
2012-02-02Beginnings of limited textscreen UTF-8 support.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2487
2012-02-02Re-resolve the address of the master server every eight hours, to adaptSimon Howard
to changes in DNS configuration. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2486
2012-02-02Fix scroll bar behavior (thanks Alexandre Xavier).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2484
2012-02-02Only use the SDL mouse lag workaround on Windows - not all systems allowSimon Howard
the cursor to be changed. This fixes Chocolate Doom on AmigaOS (thanks Timo Sievänen). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2483
2012-01-05Add hack command-line option for on-screen OPL status output - usefulSimon Howard
for GENMIDI development. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2482
2011-11-26Fix weapon cycling keys when using IDKFA in Shareware Doom (thanksSimon Howard
Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2478
2011-11-03Remove use of $< in Makefiles, for compatibility with OpenBSD's make.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2473
2011-10-23Fix chat macro defaults in setup tool.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2466
2011-10-23Fix numeric keypad when entering values in text boxes (thanks Twelve).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2463
2011-10-23Fix crash when closing a window.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2462
2011-10-23Don't save value when destructor is called.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2461
2011-10-23Rework textscreen focus handling so that input boxes will stop editingSimon Howard
when they lose their focus (thanks Twelve). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2460
2011-10-22Fix teleport behavior when emulating the alternate Final DoomSimon Howard
executable. Change the default Final Doom emulation mode to be the original executable. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2457
2011-10-16Zero out bottom two bits of palette data, to more accurately emulate theSimon Howard
PC hardware that only supports 6 bits per channel (thanks GhostlyDeath). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2433
2011-09-17Change query loop to sleep for 1ms rather than 50ms intervals, so thatSimon Howard
precision is not lost in ping times. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2380
2011-09-17Refactor query code so that it is possible to query by polling, ratherSimon Howard
than blocking on a query function. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2379
2011-09-17Fix ping calculation with LAN search.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2378