]> icculus.org git repositories - divverent/darkplaces.git/history - makefile.inc
increase NET_MAXMESSAGE in DP_SMALLMEMORY configuration, 16KB was too
[divverent/darkplaces.git] / makefile.inc
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...
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-05-29 havocfixed makefile (it is not possible to comment out lines...
2005-05-27 black-CVS: --------------------------------------------...
2005-05-25 havocadded mvm_cmds.o
2005-05-06 havocenabled SDL builds by default (in addition to cl and...
2005-03-21 molivierAdded Mac OS X support to the makefiles. Note that...
2005-03-03 molivier- Toggled "strip executable" in the Dev-C++ project...
2004-11-17 havocfixed windows SDL linking (now uses sdl-config like...
2004-11-03 havocupdated cpu optimization choices
2004-10-27 molivierPure cleaning commit: removed "crc.[ch]" and "gl_warp_s...
2004-10-25 molivierFreeBSD support
2004-10-15 havocadded -lSDL to the windows SDL link flags
2004-10-13 moliviersnd_dma.c -> snd_main.c
2004-10-10 havocenabled SDL sound and CD
2004-10-05 havocnow compiles on x86_64 successfully (still a crash...
2004-09-02 havocnow uses de-we's darkplaces icon in mingw builds, and...
2004-08-25 havocchanged Collision_NewBrushFromPlanes to use new polygon...
2004-07-02 molivierModified the sound code so it can handle sounds outside...
2004-06-23 molivierOops. I involuntary changed the default Linux sound...
2004-04-29 molivierUpdated ALSA driver (API version 1.0). The vast majorit...
2004-04-05 molivierFake CD tracks support; DP now tries to play "sound...
next