update changelog; make the Makefile support a MAKEFILE_CONF parameter to not have to symlink cross-Makefile.conf all the time
git-svn-id: svn://svn.icculus.org/netradiant/trunk@134 61c419a2-8eb2-4b30-bcec-8cead039b335
This commit is contained in:
parent
aed6728816
commit
bc745f7342
26
ChangeLog
26
ChangeLog
|
|
@ -1,3 +1,29 @@
|
|||
2008-11-28 Rudolf Polzer divVerent(at)alientrap.org
|
||||
* q3map2: -dirty: don't treat skybox surfaces as solid for dirtmapping;
|
||||
prevents Quake 2-ish "dark near skybox" effect.
|
||||
|
||||
2008-11-21 Rudolf Polzer divVerent(at)alientrap.org
|
||||
* radiant: applied win32 font and build fix by ingar
|
||||
|
||||
2008-11-20 Rudolf Polzer divVerent(at)alientrap.org
|
||||
* q3map2: extend some more limits but just by a bit this time to not
|
||||
let memory usage rise too high
|
||||
* radiant: fix finding the .mtl file for .obj models
|
||||
|
||||
2008-11-18 Rudolf Polzer divVerent(at)alientrap.org
|
||||
* q3map2: get rid of the MAX_MAP_DRAW_VERTS limit (the array already was
|
||||
dynamic anyway); allows creating BSPs of over 400 MB in size ;)
|
||||
|
||||
2008-11-10 Rudolf Polzer divVerent(at)alientrap.org
|
||||
* radiant: draw targeting arrows also for target2, etc. keys even in Q3
|
||||
map mode; this is good for Nexuiz which now supports target, target2,
|
||||
target3 and target4.
|
||||
|
||||
2008-11-07 Rudolf Polzer divVerent(at)alientrap.org
|
||||
* radiant: fix buffer overruns because of using the realpath function
|
||||
with an insufficient buffer; there might be more of these in the code
|
||||
base
|
||||
|
||||
2008-10-27 Rudolf Polzer divVerent(at)alientrap.org
|
||||
* q3map2: -convert -format ase -shadersasbitmap convert mode that writes
|
||||
the shader names in the *BITMAP field in the .ase. That way, the .ase
|
||||
|
|
|
|||
3
Makefile
3
Makefile
|
|
@ -1,4 +1,5 @@
|
|||
-include Makefile.conf
|
||||
MAKEFILE_CONF ?= Makefile.conf
|
||||
-include $(MAKEFILE_CONF)
|
||||
|
||||
## CONFIGURATION SETTINGS
|
||||
# user customizable stuf
|
||||
|
|
|
|||
|
|
@ -3,10 +3,10 @@
|
|||
# edit the paths in here
|
||||
|
||||
# how to call the mingw tools
|
||||
MINGW_EXEC_PREFIX = i586-mingw32msvc-
|
||||
MINGW_EXEC_PREFIX = i386-mingw32-
|
||||
|
||||
# where the dependencies package is extracted
|
||||
RADIANT_DEPENDENCIES_PREFIX = $(HOME)/radiantdeps/
|
||||
RADIANT_DEPENDENCIES_PREFIX = /home/divverent/radiant-deps-mingw32/
|
||||
|
||||
# run the prefix fixing tool
|
||||
IGNORETHIS := $(shell cd $(RADIANT_DEPENDENCIES_PREFIX) && ./fixprefix.sh)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user