]> icculus.org git repositories - divverent/darkplaces.git/history - makefile
Free the data of each font attachment in Font_UnloadFont
[divverent/darkplaces.git] / makefile
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...
2002-08-02 havocadded a mesh queue callback system (to allow mesh rende...
2002-07-25 havoc.dpv video playback is now implemented. Slow though...
2002-07-25 havocadd -fno-strict-aliasing
2002-07-17 havocmerged matrix4x4 and matrix3x4 into matrixlib, updated...
2002-07-08 havocadded snd_null for anyone who can't use the other sound...
2002-07-07 havoccreated a couple matrix libraries (4x4 and 3x4), hopefu...
2002-06-07 knghtbrdcd_null.c works now. It's the default because cd_linux...
2002-06-02 knghtbrdDP code cleanup, stage one - all headers that can be...
2002-05-21 lordhavocsplit out RecursiveHullCheck and related code into...
2002-03-27 lordhavoc-lXIE does not seem to be necessary, disabled (but...
2002-03-25 lordhavocnow loads gamedir/*.pak instead of gamedir/pak#.pak...
2002-03-16 lordhavocadded note not to use athlon optimizations in current...
2002-03-14 lordhavocMerged r_particles.c back into cl_particles.c to reduce...
2002-03-13 lordhavocadded athlon CPU choice (for gcc 2.96 and up)
2002-02-20 lordhavocchanged clean to delete *.o
2002-02-15 lordhavocmoved a lot of 2D/screen stuff out of gl_screen.c into...
2002-02-03 lordhavocremoved decals
2002-02-03 lordhavocchanged back to profiling, with optimizations, and...
2002-02-01 knghtbrdcgamevm.h:11:6: no newline at end of file, fixed.
next