Petr Mikheev
63137a3b5a
Make vertical offset of "view over shoulder" configurable
2020-06-24 20:07:41 +02:00
Bret Curtis
da65a3b8d4
Thanks to https://gitlab.com/OpenMW/openmw/-/merge_requests/209 , OpenMW now has Object Paging that includes distant statics.
2020-06-24 15:02:58 +02:00
psi29a
abc77075b9
Merge branch 'doc-formattopics' into 'master'
...
Follow up to MR 126 - make it more obvious for end users how to set colors
See merge request OpenMW/openmw!234
2020-06-24 11:26:22 +00:00
Andrei Kortunov
487bfed672
Use QMultiMap instead of QMap
2020-06-24 15:13:56 +04:00
psi29a
662725069e
Merge branch 'qt-tidying' into 'master'
...
Make Qt work on my machine
See merge request OpenMW/openmw!240
2020-06-23 15:09:47 +00:00
AnyOldName3
35d920569c
Tweak error message
...
As we have `set -e`, the error message would never be printed if we
genuinely failed to create the virtualenv, just if we succeeded and the
expected directories didn't exist.
2020-06-23 15:26:24 +01:00
AnyOldName3
657306c293
Make Qt work on my machine
...
Switches `eval stuff $STRIP` to `run_cmd` as it'll log errors on failure
and eval was breaking commands that ran just fine otherwise.
Don't download aqt wheel from pip and install it in two separate steps.
Upgrade aqt from 0.8 to 0.9.2 as there are bugs with 0.8 that stop Qt
5.15.0 from working for some people.
Fall back to Qt 5.14.2 for 64-bit on MSVC 2017 as the package list is
broken and that specific combination doesn't work right now.
2020-06-23 15:22:59 +01:00
Bret Curtis
f8e3e57755
Merge pull request #2924 from akortunov/warnfix
...
Avoid more deprecated Qt stuff
2020-06-23 13:38:39 +02:00
Bret Curtis
4b212954fb
Merge pull request #2925 from OpenMW/psi29a-debug
...
change build type to debug for ci/cd
2020-06-23 13:34:18 +02:00
Bret Curtis
ae49549f03
change build type to debug for ci/cd
...
it should set -O0 which should prioritise fast compilation for gcc
2020-06-23 12:19:38 +02:00
Andrei Kortunov
19e95afc42
Avoid reverse iteration on QHash
2020-06-23 13:33:38 +04:00
Bret Curtis
27285b9e85
Merge pull request #2923 from OpenMW/uncomplicate_things_in_travis
...
removed need for split compilation for static analysis, we've gone fr…
2020-06-23 09:10:09 +02:00
Andrei Kortunov
0bb9322a69
Use default constructor for ItemFlags
2020-06-23 10:01:36 +04:00
Bret Curtis
ad25b22db7
removed need for split compilation for static analysis, we've gone from openmw taking 30 minutes to taking 3. Merging them also makes our before_script.linux.sh less complicated; removed redundant CMAKE flag; set build type to RelWithDebInfo as None has no meaning (even if it still builds).
2020-06-23 07:59:05 +02:00
Bret Curtis
8b02263341
Merge pull request #2919 from akortunov/warnfix
...
Avoid to use some deprecated Qt API
2020-06-23 07:42:11 +02:00
Bret Curtis
602f1166a1
Merge pull request #2922 from OpenMW/no_sudo_required
...
Removing deprecated sudo: required
2020-06-23 07:40:59 +02:00
psi29a
b70bedacdb
Merge branch 'debugger-working-directory-workaround' into 'master'
...
Use a generator expression to specify the debugger working directory
See merge request OpenMW/openmw!239
2020-06-23 05:20:30 +00:00
fredzio
6d4d53fc7c
Add a setting to the launcher to enable/disable the dialogue topic
...
formatting stuff.
2020-06-22 23:21:03 +02:00
AnyOldName3
2f8c5ef09d
Use a generator expression to specify the debugger working directory
2020-06-22 21:38:40 +01:00
Bret Curtis
16ca9e2fbd
put back INSTALL platforms
2020-06-22 21:16:23 +02:00
psi29a
421ad91a08
Merge branch 'improved_third_person' into 'master'
...
Improved third person experience
Closes #5457 and #390
See merge request OpenMW/openmw!219
2020-06-22 15:15:33 +00:00
Bret Curtis
508b329bd3
Removeing deprecated sudo: required
2020-06-22 16:52:41 +02:00
Andrei Kortunov
c8d5d421d9
Do not use deprecated mouse wheel movement angle
2020-06-22 18:46:45 +04:00
Andrei Kortunov
98bb73ffb7
Do not use deprecated QTextStream::endl
2020-06-22 18:46:45 +04:00
Andrei Kortunov
2b4274bca8
Use modern Qt flag declarations
2020-06-22 18:46:45 +04:00
Bret Curtis
573c630d34
Merge pull request #2921 from OpenMW/travis_focal
...
Get OpenMW ready for Focal update on GH
2020-06-22 16:45:30 +02:00
Bret Curtis
ccedde3e0a
Get OpenMW ready for Focal update on GH
2020-06-22 15:51:56 +02:00
Petr Mikheev
e3bae58cb1
Update docs, AUTHORS.md, CHANGELOG.md
2020-06-22 15:24:10 +02:00
Petr Mikheev
b4c699348f
Improved strafe movement
2020-06-22 15:22:34 +02:00
Petr Mikheev
d3bd67d747
Advanced third person camera.
2020-06-22 15:22:34 +02:00
psi29a
2fb7c27976
Resolved by !235 when dropping Qt4 in Task #5480
2020-06-22 13:20:31 +00:00
psi29a
a1e6f062cd
Merge branch 'drop_qt4' into 'master'
...
#5480 : Drop Qt4 support and require Qt 5.12 or later.
See merge request OpenMW/openmw!235
2020-06-22 13:16:33 +00:00
Bret Curtis
8f9c3e28d9
Handle typo
2020-06-22 13:48:35 +02:00
Bret Curtis
8d3b1b90b1
do not assume gcc is available; added build-essential
2020-06-22 12:49:59 +02:00
Bret Curtis
6846f5a212
While we are at it, go full OSG 3.6
2020-06-22 12:43:36 +02:00
Bret Curtis
a4c9a5cb00
Use docker image debian:bullseye as our target
2020-06-22 12:41:51 +02:00
Bret Curtis
61a5c6125d
#5480 : Drop Qt4 support and require Qt 5.12 or later.
2020-06-22 12:17:06 +02:00
fredzio
ae27ad6bcd
Follow up to MR 126
...
Fill settings-default.cfg with default values as RGBA values are not intuitive for end users.
Add a boolean setting to enable the formatting (disabled by default).
2020-06-22 04:31:12 +02:00
Alexei Dobrohotov
0d70318304
Merge branch 'launcher-search-datafiles-tab' into 'master'
...
Add a search function to the "Datafiles" tab of the OpenMW launcher
See merge request OpenMW/openmw!191
2020-06-21 14:45:31 +00:00
Cédric Mocquillon
6e397e4008
Add a search function to the "Datafiles" tab of the OpenMW launcher
2020-06-21 14:45:30 +00:00
psi29a
981184109e
Merge branch 'formattopics' into 'master'
...
Change color of keywords in the dialogue window (#2159 )
See merge request OpenMW/openmw!126
2020-06-21 07:58:02 +00:00
psi29a
288911c2d9
Merge branch 'kill-msvc-2015' into 'master'
...
Kill MSVC 2015
See merge request OpenMW/openmw!230
2020-06-18 23:06:21 +00:00
Alexei Dobrohotov
d529cf4a81
Merge branch '5463_op_normal_maps' into 'master'
...
#5463 : Optimizer fix, problem was indeed related to tangents not being transformd properly.
See merge request OpenMW/openmw!229
2020-06-18 17:23:16 +00:00
psi29a
f94ca28dbe
#5463 : Optimizer fix, problem was indeed related to tangents not being transformd properly.
2020-06-18 17:23:16 +00:00
Andrei Kortunov
142a9e772b
Merge branch '5468_progress_caption_overlapping' into 'master'
...
Issue #5468 : Apparently this was always a problem but OP made "nested loading"...
See merge request OpenMW/openmw!228
2020-06-18 16:27:06 +00:00
Andrei Kortunov
01b1b7866c
Merge pull request #2918 from akortunov/master
...
Fix ordering warning
2020-06-18 19:20:54 +04:00
Andrei Kortunov
1541c7e5eb
Fix ordering warning
2020-06-18 19:19:57 +04:00
Bret Curtis
c3dc0e62e8
OP profiling regression fix; Billboards such as those from Westly's tree mod should work again.
2020-06-18 16:16:16 +02:00
AnyOldName3
36d0a55600
Add error message when vswhere doesn't find MSVC
2020-06-18 14:50:07 +01:00
AnyOldName3
a93ea93d9d
Remove MSVC 2015 specific parts of CI script.
...
Also add error when MSVC 2015 is requested.
2020-06-18 14:46:08 +01:00