Commit graph

75 commits

Author SHA1 Message Date
Simon Howard
8777b99cf7 Update NEWS, bump version to 3.0.0. 2017-12-30 22:15:53 +01:00
Simon Howard
f1ffac8026 Bump version to 3.0.0-beta1. 2017-02-03 20:12:09 -05:00
Simon Howard
6f48bab893 Merge remote-tracking branch 'origin/master' into sdl2-branch 2017-01-02 14:42:49 +01:00
Simon Howard
939cbfeb11 Bump version number to 2.3.0, update NEWS. 2016-12-29 17:54:42 +01:00
Fabian Greffrath
5974dfc9ce Merge branch 'master' into sdl2-branch 2016-09-17 13:12:26 +02:00
James Haley
d0de82cad1 Enable map file in debug build for Hexen 2016-08-26 21:08:24 -05:00
James Haley
72f342b2b7 Ignore hexndata under msvc project directory 2016-08-26 00:38:09 -05:00
Simon Howard
d36dafa3fc Merge remote-tracking branch 'origin/master' into sdl2-branch 2016-06-04 19:36:32 -04:00
James Haley
bc09b36a20 Allow SDL headers and libraries to exist in the msvc project directory 2016-03-06 00:38:49 -06:00
Simon Howard
36f721637c Merge remote-tracking branch 'origin/master' into sdl2-branch 2016-02-28 13:27:56 -05:00
nukeykt
eb3cd65176 opl: Nuked OPL3 v1.7
Reformat the OPL3 code.
Remove the DBOPL core.
The OPL3 chip write delay implementation.
2016-02-28 21:53:03 +09:00
Simon Howard
e1188317db Merge branch 'master' into sdl2-branch 2016-01-01 21:25:55 +01:00
Azarien
e811752619 Add v_diskicon.c/v_diskicon.h to MSVC project files. 2015-11-06 17:27:12 +01:00
Fabian Greffrath
1b53d785ac Merge branch 'master' into sdl2-branch 2015-09-21 07:46:37 +02:00
Azarien
375cfc293b Update VS project files for SDL2 2015-09-19 14:37:27 +02:00
linguica
cce8a64366 Fixed Heretic / Hexen vcproj files
Removed nonexistent files
2015-09-19 14:10:48 +02:00
linguica
73208b8094 Added deh_bexstr.c to MSVC project 2015-09-19 14:09:38 +02:00
Mike Swanson
5d6ac0a7ba Bump version number to 2.2.1 and add NEWS about it
This is not the complete news for changes since 2.2, just what will be
included for the stable release.
2015-09-10 08:37:50 -07:00
linguica
0e9b2c336c Fixed Heretic / Hexen vcproj files
Removed nonexistent files
2015-07-23 12:27:00 -07:00
linguica
4d85eb1613 Added deh_bexstr.c to MSVC project 2015-07-22 11:06:50 -07:00
Simon Howard
a538c179ab Bump version number to 2.2.0. 2015-06-09 22:52:39 -04:00
Simon Howard
d61a8018fd Bump version number to 2.1.0. 2014-10-22 00:19:28 -04:00
Nik1895
868034303b Update setup.vcproj
Need to include the missing files in the setup project: txt_joyaxis.h and txt_joyaxis.c.
Without this, setup won't compile, complain about unresolved external symbol.
2014-08-30 17:00:27 +04:00
James Haley
0fb3f5cd0d Make vcproj release settings consistent
Max optimization settings for release that were derived from Eternity
are now effective for all 4 games. In addition, generate map files for
debugging purposes.
2014-06-05 10:18:44 -05:00
alexey.lysiuk
81163488c7 Update MSVC2008 projects and solution 2014-05-11 15:50:00 +03:00
Simon Howard
7684ddcfd8 Clean up file headers.
This change rewrites and simplifies the copyright headers at the top
of all source files:

 * Remove "Emacs style mode select" line; this line was included in
   the headers for the originally released source files and appears
   to be to set the file type for old versions of Emacs. I'm not sure
   entirely why it was required but I don't think it is any more.
 * Remove "You should have received a copy of..." text from copyright
   header. This refers to the old 59 Temple Place address where the
   FSF headquarters used to be located and is no longer correct.
   Rather than change to the new address, just remove the paragraph
   as it is superfluous anyway. This fixes #311.
 * Remove ---- separator lines so that the file headers are barer
   and more simplified.
2014-05-05 00:20:54 -04:00
Simon Howard
cea768a934 Fix .rc files so version info shows on Windows 7.
Thanks to Brad Harding for the bug report. This fixes #319.
2014-03-27 22:18:54 -04: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
James Haley
de48209499 Updated project file to add gusconf module
Subversion-branch: /branches/v2-branch
Subversion-revision: 2590
2013-04-06 01:41:32 +00:00
James Haley
e20874a9aa * Update MSVC project file
* Add /msvc/strfsav* and *.pcx to ignore list
* Fix for Strife crushAndRaise, silentCrushAndRaise types identified by
  Gez and verified with the disassembly - these types do not inflict
  crushing damage in Strife.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2558
2013-02-09 18:18:26 +00:00
James Haley
a8df85b3c6 Make optimization settings consistent (static libraries do not support
function-level linking.....). Also, use similar optimizer settings to
the ones used by Eternity (favor speed over size, intrinsics on, inline
any suitable, link-time code generation, function-level linking *in the
exe only*, omit frame pointers, etc.

Subversion-branch: /branches/v2-branch
Subversion-revision: 2499
2012-02-10 02:50:59 +00:00
James Haley
d0ada124a2 Add new NET_* modules to Strife project.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2432
2011-10-15 18:19:11 +00:00
Simon Howard
1981657e65 Bump version numbers for Windows build to temporary version.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2377
2011-09-17 13:18:20 +00:00
James Haley
f2042da130 Generate .map files for release builds in the Visual Studio project.
Subversion-branch: /branches/v2-branch
Subversion-revision: 2375
2011-09-13 01:22:03 +00:00
Simon Howard
efd15d965d Merge from raven-branch.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2367
2011-09-11 23:40:44 +00:00
James Haley
4d17ab361e Made Hexen buildable with strife-branch's VC2008 .proj file.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2353
2011-07-01 03:08:59 +00:00
Simon Howard
391e7466b1 Merge from trunk.
Subversion-branch: /branches/raven-branch
Subversion-revision: 2347
2011-06-13 22:21:37 +00:00
Simon Howard
822664b4ff Update NEWS and ChangeLog, bump version number.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2342
2011-05-17 22:59:44 +00:00
Simon Howard
184ea9ba50 Convert build system to using the PROGRAM_PREFIX system used on
raven-branch.

Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2336
2011-05-14 20:11:26 +00:00
Simon Howard
6a5d123fc6 Fix Visual Studio build (thanks GhostlyDeath).
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2287
2011-03-03 21:41:51 +00:00
Simon Howard
516a702899 Merge from raven-branch. FEATURE_MULTIPLAYER has been disabled
temporarily until the netgame changes on raven-branch are finished.

Subversion-branch: /branches/strife-branch
Subversion-revision: 2259
2011-02-12 18:42:10 +00:00
Simon Howard
a9996b41e9 Merge from trunk.
Subversion-branch: /branches/raven-branch
Subversion-revision: 2258
2011-02-12 15:38:08 +00:00
James Haley
a15ba75736 Bug fix for save/load/name your character menus, and some tweaks to the
project files.

Subversion-branch: /branches/strife-branch
Subversion-revision: 2256
2011-02-12 05:36:12 +00:00
James Haley
5201de4ff2 Add win_opendir.c module for MSVC++ builds which contains public domain
implementation of POSIX opendir/readdir/closedir API derived from the
MinGW libc extensions source. Will be needed for hub save maintenance.

Subversion-branch: /branches/strife-branch
Subversion-revision: 2241
2011-01-30 04:10:32 +00:00
Simon Howard
b18d59086a Update NEWS and ChangeLog, bump version number.
Subversion-branch: /trunk/chocolate-doom
Subversion-revision: 2235
2011-01-02 18:14:59 +00:00
James Haley
7a3748fd12 Added beginnings of Strife hub save code. ATTN fraggle: please add
m_saves.c to other platform builds. See also email regarding opendir
etc.

Subversion-branch: /branches/strife-branch
Subversion-revision: 2151
2010-10-03 16:45:53 +00:00
James Haley
5de507694b Tons of warnings fixed - now only 7 warnings at warning level 3, and
most of those are outside of our own code (get on those signed/unsigned
mismatches in the midi code, fraggle ;)

Subversion-branch: /branches/strife-branch
Subversion-revision: 2110
2010-09-18 17:35:57 +00:00
James Haley
bf215f516e Upped warning level and started fixing warnings - can't believe some
genius had them completely disabled... Also, a bug fix to
EV_ClearForceFields so that it continues running on all tagged sectors
even if sec->linecount is 0, and so that it returns a value. Made
dialogtext and M_WriteText's 3rd parameter const for safety.

Subversion-branch: /branches/strife-branch
Subversion-revision: 2108
2010-09-18 07:54:00 +00:00
James Haley
9f4c5a6ed4 Post-merge fixes: Created project for OPL library. Fixed OPL library to
not use GNU C-isms such as inline keyword, declaration/statement mixing,
and strange calling convention syntax for import function pointers.
Fixed critical buffer overflow in M_BindChatControls - should be
back-merged immediately. Added autogenerated directories *back* to
ignore list.

Subversion-branch: /branches/strife-branch
Subversion-revision: 2052
2010-09-10 01:53:57 +00:00
Simon Howard
120d90c67b Merge from raven-branch.
Subversion-branch: /branches/strife-branch
Subversion-revision: 2051
2010-09-09 23:13:06 +00:00