Commit Graph

21 Commits

Author SHA1 Message Date
Colton G. Rushton 0549613351 Added .gitignore to msvc folder 2019-08-28 01:13:18 -03:00
Pan7 16b48b50dd -ffast-math for msvc 2014-07-20 05:22:20 -05:00
SmileTheory 4c9d39ae6e Fix some file paths for msvc 2008 2013-12-09 17:15:29 -08:00
SmileTheory 369956eb63 Fix compilation in VS2008. 2013-03-14 21:36:44 -07:00
Tim Angus f6fb9eb602 renderer -> renderergl1, rend2 -> renderergl2 2013-02-15 23:46:37 +00:00
SmileTheory af77b93597 #5818 - Modular renderer and Rend2 support for MSVC. 2013-01-07 20:30:49 -08:00
Thilo Schulz 63c2b017d6 Remove executable property from these files 2011-08-02 20:26:46 +00:00
Thilo Schulz 77d764c457 Patch and description by ensiform (#5043):
This patch moves cg_particles.c out of cg_marks.c to the actual file that was
already there but not used.  By default WOLF_PARTICLES definition is commented
out if someone wants to use the old cg_particles.c changes.  cg_particles.c has
been added to the makefile and msvc projects.
2011-06-16 21:58:46 +00:00
Thilo Schulz 7a4ce592a4 - Adapt MSVC project files to new libjpeg, fix by Guillaume Bougard and cyrri
- add tr_model_iqm.c to MSVC project, by cyrri
2011-06-06 21:15:42 +00:00
Thilo Schulz 118fbdf741 - Tested and updated MSVC project file to really make it work with new zlib
- Removed unnecessary zconf.in.h
- Fixed include dirs for several MSVC targets
2009-10-19 16:16:52 +00:00
Thilo Schulz 4b1b4c76d6 Last revision (1681) was described incorrectly. It uses parts of Amanieu's patch to add the most recent version of zlib to ioquake3.
This commit now adds zlib c-file dependencies to the MSVC project file, not tested yet, thought.
2009-10-19 14:32:06 +00:00
Julian Priestley 6e79cfbae2 * Update MSVC project files for latest revision 2009-05-11 21:48:54 +00:00
Ludwig Nussel 53d23a3df2 fix msvc build (#3857, #3771) 2009-02-10 07:56:56 +00:00
Julian Priestley a9f03d2c19 * Change quake3.vcproj to use ws2_32.lib, for ipv6 support (r1290). 2008-04-06 21:52:04 +00:00
Julian Priestley 14fda56059 * Add the new tr_image_*.c files to the quake3 MSVC project 2008-02-14 20:30:51 +00:00
Julian Priestley 4f0565a4a7 * Add con_log.c and con_passive.c from r1222 to quake3.vcproj.
* Rename 'write' and 'read' variables in con_log.c, as these are already
defined in io.h in the MSVC environment.
2007-12-02 00:48:59 +00:00
Julian Priestley fdff748749 * Remove MINSDL_ values from vc project for debug, debug TA and release
configurations (previous commit only removed them from release TA
configuration)
2007-11-27 09:33:48 +00:00
Tim Angus eaeed742c5 * Move MINSDL_ values to sys_local.h from Makefile/VC project
* Merge *BSD platform definitions in q_platform.h
* IRIX support (Patrick Baggett <baggett.patrick@figglesoftware.com>)
2007-11-26 20:18:53 +00:00
Julian Priestley 0d8d161eaf * Enable incremental linking for debug configurations in the MSVC projects
files. This allows edit and continue to be used, and prevents a build warning
about inconsistencies in the project files.
* Convert line endings back to DOS in the MSVC project files, as MSVC
silently replaces UNIX endings for project files.
2007-11-12 23:36:01 +00:00
Tim Angus 31c24bd0d2 * (bug 3393) Blank user names still possible (Michael Jard <kfaust@gmail.com>)
* (bug 3363) Download percentage overflow (Martin Doucha <next_ghost@quick.cz>)
* (bug 3390) MSVC project (Julian Priestley <juzley@gmail.com>)
* For OS X and MinGW ports, don't -I code/SDL when USE_LOCAL_HEADERS is 0
2007-11-02 23:36:23 +00:00
Tim Angus d86f72f75e * Simple MSVC Express project that passes through to the make build system 2007-09-15 15:39:50 +00:00