summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-09-11Don't show error dialog if running from the console on OS X.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2364
2011-08-29Fix bug with detection of IWAD type by filename (thanks mether).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2359
2011-08-22Add clarification note about icon copyright status (thanks to ChrisSimon Howard
Metcalf for clarification by email). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2358
2011-08-20Update COPYING to latest version of GPL2 with new address of FSF (thanksSimon Howard
Rahul Sundaram). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2357
2011-08-20Fix gnome-screensaver .desktop file (thanks Rahul Sundaram).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2356
2011-07-24Fix default mouse buttons in setup tool (Thanks Alexandre Xavier).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2355
2011-07-21Don't use $^ in Makefiles, as it s a GNU make extension (thanks JakubSimon Howard
Lach). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2354
2011-06-16Add AM_SILENT_RULES macro for terser build output.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2350
2011-05-17Update NEWS and ChangeLog, bump version number.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2342
2011-05-17Add dependency for INSTALL generation.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2341
2011-05-17Detect chex.deh if it is in the same directory as the IWAD file.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2340
2011-05-14Fix display of ENDOOM screen.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2339
2011-05-14Fix install of screensaver desktop file.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2338
2011-05-14Add freedesktop.org desktop files for chocolate-doom, chocolate-setupSimon Howard
(thanks Adrián Chaves Fernández). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2337
2011-05-14Convert build system to using the PROGRAM_PREFIX system used onSimon Howard
raven-branch. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2336
2011-05-08Update NEWS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2335
2011-05-08Allow IWAD files to be double-clicked in the finder to set the IWADSimon Howard
configuration. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2334
2011-05-08Shut up compiler warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2333
2011-05-07Rework OS X launcher package. Include documentation files within theSimon Howard
application bundle and add a help menu with links. Rework .dmg generation to generate a file with a "fancy" background image and overall nicer appearance. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2332
2011-04-26Support for Win32 native OPL output when compiled with Microsoft VisualJames Haley
C++. Confirmed to work with Aureal Vortex AU8830 in Win98SE by GhostlyDeath. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2331
2011-04-24Infer -server when -privateserver is specified (thanks Porsche Monty).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2330
2011-04-24Add test button to joystick menu in setup tool (thanks AlexandreSimon Howard
Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2329
2011-04-18Add test hack for simulating Porsche Monty's scanline emulation (seeSimon Howard
comment in file). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2328
2011-04-17Fix libtextscreen window hotkeys to work when shift is held down /Simon Howard
capslock turned on. Fix a similar problem in-game when typing cheat codes or using menu hotkeys (thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2327
2011-04-17Make Final Doom IWAD labels shorter, so they don't make the launchSimon Howard
windows grow. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2326