]> icculus.org git repositories - divverent/darkplaces.git/history - makefile.inc
copy the apple_mouse_noaccel hack into vid_sdl too
[divverent/darkplaces.git] / makefile.inc
2010-10-15 divverentonly apply the CFLAGS_CRYPTO to the crypto compile...
2010-10-15 divverentCryptographic authentication support for the d0_blind_i...
2010-10-08 divverentSSE patch by kyre, with runtime CPU detection and a...
2010-08-27 divverentfix a -lX11 typo
2010-08-27 divverentPROPERLY load the icon in SDL/X11
2010-08-20 havocmigrate the libjpeg options to per-target scripting...
2010-08-19 havocfixed some issues with how D3D=1 worked in the makefile
2010-08-19 havoclink to libjpeg by default when built with gcc or mingw
2010-08-19 havocreworked makefile a little bit to support DX9 renderer...
2010-06-17 divverentsupport user install of SDL framework
2010-05-08 divverentmakefile: we need to link to image loading libs in...
2010-02-27 divverentadd -lwinmm to win32 sdl
2010-02-15 havocimplementing Bounding Interval Hierarchy collision...
2009-12-30 havocadd back -fno-strict-aliasing to hush warnings
2009-12-28 havocreduced the options in LDFLAGS_WINCOMMON and added...
2009-12-27 havocuse less options, for compatibility with old gcc
2009-12-27 havocchanged a ton of developer cvar checks into developer_e...
2009-12-25 blubunicode character input handling in the GLX client
2009-12-24 havocchanged Cg shader support to check DP_CG_LIBDIR instead...
2009-12-23 blubAdding FreeType2 and UTF-8 Support.
2009-12-23 divverentfix detection of cg libs
2009-12-23 havocthe beginnings of a cgGL rendering path experiment...
2009-10-26 divverentfix makefile bug of DP_ODE_STATIC_LIBDIR combined with...
2009-10-22 divverentfix ODE_DYNAMIC makefile stuff
2009-10-22 divverentmakefile: new flag DP_ODE_DYNAMIC
2009-10-19 havocODE physics engine support, needs more work, disabled...
2009-08-20 divverentfix all the () problems, and make gcc warn for them
2009-08-09 havocpatch from Jason Hatton adding a release-profile build...
2009-04-09 divverentAdd my own HMAC implementation (verified using the...
2009-02-19 divverentmake DP_PRELOAD_DEPENDENCIES=1: add theora to the depen...
2009-02-18 divverentcapturevideo refactoring, making AVI also "just a modul...
2009-02-18 divverentExperimental theora capturevideo code.
2009-02-02 havocchanged CC=gcc to CC?=gcc at O.Sezer's recommendation
2009-01-28 divverentdamn, revert the accidental change to makefile.inc
2009-01-28 divverentmake DP compile with C++ again
2008-11-01 divverentadd a note to the makefile that -ffast-math and -funsaf...
2008-09-10 divverentSolaris compile fixes
2008-09-04 havocuse ?= operator for CPUOPTIMIZATIONS
2008-09-02 divverentmakefile: show usage note when someone is using the...
2008-08-28 molivierFixed a typo that caused snd_coreaudio.c to be compiled...
2008-06-15 divverentnew cvar sys_useclockgettime (default 0) that makes...
2008-06-11 divverentalso put svn revision (svnversion(1)) and build type...
2008-04-01 havocdisabled QHOST by default (can be enabled with an edit...
2008-03-24 havocPatch from Qantourisc adding support for his 3D sound...
2008-03-06 havocadded a -I option on Mac OSX SDL builds to include...
2008-03-01 havocreenable stripping of release binaries
2008-03-01 havocno longer stripping darkplaces release executables...
2008-01-18 resRemoved passing machine type from the makefile to the...
2008-01-18 divverentfix quoting for machine type
2008-01-16 resGecko: add a platform-specific search path for XULrunne...
2008-01-16 resAdd cl_gecko.c to Makefile
2007-12-15 divverentchanged DP_MODPLUG_STATIC_PREFIX to DP_MODPLUG_STATIC_L...
2007-12-13 divverentmodplug improvement: DP_MODPLUG_STATIC_PREFIX=/usr...
2007-12-13 havocadded -lmodplug if libmodplug.a is detected, and a...
2007-12-13 divverentminor improvement to modplug (now cd loop 1 also would...
2007-12-12 divverentAdd support for libmodplug (when found). Sound files...
2007-12-03 havocthe light has been defeated by the shadow (r_light...
2007-11-28 havocadd cl_dyntexture.o to makefile
2007-11-10 divverentXPM support for X11; WM_CLASS and WM_COMMAND are now...
2007-10-31 divverentmove SDLMain.m to the right place
2007-10-31 divverentadd SDLMain stuff for OS X; make the Makefiles ready...
2007-10-31 divverentmake STRIP a specifyable option in the Makefile
2007-09-30 divverentuse $(WINDRES) variable for win32, don't hardcode the...
2007-09-24 havoccorrect a typo (-lws_32 should be -lws2_32)
2007-09-23 havocchanged -lwsock32 to -lws2_32 in windows builds
2007-09-19 havocchanged sv_demo.c to sv_demo.o in object file list
2007-09-09 divverentsv_autodemo_perclient - record client-like demos on...
2007-08-08 havocadded --large-address-aware flag in windows builds
2007-05-20 divverentDP_PRELOAD_DEPENDENCIES=yes makefile option: when set...
2007-05-17 divverentcvar apple_mouse_noaccel (1 default) disables mouse...
2007-02-15 havocremoved unused world_cs.c code
2007-01-28 havocimplemented Shadow Volume BSP based culling of lit...
2007-01-14 havocadded -Wdeclaration-after-statement to warn about any...
2006-08-25 havocaccidentally removed -fno-strict-aliasing
2006-08-25 havocchanged release optimizations from -O2 -ffast-math...
2006-07-03 molivierCleaned the ugly code I committed for DP_FS_BASEDIR...
2006-07-02 havocfixed DP_FS_BASEDIR passing to gcc by adding single...
2006-06-25 molivierYou can now set a different default base directory...
2006-06-23 molivierThe name of the SDL config program used by the makefile...
2006-06-13 havocpatch from div0 to make universal-binary builds of...
2006-06-11 havocremoved crosshair_static cvar (now only the hud crossha...
2006-06-09 havocweb download patch from div0, this adds the "curl"...
2006-04-15 molivierFixes and cleanups related to the recent AGL patches
2006-04-15 havocadded -framework AGL to the Mac OSX client libs to...
2006-03-29 havocmerged special SUNOS LDFLAGS_UNIXCL into LDFLAGS_SUNOSC...
2006-03-15 havocremoved cgame and ui code (both unused), this reduces...
2006-02-25 havocadded md4four map checksumming, since QW servers seem...
2006-02-13 havocadded nexuiz-agl executable name so that mac nexuiz...
2006-02-12 havocnow make clean cleans up the nexuiz executables also
2006-02-12 havocadded nexuiz icon and make rules to make use of it...
2006-01-16 havoccsqc patch from [515], seems to work with [515]'s dpcsq...
2006-01-15 havocadded png support patch from [515] (had to rewrite...
2005-09-07 molivierAdded CoreAudio (Mac OS X) sound driver. Changed /...
2005-08-14 eviltypeguyFixups for Solaris port.
2005-07-10 knghtbrdFix the makefile not to use the unused gl_models.c
2005-07-05 havocfixed signed/unsigned mismatch warnings
2005-06-20 havocremoved winding.[ch] as they were not used
2005-06-15 havocuse sdl-config --static-libs on Mac
2005-06-14 havocattempting to make darkplaces able to compile as 32bit...
2005-06-10 molivierFixed direct compilation of subtargets (cl-release...
next