Andrei Kortunov
|
9f27a0d095
|
Keep an AiWanderStorage when cloning an actor (bug #5267)
|
5 years ago |
Chris Djali
|
d9f147272c
|
Merge pull request #2717 from akortunov/map_texture
Don't unnecessarily copy global map texture during savegame loading
|
5 years ago |
Andrei Kortunov
|
8e1e4d6757
|
Do not copy global map texture during savegame loading (bug #5308)
|
5 years ago |
Capostrophic
|
5770227e37
|
Avoid using auto-detected normal maps that are bump map namesakes
|
5 years ago |
Capostrophic
|
624a9ac353
|
Force shaders for objects affected by new envmap option
|
5 years ago |
Capostrophic
|
4455c978df
|
Explain the global shader define default values in editor
|
5 years ago |
Capostrophic
|
2b3ecff004
|
Remove broken fixed function pipeline support
Added by mistake
|
5 years ago |
Capostrophic
|
ed95a79199
|
Update changelog
|
5 years ago |
Capostrophic
|
6999f1fd28
|
Add an option to apply lighting to environment maps
|
5 years ago |
Capostrophic
|
29e6c6baae
|
Update documentation
|
5 years ago |
Capostrophic
|
19a7245251
|
Add bump mapping support
|
5 years ago |
Bret Curtis
|
bbca1f3d1d
|
Merge pull request #2712 from Capostrophic/search
Make search fields behave more consistently
|
5 years ago |
Capostrophic
|
54334932d9
|
Move user string assignment to layout files
|
5 years ago |
AnyOldName3
|
52fa20fb1c
|
Merge branch 'fix-sky' into 'master'
Fix building mwrender/sky with OSG 3.6.5
See merge request OpenMW/openmw!162
|
5 years ago |
Bret Curtis
|
04f2b320b9
|
Merge pull request #2673 from Capostrophic/wizard
Make Wizard less shy (bug #4493)
|
5 years ago |
Capostrophic
|
4b17d5da43
|
Make search fields behave more consistently
|
5 years ago |
Andrei Kortunov
|
8442446080
|
Merge pull request #2711 from Capostrophic/failsafe
Revert infinite fall failsafe addition
|
5 years ago |
Capostrophic
|
d44dcc3242
|
Revert infinite fall failsafe addition
|
5 years ago |
Alexei Dobrohotov
|
4928aaf3f1
|
Merge pull request #2710 from akortunov/collisionswitch
Take in account transformations of NiCollisionSwitch
|
5 years ago |
Andrei Kortunov
|
8c177f0306
|
Take in account transformations of NiCollisionSwitch
|
5 years ago |
Alexei Dobrohotov
|
22b4629fc6
|
Merge pull request #2678 from unelsson/deleteinstanceshotkey
Editor: Delete instances via hotkey
|
5 years ago |
Capostrophic
|
21c49ca1b0
|
Make Wizard less shy (bug #4493)
|
5 years ago |
Alexei Dobrohotov
|
3f64d98305
|
Merge branch 'inventorysearch' into 'master'
Item search in inventory redux
See merge request OpenMW/openmw!158
|
5 years ago |
Frederic Chardon
|
78d58a344d
|
Item search in inventory (feature #4831)
|
5 years ago |
Bret Curtis
|
68e734889a
|
Merge pull request #2709 from Capostrophic/torch
Switch torches to shields for hostile NPCs (bug #5300)
|
5 years ago |
Capostrophic
|
1da4b31047
|
Switch torches to shields for hostile NPCs (bug #5300)
|
5 years ago |
Andrei Kortunov
|
a01c44bbdd
|
Merge pull request #2707 from Capostrophic/pcskipequip
Make PCSkipEquip and OnPCEquip behavior vanilla-like (bug #4141)
|
5 years ago |
Andrei Kortunov
|
b1acb9e467
|
Merge pull request #2706 from Capostrophic/modcurrentfatigue
Make ModCurrentFatigue knock down the actor when necessary (bug #4523)
|
5 years ago |
Capostrophic
|
cfa877b109
|
Make PCSkipEquip and OnPCEquip behavior vanilla-like (bug #4141)
|
5 years ago |
Alexander Olofsson
|
776c0857fa
|
Always use ref_ptr for query geometry
|
5 years ago |
Capostrophic
|
f9f0299c27
|
Make ModCurrentFatigue KO the actor when necessary (bug #4523)
|
5 years ago |
Bret Curtis
|
fa7af1bae8
|
Merge pull request #2705 from Capostrophic/water
Fix water ripple cleanup (bug #5246)
|
5 years ago |
Capostrophic
|
3787625e61
|
Fix water ripple cleanup (bug #5246)
|
5 years ago |
Bret Curtis
|
c907cd98c8
|
Merge pull request #2704 from akortunov/collisionswitch
Handle NiCollisionSwitch node
|
5 years ago |
Nelsson Huotari
|
198a75b8e6
|
Delete selected instances with a hotkey
|
5 years ago |
Alexei Dobrohotov
|
e1f0504557
|
Merge pull request #2703 from akortunov/masks
Fix a regression in the NiVisController
|
5 years ago |
Andrei Kortunov
|
77d6fe46ca
|
Handle NiCollisionSwitch node
|
5 years ago |
Andrei Kortunov
|
7b5ec76db4
|
Fix regression in the NiVisController
|
5 years ago |
Alexei Dobrohotov
|
9b9769a123
|
Merge pull request #2702 from elsid/override
Add final modifier to fix warnings
|
5 years ago |
elsid
|
650f429ff5
|
Add final modifier to fix warnings
|
5 years ago |
Bret Curtis
|
a0902bb98e
|
Merge pull request #2700 from akortunov/masks
Move VisMask to components
|
5 years ago |
Andrei Kortunov
|
84979fa8b7
|
Move VisMask to components
|
5 years ago |
Alexander Olofsson
|
5de1e0fb0c
|
Use queryGeom for all query geometry accesses
|
5 years ago |
Bret Curtis
|
92e6a21b53
|
Merge pull request #2701 from Capostrophic/fallthreshold
Make infinite fall failsafe logic more forgiving
|
5 years ago |
Capostrophic
|
9db0bbf255
|
Make infinite failsafe logic more forgiving
|
5 years ago |
Roman Siromakha
|
3ae1a208df
|
Merge pull request #2684 from Capostrophic/damagefatigue
Make uncapped Damage Fatigue optional (bug #5264)
|
5 years ago |
Alexander Olofsson
|
7db58a893a
|
Ensure osg/Version is included
|
5 years ago |
Alexander Olofsson
|
807f550386
|
Fix building mwrender/sky with OSG 3.6.5
OSG commit aff574b completely replaces the method of doing user-defined
query geometry, removing support for modifying the default geometry.
|
5 years ago |
Bret Curtis
|
3bbd32fe98
|
Merge pull request #2667 from Capostrophic/infinitefall
Add an infinite fall failsafe (feature 1415)
|
5 years ago |
Andrei Kortunov
|
7d53c6274d
|
Merge pull request #2697 from Capostrophic/shield
Don't try to attach absent (empty path) shield models to NPCs
|
5 years ago |