Garux
20a9afcd1d
* -maxmapdrawsurfs <N>: Sets max amount of mapDrawSurfs, used during .map compilation (-bsp, -convert), default = 131072
2024-02-15 22:35:58 +06:00
Garux
2721cca15b
untie PatchMapDrawSurfs() from MAX_MAP_DRAW_SURFS, was doing stack overflow when increased
2024-02-14 09:35:39 +06:00
Garux
129d54e33f
deduplicate entity connecting code
2024-02-11 22:44:29 +06:00
Garux
0b43b1744f
fix return reference to local variable added in c6252fe3fc
2024-02-11 22:21:09 +06:00
Garux
bf579cc278
* ctrl + shift + u: CSG Intersect
2024-02-11 21:19:19 +06:00
Garux
87464acfee
make position of selection position text consistent in 2D view
2024-02-11 01:05:08 +06:00
Garux
f351a9d657
tweak autobuild:
...
disable x86 to save the oil
create windows settings/ folder directly
preserve linux executable file pemissions
add date to autobuild archive names
update automatic-releases action used
prerelease = false, Qt autobuilds are good nuff for normal use
2024-02-09 05:00:52 +06:00
Garux
b799a03a0f
fix model browser scrollbar scrolling lag in KDE
...
fix model browser M2 pan low sensitivity
2024-02-08 15:14:44 +06:00
Garux
a75fb6abdd
fix nonmonitored builds broken in 9a13f9ed55
...
closes #166
2024-02-08 13:02:16 +06:00
Garux
f6fd436d69
bump versions of actions used
...
create automatic release only from master (was on any 'workflow_dispatch')
2024-02-04 19:20:28 +06:00
Garux
22a4ee2f81
fix deprecated Qt function warnings
2024-02-04 10:18:45 +06:00
Garux
1f45694358
Revert "fix build in ubuntu via using deprecated Qt function"
...
This reverts commit f7977eb851 .
2024-02-04 10:08:29 +06:00
Garux
60e3e48dd0
Revert "fix build in ubuntu via using deprecated Qt function"
...
This reverts commit c618ce39af .
2024-02-04 09:53:31 +06:00
Garux
e77d713bad
* fix custom shaders generation for lightstyles and external lightmaps hacks for :q3map suffixed shaders
...
note ignoring only classic stageless :q3map shaders; ones with stages are assumed as templates for custom shaders, hidden by suffix
closes #165
2024-02-04 09:33:43 +06:00
Garux
4b26129c47
minor tweaks
2024-02-03 17:34:58 +06:00
Garux
f36b8999b0
move f2f inside Renderer_GetStats()
2024-02-03 17:17:51 +06:00
Garux
d33140daf4
fix Run Engine After Compile arguments passing (was eating 1st)
2024-02-02 20:20:59 +06:00
Garux
8683d43b7a
fix on import or paste: target/name "qwerty01" -> "qwerty1"
2024-02-02 16:00:32 +06:00
Garux
70c63edd21
fix obscure linux locale override issue (sunplug writing ? in place of -)
2024-02-02 01:28:07 +06:00
Garux
0ead65d10b
fix eclass_xml color assert
2024-02-02 01:18:06 +06:00
Garux
649fcd4067
use CopiedString.empty()
2024-02-02 01:04:42 +06:00
Garux
1f2e1616a8
got CopiedString move constructor to actually work
...
conditions fulfilled:
string pointer is always functional, hence no flow conditions needed
move is fully efficient
moving to different program dynamic module works (no dependency on static vars)
2024-02-02 00:34:11 +06:00
Garux
454660c3e8
adjust some too pruning QLayout::setContentsMargins
2024-01-30 02:56:56 +06:00
Garux
6995ef0eb4
fix check_version(), RADIANT_MAJOR_VERSION was ignored
2024-01-29 17:27:24 +06:00
Garux
3e34d0eddc
fix LIGHT_SHADER_DEBUG
2024-01-29 17:12:08 +06:00
Garux
df02774ff5
tweak StringOutputStream use
...
auto str = StringOutputStream()(bla) use form was not doing copy elision or move, but copy
2024-01-29 16:54:08 +06:00
Garux
b4e44bc8ed
refactor StringFixedSize, auto str = String64()() use form was not doing copy elision
2024-01-25 23:46:01 +06:00
Garux
f6a040c27b
minor console tweak
2024-01-25 07:27:52 +06:00
Garux
9a13f9ed55
simplify build code
2024-01-24 17:09:04 +06:00
Garux
ecdad801b9
* light radiuses: don't render biggest radius, make them less occluding in 3D
...
closes #63
2024-01-19 12:27:45 +06:00
Garux
9b9e1df066
* light entity radius: support negative intensity display and adjustment (keep sign while adjusting)
...
closes #163
* fix: do not modify light intensity on transformations besides light radius transformation
fixes #156
2024-01-17 21:05:17 +06:00
Garux
38f0f660ec
entity smartedit.color key entry.change icon to one also making sense in linux
2024-01-14 07:44:32 +06:00
Garux
e02571ff6c
* preferences.Selection.Create brushes in 3D (by m1 drag)
...
remove "Left mouse click tunnel selector" option (now always ON)
closes #134
2024-01-13 19:08:27 +06:00
Garux
ec29d48986
* Model Browser: unmoved m2 resets models rotations
2024-01-13 08:35:07 +06:00
Garux
f8d622409f
* fix automatic target/names resolving after doing map 'Save as' or unnamed map 'Save'
...
original graph was kept in the namespace and new graph had 0 namespace
2024-01-13 03:16:16 +06:00
Garux
6dab1291bd
tweak menu text
2024-01-10 22:04:10 +06:00
Garux
3212660e1f
* fix equally named builds execution
2024-01-10 22:03:49 +06:00
Garux
27dff0c888
fix mouse chasing in 2x2 & floating layouts
...
QTimer was getting new connections added w/o removing existing ones; fix the same in FreezePointer
zero check is seemingly not needed now; zeros spam was caused by this QTimer misuse
2024-01-09 04:12:08 +06:00
Garux
2d11fdee43
enable DPI awareness on Windows
...
fixes text size in texEdit, lineEdit, label, button, comboBox, comboBox size
setting to awareness V2 somehow has effect of not setting awareness
2024-01-09 01:31:11 +06:00
Garux
b2c1153175
move "windows:darkmode=1" parameter setting to qt.conf
2024-01-08 01:02:32 +06:00
Garux
20b8bdb5a6
fix off-by-one error in .def parser added in 4b96cb6744
2023-12-14 07:31:47 +06:00
Garux
7c9103032f
texture browser, model browser trees: disable text ellision
...
horizontal scroll + ellided text made no much sense
2023-12-14 03:30:14 +06:00
Garux
e9459b79d8
fix .game no_patch key handling
...
OG behavior was to have preference to hide patch toolbar, if no_patch was set to non empty string xD
patch toolbar was shown by default anyway xD
now treat "1" as hide, anything else = show, including non set
2023-10-05 21:02:50 +06:00
Garux
dee00be204
adjust preferences dialog.spinners decimals
...
closes #152
2023-10-05 20:16:38 +06:00
Garux
25e1ad50d9
use radio menu items in grid menu
2023-09-24 08:22:31 +06:00
Garux
956e30f113
Surface Inspector more concrete KB filtering: pass some editor's shortcuts with modifiers
...
#147
2023-09-20 10:55:53 +06:00
Garux
a9a9907eab
support .fgd color1 key type
...
#115
2023-09-20 08:10:23 +06:00
Garux
b21d2cbf1d
fix non existent q3map_tcMod mode
2023-09-20 06:41:27 +06:00
Garux
4b8468fea1
fix icon name typo
2023-09-19 20:25:08 +06:00
Garux
eba6783b89
update Entity Attributes scrollbar on deselection; Qt updates on widget addition, doesn't on chosen way of deletion
2023-09-19 20:18:46 +06:00