Commit Graph

28528 Commits (a16c55c93f0dfe8d21850168d3df26b21b62d7b8)
 

Author SHA1 Message Date
elsid a16c55c93f
Use float based scale factor for ImageButton texture 3 years ago
Alexei Kotov 3ba39f977b Merge branch 'FIX_COMPRESSED_BSA_LOAD' into 'master'
Fixes compressed BSA loading

Closes #6847

See merge request OpenMW/openmw!2075
3 years ago
florent.teppe 4f832f479b Fixes compressed BSA loading
When creating the folders map, the folder name without / is hashed, but when trying to get a file record, when looking for a folder it was hashed wit the /
So now in getFileRecord parent_path is used instead
3 years ago
elsid fa29dd05fc Merge branch 'fix_wiki_links' into 'master'
Fix links to the wiki

See merge request OpenMW/openmw!2069
3 years ago
AnyOldName3 58593a1e62 Merge branch 'disable_crash_catcher' into 'master'
Allow to disable crash catcher on Windows

See merge request OpenMW/openmw!2072
3 years ago
AnyOldName3 fdd920ed72 Merge branch 'fix_msvc_warnings' into 'master'
Fix msvc warnings

See merge request OpenMW/openmw!2071
3 years ago
elsid d2ed62ec3a
Allow to disable crash catcher on Windows 3 years ago
elsid e074ebde96
Fix C4389 msvc warning
'==': signed/unsigned mismatch
3 years ago
elsid 2eae3227ba
Fix C4305 msvc warning
'argument': truncation from 'double' to 'float'
3 years ago
elsid 5891d58f63
Fix C4456 msvc warning
declaration of 'it' hides previous local declaration
3 years ago
elsid 8544aa481c
Fix C4459 msvc warning
declaration of 'navMeshVersion' hides global declaration
3 years ago
elsid 2d6e048d88
Fix C4589 msvc warning
Constructor of abstract class 'SceneUtil::KeyframeController' ignores initializer for virtual base class 'osg::Object'
3 years ago
uramer ebdcb7acbd Merge branch 'undefined_variable' into 'master'
Fix undeclared shader variable

See merge request OpenMW/openmw!2070
3 years ago
Cody Glassman 03616ae2d3 Fix undeclared shader variable 3 years ago
jvoisin 7a28d590ef Merge branch 'precompile_headers' into 'master'
Use target_precompile_headers for the most expensive headers

See merge request OpenMW/openmw!2062
3 years ago
elsid 7e6c13630a Use target_precompile_headers for the most expensive headers 3 years ago
jvoisin b10937ecd4 Fix links to the wiki 3 years ago
psi29a 8a13cde778 Merge branch 'schlick' into 'master'
Superior soft effect fade

See merge request OpenMW/openmw!2067
3 years ago
glassmancody.info 7b958148d0 better fade 3 years ago
psi29a 56187ad977 Merge branch 'soften_me_up_like_one_of_your_french_meshes' into 'master'
Allow soft particle effect on any NIF

See merge request OpenMW/openmw!2015
3 years ago
psi29a 28172c33ca Merge branch 'move360_fix' into 'master'
Fix move360.lua switching to 3rd person view when it shouldn't

See merge request OpenMW/openmw!2065
3 years ago
Petr Mikheev 466fc559f4 Fix move360.lua switching to 3rd person view when it shouldn't 3 years ago
glassmancody.info b09411d396 allow soft particles on meshes and add extra data extensions 3 years ago
psi29a 451cc6a07c Merge branch 'correct_path' into 'master'
Use existing functions and objects to call correctMeshPath etc (#6837)

Closes #6837

See merge request OpenMW/openmw!2063
3 years ago
psi29a e861491127 Merge branch 'quickfix' into 'master'
Fix a couple typos

See merge request OpenMW/openmw!2052
3 years ago
elsid ce263af393
Use existing functions and objects to call correctMeshPath etc
Remove WindowManager wrappers.

It's not safe to use WindowManager in all places and it's not required.
Environment stores resource system providing VFS required to call these
functions. In the case of ObjectPaging it's available from the member variable.
Also ObjectPaging::createChunk may access WindowManager when it's already
destructed when exiting the game because it's destructed before CellPreloader
finishes all background jobs. Engine::mResourceSystem is destructed after all
other systems so it's safe to use it.
3 years ago
AnyOldName3 066575821b Merge branch 'fog_alpha' into 'master'
Several fixes related to sky blending

See merge request OpenMW/openmw!2046
3 years ago
Andrei Kortunov d47df964b1 Merge branch '503geek-docs-install-xbox-game-pass-patch' into 'master'
Update docs/source/manuals/installation/install-game-files.rst

See merge request OpenMW/openmw!1810
3 years ago
Mick McCuen cfe6a7d78b Update docs/source/manuals/installation/install-game-files.rst 3 years ago
psi29a 776cae4c95 Merge branch 'assert' into 'master'
Use string_view in Layout and remove dead code

See merge request OpenMW/openmw!2060
3 years ago
Petr Mikheev d0deb37f5c Fix several issues with sky blending 3 years ago
Evil Eye 81ec7e80bb Use string_view in Layout and remove dead code 3 years ago
jvoisin 3403ea1d9e Merge branch 'FixUBOnDoubleMove' into 'master'
Avoid double move when an area with same coordinates already exists

See merge request OpenMW/openmw!2059
3 years ago
psi29a a814d11a39 Merge branch 'move_left_shift_to_cpp' into 'master'
Move std::ostream& operator<< to .cpp

See merge request OpenMW/openmw!2058
3 years ago
psi29a 7786519caf Merge branch 'groundcoverstore_hpp' into 'master'
Remove redundant includes from groundcoverstore.hpp

See merge request OpenMW/openmw!2057
3 years ago
elsid 1a5932a669
Move std::ostream& operator<< to .cpp 3 years ago
elsid ffd1bd30ef
Remove redundant includes from groundcoverstore.hpp 3 years ago
Cédric Mocquillon cbf48b4382 Avoid double move when an area with same coordinates already exists 3 years ago
psi29a cef4ce2c01 Merge branch 'split_actorutil_hpp' into 'master'
Split apps/openmw/mwmechanics/actorutil.hpp

See merge request OpenMW/openmw!2056
3 years ago
elsid fdf6e58ea3
Split apps/openmw/mwmechanics/actorutil.hpp 3 years ago
glassmancody.info 54e2e74c2a quickfix 3 years ago
psi29a 39d7f2c95b Merge branch 'boost_program_options' into 'master'
Reduce number of includes for boost/program_options

See merge request OpenMW/openmw!2051
3 years ago
elsid 10fbf170a2
Reduce number of includes for boost/program_options 3 years ago
psi29a 47cfaef7d2 Merge branch 'ptmikheev-master-patch-74509' into 'master'
Fast fix in cellbindings.cpp

See merge request OpenMW/openmw!2050
3 years ago
Petr Mikheev 50b143b53f Fast fix in cellbindings.cpp 3 years ago
psi29a cd484cf082 Merge branch 'lua_hassky' into 'master'
[Lua] Ability to distinguish normal interiors and quasi exteriors (like Mournhold).

See merge request OpenMW/openmw!2049
3 years ago
Petr Mikheev 377c00261a [Lua] Ability to distinguish normal interiors and quasi exteriors (like Mournhold). 3 years ago
psi29a c3599ada2e Merge branch 'imayhaverunoutofclevernifbranchnames' into 'master'
Clean up NIF record flags/modes

See merge request OpenMW/openmw!2047
3 years ago
psi29a 053c2106c1 Merge branch 'dont_hate_the_game_hate_the_player' into 'master'
Don't add additional targets to allies that are already in combat

Closes #5318 and #3867

See merge request OpenMW/openmw!1434
3 years ago
Evil Eye b79c42fa77 Exclude followers in combat with their leader 3 years ago