Commit graph

2434 commits

Author SHA1 Message Date
Jan Engelhardt
af5ebef33b build: kill redundant boilerplate in autogen.sh
The auxiliary build directory specified with AC_BUILD_AUX_DIR is
also automatically created AFAICS, so it need not be created
by autogen.sh.

[For directories that are not (such as with AC_CONFIG_MACRO_DIR),
place an empty .gitignore file in it, so that it always exists.]
2013-12-10 17:07:22 +01:00
Jan Engelhardt
f5396cf3c7 build: do not create an INSTALL file
If the general-instruction INSTALL file is not desired, just specify so
in AUTOMAKE_OPTIONS rather than fiddling with it in autogen.sh.
2013-12-10 17:02:59 +01:00
Jan Engelhardt
d44fdfaeee build: fix not-honored --docdir setting
Despite using `./configure --docdir=XYZ` and/or `make docdir=XYZ`, the
directory is ignored. Resolve that problem.
2013-12-10 16:59:42 +01:00
Jan Engelhardt
e6deb55e11 build: avoid error message during autogen.sh
Do not complain if the directory already exists.

mkdir: cannot create directory "autotools": File exists
2013-12-10 16:56:10 +01:00
Simon Howard
e2f1ba09c6 Bump version number to 2.0.0, make minor modifications to NEWS.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2762
2013-12-09 05:28:59 +00:00
Simon Howard
78ac59a26c Fix crash caused by Strife nicknames (thanks fabian).
Subversion-branch: /branches/v2-branch
Subversion-revision: 2760
2013-12-06 03:59:26 +00:00
Simon Howard
b662a3d8e8 Update README to point at Github instead of Sourceforge. Remove contents
of ChangeLog and just give instructions to use the Git repository on
Github.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2759
2013-12-06 03:48:25 +00:00
Simon Howard
89fa06e540 Rename configure.in to configure.ac, to comply with modern autotools
guidelines.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2758
2013-12-04 04:56:33 +00:00
Simon Howard
e52ca315e5 Don't clean static manpages (oops).
Subversion-branch: /branches/v2-branch
Subversion-revision: 2757
2013-12-04 04:46:17 +00:00
Simon Howard
3f7cafb370 Fix 'make clean' where some files were not being cleaned (thanks
fabian).

Subversion-branch: /branches/v2-branch
Subversion-revision: 2756
2013-12-04 04:40:02 +00:00
Simon Howard
31e5261c98 Fix Heretic demo desync caused by r1228 (thanks marineController).
Subversion-branch: /branches/v2-branch
Subversion-revision: 2755
2013-11-28 02:50:45 +00:00
Simon Howard
f3904bd8d4 Fix crash when using fallback Doom IWAD and selecting level.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2754
2013-11-19 04:07:33 +00:00
Simon Howard
c8b02b802d Bump version number to 2.0.0-beta3.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2752
2013-11-17 02:30:05 +00:00
Simon Howard
920d403435 Bump version numbers for Codeblocks, MSVC project files from 1.99.0 to
2.0.0. This is not yet 2.0.0 but I will not be updating these project
files again before the release.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2751
2013-11-17 02:25:12 +00:00
Simon Howard
f1926e7b81 Remove KEY_RSHIFT special-casing from Heretic/Hexen menu code to fix
crashes when pressing shift while entering save game names (thanks
chungy).

Subversion-branch: /branches/v2-branch
Subversion-revision: 2750
2013-11-17 02:17:40 +00:00
Simon Howard
33703db6c4 Initialize data2 to zero for ev_keyup events, rather than just letting
them have junk values.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2749
2013-11-17 02:15:19 +00:00
Simon Howard
51526b9a4a Update INSTALL template file to include upgrade instructions for
Heretic, Hexen and Strife (thanks chungy).

Subversion-branch: /branches/v2-branch
Subversion-revision: 2748
2013-11-17 01:41:33 +00:00
Simon Howard
612ec940e5 Change names of Doom II MAP31/MAP32 when using the BFG edition (thanks
Fabian Greffrath).

Subversion-branch: /branches/v2-branch
Subversion-revision: 2747
2013-11-17 01:28:38 +00:00
Simon Howard
49f5fb7ee0 Show package string on Hexen startup, to match other games.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2746
2013-11-06 05:01:36 +00:00
Simon Howard
f17f194a1e Add Steam IWAD path for Hexen Deathkings WAD (thanks chungy).
Subversion-branch: /branches/v2-branch
Subversion-revision: 2745
2013-11-06 04:41:55 +00:00
Simon Howard
a27a33889c 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

Subversion-branch: /branches/v2-branch
Subversion-revision: 2744
2013-11-06 04:36:45 +00:00
Simon Howard
be122a160c Clear relative mouse state after moving mouse cursor to corner to
prevent "jumps" of the mouse when activating the menu.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2743
2013-11-06 04:21:19 +00:00
Simon Howard
9c1b1ff290 Merge from trunk.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2742
2013-11-03 06:23:21 +00:00
Simon Howard
3156958685 Add default DOS installer paths for Heretic, Hexen and Strife to IWAD
detection code (thanks chungy).

Subversion-branch: /branches/v2-branch
Subversion-revision: 2741
2013-11-02 21:11:25 +00:00
Simon Howard
84407a7a27 Change old Doom wiki link to new URL (thanks Quasar).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2740
2013-11-02 21:05:59 +00:00
James Haley
2e667473d2 * Fixed deathmatch spots error message to match binary (why'd they
change it?)
* Made attribution timestamps consistent in g_game.c

Subversion-branch: /branches/v2-branch
Subversion-revision: 2739
2013-11-02 15:32:22 +00:00
James Haley
41f9c8d545 Proper output of randomparm's current value when passing through
D_CheckNetGame

Subversion-branch: /branches/v2-branch
Subversion-revision: 2738
2013-11-01 00:49:29 +00:00
James Haley
1366102672 * Fix problem that crashes netdemos in ST_Drawer
* Made attribution comment date formats consistent in st_stuff.c

Subversion-branch: /branches/v2-branch
Subversion-revision: 2737
2013-10-31 10:59:50 +00:00
Simon Howard
24996f5b0a Only show 'flying' controls when configuring Heretic or Hexen, not
Strife (thanks Alexandre-Xavier).

Subversion-branch: /branches/v2-branch
Subversion-revision: 2736
2013-10-31 03:21:44 +00:00
Simon Howard
162ba0b777 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.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2735
2013-10-31 02:59:07 +00:00
Simon Howard
8b4fe781d4 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.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2734
2013-10-31 02:34:20 +00:00
Simon Howard
5f39aa1338 Bump version number to 2.0.0-beta2.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2732
2013-10-28 05:16:29 +00:00
Simon Howard
387fcd4fa4 Merge from trunk.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2731
2013-10-28 05:02:36 +00:00
Simon Howard
5387e91e31 Use system DPI setting on Windows to determine whether to use the large
font.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2730
2013-10-28 05:01:33 +00:00
Simon Howard
bdb5c58d08 Add missing asmv3 namespace to setup manifest (oops).
Subversion-branch: /branches/v2-branch
Subversion-revision: 2728
2013-10-28 03:41:11 +00:00
Simon Howard
5a8db1512b Declare Windows binaries as DPI-aware to prevent the OS from applying
DPI virtualization.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2727
2013-10-28 03:37:26 +00:00
Simon Howard
c39fd3c54c Use .items() rather than .iteritems() for compatibility with Python 2.7
and Python 3.0 (thanks chungy).

Subversion-branch: /branches/v2-branch
Subversion-revision: 2726
2013-10-28 01:30:56 +00:00
Simon Howard
ee40db2fcd Merge from trunk.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2725
2013-10-28 01:27:15 +00:00
Simon Howard
552d300e26 Determine which textscreen font to use by looking at the current desktop
screen resolution, not the largest fullscreen resolution offered by SDL.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2724
2013-10-28 01:23:10 +00:00
Simon Howard
b07602b54d Fix Vanilla behavior of shift key when entering savegame names in the
menu (thanks Alexandre Xavier).

Subversion-branch: /branches/v2-branch
Subversion-revision: 2723
2013-10-28 00:25:41 +00:00
Simon Howard
0b4df30a99 Use _SCRIPTS rather than _DATA for duplicated setup binaries so that the
right mode is set on 'make install' (thanks zakupork).

Subversion-branch: /branches/v2-branch
Subversion-revision: 2722
2013-10-28 00:00:47 +00:00
Simon Howard
14d3126d2f Default to windowed mode in OS X, as there is an SDL bug that can cause
crashing in fullscreen mode (thanks Ryan Peel).

Subversion-branch: /branches/v2-branch
Subversion-revision: 2721
2013-10-26 21:26:56 +00:00
Simon Howard
2d6b1a9263 Don't crash Heretic in A_SkullPop() if a player is gibbed and respawns
before the head separates from the body (thanks Tumlee).

Subversion-branch: /branches/v2-branch
Subversion-revision: 2720
2013-10-26 20:50:55 +00:00
Simon Howard
09c8d7e8d5 Select fallback IWADs that match the game we are configuring (thanks
Alexandre Xavier).

Subversion-branch: /branches/v2-branch
Subversion-revision: 2719
2013-10-26 20:35:18 +00:00
Simon Howard
436d8edbb8 When loading Heretic savegames, NULL out certain special values which
hold pointers to other mobj_t objects that will no longer be valid.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2718
2013-10-23 00:40:09 +00:00
Simon Howard
ead4a7a8bd Oops.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2717
2013-10-20 20:37:48 +00:00
Simon Howard
c5defc73af Disable file selector dialog on Windows.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2716
2013-10-20 20:28:47 +00:00
Simon Howard
da29767a35 Fix icon at multiplayer wait screen (thanks Alexandre Xavier).
Subversion-branch: /branches/v2-branch
Subversion-revision: 2715
2013-10-20 20:12:14 +00:00
Simon Howard
476323d7dd Use OPL MIDI playback as the default music device.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2714
2013-10-20 20:06:25 +00:00
James Haley
d6ca2360c8 Correct up/down look logic that was incorrectly allowing 6 degrees of
additional freedom.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2713
2013-10-19 18:22:22 +00:00