summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2014-02-20Mark 512x400 mode as decent quality.Simon Howard
I originally flagged this as a poor quality mode because it doesn't include every original pixel at least once (ie. its dimensions are not >= 640x400 - twice the original resolution). In practise, it's actually okay though. Add long comment adapted from my comment on #339 explaining what the definition of a poor quality mode is.
2014-01-27sound: Fix swapped parameters for function.Simon Howard
CheckVolumeSeparation() has the sep and vol parameters backwards compared to how they are used when the function is called. Reverse the order to fix this (thanks proteal). Fixes #330.
2014-01-19doom: Add support for Freedoom IWAD names.Simon Howard
Freedoom has new IWAD names. Support these as fallbacks if no other IWAD file can be found, but prefer FreeDM as it has Vanilla- compatible levels. Show a warning on startup if running using the main Freedoom IWADs.
2013-12-28heretic: fix automap panning leftChris Fielder
When follow mode is off, hitting left would cause it to scroll all the way to the west of the map without stopping.
2013-12-23heretic, hexen: Fix mouse (and joystick) weapon cycling.svdijk
Implement this the same way it is implemented for doom and strife.
2013-12-23setup: Add key_mission to the controls group.svdijk
Otherwise, the same key can be bound to "Show mission" and one of the other "More controls..." at the same time.
2013-12-10build: adjust location of execgamesdirJan Engelhardt
For arch-dependent files, there is $exec_prefix. In most practical cases, it has the same value as $prefix, but do use it anyhow.
2013-12-06Fix crash caused by Strife nicknames (thanks fabian).Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2760
2013-12-04Fix 'make clean' where some files were not being cleaned (thanksSimon Howard
fabian). Subversion-branch: /branches/v2-branch Subversion-revision: 2756
2013-11-28Fix Heretic demo desync caused by r1228 (thanks marineController).Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2755
2013-11-19Fix crash when using fallback Doom IWAD and selecting level.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2754
2013-11-17Remove KEY_RSHIFT special-casing from Heretic/Hexen menu code to fixSimon Howard
crashes when pressing shift while entering save game names (thanks chungy). Subversion-branch: /branches/v2-branch Subversion-revision: 2750
2013-11-17Initialize data2 to zero for ev_keyup events, rather than just lettingSimon Howard
them have junk values. Subversion-branch: /branches/v2-branch Subversion-revision: 2749
2013-11-17Change names of Doom II MAP31/MAP32 when using the BFG edition (thanksSimon Howard
Fabian Greffrath). Subversion-branch: /branches/v2-branch Subversion-revision: 2747
2013-11-06Show package string on Hexen startup, to match other games.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2746
2013-11-06Add Steam IWAD path for Hexen Deathkings WAD (thanks chungy).Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2745
2013-11-06Clear relative mouse state after moving mouse cursor to corner toSimon Howard
prevent "jumps" of the mouse when activating the menu. Subversion-branch: /branches/v2-branch Subversion-revision: 2743
2013-11-03Merge from trunk.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2742
2013-11-02Add default DOS installer paths for Heretic, Hexen and Strife to IWADSimon Howard
detection code (thanks chungy). Subversion-branch: /branches/v2-branch Subversion-revision: 2741
2013-11-02Change old Doom wiki link to new URL (thanks Quasar).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2740
2013-11-02* Fixed deathmatch spots error message to match binary (why'd theyJames Haley
change it?) * Made attribution timestamps consistent in g_game.c Subversion-branch: /branches/v2-branch Subversion-revision: 2739
2013-11-01Proper output of randomparm's current value when passing throughJames Haley
D_CheckNetGame Subversion-branch: /branches/v2-branch Subversion-revision: 2738
2013-10-31* Fix problem that crashes netdemos in ST_DrawerJames Haley
* Made attribution comment date formats consistent in st_stuff.c Subversion-branch: /branches/v2-branch Subversion-revision: 2737
2013-10-31Only show 'flying' controls when configuring Heretic or Hexen, notSimon Howard
Strife (thanks Alexandre-Xavier). Subversion-branch: /branches/v2-branch Subversion-revision: 2736
2013-10-31Fix setup tool Windows resource file to include the application manifestSimon Howard
correctly. This was previously fixed on trunk but not merged. Also update the manifest to add GUIDs for Windows 8. Subversion-branch: /branches/v2-branch Subversion-revision: 2734
2013-10-28Add missing asmv3 namespace to setup manifest (oops).Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2728
2013-10-28Declare Windows binaries as DPI-aware to prevent the OS from applyingSimon Howard
DPI virtualization. Subversion-branch: /branches/v2-branch Subversion-revision: 2727
2013-10-28Fix Vanilla behavior of shift key when entering savegame names in theSimon Howard
menu (thanks Alexandre Xavier). Subversion-branch: /branches/v2-branch Subversion-revision: 2723
2013-10-28Use _SCRIPTS rather than _DATA for duplicated setup binaries so that theSimon Howard
right mode is set on 'make install' (thanks zakupork). Subversion-branch: /branches/v2-branch Subversion-revision: 2722
2013-10-26Default to windowed mode in OS X, as there is an SDL bug that can causeSimon Howard
crashing in fullscreen mode (thanks Ryan Peel). Subversion-branch: /branches/v2-branch Subversion-revision: 2721
2013-10-26Don't crash Heretic in A_SkullPop() if a player is gibbed and respawnsSimon Howard
before the head separates from the body (thanks Tumlee). Subversion-branch: /branches/v2-branch Subversion-revision: 2720
2013-10-26Select fallback IWADs that match the game we are configuring (thanksSimon Howard
Alexandre Xavier). Subversion-branch: /branches/v2-branch Subversion-revision: 2719
2013-10-23When loading Heretic savegames, NULL out certain special values whichSimon Howard
hold pointers to other mobj_t objects that will no longer be valid. Subversion-branch: /branches/v2-branch Subversion-revision: 2718
2013-10-20Fix icon at multiplayer wait screen (thanks Alexandre Xavier).Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2715
2013-10-20Use OPL MIDI playback as the default music device.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2714
2013-10-19Correct up/down look logic that was incorrectly allowing 6 degrees ofJames Haley
additional freedom. Subversion-branch: /branches/v2-branch Subversion-revision: 2713
2013-10-16Fix bug with freeing of static strings, accidentally introduced inSimon Howard
r2633. Subversion-branch: /branches/v2-branch Subversion-revision: 2712
2013-10-15Fix accidental string concatenation that broke Steam Heretic IWADSimon Howard
detection (thanks Dragonsbrethren). Subversion-branch: /branches/v2-branch Subversion-revision: 2711
2013-10-15Rip out special casing on Windows that defaults to the SDL directxSimon Howard
driver over the Windows GDI one. This causes far too many problems. Subversion-branch: /branches/v2-branch Subversion-revision: 2710
2013-10-15Remove call to I_SetWindowTitle() that is no longer needed.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2709
2013-10-15Remove gamemission variables for Heretic and Hexen and hard-code to theSimon Howard
appropriate values. Subversion-branch: /branches/v2-branch Subversion-revision: 2708
2013-10-12Tweak mouse grab behavior: don't arbitrarily warp the mouse at gameSimon Howard
startup. Subversion-branch: /branches/v2-branch Subversion-revision: 2699
2013-10-12Fix Hexen CD music (now working and tested with a real Hexen CD).Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2698
2013-10-08Don't grab the mouse at the Strife startup screen.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2697
2013-10-08Set window title/icon for Heretic/Hexen startup windows, to match theSimon Howard
main game window. Subversion-branch: /branches/v2-branch Subversion-revision: 2696
2013-10-08Set window title and icon on ENDOOM window to match main game window.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2695
2013-10-06Finish implementation of Hexen CD audio music mode.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2694
2013-10-06Change netgame version mismatch message to be reminiscent of the VanillaSimon Howard
message (thanks Alexandre Xavier). Subversion-branch: /branches/v2-branch Subversion-revision: 2693
2013-10-06Fix RANGECHECK on V_DrawPatch() functions, so the game exits with anSimon Howard
error at appropriate times. Subversion-branch: /branches/v2-branch Subversion-revision: 2692
2013-09-29Preserve libsamplerate_scale in the setup tool.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2691