| 2013-11-06 |
| Fix quoting around use of AC_LANG_PROGRAM macro to stop warning message. Some further information can be found here: https://lists.gnu.org/archive/html/bug-autoconf/2011-04/msg00015.html |
Simon Howard |
a27a3388 |
| Clear relative mouse state after moving mouse cursor to corner to prevent "jumps" of the mouse when activating the menu. |
Simon Howard |
be122a16 |
| 2013-11-03 |
| Merge from trunk. |
Simon Howard |
9c1b1ff2 |
| 2013-11-02 |
| Add default DOS installer paths for Heretic, Hexen and Strife to IWAD detection code (thanks chungy). |
Simon Howard |
31569586 |
| Change old Doom wiki link to new URL (thanks Quasar). |
Simon Howard |
84407a7a |
| * Fixed deathmatch spots error message to match binary (why'd they change it?) * Made attribution timestamps consistent in g_game.c |
James Haley |
2e667473 |
| 2013-11-01 |
| Proper output of randomparm's current value when passing through D_CheckNetGame |
James Haley |
41f9c8d5 |
| 2013-10-31 |
| * Fix problem that crashes netdemos in ST_Drawer * Made attribution comment date formats consistent in st_stuff.c |
James Haley |
13661026 |
| Only show 'flying' controls when configuring Heretic or Hexen, not Strife (thanks Alexandre-Xavier). |
Simon Howard |
24996f5b |
| Change gradient characters of 'large' textscreen font to be direct scale-ups of the standard res versions of the characters: in addition to giving a more 'authentic' retro look, this fixes a problem where the high-frequency dot patterns can cause weird moire effects on some monitors. |
Simon Howard |
162ba0b7 |
| Fix setup tool Windows resource file to include the application manifest correctly. This was previously fixed on trunk but not merged. Also update the manifest to add GUIDs for Windows 8. |
Simon Howard |
8b4fe781 |
| 2013-10-28 |
| Bump version number to 2.0.0-beta2. |
Simon Howard |
5f39aa13 |
| Merge from trunk. |
Simon Howard |
387fcd4f |
| Use system DPI setting on Windows to determine whether to use the large font. |
Simon Howard |
5387e91e |
| Add missing asmv3 namespace to setup manifest (oops). |
Simon Howard |
bdb5c58d |
| Declare Windows binaries as DPI-aware to prevent the OS from applying DPI virtualization. |
Simon Howard |
5a8db151 |
| Use .items() rather than .iteritems() for compatibility with Python 2.7 and Python 3.0 (thanks chungy). |
Simon Howard |
c39fd3c5 |
| Merge from trunk. |
Simon Howard |
ee40db2f |
| Determine which textscreen font to use by looking at the current desktop screen resolution, not the largest fullscreen resolution offered by SDL. |
Simon Howard |
552d300e |
| Fix Vanilla behavior of shift key when entering savegame names in the menu (thanks Alexandre Xavier). |
Simon Howard |
b07602b5 |
| Use _SCRIPTS rather than _DATA for duplicated setup binaries so that the right mode is set on 'make install' (thanks zakupork). |
Simon Howard |
0b4df30a |
| 2013-10-26 |
| Default to windowed mode in OS X, as there is an SDL bug that can cause crashing in fullscreen mode (thanks Ryan Peel). |
Simon Howard |
14d3126d |
| Don't crash Heretic in A_SkullPop() if a player is gibbed and respawns before the head separates from the body (thanks Tumlee). |
Simon Howard |
2d6b1a92 |
| Select fallback IWADs that match the game we are configuring (thanks Alexandre Xavier). |
Simon Howard |
09c8d7e8 |
| 2013-10-23 |
| When loading Heretic savegames, NULL out certain special values which hold pointers to other mobj_t objects that will no longer be valid. |
Simon Howard |
436d8edb |
| 2013-10-20 |
| Oops. |
Simon Howard |
ead4a7a8 |
| Disable file selector dialog on Windows. |
Simon Howard |
c5defc73 |
| Fix icon at multiplayer wait screen (thanks Alexandre Xavier). |
Simon Howard |
da29767a |
| Use OPL MIDI playback as the default music device. |
Simon Howard |
476323d7 |
| 2013-10-19 |
| Correct up/down look logic that was incorrectly allowing 6 degrees of additional freedom. |
James Haley |
d6ca2360 |
| 2013-10-16 |
| Fix bug with freeing of static strings, accidentally introduced in r2633. |
Simon Howard |
8ccb6eaf |
| 2013-10-15 |
| Fix accidental string concatenation that broke Steam Heretic IWAD detection (thanks Dragonsbrethren). |
Simon Howard |
a58243be |
| Rip out special casing on Windows that defaults to the SDL directx driver over the Windows GDI one. This causes far too many problems. |
Simon Howard |
710e6b12 |
| Remove call to I_SetWindowTitle() that is no longer needed. |
Simon Howard |
5e8e8170 |
| Remove gamemission variables for Heretic and Hexen and hard-code to the appropriate values. |
Simon Howard |
7241db54 |
| 2013-10-12 |
| Update generation of Windows RC version to properly handle -xxx extensions to version numbers. |
Simon Howard |
5c02df23 |
| Bump version number to v2.0.0-beta1; update NEWS. |
Simon Howard |
4cd5d502 |
| Merge HH-TODO into main TODO file. |
Simon Howard |
52c34aac |
| Tweak mouse grab behavior: don't arbitrarily warp the mouse at game startup. |
Simon Howard |
6cf2d4cc |
| Fix Hexen CD music (now working and tested with a real Hexen CD). |
Simon Howard |
6e09cdf2 |
| 2013-10-08 |
| Don't grab the mouse at the Strife startup screen. |
Simon Howard |
fe63589f |
| Set window title/icon for Heretic/Hexen startup windows, to match the main game window. |
Simon Howard |
2f256359 |
| Set window title and icon on ENDOOM window to match main game window. |
Simon Howard |
d4f9e828 |
| 2013-10-06 |
| Finish implementation of Hexen CD audio music mode. |
Simon Howard |
6ec6095c |
| Change netgame version mismatch message to be reminiscent of the Vanilla message (thanks Alexandre Xavier). |
Simon Howard |
9a4f30c2 |
| Fix RANGECHECK on V_DrawPatch() functions, so the game exits with an error at appropriate times. |
Simon Howard |
976ba58a |
| 2013-09-29 |
| Preserve libsamplerate_scale in the setup tool. |
Simon Howard |
ae972140 |
| Add config file variable for controlling libsamplerate conversion scale factor. This is an alternative to the approach taken in the version on the trunk version, where all sounds are pre-converted at startup and adjusted based on the maximum value. |
Simon Howard |
0e839534 |
| 2013-09-27 |
| Update HH-TODO. |
Simon Howard |
efdd44c1 |
| Translate HHE thing numbers according to patch exe version number, as our mobjinfo table contains an extra entry. |
Simon Howard |
600ac5db |