Jonathan
4ed857715a
Merge branch 'brushbsp' of https://github.com/ericwa/ericw-tools into brushbsp
2023-05-21 22:26:13 -04:00
Jonathan
444a8e23ae
lightpreview: spawn at first info_player_start
...
lightpreview: don't mipmap lightmap; mipmap and anisotropy on textures though
2023-05-21 22:26:05 -04:00
Eric Wasylishen
509f1dd658
lightpreview: use WIN32_EXECUTABLE target property
...
this disables the console window when the .exe is launched directly
2023-05-21 19:53:28 -06:00
Eric Wasylishen
9c2892ef3f
lightpreview: add Q/E bindings for fly down/fly up
2023-05-21 14:16:43 -06:00
Eric Wasylishen
3e55518ec0
lightpreview: mousewheel controls fly speed
...
- require RMB to look
- use precise timer for WASD movement
2023-05-21 14:13:07 -06:00
Eric Wasylishen
0531b79b0b
lightpreview: add reload button
2023-05-21 13:27:05 -06:00
Eric Wasylishen
17f085d6a8
lightpreview: show filename in titlebar
2023-05-21 13:21:43 -06:00
Eric Wasylishen
4815e77f1f
lightpreview: reduce stuttering when using WASD + mouselook together
2023-05-21 12:46:53 -06:00
Jonathan
b43e1a5b7e
Merge branch 'brushbsp' of https://github.com/ericwa/ericw-tools into brushbsp
2023-05-21 11:07:39 -04:00
Jonathan
0f5690bf6d
allow light 0 to work
...
fix bad std::move
2023-05-21 11:07:33 -04:00
Eric Wasylishen
229f9fed25
lightpreview: hack in quote parsing for qbsp/vis/light args
2023-05-21 00:29:22 -06:00
Eric Wasylishen
295dc4a537
lightpreview: add text fields for qbsp/vis/light options
2023-05-21 00:03:32 -06:00
Eric Wasylishen
2bf311def6
lightpreview: add overbright lighting scale factor
2023-05-20 23:22:37 -06:00
Eric Wasylishen
c2f7cdbb7c
lightpreview: clear data before reloading
2023-05-20 23:09:42 -06:00
Eric Wasylishen
c7985dad3e
lightpreview: hook up reloading in response to file watcher
2023-05-20 22:24:57 -06:00
Eric Wasylishen
b17fac1eb3
lightpreview: change background color
2023-05-20 21:18:24 -06:00
Eric Wasylishen
9a09dfffa9
lightpreview: render lightmap
2023-05-20 13:32:44 -06:00
Eric Wasylishen
ce25e9c3d0
lightpreview: fix lack of depth testing / backface culling
2023-05-19 20:16:38 -06:00
Eric Wasylishen
b33591fe0f
lightpreview: wip textured rendering
2023-05-19 01:30:05 -06:00
Eric Wasylishen
1df614daf2
lightpreview: wip basic level rendering
2023-05-17 00:19:53 -06:00
Eric Wasylishen
d466deed91
lightpreview: reboot
...
- link against qbsp + vis + light + embree + tbb + fmt
- remove .pro, .ui
- setup filesystem watcher
- accept .map files via dnd, run qbsp + light + vis
2023-05-15 00:23:30 -06:00
Eric Wasylishen
b17633f746
cleanup: set PackConstructorInitializers: Never
2023-02-20 10:23:59 -07:00
Eric Wasylishen
eda6155844
cleanup: run ./clang-format-all.sh
...
clang-format version 15.0.7
2023-02-18 22:59:43 -07:00
Eric Wasylishen
1726f95484
use <fmt/core.h> instead of <fmt/format.h>
...
Should lighten compile times.
The only loss here is we'll no longer inherit e.g. "float" format specifiers for qvec3f.
2022-09-29 19:49:48 -06:00
Jonathan
52839d4e7f
Run clang-format pass
2021-10-05 15:54:06 -04:00
Jonathan
41b9a79e83
Merge branch 'qbsp-contentflags' into type-cleanup
...
# Conflicts:
# bsputil/bsputil.cc
# common/bspfile.cc
# common/cmdlib.cc
# include/common/bspfile.hh
# include/common/cmdlib.hh
# qbsp/brush.cc
# qbsp/portals.cc
# qbsp/writebsp.cc
# vis/vis.cc
2021-09-23 18:42:25 -04:00
Jonathan
326626f127
Remove some old stuff
...
Cleanup/rework of logging system. I'm not too happy about it still, but, it's at least a bit easier to follow now.
Started cleanup of file-related stuff.
2021-09-19 18:17:28 -04:00
Jonathan
4e7542b111
Clang format pass
...
typedef -> using
include guards -> pragma once
typedef struct x { } y; -> struct y { }
some fixes to extremely old code that shouldn't be required any more
2021-09-14 02:32:26 -04:00
Eric Wasylishen
527c63f55f
build: remove obsolete cmake min required in subprojects
2021-09-12 01:30:20 -06:00
Eric Wasylishen
045303eeb9
lightpreview: tweak ui file
2017-04-29 10:42:06 -06:00
Eric Wasylishen
36df66ed2e
lightpreview: fix up GLView constructor
2017-04-28 16:54:14 -06:00
Eric Wasylishen
428a169f95
lightpreview: add mousewheel support
2017-04-28 16:42:42 -06:00
Eric Wasylishen
9f1c337e68
lightpreview: install qt dll's
2017-04-28 14:07:52 -07:00
Eric Wasylishen
ca15434e67
lightpreview: update minimum CMake version to avoid policy warnings on windows
2017-04-28 13:29:06 -07:00
Eric Wasylishen
62f70ec852
stub for lightpreview tool
2017-04-28 13:29:37 -06:00