Commit Graph

25854 Commits (84721fb58a2691d6e557bee38527e5a8a304acbf)
 

Author SHA1 Message Date
psi29a 6cc5dc5bf0 Merge branch 'halp' into 'master'
Implement the help command

Closes #2780

See merge request OpenMW/openmw!1002
4 years ago
Evil Eye eced6f2126 Implement the help command 4 years ago
psi29a 103f5943cf Merge branch 'endl' into 'master'
Remplace a ton of std::endl with \n

See merge request OpenMW/openmw!978
4 years ago
cc9cii 16e1398819 Quick solution to add logic to getNextRef() calls so that moved references are ignored. Currently it is assumed that MVRF records have been all read before the ESM reader context was saved, which is false assumption. Should resolve Issue #6139. 4 years ago
elsid d85cbe4069
Support system Google Benchmark 4 years ago
psi29a 126cf40848 Merge branch 'filter' into 'master'
Add a default filter to CS tables

See merge request OpenMW/openmw!958
4 years ago
psi29a b3a604236f Merge branch 'touch_my_crank' into 'master'
Allow activators to be activated using telekinesis

Closes #5489

See merge request OpenMW/openmw!997
4 years ago
psi29a 3c0a0ba9e1 Merge branch 'master' into 'touch_my_crank'
# Conflicts:
#   CHANGELOG.md
4 years ago
psi29a 47218d1cba Merge branch 'OpenCS_Bug6017' into 'master'
Persistence flag handling for OpenCS. (Issue #6017)

See merge request OpenMW/openmw!983
4 years ago
psi29a c372c239a6 Merge branch 'master' into 'OpenCS_Bug6017'
# Conflicts:
#   CHANGELOG.md
4 years ago
psi29a 06b852fbc8 Merge branch 'OpenCS_DELE_write_size' into 'master'
For consistency with TES CS, force DELE record writes to be 4 bytes (currently writes 1 byte).

See merge request OpenMW/openmw!999
4 years ago
psi29a cda0c7ed44 Merge branch 'ghd' into 'master'
Great House Dagoth

See merge request OpenMW/openmw!638
4 years ago
psi29a 7964f076f6 Merge branch 'OpenMW_Bug6067_take2' into 'master'
Fix CellStore skipping references when MVRF records are encountered (#6067).

See merge request OpenMW/openmw!998
4 years ago
cc9cii a47ebf5c9e For consistency with TES CS, force DELE record writes to be 4 bytes (currently writes 1 byte). 4 years ago
cc9cii ae4ddd810f More dead code removal. 4 years ago
cc9cii fea1ac2c0f Remove dead code from commit 024ad3276b. 4 years ago
cc9cii ec457a09c3 Fix Npc edit widget index out of bounds due to a removed column. 4 years ago
cc9cii f68c81e631 Merge branch 'master' into 'OpenCS_Bug6017' 4 years ago
cc9cii 4b3de46bfa Use enums in place of magic numbers. Ensure Creature and NPC cell references are always saved as persistent. 4 years ago
cc9cii 1f5b20ef7d test fix for missing refs 4 years ago
cc9cii f8aefc7f0b Update the changelog. 4 years ago
Evil Eye 796617fa0c Allow activators to be activated using telekinesis 4 years ago
Evil Eye d138602bd3 Add changelog entry 4 years ago
Evil Eye 18f297a4e0 Allow a missing implicit argument for GetDistance 4 years ago
Evil Eye 0a15d7740a Delay physics for objects created by scripts 4 years ago
jvoisin 3925c0fecf Remplace a ton of std::endl with \n
endl is calling flush, which is really nuking performances,
and I care about esmtool's performances because I'm
using it for fuzzing.
4 years ago
psi29a 7cc4e5afa1 Merge branch 'more_magical_stamina' into 'master'
Make fatigue and magicka recalculation behave the same way

Closes #6107

See merge request OpenMW/openmw!968
4 years ago
psi29a 17f8eddda1 Merge branch 'content-language-cant-be-set-to-english' into 'master'
change setValue to replace value instead of insert

See merge request OpenMW/openmw!876
4 years ago
Simon Meulenbeek 625744298b change setValue to replace value instead of insert 4 years ago
Alexei Dobrohotov 15965972f4 Merge branch 'rm_semicolons' into 'master'
Remove redundant semicolons

See merge request OpenMW/openmw!996
4 years ago
elsid 7498a86abe
Remove redundant semicolons 4 years ago
Bret Curtis e5e3f52e3e Added changelog entry for #6067 4 years ago
psi29a 3588bfcb17 Merge branch 'OpenMW_Bug6067' into 'master'
Support moved references records in any order. (Issue #6067)

See merge request OpenMW/openmw!982
4 years ago
psi29a 6a4eeeb39b Merge branch 'fix_door_freeze' into 'master'
Fix slow AiPackage::getTarget calls (#6136)

Closes #6136

See merge request OpenMW/openmw!990
4 years ago
psi29a 94be4eba18 Merge branch 'even-fixier-alpha' into 'master'
Correctly track added and removed state to fix various alpha testing issues

Closes #6119

See merge request OpenMW/openmw!989
4 years ago
psi29a 9123db3a59 Merge branch 'fix_navmesh_update' into 'master'
Fix navmesh update on opening/closing door

See merge request OpenMW/openmw!995
4 years ago
psi29a f2aeabed72 Merge branch 'navmesh_memory' into 'master'
Reduce memory usage by navmesh

See merge request OpenMW/openmw!994
4 years ago
psi29a 09bc088f36 Merge branch 'constexpr_const' into 'master'
Define ESM::Land static constants as constexpr

See merge request OpenMW/openmw!993
4 years ago
psi29a cd9572b225 Merge branch 'curl-fail' into 'master'
Fail on bad download instead of downloading HTML 404 page

See merge request OpenMW/openmw!992
4 years ago
AnyOldName3 84a9facedf Disable coverage adjustment for blended objects 4 years ago
elsid c7c0d11cab
Trigger navmesh update when any navigator object has been updated
Set World::mShouldUpdateNavigator to true when this happens. Previously
assignment to true was missing for object rotation and moving.
4 years ago
AnyOldName3 e42b3bf960 Adapt destination alpha factor for AMD
As discussed in the comment, it's unclear to me whether this is a driver
bug or mandatory behaviour only AMD implement.

Some more context is here:
https://gitlab.com/OpenMW/openmw/-/issues/6119#note_618245903
4 years ago
elsid 09f9075842
Use RecastMeshBuilder once to create RecastMesh
This allows to move all data out of the object instead of copying.
4 years ago
elsid 0193c95b26
Shrink to fit recast mesh data 4 years ago
elsid 91cece5cc4
Define ESM::Land static constants as constexpr
To avoid linking issues.
4 years ago
AnyOldName3 3014963145 Fail on bad download instead of downloading HTML 404 page 4 years ago
elsid 8d1eb7e2e6
Fix slow AiPackage::getTarget calls
Assume there are no cell refs with empty ref id.
4 years ago
Evil Eye 9a7c07173d Cache failed compilation when getting locals 4 years ago
psi29a 6d3cc0d281 Merge branch 'astoecke-fix-6129' into 'master'
Fix Avatar Preview Coordinate Transformations in the Inventory (Issues #6129, #6131)

See merge request OpenMW/openmw!985
4 years ago
Andreas Stöckel b1fa0e9560 Fix Avatar Preview Coordinate Transformations in the Inventory (Issues #6129, #6131) 4 years ago