summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-02-13Added note about authentic typo copied from the binary in p_dialog.James Haley
2011-02-13Stop Macil's planes from falling :)James Haley
2011-02-12Oops.Simon Howard
2011-02-12Turn on gcc warnings for declarations made in a block after a statement;Simon Howard
2011-02-12Fix a warning in m_argv.c (ATTN fraggle).James Haley
2011-02-12Merge from raven-branch. FEATURE_MULTIPLAYER has been disabledSimon Howard
2011-02-12Merge from trunk.Simon Howard