summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2012-12-23Fix compiler warnings caused by unused variables.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2552
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-12Fix registry handles not being closed (thanks Quasar).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2540
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-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 chat macros when vanilla_keyboard_mapping is turned off.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2493
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-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-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-20Fix gnome-screensaver .desktop file (thanks Rahul Sundaram).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2356
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-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-08Shut up compiler warnings.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2333
2011-04-24Infer -server when -privateserver is specified (thanks Porsche Monty).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2330
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-03-30On OS X, display a dialog box when exiting with I_Error, like onSimon Howard
Windows. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2317
2011-03-28Emulate bug with IDMUS cheat when emulating v1.9 (thanks AlexandreSimon Howard
Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2314
2011-03-28Fix OPL MIDI playback when using an empty .mus / .mid file (thanksSimon Howard
Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2313
2011-03-28Allow .lmp files to be loaded (and demo files to be played back) thatSimon Howard
have long filenames (thanks blzut3). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2312
2011-03-28Fix weapon cycling from the shotgun to the chaingun in Doom 1 (thanksSimon Howard
Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2311
2011-03-09Add null sector dereference emulation code from Prboom+, to fix desyncSimon Howard
with CLNJ-506.LMP (thanks entryway). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2298
2011-03-09Add support for the alternate version of the Final Doom executable thatSimon Howard
fixes the demo loop crash (thanks Porsche Monty, Enjay). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2297
2011-03-06Discard very short sound effects and strip lead-in / lead-out samplesSimon Howard
that apparently aren't played by Vanilla Doom (thanks Quasar). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2291
2011-01-13In configuration files, use the scan code for right shift, not leftSimon Howard
shift, to match Vanilla (thanks AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2238
2011-01-12Fix menu navigation when using joystick / joypad (thanks AlexXav).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2237