summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-04-04Change setup tool default sampling rate to 44100Hz to match the gameSimon Howard
2011-03-30Add a symlink hack to work around the fact that OS X doesn't like pathsSimon Howard
2011-03-30On OS X, display a dialog box when exiting with I_Error, like onSimon Howard
2011-03-28Remove the BUGS file as it doesn't really contain any usefulSimon Howard
2011-03-28Add vim modeline for text wrapping to documentation text files.Simon Howard
2011-03-28Emulate bug with IDMUS cheat when emulating v1.9 (thanks AlexandreSimon Howard
2011-03-28Fix OPL MIDI playback when using an empty .mus / .mid file (thanksSimon Howard
2011-03-28Allow .lmp files to be loaded (and demo files to be played back) thatSimon Howard
2011-03-28Fix weapon cycling from the shotgun to the chaingun in Doom 1 (thanksSimon Howard
2011-03-27Scroll faster in reaction to the scroll wheel.Simon Howard
2011-03-27Change default sfx/music volume in setup tool to 8, to match the gameSimon Howard
2011-03-22Switch separator to show "screen mode" or "window size" depending onSimon Howard
2011-03-22Fix scrollbars so that clicks scroll the pane to a location that matchesSimon Howard
2011-03-22Reorganise the display settings window.Simon Howard
2011-03-17Add back -a option to automake, and remove INSTALL if automake installsSimon Howard
2011-03-17Fix up placement of display settings window.Simon Howard
2011-03-15Fix NEWS entry to list the full name for Alexandre Xavier.Simon Howard
2011-03-10Include Unix manpages in MacOS package, and set MANPATH to point to themSimon Howard
2011-03-10Minor tweaks to MacOS instructions.Simon Howard
2011-03-10Minor tweak to INSTALL instructions.Simon Howard
2011-03-10Replace the INSTALL file with a template version that is customized toSimon Howard
2011-03-09Add null sector dereference emulation code from Prboom+, to fix desyncSimon Howard
2011-03-09Add support for the alternate version of the Final Doom executable thatSimon Howard
2011-03-07Update config variable binding in setup tool so that the correctSimon Howard
2011-03-06Fix up config file variables to match Vanilla.Simon Howard
2011-03-06Add Strife to OS X launcher.Simon Howard
2011-03-06Merge from raven-branch.Simon Howard
2011-03-06Merge from trunk.Simon Howard
2011-03-06Discard very short sound effects and strip lead-in / lead-out samplesSimon Howard
2011-03-05Add configuration parameter to limit the amount of memory used forSimon Howard
2011-03-05Behave correctly when we run out of memory.Simon Howard
2011-03-03Fix Visual Studio build (thanks GhostlyDeath).Simon Howard
2011-03-02Fixed automap background color, size of plrkilledmsg buffer, a bug whichJames Haley
2011-02-28Rework sound chunk allocation to use native malloc() instead of the zoneSimon Howard
2011-02-28Bind screen_bpp variable in setup tool.Simon Howard
2011-02-28Fix autoadjust of pixel depth in setup tool.Simon Howard
2011-02-26Fix for problem of not changing to new Sigil type properly whenJames Haley
2011-02-26P_GiveBody seems to need a P_SubstNullMobj, otherwise a crash occurs inJames Haley
2011-02-25Found the last difference causing the IWAD to desync - playersJames Haley
2011-02-24Make code changes to add Heretic/Hexen support to OS X launcher.Simon Howard
2011-02-24Load response files from main() before calling D_DoomMain, so that allSimon Howard
2011-02-24Continuing verification of all P_Random calls has lead to several fixesJames Haley
2011-02-23Removed all dead code containing P_Random calls to avoid false hits inJames Haley
2011-02-20Add'l commenting, removed gamemap == 8 hack left over from Doom 1 whichJames Haley
2011-02-20Looks like a merge error - oops.Simon Howard
2011-02-20Fix to the order of the chat macros.James Haley
2011-02-20Removed ability to disable messages, and replaced with configurationJames Haley
2011-02-14Increase buffer size to 32 to fix overflow (thanks Quasar).Simon Howard
2011-02-14Made note of vanilla Sigil damage thrust bug, and repaired two issuesJames Haley
2011-02-14Fix to HUlib_drawYellowText (more Hex-Rays code-skipping shenanigans),James Haley