summaryrefslogtreecommitdiff
path: root/msvc
AgeCommit message (Collapse)Author
2015-09-10Bump version number to 2.2.1 and add NEWS about itMike Swanson
This is not the complete news for changes since 2.2, just what will be included for the stable release.
2015-08-24Fixed Heretic / Hexen vcproj fileslinguica
Removed nonexistent files
2015-08-24Added deh_bexstr.c to MSVC projectlinguica
2015-06-09Bump version number to 2.2.0.Simon Howard
2014-10-22Bump version number to 2.1.0.Simon Howard
2014-08-30Update setup.vcprojNik1895
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-06-05Make vcproj release settings consistentJames Haley
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-05-11Update MSVC2008 projects and solutionalexey.lysiuk
2014-05-05Clean up file headers.Simon Howard
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-03-27Fix .rc files so version info shows on Windows 7.Simon Howard
Thanks to Brad Harding for the bug report. This fixes #319.
2013-11-17Bump version numbers for Codeblocks, MSVC project files from 1.99.0 toSimon Howard
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-04-06Updated project file to add gusconf moduleJames Haley
Subversion-branch: /branches/v2-branch Subversion-revision: 2590
2013-02-09* Update MSVC project fileJames Haley
* 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
2012-02-10Make optimization settings consistent (static libraries do not supportJames Haley
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
2011-10-15Add new NET_* modules to Strife project.James Haley
Subversion-branch: /branches/v2-branch Subversion-revision: 2432
2011-09-17Bump version numbers for Windows build to temporary version.Simon Howard
Subversion-branch: /branches/v2-branch Subversion-revision: 2377
2011-09-13Generate .map files for release builds in the Visual Studio project.James Haley
Subversion-branch: /branches/v2-branch Subversion-revision: 2375
2011-09-11Merge from raven-branch.Simon Howard
Subversion-branch: /branches/strife-branch Subversion-revision: 2367
2011-07-01Made Hexen buildable with strife-branch's VC2008 .proj file.James Haley
Subversion-branch: /branches/strife-branch Subversion-revision: 2353
2011-06-13Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2347
2011-05-17Update NEWS and ChangeLog, bump version number.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2342
2011-05-14Convert build system to using the PROGRAM_PREFIX system used onSimon Howard
raven-branch. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2336
2011-03-03Fix Visual Studio build (thanks GhostlyDeath).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2287
2011-02-12Merge from raven-branch. FEATURE_MULTIPLAYER has been disabledSimon Howard
temporarily until the netgame changes on raven-branch are finished. Subversion-branch: /branches/strife-branch Subversion-revision: 2259
2011-02-12Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 2258
2011-02-12Bug fix for save/load/name your character menus, and some tweaks to theJames Haley
project files. Subversion-branch: /branches/strife-branch Subversion-revision: 2256
2011-01-30Add win_opendir.c module for MSVC++ builds which contains public domainJames Haley
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-02Update NEWS and ChangeLog, bump version number.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 2235
2010-10-03Added beginnings of Strife hub save code. ATTN fraggle: please addJames Haley
m_saves.c to other platform builds. See also email regarding opendir etc. Subversion-branch: /branches/strife-branch Subversion-revision: 2151
2010-09-18Tons of warnings fixed - now only 7 warnings at warning level 3, andJames Haley
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-18Upped warning level and started fixing warnings - can't believe someJames Haley
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-10Post-merge fixes: Created project for OPL library. Fixed OPL library toJames Haley
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-09Merge from raven-branch.Simon Howard
Subversion-branch: /branches/strife-branch Subversion-revision: 2051
2010-09-02Added p_dialog module and header. Started work on dialog engine.James Haley
Subversion-branch: /branches/strife-branch Subversion-revision: 2002
2010-08-31Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1987
2010-08-23Made some repairs to VC2008 solution and added Chocolate Strife project.James Haley
Added Visual Studio autogenerated files and directories to appropriate ignore lists. Started some modifications of strings and version checking in d_englsh.h and d_main.c. Subversion-branch: /branches/strife-branch Subversion-revision: 1965
2010-07-10Update NEWS and ChangeLog, bump version number.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1941
2010-04-30Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1924
2010-02-10Bump version number, update ChangeLog and NEWS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1869
2009-10-16Fix compile under MSVC (thanks entryway).Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1718
2009-10-16Fix compilation under MSVC (thanks entryway).Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1717
2008-12-20Merge from trunk.Simon Howard
Subversion-branch: /branches/raven-branch Subversion-revision: 1423
2008-12-10Bump version to 1.2.1, update NEWS and ChangeLog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1421
2008-12-10Bump version to 1.2.0, update NEWS and ChangeLog.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1418
2008-11-21Update msvc projectRussell Rice
Subversion-branch: /branches/raven-branch Subversion-revision: 1383
2008-10-31- Delete the "all-in-one" project file and rename the solution file toRussell Rice
chocolate.sln - Create separate msvc projects for all games supported, which work the same as the codeblocks ones - Include fixes (nothing compiler specific, just additions of stdio.h) to build with msvc Subversion-branch: /branches/raven-branch Subversion-revision: 1371
2008-05-05Updated VC++ Project for added files; Manifest should have versionGhostlyDeath
1.1.1.0 not 1.0.0.0; the rc files in the codeblocks folder have been updated Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1142
2008-04-23VC++ Project now buildsGhostlyDeath
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1127
2008-04-20Bump version to 1.1.1, update ChangeLog and NEWS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1125
2008-04-19Bump version to 1.1.0, update ChangeLog and NEWS.Simon Howard
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 1122