]> icculus.org git repositories - divverent/netradiant.git/log
divverent/netradiant.git
15 years agoport some obvious vars from the original SConstruct/SConscript to the Darwin block...
divverent [Wed, 7 Jan 2009 12:42:34 +0000 (12:42 +0000)]
port some obvious vars from the original SConstruct/SConscript to the Darwin block; Darwin still not working for sure

git-svn-id: svn://svn.icculus.org/netradiant/trunk@154 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agonew toys :P
divverent [Wed, 7 Jan 2009 08:37:33 +0000 (08:37 +0000)]
new toys :P

git-svn-id: svn://svn.icculus.org/netradiant/trunk@153 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoturrets.def
divverent [Tue, 6 Jan 2009 10:35:26 +0000 (10:35 +0000)]
turrets.def

git-svn-id: svn://svn.icculus.org/netradiant/trunk@152 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoremove two debug prints
divverent [Tue, 6 Jan 2009 06:57:49 +0000 (06:57 +0000)]
remove two debug prints

git-svn-id: svn://svn.icculus.org/netradiant/trunk@151 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agonew entities.def
divverent [Mon, 5 Jan 2009 13:06:09 +0000 (13:06 +0000)]
new entities.def

git-svn-id: svn://svn.icculus.org/netradiant/trunk@150 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agorevert the last commit, instead fix the underlying bug
divverent [Sat, 3 Jan 2009 21:57:33 +0000 (21:57 +0000)]
revert the last commit, instead fix the underlying bug

git-svn-id: svn://svn.icculus.org/netradiant/trunk@149 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agofix the translation of entities used by mirroring or scaling
divverent [Sat, 3 Jan 2009 21:05:25 +0000 (21:05 +0000)]
fix the translation of entities used by mirroring or scaling

git-svn-id: svn://svn.icculus.org/netradiant/trunk@148 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agonew command: regroup entities.
divverent [Fri, 2 Jan 2009 08:40:46 +0000 (08:40 +0000)]
new command: regroup entities.
Moves all selected brushes into the selected entity.
Usage:

- Select brush from entity
- Hit Ctrl-Alt-E
- Select some other brush
- Regroup

The other brush will get added to the entity.

- Select brush from entity
- Regroup

The brush will get removed from the entity, and moved to worldspawn.

git-svn-id: svn://svn.icculus.org/netradiant/trunk@147 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agofix the last commit
divverent [Thu, 1 Jan 2009 14:13:27 +0000 (14:13 +0000)]
fix the last commit

git-svn-id: svn://svn.icculus.org/netradiant/trunk@146 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoCloneSelection: don't overwrite names of target/targetname
divverent [Thu, 1 Jan 2009 14:06:36 +0000 (14:06 +0000)]
CloneSelection: don't overwrite names of target/targetname
by holding Shift while pressing space, you get the old behaviour back

git-svn-id: svn://svn.icculus.org/netradiant/trunk@145 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agosupport the "origin" key for display in radiant too
divverent [Thu, 1 Jan 2009 13:05:17 +0000 (13:05 +0000)]
support the "origin" key for display in radiant too

git-svn-id: svn://svn.icculus.org/netradiant/trunk@144 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoif an origin brush exists, ALSO take into account the "origin" key (add the two)
divverent [Thu, 1 Jan 2009 12:14:01 +0000 (12:14 +0000)]
if an origin brush exists, ALSO take into account the "origin" key (add the two)

git-svn-id: svn://svn.icculus.org/netradiant/trunk@143 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agofix keys
divverent [Sat, 20 Dec 2008 15:11:33 +0000 (15:11 +0000)]
fix keys

git-svn-id: svn://svn.icculus.org/netradiant/trunk@142 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agobuild fix for Debian's i586-mingw32msvc
divverent [Wed, 10 Dec 2008 16:50:31 +0000 (16:50 +0000)]
build fix for Debian's i586-mingw32msvc

git-svn-id: svn://svn.icculus.org/netradiant/trunk@141 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agomake cross-Makefile consistent
divverent [Wed, 10 Dec 2008 16:13:23 +0000 (16:13 +0000)]
make cross-Makefile consistent

git-svn-id: svn://svn.icculus.org/netradiant/trunk@140 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agobug fix, sorry, mikeeusa... but make dotproduct*scale actually behave the intended...
divverent [Wed, 10 Dec 2008 15:21:33 +0000 (15:21 +0000)]
bug fix, sorry, mikeeusa... but make dotproduct*scale actually behave the intended way.

In existing shaders, replace

dotProduct2scale ( x y z min max )

by

dotProduct2scale ( x y z max 0 )

because that's what the old code actually caused

git-svn-id: svn://svn.icculus.org/netradiant/trunk@139 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agocorrectly support [ and ] keys
divverent [Wed, 10 Dec 2008 11:38:15 +0000 (11:38 +0000)]
correctly support [ and ] keys

git-svn-id: svn://svn.icculus.org/netradiant/trunk@138 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agofix a warning; NULL out the unused faces of misc_models (apparently this changes...
divverent [Tue, 9 Dec 2008 14:57:03 +0000 (14:57 +0000)]
fix a warning; NULL out the unused faces of misc_models (apparently this changes nothing)

git-svn-id: svn://svn.icculus.org/netradiant/trunk@137 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agosyntax fix in changelog
divverent [Tue, 9 Dec 2008 11:02:53 +0000 (11:02 +0000)]
syntax fix in changelog

git-svn-id: svn://svn.icculus.org/netradiant/trunk@136 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoadd forgotten dotProductScale
divverent [Tue, 9 Dec 2008 10:35:40 +0000 (10:35 +0000)]
add forgotten dotProductScale

git-svn-id: svn://svn.icculus.org/netradiant/trunk@135 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoupdate changelog; make the Makefile support a MAKEFILE_CONF parameter to not have...
divverent [Tue, 9 Dec 2008 09:04:07 +0000 (09:04 +0000)]
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

15 years agodirt: don't treat skybox as solid
rpolzer [Fri, 28 Nov 2008 10:15:18 +0000 (10:15 +0000)]
dirt: don't treat skybox as solid

git-svn-id: svn://svn.icculus.org/netradiant/trunk@133 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoitem.cnt
rpolzer [Fri, 28 Nov 2008 08:01:25 +0000 (08:01 +0000)]
item.cnt

git-svn-id: svn://svn.icculus.org/netradiant/trunk@132 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agonew entities
rpolzer [Fri, 28 Nov 2008 07:47:35 +0000 (07:47 +0000)]
new entities

git-svn-id: svn://svn.icculus.org/netradiant/trunk@131 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agowin32 font fix, win32 build fix by ingar
rpolzer [Fri, 21 Nov 2008 10:53:43 +0000 (10:53 +0000)]
win32 font fix, win32 build fix by ingar

git-svn-id: svn://svn.icculus.org/netradiant/trunk@130 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoSome not THAT memory demanding limits extension;
rpolzer [Thu, 20 Nov 2008 14:25:50 +0000 (14:25 +0000)]
Some not THAT memory demanding limits extension;
use right file name when looking for .mtl

git-svn-id: svn://svn.icculus.org/netradiant/trunk@129 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agotrivial patch: remove MAX_MAP_DRAW_VERTS limit completely (the code could already...
rpolzer [Tue, 18 Nov 2008 09:43:25 +0000 (09:43 +0000)]
trivial patch: remove MAX_MAP_DRAW_VERTS limit completely (the code could already cope with it being dynamic)

git-svn-id: svn://svn.icculus.org/netradiant/trunk@128 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agosupport "target2" etc. name keys for Q3A maps too
rpolzer [Mon, 10 Nov 2008 15:54:59 +0000 (15:54 +0000)]
support "target2" etc. name keys for Q3A maps too

git-svn-id: svn://svn.icculus.org/netradiant/trunk@127 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agomore path lengths
rpolzer [Fri, 7 Nov 2008 15:54:07 +0000 (15:54 +0000)]
more path lengths

git-svn-id: svn://svn.icculus.org/netradiant/trunk@126 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agofix buffer overrun on current gcc; there may be more of these
rpolzer [Fri, 7 Nov 2008 15:47:15 +0000 (15:47 +0000)]
fix buffer overrun on current gcc; there may be more of these

git-svn-id: svn://svn.icculus.org/netradiant/trunk@125 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agomissing changelog
rpolzer [Wed, 5 Nov 2008 07:10:29 +0000 (07:10 +0000)]
missing changelog

git-svn-id: svn://svn.icculus.org/netradiant/trunk@124 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoadd new entities def
rpolzer [Tue, 4 Nov 2008 20:38:30 +0000 (20:38 +0000)]
add new entities def

git-svn-id: svn://svn.icculus.org/netradiant/trunk@123 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoadd obj model type
rpolzer [Mon, 3 Nov 2008 14:51:41 +0000 (14:51 +0000)]
add obj model type

git-svn-id: svn://svn.icculus.org/netradiant/trunk@122 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agofix if(...)
rpolzer [Mon, 27 Oct 2008 12:42:04 +0000 (12:42 +0000)]
fix if(...)

git-svn-id: svn://svn.icculus.org/netradiant/trunk@121 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoq3map2 -convert -format ase -shadersasbitmap option to write shader names in the...
rpolzer [Mon, 27 Oct 2008 12:07:39 +0000 (12:07 +0000)]
q3map2 -convert -format ase -shadersasbitmap option to write shader names in the *BITMAP, to make prefabs that one can easily import as misc_model

git-svn-id: svn://svn.icculus.org/netradiant/trunk@120 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agofix crash with non-deluxe
rpolzer [Thu, 16 Oct 2008 15:46:12 +0000 (15:46 +0000)]
fix crash with non-deluxe

git-svn-id: svn://svn.icculus.org/netradiant/trunk@119 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoSorry, have to undo the limits raising patch by mikeeusa: it made q3map2 no longer...
rpolzer [Sun, 12 Oct 2008 13:52:24 +0000 (13:52 +0000)]
Sorry, have to undo the limits raising patch by mikeeusa: it made q3map2 no longer work for even moderately sized maps on Win32 (or any other system where allocating 2GB of RAM is bad).

git-svn-id: svn://svn.icculus.org/netradiant/trunk@118 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agodeluxe: always use a MINIMUM light contribution from ambient
rpolzer [Sun, 12 Oct 2008 13:44:03 +0000 (13:44 +0000)]
deluxe: always use a MINIMUM light contribution from ambient

git-svn-id: svn://svn.icculus.org/netradiant/trunk@117 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoremove beeps, fix -dirt* options complaining about invalud option "2"
rpolzer [Sat, 11 Oct 2008 19:42:15 +0000 (19:42 +0000)]
remove beeps, fix -dirt* options complaining about invalud option "2"

git-svn-id: svn://svn.icculus.org/netradiant/trunk@116 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agonew build menu
rpolzer [Sat, 11 Oct 2008 16:03:29 +0000 (16:03 +0000)]
new build menu

git-svn-id: svn://svn.icculus.org/netradiant/trunk@115 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years ago2x brushes
rpolzer [Sat, 11 Oct 2008 08:06:36 +0000 (08:06 +0000)]
2x brushes

git-svn-id: svn://svn.icculus.org/netradiant/trunk@114 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoremove sleeps (problem on win32)
rpolzer [Fri, 10 Oct 2008 17:26:06 +0000 (17:26 +0000)]
remove sleeps (problem on win32)

git-svn-id: svn://svn.icculus.org/netradiant/trunk@113 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agosync entities,def
rpolzer [Sun, 5 Oct 2008 16:29:17 +0000 (16:29 +0000)]
sync entities,def

git-svn-id: svn://svn.icculus.org/netradiant/trunk@112 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agofix deluxemap when lit from the wrong side as good as possible (by ignoring the delux...
rpolzer [Tue, 30 Sep 2008 13:29:31 +0000 (13:29 +0000)]
fix deluxemap when lit from the wrong side as good as possible (by ignoring the deluxemap contribution). now the invariant "deluxemap vector points away from the surface" should hold.

cull none + deluxemapping still is broken by design, but less broken now.

git-svn-id: svn://svn.icculus.org/netradiant/trunk@111 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agofix two deluxemap bugs
rpolzer [Tue, 30 Sep 2008 13:07:10 +0000 (13:07 +0000)]
fix two deluxemap bugs

git-svn-id: svn://svn.icculus.org/netradiant/trunk@110 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoremove not-normalized deluxemap support again - it did not look any better, still...
rpolzer [Tue, 30 Sep 2008 12:20:22 +0000 (12:20 +0000)]
remove not-normalized deluxemap support again - it did not look any better, still had enough of the usual deluxe drawbacks

git-svn-id: svn://svn.icculus.org/netradiant/trunk@109 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoadd missing dimension to dirSample
rpolzer [Tue, 30 Sep 2008 12:13:10 +0000 (12:13 +0000)]
add missing dimension to dirSample

git-svn-id: svn://svn.icculus.org/netradiant/trunk@108 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agounparse entities for the intermediate .bsp when bouncing too, so the map is playable...
rpolzer [Fri, 26 Sep 2008 14:52:03 +0000 (14:52 +0000)]
unparse entities for the intermediate .bsp when bouncing too, so the map is playable (is otherwise problematic when -light adjusted gridsize)

git-svn-id: svn://svn.icculus.org/netradiant/trunk@107 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agofix -nodeluxenormalize
rpolzer [Fri, 26 Sep 2008 08:44:14 +0000 (08:44 +0000)]
fix -nodeluxenormalize

git-svn-id: svn://svn.icculus.org/netradiant/trunk@106 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoTurn some UT stuff into options, as it is broken for Nexuiz. Also add -nodeluxenormal...
rpolzer [Fri, 26 Sep 2008 06:48:14 +0000 (06:48 +0000)]
Turn some UT stuff into options, as it is broken for Nexuiz. Also add -nodeluxenormalize as an experimental second deluxemapping option.
+ else if( !strcmp( argv[ i ], "-nodeluxenormalize" ) )
+ else if( !strcmp( argv[ i ], "-trianglecheck" ) )
+ else if( !strcmp( argv[ i ], "-extravisnudge" ) )

git-svn-id: svn://svn.icculus.org/netradiant/trunk@105 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agocomplain more loudly about wrong compile flags
rpolzer [Wed, 24 Sep 2008 07:04:05 +0000 (07:04 +0000)]
complain more loudly about wrong compile flags

git-svn-id: svn://svn.icculus.org/netradiant/trunk@104 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agowarn warn warn
rpolzer [Tue, 23 Sep 2008 19:38:57 +0000 (19:38 +0000)]
warn warn warn

git-svn-id: svn://svn.icculus.org/netradiant/trunk@103 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agosamplesize warning
rpolzer [Tue, 23 Sep 2008 19:36:35 +0000 (19:36 +0000)]
samplesize warning

git-svn-id: svn://svn.icculus.org/netradiant/trunk@102 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agosamplesize warning
rpolzer [Tue, 23 Sep 2008 19:31:54 +0000 (19:31 +0000)]
samplesize warning

git-svn-id: svn://svn.icculus.org/netradiant/trunk@101 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agofix dotproduct2
rpolzer [Tue, 23 Sep 2008 14:56:52 +0000 (14:56 +0000)]
fix dotproduct2

git-svn-id: svn://svn.icculus.org/netradiant/trunk@100 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years ago-minsamplesize
rpolzer [Mon, 22 Sep 2008 11:07:44 +0000 (11:07 +0000)]
-minsamplesize

git-svn-id: svn://svn.icculus.org/netradiant/trunk@99 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agodotProduct2scale, dotProductScale shader parameters
rpolzer [Mon, 22 Sep 2008 05:46:42 +0000 (05:46 +0000)]
dotProduct2scale, dotProductScale shader parameters
(two extra args for the min/max of the range to map 0..1 to)

git-svn-id: svn://svn.icculus.org/netradiant/trunk@98 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agolimits raising patch from mikeeusa
rpolzer [Sun, 21 Sep 2008 19:10:39 +0000 (19:10 +0000)]
limits raising patch from mikeeusa

git-svn-id: svn://svn.icculus.org/netradiant/trunk@97 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agohow did THAT file get in
rpolzer [Sat, 20 Sep 2008 09:47:16 +0000 (09:47 +0000)]
how did THAT file get in

git-svn-id: svn://svn.icculus.org/netradiant/trunk@96 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoradiant: make rotate/scale dialogs non-modal
rpolzer [Fri, 19 Sep 2008 12:31:32 +0000 (12:31 +0000)]
radiant: make rotate/scale dialogs non-modal

git-svn-id: svn://svn.icculus.org/netradiant/trunk@95 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoadd [-z-]'s todo
rpolzer [Fri, 19 Sep 2008 06:09:56 +0000 (06:09 +0000)]
add [-z-]'s todo

git-svn-id: svn://svn.icculus.org/netradiant/trunk@94 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agooops... improved radiant.ico (now 16x16 version too)
rpolzer [Fri, 19 Sep 2008 05:54:24 +0000 (05:54 +0000)]
oops... improved radiant.ico (now 16x16 version too)

git-svn-id: svn://svn.icculus.org/netradiant/trunk@93 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoadd support for a profiling build
rpolzer [Fri, 19 Sep 2008 05:45:09 +0000 (05:45 +0000)]
add support for a profiling build

git-svn-id: svn://svn.icculus.org/netradiant/trunk@92 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agostrafe mode option
rpolzer [Thu, 18 Sep 2008 18:01:27 +0000 (18:01 +0000)]
strafe mode option

git-svn-id: svn://svn.icculus.org/netradiant/trunk@91 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agomake Ctrl-Tab center the views in the XYZ view
rpolzer [Thu, 18 Sep 2008 17:25:03 +0000 (17:25 +0000)]
make Ctrl-Tab center the views in the XYZ view

git-svn-id: svn://svn.icculus.org/netradiant/trunk@90 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agodelete .rc files in make clean
rpolzer [Thu, 18 Sep 2008 09:48:26 +0000 (09:48 +0000)]
delete .rc files in make clean

git-svn-id: svn://svn.icculus.org/netradiant/trunk@89 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoignore .rc
rpolzer [Thu, 18 Sep 2008 09:47:23 +0000 (09:47 +0000)]
ignore .rc

git-svn-id: svn://svn.icculus.org/netradiant/trunk@88 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agogit-svn-id: svn://svn.icculus.org/netradiant/trunk@87 61c419a2-8eb2-4b30-bcec-8cead03...
rpolzer [Thu, 18 Sep 2008 09:39:06 +0000 (09:39 +0000)]
git-svn-id: svn://svn.icculus.org/netradiant/trunk@87 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agogtk error message handling fixes
rpolzer [Thu, 18 Sep 2008 07:02:14 +0000 (07:02 +0000)]
gtk error message handling fixes

git-svn-id: svn://svn.icculus.org/netradiant/trunk@86 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agofix OpenGL erorr bug on XP software renderer; use svn:ignore
rpolzer [Thu, 18 Sep 2008 06:57:13 +0000 (06:57 +0000)]
fix OpenGL erorr bug on XP software renderer; use svn:ignore

git-svn-id: svn://svn.icculus.org/netradiant/trunk@85 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoremove two more unnecessary project files
rpolzer [Wed, 17 Sep 2008 14:06:28 +0000 (14:06 +0000)]
remove two more unnecessary project files

git-svn-id: svn://svn.icculus.org/netradiant/trunk@84 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agodetect svn version
rpolzer [Wed, 17 Sep 2008 13:45:02 +0000 (13:45 +0000)]
detect svn version

git-svn-id: svn://svn.icculus.org/netradiant/trunk@83 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agouse new directory, remove -div0 from version
rpolzer [Wed, 17 Sep 2008 13:39:58 +0000 (13:39 +0000)]
use new directory, remove -div0 from version

git-svn-id: svn://svn.icculus.org/netradiant/trunk@82 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agos/GtkRadiant/NetRadiant/
rpolzer [Wed, 17 Sep 2008 13:32:43 +0000 (13:32 +0000)]
s/GtkRadiant/NetRadiant/

git-svn-id: svn://svn.icculus.org/netradiant/trunk@81 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agonew splash screen
rpolzer [Wed, 17 Sep 2008 13:23:02 +0000 (13:23 +0000)]
new splash screen

git-svn-id: svn://svn.icculus.org/netradiant/trunk@80 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agomove debug to extradbeug, add a "debug" build config that's less debuggy (just -g...
rpolzer [Wed, 17 Sep 2008 11:10:47 +0000 (11:10 +0000)]
move debug to extradbeug, add a "debug" build config that's less debuggy (just -g, still -O (not -O3), no extra debug code)

git-svn-id: svn://svn.icculus.org/netradiant/trunk@79 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agomore depcheck fixes
rpolzer [Wed, 17 Sep 2008 07:34:12 +0000 (07:34 +0000)]
more depcheck fixes

git-svn-id: svn://svn.icculus.org/netradiant/trunk@78 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agobetter depcheck
rpolzer [Wed, 17 Sep 2008 07:29:59 +0000 (07:29 +0000)]
better depcheck

git-svn-id: svn://svn.icculus.org/netradiant/trunk@77 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoremove some old stuff
rpolzer [Wed, 17 Sep 2008 06:38:03 +0000 (06:38 +0000)]
remove some old stuff

git-svn-id: svn://svn.icculus.org/netradiant/trunk@76 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoallow disabling depcheck
rpolzer [Wed, 17 Sep 2008 06:22:22 +0000 (06:22 +0000)]
allow disabling depcheck

git-svn-id: svn://svn.icculus.org/netradiant/trunk@75 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agofix the dependency checking
rpolzer [Wed, 17 Sep 2008 06:13:34 +0000 (06:13 +0000)]
fix the dependency checking

git-svn-id: svn://svn.icculus.org/netradiant/trunk@74 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agodependency test (like configure)
rpolzer [Wed, 17 Sep 2008 05:58:57 +0000 (05:58 +0000)]
dependency test (like configure)

git-svn-id: svn://svn.icculus.org/netradiant/trunk@73 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoadd empty makefile.conf template, so the makefile notices cross->native build type...
rpolzer [Tue, 16 Sep 2008 18:04:29 +0000 (18:04 +0000)]
add empty makefile.conf template, so the makefile notices cross->native build type changes too

git-svn-id: svn://svn.icculus.org/netradiant/trunk@72 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agochanges...
rpolzer [Tue, 16 Sep 2008 18:02:43 +0000 (18:02 +0000)]
changes...

git-svn-id: svn://svn.icculus.org/netradiant/trunk@71 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agomake clean :P
rpolzer [Tue, 16 Sep 2008 17:53:15 +0000 (17:53 +0000)]
make clean :P

git-svn-id: svn://svn.icculus.org/netradiant/trunk@70 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoadd version/aboutmsg replacements
rpolzer [Tue, 16 Sep 2008 17:52:41 +0000 (17:52 +0000)]
add version/aboutmsg replacements

git-svn-id: svn://svn.icculus.org/netradiant/trunk@69 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agomore makefile fixes
rpolzer [Tue, 16 Sep 2008 17:49:33 +0000 (17:49 +0000)]
more makefile fixes

git-svn-id: svn://svn.icculus.org/netradiant/trunk@68 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agooh no! more fixes
rpolzer [Tue, 16 Sep 2008 17:16:26 +0000 (17:16 +0000)]
oh no! more fixes

git-svn-id: svn://svn.icculus.org/netradiant/trunk@67 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agomore makefile fixes
rpolzer [Tue, 16 Sep 2008 17:08:54 +0000 (17:08 +0000)]
more makefile fixes

git-svn-id: svn://svn.icculus.org/netradiant/trunk@66 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoadd an example makefile.conf for cross compiling
rpolzer [Tue, 16 Sep 2008 16:17:16 +0000 (16:17 +0000)]
add an example makefile.conf for cross compiling

git-svn-id: svn://svn.icculus.org/netradiant/trunk@65 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoeven more makefile fixes
rpolzer [Tue, 16 Sep 2008 16:17:01 +0000 (16:17 +0000)]
even more makefile fixes

git-svn-id: svn://svn.icculus.org/netradiant/trunk@64 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agomake the makefile a bit more customizable
rpolzer [Tue, 16 Sep 2008 16:05:27 +0000 (16:05 +0000)]
make the makefile a bit more customizable

git-svn-id: svn://svn.icculus.org/netradiant/trunk@63 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoremove unnecessary script; fix "make clean"
rpolzer [Tue, 16 Sep 2008 15:58:03 +0000 (15:58 +0000)]
remove unnecessary script; fix "make clean"

git-svn-id: svn://svn.icculus.org/netradiant/trunk@62 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoMakefile: normalize the flags, put all user customizable stuff at the top
rpolzer [Tue, 16 Sep 2008 15:55:50 +0000 (15:55 +0000)]
Makefile: normalize the flags, put all user customizable stuff at the top

git-svn-id: svn://svn.icculus.org/netradiant/trunk@61 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agooops, get back setup/data/tools
rpolzer [Tue, 16 Sep 2008 11:34:35 +0000 (11:34 +0000)]
oops, get back setup/data/tools

git-svn-id: svn://svn.icculus.org/netradiant/trunk@60 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoremove anjuta project file
rpolzer [Tue, 16 Sep 2008 11:19:03 +0000 (11:19 +0000)]
remove anjuta project file

git-svn-id: svn://svn.icculus.org/netradiant/trunk@59 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agonew DLL setup; now working with Gtk+ 2.2
rpolzer [Tue, 16 Sep 2008 11:07:59 +0000 (11:07 +0000)]
new DLL setup; now working with Gtk+ 2.2

git-svn-id: svn://svn.icculus.org/netradiant/trunk@58 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agoautomatically find DLLs
rpolzer [Tue, 16 Sep 2008 08:39:49 +0000 (08:39 +0000)]
automatically find DLLs

git-svn-id: svn://svn.icculus.org/netradiant/trunk@57 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agothe historic move: getting rid of all visual studio project stuff, now that the mingw...
rpolzer [Tue, 16 Sep 2008 08:15:52 +0000 (08:15 +0000)]
the historic move: getting rid of all visual studio project stuff, now that the mingw build works

git-svn-id: svn://svn.icculus.org/netradiant/trunk@56 61c419a2-8eb2-4b30-bcec-8cead039b335

15 years agogit-svn-id: svn://svn.icculus.org/netradiant/trunk@55 61c419a2-8eb2-4b30-bcec-8cead03...
rpolzer [Tue, 16 Sep 2008 07:55:28 +0000 (07:55 +0000)]
git-svn-id: svn://svn.icculus.org/netradiant/trunk@55 61c419a2-8eb2-4b30-bcec-8cead039b335