]> de.git.xonotic.org Git - xonotic/netradiant.git/commit
Q3map2:
authorGarux <garux@mail.ru>
Tue, 1 Aug 2017 10:36:40 +0000 (13:36 +0300)
committerGarux <garux@mail.ru>
Tue, 1 Aug 2017 10:36:40 +0000 (13:36 +0300)
commit6e687efe8899278a955efd1e3ba4de5300f7949a
treec9496e37982c0b8a15f4dce2f3c6f6fb570b17eb
parenta255fbd84e64e4f8bb6e6786b6f65579071742b6
Q3map2:
* content of brush is determined now not by 1st side in brush definition (inconsistency!)
but on priority: liquid > fog > playerclip > nonsolid > solid
ex.: nodraw solid shader works now for hiding liquid or fog volume splits / unwanted faces
solid or nonsolid shader + face(s) of playerclip = playerclip
solid shader + face(s) of nonsolid = nonsolid (b4 could happen: 5nonsolid sides + 1solid = solid brush )

Radiant:

binds...
* make structural - alt+s
* shift+n - cycle patch tex projection
* ctrl+f - fit texture
* bind a, d in no mlook mode - CameraStrafeLeft/Right

menus...
* smartified content basically
* hidden killconnect for games, which are not nexuiz
* view-orthographic+: center 2d on selected (ctrl+shift+tab)
* removed parent from menu, regroup does work + isn't bugged
* edit+: SelectAllOfType (shift+a)
* view->show+: ToggleCrosshair, show size info, show grid
* view menu: +patch inspector
* curve->texture+: flip patch tex ( {ctrl}shift+i ), naturalize, cycle projection
* cleaned, updated help menu links,+: Mouse Shortcuts, recent offline&fixed Shader Manual,
netRadiant specific docs, lists of q3map2 switches/entity keys/shader directives
misc...
* removed note to save before going to preferences, project settings
* fog is automatically transparent
* Doom3LightRadius: failed to parse default light radius - spammy msg removed
* 1.5x bigger light ents (8->12u)
* longer list of recently opened (4->9)
* crosshair display: is saving in prefs
* defaulted Maya theme
* removed question to override current compile monitoring
17 files changed:
plugins/entity/light.cpp
plugins/shaders/shaders.cpp
radiant/brushmanip.cpp
radiant/camwindow.cpp
radiant/entity.cpp
radiant/gtkdlgs.cpp
radiant/mainframe.cpp
radiant/mru.cpp
radiant/patchmanip.cpp
radiant/preferences.cpp
radiant/surfacedialog.cpp
radiant/watchbsp.cpp
radiant/xywindow.cpp
radiant/xywindow.h
setup/data/tools/global.xlink
tools/quake3/q3map2/game_quake3.h
tools/quake3/q3map2/map.c