summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-28Use system DPI setting on Windows to determine whether to use the largeSimon Howard
font. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2730
2013-10-28Determine which textscreen font to use by looking at the current desktopSimon Howard
screen resolution, not the largest fullscreen resolution offered by SDL. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2724
2013-09-08Fix backwards logic for -novert handling.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2640
2013-09-08Fix file select widget to emit "changed" signal properly. Reset variableSimon Howard
value to empty string rather than NULL if cancel is pressed in dialog (thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2638
2013-07-03- Update codeblocks projectsRussell Rice
- Remove missing setup-manifest.xml file inclusion from setup-res.rc file Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2610
2013-06-19Fix OPL MIDI playback on big endian systems (thanks GhostlyDeath).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2607
2013-06-17Refactor handling of novert to take place at the lower layers ratherSimon Howard
than in the game code. This makes the behavior closer to Vanilla and stops the mouse affecting the menus when novert is enabled (thanks manny). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2606
2013-05-27Remove use of WINAPI macro to fix compile under MSVC.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2602
2013-04-01Correct incorrect doc comment.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2579
2013-03-31Fix Doxygen comments.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2576
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