]> de.git.xonotic.org Git - xonotic/darkplaces.git/history - makefile
Make work DrawQ_SetClipArea in stereo view modes or when viewsize is lower than 100
[xonotic/darkplaces.git] / makefile
2016-07-18 havocRefactor DP_MACHINE logic in makefile and makefile...
2015-08-03 divverentCompile with IPv6 support by default
2014-10-15 divverentIn current gccs, it is -mfpmath=sse, not -fpmath=sse.
2014-06-14 havocraise system requirements to Pentium3 so that we can...
2014-05-01 havocchanged macosx default LINK_LIB_JPEG from shared to...
2013-08-08 divverentfix typo, sorry
2013-08-08 divverentMake d0_rijndael library optional again.
2013-08-03 divverentfix DP_FS_BASEDIR escaping
2013-08-03 divverentRevert "Revert "Build in subdirs"", as the issues seem...
2013-07-27 divverentRevert "Make cdda optional, server does not need to...
2013-07-27 divverentRevert "Build in subdirs"
2013-07-27 havocuse DP_LINK_ZLIB=dlopen on mingw build to reduce compil...
2013-07-26 havocremoved modplug support, the library is too insecure...
2013-07-26 nikoliMake cdda optional, server does not need to play music
2013-07-26 nikoliBuild in subdirs
2013-07-24 nikoliUpdate build system, fix and enable ODE by default
2011-12-04 divverentmove the hack to makefile, as it's using a GNU make...
2011-10-22 havocmajor overhaul for thread-safety - many global variable...
2011-07-08 divverentOS X compile: do not build the AGL target by default...
2010-08-27 divverentPROPERLY load the icon in SDL/X11
2010-08-22 havocdisable USE_WSPIAPI_H by default, since it only works...
2010-08-20 havocmigrate the libjpeg options to per-target scripting...
2010-08-20 divverentremove DP_LINK_TO_JPEG from makefile, as this is defaul...
2010-08-19 havocfixed some issues with how D3D=1 worked in the makefile
2010-08-19 havocreworked makefile a little bit to support DX9 renderer...
2010-04-25 divverentin MSYS, the WINDIR env variable is uppercase, so let...
2009-12-30 havocchange WIN64RELEASE options
2009-12-30 havocadded WIN64RELEASE flags
2009-11-02 havocanother attempt at WIN32RELEASE
2009-11-02 havocanother attempt at WIN32RELEASE
2009-11-02 havocfix WIN32RELEASE check
2009-11-02 havocadding a WIN32RELEASE flag which uses my build options
2009-07-20 divverentexperimental makefile option make DP_LINK_TO_JPEG=1...
2008-07-19 havocuse -MMD instead of -MD for making dependencies, this...
2008-03-24 havocPatch from Qantourisc adding support for his 3D sound...
2007-12-13 divverentmodplug improvement: DP_MODPLUG_STATIC_PREFIX=/usr...
2007-12-13 havocadded -lmodplug if libmodplug.a is detected, and a...
2007-10-31 divverentadd SDLMain stuff for OS X; make the Makefiles ready...
2007-05-20 divverentDP_PRELOAD_DEPENDENCIES=yes makefile option: when set...
2006-07-03 molivierCleaned the ugly code I committed for DP_FS_BASEDIR...
2006-06-13 havocpatch from div0 to make universal-binary builds of...
2006-02-12 havocadded nexuiz icon and make rules to make use of it...
2005-09-07 molivierAdded CoreAudio (Mac OS X) sound driver. Changed /...
2005-08-14 eviltypeguyFixups for Solaris port.
2005-06-10 molivierFixed direct compilation of subtargets (cl-release...
2005-06-08 molivierChanged default sound module for linux to ALSA. Modifie...
2005-06-03 eviltypeguyChanges necessary to build and run on Solaris 10 x86
2005-03-21 molivierAdded Mac OS X support to the makefiles. Note that...
2004-10-25 molivierFreeBSD support
2004-10-05 havocnow compiles on x86_64 successfully (still a crash...
2004-02-02 havocthanks to Mathieu Olivier for these new makefiles
2004-01-01 knghtbrdINCOMPLETE SDL video support (don't use it!) No input...
2003-12-28 havocadded ogg.o to WGL exe build
2003-12-27 molivierSimple Ogg Vorbis support (no streaming: the file is...
2003-12-11 molivierFactorized audio CD code
2003-11-14 havocr_refdef.vieworg and r_refdef.viewangles replaced by...
2003-10-07 havocremoved a temporary comment from Black
2003-10-07 black*** empty log message ***
2003-10-07 blackAK: Changed makefile temporarily so the new prvm compil...
2003-08-24 havocthe quadratic spline patches in quake3 maps now work...
2003-08-19 havocmore q3bsp work (and no it still doesn't work right)
2003-08-10 havocmoved RecursiveLightPoint code to model_brush.c (model...
2003-07-27 havocdisable -Werror because it makes a mess of releases...
2003-07-15 havocturn down optimizations to -O2 because some versions...
2003-07-14 havocadded r_lightning.c to move the lightning beam renderin...
2003-06-22 havocThis is the network rewrite I've been working on for...
2003-06-07 havocno longer uses -Werror on exe builds
2003-05-28 havocapparently -Werr isn't valid in gcc3.2, so switch to...
2003-05-26 havocadded back -Werr so warnings are errors
2003-05-25 havocmerged makefile, makefile.mingw (outdated) and makefile...
2003-05-25 havocdarkplaces-dedicated.exe now builds
2003-04-06 havocrelease build optimizations changed - removed -funroll...
2003-03-21 havocThis is a patch from Elric greatly cleaning up the...
2003-03-13 molivierMakefiles cleanups: r_explosion.o was declared twice...
2003-02-12 havocrestructured LDFLAGS a bit to make sure libraries come...
2003-01-27 havocfixed some very ewww bugs (a few .c files made their...
2002-11-21 havocimplemented PR_GetString and PR_SetString from QWSV...
2002-11-20 havocsoftwaretransform hasn't been used in ages, I thought...
2002-11-08 havocElric's changes:
2002-10-30 havocfixed all the signed/unsigned mismatch warnings
2002-10-29 havocchanged how QC interpreter handles edict field access...
2002-10-22 havocmake profile now works
2002-10-07 havocElric rewrote the makefile, it is quite self explanator...
2002-10-02 molivierMade a few changes to makefile so we can switch compile...
2002-09-30 havocnew experimental shadow volumes, try r_shadows 2 to...
2002-09-27 havocstencil is now supported (optional, off by default...
2002-09-24 havocThanks to Elric for adding dpmaster support!
2002-09-19 havocshuffled cl_light and some of cl_tent into cl_main...
2002-09-18 havocdisable profiling by default
2002-09-17 havocyou can now build a darkplaces-dedicated executable...
2002-09-10 havocenable optimizations again (oops)
2002-09-10 havocsurfaces are now texture sorted rather than shader...
2002-09-06 havoctransform matrix is now separate from R_Mesh_State...
2002-09-05 havocyou can now (try to) play in maps you don't have, and...
2002-08-17 havocremoved fxmesa support (3dfx svgalib) because no one...
2002-08-09 havocre-enable optimizations by default
2002-08-05 havocremoved support for r_ser (also known as R_Clip or...
2002-08-03 havocnow entirely dynamic OpenGL binding
2002-08-03 havocadded r_floatbuildlightmap, unfortunately using floats...
2002-08-03 havocLots of speedups and cleanups in client code, dynamical...
next