summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-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-03-03Fix Visual Studio build (thanks GhostlyDeath).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2287
2011-02-28Fix autoadjust of pixel depth in setup tool.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2283
2011-02-05Fix bug with libtextscreen where it was not possible to type a '+'Simon Howard
(thanks Alexandre Xavier). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2249
2011-01-31When large numbers of screen resolutions are detected, increase theSimon Howard
number of columns in the mode list to fit them all on-screen. Remove superfluous left-side spacing from the checkbox and radio button widgets so that the modes can be packed closer together. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2242
2011-01-23Fix default joystick buttons in setup tool to match Vanilla (thanksSimon Howard
twipley). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2239
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
2011-01-02Update NEWS and ChangeLog, bump version number.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2235
2011-01-02Remove redundant package version label from top of OS X launcher window.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2234
2011-01-02Restore window title when changing video driver in setup tool (thanksSimon Howard
AlexXav). Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2233
2011-01-02Turn off dynamic window resizing feature on OS X, as it adds an uglySimon Howard
resize handle to the corner of the window that overlaps the view of the game. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2231
2010-12-28Make demo loop handling of DEMO4 case depend on the executable versionSimon Howard
being emulated: the Vanilla versions did not have any conditional behavior based on gamemode/gamemission. This has the side effect of causing the game to exit with an error when playing with Final Doom, but this is Vanilla behavior. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2230