psi29a
|
6ee20835fc
|
Merge branch 'main_pp' into 'master'
[Postprocessing] Remove default shader and simplify pipeline
Closes #6920
See merge request OpenMW/openmw!2248
|
2022-08-07 14:50:08 +00:00 |
|
cody glassman
|
ac4b29be08
|
cleanup default shaders and remove confusing main shader
|
2022-08-07 06:42:48 -07:00 |
|
psi29a
|
e75d3285cf
|
Merge branch 'paged_refs_vector' into 'master'
Use std::vector to store paged ref nums
See merge request OpenMW/openmw!2245
|
2022-08-07 13:35:54 +00:00 |
|
psi29a
|
6d7216adba
|
Merge branch 'coverity' into 'master'
Use ubuntu:20.04 docker image for Coverity
See merge request OpenMW/openmw!2244
|
2022-08-07 09:47:20 +00:00 |
|
Alexei Kotov
|
bc1a6bfd72
|
Merge branch 'changelog' into 'master'
Cleanup 0.48 changelog
See merge request OpenMW/openmw!2247
|
2022-08-06 15:43:12 +00:00 |
|
Andrei Kortunov
|
af542a873f
|
Cleanup 0.48 changelog
|
2022-08-06 15:05:51 +04:00 |
|
Alexei Kotov
|
0fd817150e
|
Merge branch 'ordinator_farming_restored' into 'master'
Save state for disposed actors if they can respawn
Closes #6923
See merge request OpenMW/openmw!2232
|
2022-08-06 11:03:06 +00:00 |
|
Alexei Kotov
|
263a955290
|
Merge branch 'coverity' into 'master'
Avoid possible null dereference
See merge request OpenMW/openmw!2243
|
2022-08-06 10:53:38 +00:00 |
|
Alexei Kotov
|
43db803938
|
Merge branch 'race_scroll' into 'master'
Allow mouse scrolling in the race preview widget
See merge request OpenMW/openmw!2246
|
2022-08-06 10:49:02 +00:00 |
|
Andrei Kortunov
|
7dd668bf12
|
Allow mouse scrolling in the race preview widget (feature 6925)
|
2022-08-06 11:25:27 +04:00 |
|
elsid
|
dffb12ac05
|
Use std::vector to store paged ref nums
|
2022-08-06 02:11:58 +02:00 |
|
Andrei Kortunov
|
8812705838
|
Avoid possible null dereference - throw an exception instead
|
2022-08-05 20:26:27 +04:00 |
|
Alexei Kotov
|
86a4d530c4
|
Merge branch 'luaprofiler' into 'master'
Implementing profiler stats for LuaManager::synchronizedUpdate
See merge request OpenMW/openmw!2215
|
2022-08-05 16:19:57 +00:00 |
|
Christian Haro
|
19a08d19d6
|
Implementing profiler stats for LuaManager::synchronizedUpdate
|
2022-08-05 16:19:57 +00:00 |
|
elsid
|
a5a3ccd0d2
|
Use ubuntu:20.04 docker image for Coverity
|
2022-08-05 11:46:05 +02:00 |
|
psi29a
|
00f8c9760a
|
Merge branch 'fixed_string_tests' into 'master'
Replace deprecated std::is_pod
See merge request OpenMW/openmw!2239
|
2022-08-04 09:55:51 +00:00 |
|
psi29a
|
b55a511ad8
|
Merge branch 'idlechance' into 'master'
Fix Wander random idle chance
See merge request OpenMW/openmw!2242
|
2022-08-04 09:55:05 +00:00 |
|
psi29a
|
9c4ca98421
|
Merge branch 'sheathing' into 'master'
Avoid cosmetic view-mode dependent issues in shield sheathing
Closes #6845
See merge request OpenMW/openmw!2241
|
2022-08-04 09:54:43 +00:00 |
|
psi29a
|
77b82add49
|
Merge branch 'google_test_fetch_content' into 'master'
Use FetchContent to get googletest
See merge request OpenMW/openmw!2240
|
2022-08-04 09:53:52 +00:00 |
|
Alexei Kotov
|
19dc4cda9b
|
Avoid cosmetic view-mode dependent issues in shield sheathing
|
2022-08-04 05:33:54 +03:00 |
|
elsid
|
8e4f6fc4e4
|
Use FetchContent to get googletest
|
2022-08-04 01:12:11 +02:00 |
|
elsid
|
da0a1ac9ba
|
Do compile time checks in compile time instead of tests
|
2022-08-03 21:47:00 +02:00 |
|
elsid
|
c42c0dcbc9
|
Replace deprecated std::is_pod
apps/openmw_test_suite/esm/test_fixed_string.cpp:99:23: warning: ‘template<class _Tp> struct std::is_pod’ is deprecated: use is_standard_layout && is_trivial instead [-Wdeprecated-declarations]
99 | ASSERT_TRUE(std::is_pod<ESM::NAME>::value);
| ^~~~~~
|
2022-08-03 21:47:00 +02:00 |
|
psi29a
|
17fcc254c0
|
Merge branch 'test' into 'master'
[Postprocessing] Dont ignore tested objects in postpass
See merge request OpenMW/openmw!2236
|
2022-08-03 16:09:46 +00:00 |
|
glassmancody.info
|
5d6a26c10f
|
dont ignore tested objects in postpass
|
2022-08-03 07:55:56 -07:00 |
|
psi29a
|
49a15f72da
|
Merge branch 'partcolor' into 'master'
Use NiParticleSystemController's color for the initially set particle color
See merge request OpenMW/openmw!2234
|
2022-08-03 13:34:17 +00:00 |
|
Alexei Kotov
|
014de72644
|
Use NiParticleSystemController's color for the initial particle color
|
2022-08-03 14:36:51 +03:00 |
|
Evil Eye
|
1248bdc816
|
Save state for disposed actors if they can respawn
|
2022-08-02 19:33:27 +02:00 |
|
psi29a
|
caf971b979
|
Merge branch 'invis' into 'master'
Restore invisibility early-out in combat engagement
See merge request OpenMW/openmw!2229
|
2022-08-02 13:26:27 +00:00 |
|
psi29a
|
839985646e
|
Merge branch 'loadingfade' into 'master'
Fix loading screen scene snapshot layer
See merge request OpenMW/openmw!2231
|
2022-08-02 13:25:50 +00:00 |
|
Alexei Kotov
|
b4f743ad60
|
Fix Wander idle chance
|
2022-08-02 15:55:29 +03:00 |
|
Alexei Kotov
|
a50b0eccc0
|
Fix loading screen scene snapshot layer
|
2022-08-01 20:08:56 +03:00 |
|
psi29a
|
44339889dd
|
Merge branch 'wrong_maski' into 'master'
[Postprocessing] Use correct indexed color mask
See merge request OpenMW/openmw!2230
|
2022-08-01 16:47:10 +00:00 |
|
glassmancody.info
|
651916694c
|
use correct indexed color mask
|
2022-08-01 07:56:16 -07:00 |
|
Alexei Kotov
|
acfff6b25e
|
Restore invisibility early-out in combat engagement
|
2022-08-01 15:11:18 +03:00 |
|
psi29a
|
895779f2ec
|
Merge branch 'ci_jobs' into 'master'
Enable existing and add CI jobs
See merge request OpenMW/openmw!2220
|
2022-08-01 11:56:22 +00:00 |
|
psi29a
|
454684bad3
|
Merge branch 'custom_actor_collision_shape_type' into 'master'
Support cylinder and rotating box collision shape types for actors (#6138)
Closes #6138
See merge request OpenMW/openmw!2043
|
2022-08-01 11:00:23 +00:00 |
|
psi29a
|
1a7e403dfb
|
Merge branch 'collada-material-doc-update' into 'master'
Collada material doc update
See merge request OpenMW/openmw!2173
|
2022-08-01 10:58:44 +00:00 |
|
Matjaž Lamut
|
34c7944af8
|
Collada material doc update
|
2022-08-01 10:58:43 +00:00 |
|
psi29a
|
c22b9e273f
|
Merge branch 'effecttooltip' into 'master'
Don't center spell and enchanted item effect lists (bug #4310)
Closes #4310
See merge request OpenMW/openmw!2227
|
2022-08-01 10:57:12 +00:00 |
|
psi29a
|
9085f17a74
|
Merge branch 'bigpeepeventsenergy' into 'master'
Break SDL_PeepEvents loop on error (bug #6890)
Closes #6890
See merge request OpenMW/openmw!2224
|
2022-08-01 09:10:26 +00:00 |
|
Alexei Kotov
|
aa5fcc6649
|
Don't center spell and enchanted item effect lists (bug #4310)
|
2022-08-01 11:12:06 +03:00 |
|
psi29a
|
861f1d5303
|
Merge branch 'pleaseshutupyoustupiddoor' into 'master'
Don't stop playing sounds attached to removed objects (bug #6896)
Closes #6896
See merge request OpenMW/openmw!2221
|
2022-08-01 08:05:27 +00:00 |
|
psi29a
|
77f4ea7d7c
|
Merge branch 'titleofthemovie' into 'master'
Prevent Movies_Morrowind_Logo video from pausing sounds (bugs #6049, #6109)
Closes #6109 and #6049
See merge request OpenMW/openmw!2223
|
2022-08-01 08:00:01 +00:00 |
|
psi29a
|
04fcfcc79d
|
Merge branch 'master' into 'bigpeepeventsenergy'
# Conflicts:
# components/sdlutil/sdlinputwrapper.cpp
|
2022-08-01 07:55:51 +00:00 |
|
psi29a
|
1a52ed038e
|
Merge branch 'mousemotion' into 'master'
Prevent mouse movement events from being queued in loading screens (bug #4374)
Closes #4374
See merge request OpenMW/openmw!2225
|
2022-08-01 07:53:32 +00:00 |
|
psi29a
|
6f9c3c111e
|
Merge branch 'inertia' into 'master'
Discard momentum upon player's teleportation (bug #6545)
Closes #6545
See merge request OpenMW/openmw!2226
|
2022-08-01 07:48:26 +00:00 |
|
psi29a
|
881a784bcf
|
Merge branch 'transparent_fix' into 'master'
[Postprocessing] Force enable depth writes in transparent post-pass
See merge request OpenMW/openmw!2214
|
2022-08-01 06:24:46 +00:00 |
|
psi29a
|
c8e5b90ac4
|
Merge branch 'postpass_hotfix' into 'master'
[Postprocessing[ Temporary fix for artifacts in transparent post-pass (#6919)
See merge request OpenMW/openmw!2222
|
2022-08-01 06:23:49 +00:00 |
|
Alexei Kotov
|
bccdefd63f
|
Discard momentum upon teleportation (bug #6545)
|
2022-08-01 07:59:14 +03:00 |
|