summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-06-13Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2347
2011-06-13Link chocolate-setup against SDL_mixer to fix compile on Mac OS X.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2346
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
2011-04-11Allow the shift key to be held down when changing key/mouse/joystickSimon Howard
bindings to prevent bindings to the same key from being cleared (thanks myk). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2325
2011-04-09Fix action area minimum width calculation.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2324
2011-04-04Close dropdown list popup windows when clicking outside the window.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2323
2011-04-04Fix crash.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2322
2011-04-04Fix crash.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2321
2011-04-04Change the background color when hovering over widgets.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2320
2011-04-04Change setup tool default sampling rate to 44100Hz to match the gameSimon Howard
(thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2319
2011-03-30Add a symlink hack to work around the fact that OS X doesn't like pathsSimon Howard
in MANPATH to contain spaces. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2318
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-28Remove the BUGS file as it doesn't really contain any usefulSimon Howard
information. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2316
2011-03-28Add vim modeline for text wrapping to documentation text files.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2315
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-27Scroll faster in reaction to the scroll wheel.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2310
2011-03-27Change default sfx/music volume in setup tool to 8, to match the gameSimon Howard
(thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2309
2011-03-22Switch separator to show "screen mode" or "window size" depending onSimon Howard
whether fullscreen is turned on or not. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2308
2011-03-22Fix scrollbars so that clicks scroll the pane to a location that matchesSimon Howard
the clicked location. Interpret mousewheel events so that scroll panes can be scrolled. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2307
2011-03-22Reorganise the display settings window.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2306
2011-03-17Add back -a option to automake, and remove INSTALL if automake installsSimon Howard
it. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2305
2011-03-17Fix up placement of display settings window.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2304
2011-03-15Fix NEWS entry to list the full name for Alexandre Xavier.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2303
2011-03-10Include Unix manpages in MacOS package, and set MANPATH to point to themSimon Howard
when opening a terminal window. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2302
2011-03-10Minor tweaks to MacOS instructions.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2301
2011-03-10Minor tweak to INSTALL instructions.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2300
2011-03-10Replace the INSTALL file with a template version that is customized toSimon Howard
different platforms. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2299
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-06Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2292
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