David Cernat
6fdef4fd0a
Add OpenMW commits up to 1 Jan 2019
...
# Conflicts:
# .travis.yml
# CMakeLists.txt
# apps/openmw/mwbase/world.hpp
# apps/openmw/mwphysics/physicssystem.hpp
# apps/openmw/mwworld/worldimp.cpp
# apps/openmw/mwworld/worldimp.hpp
5 years ago
David Cernat
68886e7539
Add OpenMW commits up to 2 Dec 2018
...
# Conflicts:
# .travis.yml
# README.md
5 years ago
David Cernat
cbba81df03
Add OpenMW commits up to 14 Nov 2018
...
# Conflicts:
# .travis.yml
# CI/before_install.linux.sh
# CI/before_script.linux.sh
# CMakeLists.txt
# apps/openmw/CMakeLists.txt
# apps/openmw/mwmechanics/mechanicsmanagerimp.cpp
# apps/openmw/mwworld/containerstore.cpp
# apps/openmw/mwworld/inventorystore.cpp
5 years ago
David Cernat
3efffe92e3
Add OpenMW commits up to 5 Nov 2018
...
# Conflicts:
# CI/before_install.linux.sh
# CMakeLists.txt
# apps/openmw/mwmechanics/aifollow.cpp
# apps/openmw/mwmechanics/mechanicsmanagerimp.hpp
# apps/openmw/mwphysics/physicssystem.hpp
# apps/openmw/mwworld/scene.cpp
# apps/openmw/mwworld/worldimp.cpp
# components/CMakeLists.txt
5 years ago
David Cernat
fba07194cf
Add OpenMW commits up to 29 Oct 2018
...
# Conflicts:
# apps/openmw/mwbase/world.hpp
# apps/openmw/mwinput/inputmanagerimp.cpp
# apps/openmw/mwmechanics/actors.cpp
# apps/openmw/mwmechanics/aicombat.cpp
# apps/openmw/mwmechanics/character.cpp
# apps/openmw/mwworld/worldimp.cpp
# apps/openmw/mwworld/worldimp.hpp
5 years ago
David Cernat
056591b957
Add OpenMW commits up to 14 Sep 2018
...
# Conflicts:
# apps/openmw/mwgui/container.cpp
# apps/openmw/mwworld/worldimp.hpp
5 years ago
David Cernat
84cab59057
Add OpenMW commits up to 19 Aug 2018
...
# Conflicts:
# .travis.yml
# CI/before_install.linux.sh
# CI/before_script.linux.sh
# apps/openmw/engine.cpp
# apps/openmw/main.cpp
# apps/openmw/mwgui/windowmanagerimp.cpp
# apps/openmw/mwmechanics/actors.hpp
# apps/openmw/mwmechanics/mechanicsmanagerimp.cpp
# apps/openmw/mwscript/aiextensions.cpp
# apps/openmw/mwscript/containerextensions.cpp
# apps/openmw/mwscript/dialogueextensions.cpp
# apps/openmw/mwworld/cellstore.cpp
# apps/openmw/mwworld/containerstore.cpp
# apps/openmw/mwworld/scene.cpp
# apps/openmw/mwworld/worldimp.cpp
# components/misc/debugging.hpp
5 years ago
Bret Curtis
83e346e1e6
add new bugtracker
6 years ago
Bret Curtis
b8b1a52216
add commit date; revert boost as we are not breaking anything yet
6 years ago
Bret Curtis
fc10adb608
makes openmw.appdata.xml a template that accepts @OPENMW_VERSION@ so we do not have to update it all the time; fix deprecated warning for boost header; un-ignore openmw.appdata.xml
6 years ago
Capostrophic
7b5932a49d
Add Invert X Axis option (feature #3610 )
6 years ago
Bret Curtis
caad388c26
bump our versions to 0.46, keep this commit in mind when trying to automate this into one place
6 years ago
Grim Kriegor
8f90f8a3b8
[General] Change the default plugins home location
6 years ago
Stanislaw Halik
caefe8cda0
fix win32 app manifest copy-paste error
6 years ago
AnyOldName3
02a8c6a7ce
Merge branch 'master' into pr/fix-hidpi-resolution
6 years ago
Bret Curtis
f6243fae83
Merge pull request #1615 from akortunov/holstered_weapons
...
Weapon sheathing
6 years ago
Capostrophic
fcb2cde1dd
Tweak the default chargen and level up messages
6 years ago
Stanislaw Halik
5e3e01cac0
fix resolution on HiDPI displays under Windows
...
The same Windows functionality as scaling user interface elements,
confuses fullscreen games unless they set a particular of metadata to
indicate that they perform the scaling by themselves.
What happened was treating 2160p as 1440p despite the former being
chosen. The same occured with other game title prior to introducing the
metadata bits.
Fortunately with CMake there's no need to invoke the mt.exe "manifest
tool" manually.
Note that the setting of "per-monitor DPI aware" still leaves openmw
confused, hence the choice of global-DPI-aware.
6 years ago
Andrei Kortunov
92e45507d8
Weapon sheathing support, including quivers and scabbards (feature #4673 )
6 years ago
Bret Curtis
d6c674660a
Merge pull request #1633 from elsid/pathfinder_detour
...
Use recastnavigation for pathfinding (#2229 )
6 years ago
Marc Zinnschlag
854d85cb47
Merged merge request !42
6 years ago
Bret Curtis
cbbe69f3f2
additional cleanups for non-essential fallbacks
6 years ago
Bret Curtis
9b83a2345b
remove unnecessary fallbacks
6 years ago
Bret Curtis
988914725a
wip 1
...
wip2
add more Level_UP and QA text
the rest of the questions
6 years ago
Capostrophic
8757b3edd1
Add icons for Edit and Touch actions (kudos to akortunov)
6 years ago
Capostrophic
89b8eb029f
Add icons for record context menu actions
6 years ago
elsid
49d81241db
Merge branch 'master' into pathfinder_detour
6 years ago
Bret Curtis
e7892361f6
Merge pull request #1994 from akortunov/actor_culling
...
Minor tweaks for actors processing range setting
6 years ago
elsid
abc51a8a17
Add settings option to set max number of polygons per navmesh tile
6 years ago
Andrei Kortunov
06d226a1b7
Minor tweaks for actors processing range setting
6 years ago
Marc Zinnschlag
9dd0d641bc
Merged pull request #1931
6 years ago
Capostrophic
d27d48eb22
Fix revert record icon
6 years ago
Andrei Kortunov
e7de6b974a
Optimize actors processing
...
1. Do not update physics and animations for actors outside processing range (bug #4647 )
2. Do not render such actors
3. Add transparency to actors near processing border, so they will not pop up suddenly
6 years ago
elsid
ed73d130f9
Cache navmesh tiles
...
Use LRU modification to hold currently used items. Use RecastMesh binary
data for item key.
Store original pointer of btCollisionShape in user pointer to make available
it as an identifier within all duplicates. Use pointer to heights data array
for btHeightfieldTerrainShape.
6 years ago
elsid
7c80bb9411
Support multiple threads for async nav mesh updater
6 years ago
elsid
dc09674362
Add command and settings option to enable actors paths render
6 years ago
elsid
c3298d13a6
Add log sinks (stdout and file)
6 years ago
elsid
c26773bd29
Log update NavMesh status
6 years ago
elsid
faaf50446d
Option to initially enable NavMesh render
6 years ago
elsid
ed3a255f65
Do not use NavMesh to find changed tiles
6 years ago
elsid
373adc6ec4
Option to enable/disable file names revisions
6 years ago
elsid
41caca24ee
Options to enable/disable write recast mesh and nav mesh into file
6 years ago
elsid
6d233ae868
Option in settings to enable/disable detour navigator debug log
6 years ago
elsid
fafba8ea0c
Use recastnavigation to find path
6 years ago
Marc Zinnschlag
6a9618f0f5
Merged pull request #1948
6 years ago
Capostrophic
f20f49daa6
Content selector: allow to copy paths to clipboard (feature #2847 )
6 years ago
Marc Zinnschlag
3dc15d39e3
Merged pull request #1936
6 years ago
Capostrophic
ba2fd8b795
Rename reflected absorb spells setting and add it to Advanced tab
6 years ago
Capostrophic
52da65b776
Fix issues with sun specularity (bug #4527 )
6 years ago
Marc Zinnschlag
7be9f2ca45
Merged pull request #1891
6 years ago