Commit Graph

22774 Commits (e1958b671ec3af70cec3d3f74bc976cfe3046bfb)
 

Author SHA1 Message Date
Andrei Kortunov e1958b671e Make dtMeshTile POD 5 years ago
Andrei Kortunov 78450312bf Fix the last warning about deprecated Qt functions 5 years ago
Andrei Kortunov 47a13f1ed2 Do not use deprecated Qt API in the launcher 5 years ago
Andrei Kortunov e44021b369 Fix most of deprecated API usage in the editor 5 years ago
Andrei Kortunov cca69f54e7
Merge pull request #2638 from akortunov/master
Fix ESMTool build
5 years ago
Andrei Kortunov 5220177ebc Fix ESMTool build 5 years ago
Assumeru 737aa1e4e8 Remove FactionID editing from OpenCS (#2636)
* Remove FactionID editing

* remove useless comments

* rename FactionID to Unknown
5 years ago
Assumeru dfbe0021a5 Change rescaling to be more inline with vanilla (fixes #5214) (#2635)
* move rescaling to loadData

* clamp on save
5 years ago
Alexei Dobrohotov f3e8fbfded Merge branch 'range-safety' into 'master'
Make script literal lookup functions safer

See merge request OpenMW/openmw!113
5 years ago
Alexei Dobrohotov c3073f3225
Merge pull request #2634 from akortunov/textures
Make TextureProperty warnings more informative
5 years ago
Alexei Dobrohotov 9dc8fecdb3
Merge pull request #2633 from akortunov/equip
Improve equipment logic
5 years ago
Andrei Kortunov c41562fa27 Make TextureProperty warnings more informative 5 years ago
Andrei Kortunov d712d6b8ce
Merge pull request #2632 from Capostrophic/controllers
Avoid working with empty controller data (bug #5229)
5 years ago
Andrei Kortunov 97ee4bc349 Improve equipment logic (bug #5223) 5 years ago
Capostrophic 909c8ef0ea Avoid working with empty controller data (bug #5229) 5 years ago
Andrei Kortunov abe7d25844
Merge pull request #2631 from Capostrophic/falldamage
Disallow resting if the fall height hasn't been reset (bug #4802)
5 years ago
Capostrophic 483b37bb3f Disallow resting if the fall height hasn't been reset (bug #4802) 5 years ago
Alexei Dobrohotov 0a32850441
Merge pull request #2630 from akortunov/reputation
Cap reputation values
5 years ago
Andrei Kortunov 3d9c42e8ee Cap reputation values (bug #5226) 5 years ago
Alexei Dobrohotov 150a1e735f
Merge pull request #2629 from akortunov/shapes
Handle NiKeyframeController for NiTriShape
5 years ago
Andrei Kortunov 5b5c52d92e Handle NiKeyframeController for NiTriShape (feature #5224) 5 years ago
Andrei Kortunov 1e62115800
Merge pull request #2628 from Capostrophic/launcher
Launcher: improve first run and missing game data dialogues (bug #4009)
5 years ago
Capostrophic 0a96f065d7 Launcher: improve first run and missing game data dialogues (bug #4009) 5 years ago
Andrei Kortunov 675ba806bf
Merge pull request #2627 from Capostrophic/essimporter
Fix essimporter script header and inventory item conversion
5 years ago
Capostrophic 0bc13b47fa Fix essimporter script header and inventory item conversion 5 years ago
Andrei Kortunov 43330f1dd1
Merge pull request #2626 from akortunov/master
Reset holstered shield before rebuilding an NPC animation
5 years ago
Andrei Kortunov d66b81d7f7 Reset holstered shield before rebuilding an NPC animation 5 years ago
Andrei Kortunov ed9f4d965f
Merge pull request #2624 from Capostrophic/cellname
Make sure empty cell name subrecords are saved (bug #5222)
5 years ago
Capostrophic 4b38bab0d9 Make sure empty cell name subrecords are saved (bug #5222) 5 years ago
Andrei Kortunov eec82f676a
Merge pull request #2602 from elsid/clang_tidy
Fix clang-tidy issues
5 years ago
Andrei Kortunov ab4b3677e3 Merge branch '16' into 'master'
perf regression fix

See merge request OpenMW/openmw!157
5 years ago
Andrei Kortunov 721a7de8b6
Merge pull request #2621 from Capostrophic/getlos
Avoid using getPtr for object search in scripting (bug #5220)
5 years ago
Capostrophic e7f6ab1ae2 Avoid using getPtr for object search in scripting (bug #5220) 5 years ago
Andrei Kortunov eacc185534
Merge pull request #2616 from Brouilles/master
Several languages for the launcher
5 years ago
Andrei Kortunov 058bbf4b0f
Merge pull request #2620 from elsid/fix_cage_door_rotation
Rotate door object using direct rotation order once
5 years ago
Brouilles 3889c0fa7b Add QTranslator support for launcher
Add French translation for launcher

Clean launcher main.cpp (appTranslator.load)

Remove french translation

Remove string translation file

Update AUTHORS.md
5 years ago
Andrei Kortunov 974670a7c5
Merge pull request #2540 from elsid/fix_startup_fail_crash
Fix crash on destructed stream usage
5 years ago
Andrei Kortunov ae80d8e490
Merge pull request #2618 from elsid/fix_rope_bridge
Fix objects culling for recast mesh tiles (bug #5216)
5 years ago
Alexei Dobrohotov c01324fdb2
Merge pull request #2613 from akortunov/warnfix3
Fix GCC9 warnings about implicit declarations
5 years ago
elsid 3cfd5fca4e
Rotate door object using direct rotation order once
Instead of rotating using inverse and then applying the direct rotation.
To properly update object in navigator.
5 years ago
elsid 6be103bc54
Increase recast scale factor and tile size
Increased recast scale fixes navmesh around (-28585, -29951, 483).
Increased tile size compensates decrease of total navmesh area.
5 years ago
elsid 7ec5a20c64
Filter recast mesh triangles by global bounding box
Except heightfields to reduce slow down.
5 years ago
Nikolay Kasyanov 9c8251d986
Merge pull request #2617 from nikolaykasyanov/fix-macos-packaging
Fix macOS packaging on CMake 3.15
5 years ago
Nikolay Kasyanov 6ef94c20b3 Fix macOS packaging on CMake 3.15
It looks like component names have become case sensitive.
5 years ago
elsid 7729e396b2
Fix exceptions logging 5 years ago
Roman Siromakha eec5d80566
Merge pull request #2615 from akortunov/borders
Fix iterator usage when destroying cell borders
5 years ago
Andrei Kortunov 1b98fe4395 Fix GCC9 warnings about implicit declarations 5 years ago
Andrei Kortunov 5daf602256 Fix iterator usage when destroying cell borders (bug #5218) 5 years ago
Roman Siromakha bfc6194d80
Merge pull request #2614 from akortunov/cmake
Fix Boost 1.70+ detection
5 years ago
Andrei Kortunov 05a8702b6e Fix Boost 1.70+ detection 5 years ago