]>
git.rm.cloudns.org Git - xonotic/netradiant-xonoticpack.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
SpiKe [Sun, 28 May 2023 16:27:33 +0000 (16:27 +0000)]
Merge branch 'Spike29/forbid_xoncompat' into 'master'
Add xonotic*-xoncompat*.pk3* to the forbidden paths
See merge request xonotic/netradiant-xonoticpack!8
SpiKe [Tue, 23 May 2023 14:39:24 +0000 (14:39 +0000)]
Add xonotic*-xoncompat*.pk3* to the forbidden paths
Mario [Fri, 24 Jun 2022 00:32:03 +0000 (10:32 +1000)]
Revert "Remove the extra line of whitespace from extra-urls.txt as a workaround for some parsing issues"
This reverts commit
465ac84f836b507f79e093f5d8b175209620663c .
Mario [Wed, 22 Jun 2022 05:14:52 +0000 (15:14 +1000)]
Remove the extra line of whitespace from extra-urls.txt as a workaround for some parsing issues
Thomas Debesse [Fri, 8 Apr 2022 19:23:37 +0000 (19:23 +0000)]
Merge branch 'dirty' into 'master'
build menu: set dirty the default build profile
See merge request xonotic/netradiant-xonoticpack!7
Thomas Debesse [Thu, 10 Feb 2022 12:46:57 +0000 (12:46 +0000)]
Merge branch 'DefaultUser/SingleBsp' into 'master'
Add "Single -bsp" option back to default build menu
See merge request xonotic/netradiant-xonoticpack!6
Freddy [Wed, 9 Feb 2022 19:08:21 +0000 (19:08 +0000)]
Add -fastmeta flag to Single bsp build option
Thomas Debesse [Tue, 8 Feb 2022 09:13:37 +0000 (10:13 +0100)]
build menu: set dirty the default build profile
Freddy [Mon, 7 Feb 2022 16:55:29 +0000 (16:55 +0000)]
Add "Single -bsp" option back to default build menu
There is no need to run vis and light stages during initial layout
testing, so here we can save some time/resources.
Thomas Debesse [Tue, 7 Dec 2021 14:54:28 +0000 (14:54 +0000)]
Merge branch 'illwieckz/buildmenu' into 'master'
build menu: use faster lightmap writing, reword the entries
See merge request xonotic/netradiant-xonoticpack!5
Thomas Debesse [Thu, 6 May 2021 14:35:01 +0000 (16:35 +0200)]
build menu: add entry to export entities, suggested by julius
Thomas Debesse [Thu, 6 May 2021 14:32:55 +0000 (16:32 +0200)]
build menu: revert to fastallocate (default name for the same option)
Thomas Debesse [Sun, 14 Mar 2021 16:46:42 +0000 (17:46 +0100)]
build menu: make default build preset more obvious
Thomas Debesse [Sat, 13 Mar 2021 14:32:17 +0000 (15:32 +0100)]
build menu: move the minimap entry after the final map entries, reword a bit
Thomas Debesse [Sat, 13 Mar 2021 14:27:33 +0000 (15:27 +0100)]
build menu: move the onlyents entry after the final map entries, reword a bit
Thomas Debesse [Sat, 13 Mar 2021 14:12:37 +0000 (15:12 +0100)]
build menu: revamp model conversion entries, following julius suggests
Thomas Debesse [Sat, 13 Mar 2021 11:32:03 +0000 (12:32 +0100)]
build menu: no need to keep lights in bsp when exporting to obj/ase
Thomas Debesse [Sat, 13 Mar 2021 11:23:19 +0000 (12:23 +0100)]
build menu: replace “Final” menu entries with better ones, following julius suggests
Thomas Debesse [Sat, 13 Mar 2021 11:22:13 +0000 (12:22 +0100)]
build menu: replace “Test” entries with “Fast” ones and revamp them, following julius suggests
Thomas Debesse [Sat, 13 Mar 2021 11:19:30 +0000 (12:19 +0100)]
build menu: only keep the minimap “Single” entry, on julius advice
Thomas Debesse [Sat, 13 Mar 2021 11:18:02 +0000 (12:18 +0100)]
build menu: remove the non-SRGB “Old Lighting” entries
Thomas Debesse [Sat, 13 Mar 2021 11:15:35 +0000 (12:15 +0100)]
build menu: remove dirtscale 2 entries
Thomas Debesse [Sat, 6 Mar 2021 04:31:02 +0000 (05:31 +0100)]
build menu: reword the entries
- make more obvious first “Final” entry is not the best one
by listing what it does (compared to others)
- mark the best one as recommended
- make obvious the “Final” builds do all the stages
- add low/medium notes within parenthesis
- make it less techy, list stages and options as word,
also no need to list both “noSRGB” and “OLD LIGHTING”
- always start menu entries with Caps
- name file extension as it is produced (lowercase)
- explain better the -onlyents option
- use “Compile and convert” and “Convert” wording
for exporting to ase/obj
Thomas Debesse [Sat, 6 Mar 2021 03:33:16 +0000 (04:33 +0100)]
build menu: use -nobouncestore light stage option to not store lightmap on every bounce
Thomas Debesse [Sat, 6 Mar 2021 03:29:25 +0000 (04:29 +0100)]
build menu: use -fastlightmapsearch light stage option to speed-up light map storage
Rudolf Polzer [Sat, 6 Mar 2021 03:07:15 +0000 (03:07 +0000)]
Merge branch 'illwieckz/buildmenu' into 'master'
some touchup on the build menu
See merge request xonotic/netradiant-xonoticpack!4
Thomas Debesse [Tue, 2 Mar 2021 00:58:29 +0000 (01:58 +0100)]
build menu: do not use bounce options when there is no bouncing at all
Thomas Debesse [Mon, 1 Mar 2021 23:53:33 +0000 (00:53 +0100)]
build menu: -shadersasbitmap is for ASE, not OBJ, also remove now redundant entries, <3 julius
Thomas Debesse [Mon, 1 Mar 2021 23:35:02 +0000 (00:35 +0100)]
build menu: make the entry names more consistent
Thomas Debesse [Fri, 26 Feb 2021 23:07:24 +0000 (00:07 +0100)]
build menu: make -bsp stage explicit, otherwise the first -meta option may be seen as a stage by human readers while it's not
Thomas Debesse [Fri, 26 Feb 2021 23:04:49 +0000 (00:04 +0100)]
build menu: don't do -v twice in q3map2 command line, it's already done when defining the q3map2 keyword
Q3map2 printed this:
> WARNING: Unknown option "-v"
Thomas Debesse [Fri, 26 Feb 2021 22:58:16 +0000 (23:58 +0100)]
build menu: really keep lights on bsp stage, rename -keepLights to -keeplights
The option was misnamed when introduced in
4491fb4 7 years ago:
https://gitlab.com/xonotic/netradiant-xonoticpack/-/commit/
4491fb4e31cc854b2e9db0e68b155728ea11d9b9
Fortunately this option is enabled by default in q3map2 since more than 10 years commit
e347299 at NetRadiant:
https://gitlab.com/xonotic/netradiant/-/commit/
e34729907cc073c56d438c0f52d1c77cae9bcf94
Unfortunateky it means all maps built with this build menu since 7 years
did not keep lights…
Q3map2 printed this:
> WARNING: Unknown option "-keepLights"
Mario [Sat, 27 Feb 2021 02:51:03 +0000 (02:51 +0000)]
Merge branch 'illwieckz/dds' into 'master'
Enable dds image support
See merge request xonotic/netradiant-xonoticpack!3
Thomas Debesse [Thu, 18 Feb 2021 20:52:59 +0000 (21:52 +0100)]
Enable dds image support
Rudolf Polzer [Sun, 5 Jul 2020 15:57:05 +0000 (17:57 +0200)]
Download entities.ent from Gitlab too.
Mario [Sun, 19 Apr 2020 21:35:02 +0000 (21:35 +0000)]
Merge branch 'illwieckz/pakpath' into 'master'
add support for extra q3map2 options written by netradiant, for example pakpaths, <3 julius
See merge request xonotic/netradiant-xonoticpack!2
Thomas Debesse [Sun, 27 Oct 2019 21:39:01 +0000 (22:39 +0100)]
add support for extra q3map2 options written by netradiant, for example pakpaths, <3 julius
Mario [Mon, 30 Sep 2019 04:55:31 +0000 (04:55 +0000)]
Merge branch 'mschwan/missing-fast-vis' into 'master'
Add missing -fast option in "Single: -vis -fast" build
Closes #2
See merge request xonotic/netradiant-xonoticpack!1
Martin Schwan [Mon, 7 Jan 2019 17:44:31 +0000 (18:44 +0100)]
Add missing -fast option in "Single: -vis -fast" build
Rudolf Polzer [Fri, 7 Feb 2014 14:38:58 +0000 (15:38 +0100)]
Always use -keepLights in compiles.
Rudolf Polzer [Fri, 20 Sep 2013 13:37:07 +0000 (15:37 +0200)]
Update build menu to new lightmapsize too.
Rudolf Polzer [Tue, 18 Sep 2012 07:42:34 +0000 (09:42 +0200)]
build menu: fix OBJ export
Rudolf Polzer [Mon, 16 Jan 2012 10:27:54 +0000 (11:27 +0100)]
entities.def is gone now
Rudolf Polzer [Mon, 16 Jan 2012 10:01:52 +0000 (11:01 +0100)]
also add .OBJ options
Rudolf Polzer [Fri, 13 Jan 2012 20:44:15 +0000 (21:44 +0100)]
build menu now has separators
Rudolf Polzer [Fri, 13 Jan 2012 20:02:46 +0000 (21:02 +0100)]
more changes
Rudolf Polzer [Sat, 31 Dec 2011 13:51:19 +0000 (14:51 +0100)]
build menu with sRGB and non-sRGB options
Rudolf Polzer [Fri, 1 Jul 2011 09:30:39 +0000 (11:30 +0200)]
Merge branch 'master' of ssh://git.xonotic.org/netradiant-xonoticpack
Conflicts:
games/xonotic.game
Rudolf Polzer [Fri, 1 Jul 2011 09:29:40 +0000 (11:29 +0200)]
specify the forbidden paths with wildcards
Rudolf Polzer [Thu, 30 Jun 2011 11:46:09 +0000 (13:46 +0200)]
fix nexcompat pk3 names
Rudolf Polzer [Thu, 30 Jun 2011 11:24:26 +0000 (13:24 +0200)]
no longer use turrets.ent, turrets.def
Rudolf Polzer [Sun, 1 May 2011 16:54:27 +0000 (18:54 +0200)]
pass UserEnginePath
Rudolf Polzer [Wed, 23 Feb 2011 13:34:14 +0000 (14:34 +0100)]
XonoticPack: default to brush primitives
Rudolf Polzer [Fri, 14 Jan 2011 19:57:56 +0000 (20:57 +0100)]
This commit is empty just so I see that pushing via http works
Rudolf Polzer [Tue, 14 Dec 2010 21:22:30 +0000 (22:22 +0100)]
more build menu stuff
Rudolf Polzer [Sun, 5 Dec 2010 17:50:52 +0000 (18:50 +0100)]
fix the .game file
Rudolf Polzer [Sun, 5 Dec 2010 16:18:33 +0000 (17:18 +0100)]
use the XML entities file
Rudolf Polzer [Fri, 22 Oct 2010 07:32:51 +0000 (09:32 +0200)]
radiant build menu: use randomsamples for great subsampling
Rudolf Polzer [Sun, 10 Oct 2010 14:07:25 +0000 (16:07 +0200)]
add a q3map2_type var for controlling decompiling
Rudolf Polzer [Sat, 7 Aug 2010 15:13:05 +0000 (17:13 +0200)]
add some "forbidden paths"
Rudolf Polzer [Mon, 12 Apr 2010 05:56:02 +0000 (07:56 +0200)]
change space to tabs in the extra URLs file
Rudolf Polzer [Mon, 12 Apr 2010 05:52:43 +0000 (07:52 +0200)]
Initial import of XonoticPack