Commit Graph

21237 Commits (e47f1ef3e3a01f6a8bc261924856b1f5c6bfab14)
 

Author SHA1 Message Date
Capostrophic e47f1ef3e3 Fix some color picker regressions
Don't assign invalid color returned when the color picker is closed by Cancel as the new color
Restore "picking finished" signal to make value saving work again
6 years ago
Bret Curtis a206f57f75
Merge pull request #2156 from Capostrophic/itemtaken
Fix redundant searchPtr call
6 years ago
Bret Curtis 50e379ad18
Merge pull request #2158 from akortunov/vfx
[Regression] Remove looping particles from dead actors
6 years ago
Bret Curtis 6fbe5bfc97
Merge pull request #2155 from OpenMW/fix-macos-ci
Fix macOS CI
6 years ago
Andrei Kortunov 6eb77e215b Remove looping particles from dead actors 6 years ago
Capostrophic 650cd47255 Fix redundant searchPtr call 6 years ago
Nikolay Kasyanov cdbd3a9c09
Fix macOS CI
It looks like Homebrew has deprecated some syntax making CMake formula invalid, now a for of the formula is used.
6 years ago
Bret Curtis bc1fbd5400
Merge pull request #2088 from akortunov/faction_table
Editor: Implement faction ranks table
6 years ago
Bret Curtis f4313c02e1
Merge pull request #2153 from akortunov/glowing_windows
Native glowing windows support
6 years ago
Bret Curtis 038a4c46c2
Merge pull request #2154 from akortunov/animfix
Do not check if additional animation sources are supported for every animation object
6 years ago
Bret Curtis 538a2b97e7
Merge pull request #2125 from akortunov/skinning
Share RigGeometry node data
6 years ago
Andrei Kortunov 60c9806d62 Share RigGeometry node data 6 years ago
Andrei Kortunov 57d8df1a05 Do not check if additional animation sources are supported for every animation object 6 years ago
Andrei Kortunov 9e4a339ad3 Daytime node switch support (feature #4836) 6 years ago
Bret Curtis 9f716b9ed8
Merge pull request #2151 from Capostrophic/normalmaps
Account for inverted tangents on normal-mapped objects (bug #3733)
6 years ago
Bret Curtis a12f7702ad
Merge pull request #2149 from akortunov/doc
Update fonts setup guide
6 years ago
Bret Curtis 4f938492e5
Merge pull request #2150 from akortunov/vfx
Update magic effects VFX immediately after effects update
6 years ago
Capostrophic 731f91759e Account for inverted tangents on normal-mapped objects (bug #3733) 6 years ago
Andrei Kortunov dc3a17f1f6 Update magic effects VFX immediately after effects update (bug #4828) 6 years ago
Bret Curtis 650ac65510
Merge pull request #2142 from Capostrophic/soundgen
Add creature-with-the-same-model soundgen fallback (bug #4813)
6 years ago
Capostrophic 5c889f7359 Add creature-with-the-same-model soundgen fallback (bug #4813)
Creatures will use sounds of the first creature that has the same model in the record store when possible.
6 years ago
Andrei Kortunov bfafac28f5 Update fonts setup guide 6 years ago
Bret Curtis e748abde7d
Merge pull request #2147 from akortunov/uvcontroller
Apply UVControllers only for given UV Set
6 years ago
Bret Curtis 4f0847b63e
Merge pull request #2148 from akortunov/switchnode
Improve switchable nodes handling
6 years ago
Andrei Kortunov 03b71d3c30 Improve switchable nodes handling by optimizer 6 years ago
Andrei Kortunov 87598f9419 Fill Switch and LOD nodes names 6 years ago
Andrei Kortunov b2126c2b6b Apply UVControllers only for given UV Set (bug #4827) 6 years ago
Bret Curtis f405b1e247
Merge pull request #2143 from akortunov/optimize
Optimize HUD update
6 years ago
Bret Curtis f68194c11d
Merge pull request #2144 from Capostrophic/absorption
Don't apply effects when spell absorption is successful (bug #4820)
6 years ago
Andrei Kortunov 8580a58ba0 Optimize HUD update (do not do unnecessary work) 6 years ago
Capostrophic 67450a7046 Don't apply effects when spell absorption is successful (bug #4820) 6 years ago
Bret Curtis c5176321ee Merge branch 'gmst_typo' into 'master'
Gmst typo in MWMechanics::NpcStats::increaseSkill

See merge request OpenMW/openmw!59
6 years ago
Frederic Chardon 7ad93c1d3e Gmst typo in MWMechanics::NpcStats::increaseSkill 6 years ago
Bret Curtis 8ddb45eb22
Merge pull request #2141 from akortunov/switchnode
Support NiSwitchNode
6 years ago
Andrei Kortunov 2c38e337ae Support NiSwitchNode (feature #4812) 6 years ago
Bret Curtis 592d29f7db Merge branch 'windows_test_azdul' into 'master'
Windows test azdul

See merge request OpenMW/openmw!60
6 years ago
Azdul 32013d35f2 Formatting of CMakeLists made consistent with other CMakeLists files. 6 years ago
Azdul 6d8215ecb6 Google Test / Google Mock / OpenMW unit tests on Windows 6 years ago
Bret Curtis a8e65bf5eb
Merge pull request #2139 from Capostrophic/bsaoptpurge
Replace BSAOpt compressed BSA hash calculation with a custom function
6 years ago
Capostrophic c9df63ffd1 Replace BSAOpt hash calculation with a custom function 6 years ago
Bret Curtis c2fd4c1f46
Merge pull request #2138 from Capostrophic/bsa
Fix compressed BSA loading on non-Windows systems
6 years ago
Bret Curtis 309855107b Merge branch 'ensure-unique-refnum' into 'master'
Ensure Unique Instance Refnum after clone, add, or move

Closes #4748

See merge request OpenMW/openmw!49
6 years ago
Stomy 71be4cdd20 Ensure Unique Instance Refnum after clone, add, or move 6 years ago
Capostrophic be5faadff8 Fix compressed BSA loading on non-Windows systems 6 years ago
Bret Curtis b4a78a7e68
add libboost-iostreams-dev 6 years ago
Bret Curtis e1d7a8415d Merge branch 'bugfix/file-list-emptying-error' into 'master'
Fix error when create new OpenCS addon

Closes #4757

See merge request OpenMW/openmw!50
6 years ago
Bret Curtis c5a67c2079
Merge pull request #2137 from elsid/navmesh_render
Avoid useless read of navmeshes from navigator
6 years ago
Bret Curtis 9cfc97a37a Merge branch 'tes4_bsa' into 'master'
Read BSA files in TES4 / TES5 formats

See merge request OpenMW/openmw!56
6 years ago
Bret Curtis 6fd4d016eb
Merge pull request #2132 from akortunov/particlefix
Fix an exception when try to load a particle node with empty sizes array
6 years ago
Bret Curtis 75c5b9de00
Merge pull request #2136 from akortunov/warnfix
Fix "-Wstring-plus-int" warnings
6 years ago