Commit Graph

30289 Commits (7f936ad18f9ed2252a063f145cabcefa6c38b607)
 

Author SHA1 Message Date
Cédric Mocquillon 7f936ad18f Some cleanup on includes 2 years ago
Cédric Mocquillon 64ce6eb6bc Merge the two identical conditions 2 years ago
Cédric Mocquillon 1a7b2cd611 Fix remaining bugs 2 years ago
Cédric Mocquillon d2244c8d97 Fix detectVersion 2 years ago
Cédric Mocquillon 78251a2bb1 Move outside the condition + fix bug: missing offset 2 years ago
Cédric Mocquillon d73ab7ef6f Add comments 2 years ago
Cédric Mocquillon 24272d07bf Share generateHash used in ba2dx10file and ba2gnrlfile 2 years ago
Cédric Mocquillon d30deef4b5 Use the right archive type to load bsa according to their type 2 years ago
Cédric Mocquillon 974799c011 Handle DX10 case of ba2 format 2 years ago
Cédric Mocquillon c1fbe90953 Handle GNRL case of ba2 format 2 years ago
psi29a a0cddfda2b Merge branch 'fix_openmwluadocumentor_in_docs' into 'master'
Fix docs

See merge request OpenMW/openmw!2758
2 years ago
uramer ee4b023680 Fix Luarocks PATH 2 years ago
psi29a 76906068ce Merge branch 'fix_openmwluadocumentor_in_docs' into 'master'
Find luarocks package installations in a more robust way

See merge request OpenMW/openmw!2755
2 years ago
psi29a ee41151520 Merge branch 'Get-Skyrimesm-Loading' into 'master'
Load esm files from vfs

See merge request OpenMW/openmw!2756
2 years ago
uramer c064e9ebf9 Find luarocks package installations in a more robust way 2 years ago
psi29a 67f0d37c20 Merge branch 'macos_gitlab_fix' into 'master'
Clean up before_install.osx.sh for use on gitlab; small fix for jpeg problem

See merge request OpenMW/openmw!2754
2 years ago
psi29a 3001645e72 Merge branch 'fixgcc12' into 'master'
small fix for gcc12

See merge request OpenMW/openmw!2753
2 years ago
psi29a bf1540ff5a Clean up before_install.osx.sh for use on gitlab; small fix for jpeg problem 2 years ago
Bret Curtis db2368fced small fix for gcc12 2 years ago
psi29a bdf7370b7c Merge branch 'effectshader' into 'master'
Handle BSEffectShaderProperty

See merge request OpenMW/openmw!2751
2 years ago
Alexei Kotov 8d3c5c0f05 Unify texture wrapping setup 2 years ago
Alexei Kotov 2de81738c1 Implement the basics of BSEffectShaderProperty 2 years ago
psi29a 3a56cc857d Merge branch 'teal_test' into 'master'
Teal declarations

See merge request OpenMW/openmw!2529
2 years ago
Cédric Mocquillon 6e23ad82d5 Load esm files from vfs 2 years ago
uramer b883cc5a1b Move the Teal docs page out of Overview 2 years ago
psi29a eafdaf6d99 Merge branch 'doc-armor-weight' into 'master'
Documentation: include additional information on what makes an armor piece Light, Medium, or Heavy

See merge request OpenMW/openmw!2750
2 years ago
Matjaž Lamut 8eb1d97501 The preceding parragraph used singular and "piece" while my text used plural and "part". Made it all singular and "piece" to be coherent. 2 years ago
uramer 463dcdb610 Use fixed openmwluadocumentor commit 2 years ago
uramer 7a7fd128aa Revert formatting .gitlab-ci.yml 2 years ago
uramer 2cf6c5b3ce Move generate_teal_declarations.sh to scripts/ 2 years ago
Matjaž Lamut 7e2d05f434 Forgot to include some parameters to render the table properly. 2 years ago
Matjaž Lamut 975f034303 Docs: Additional info on how armor is assigned into light, medium, heavy category. 2 years ago
psi29a 0790a94159 Merge branch 'openal1.23.0' into 'master'
Bump OpenAL to 1.23.0 on Windows

Closes #7215

See merge request OpenMW/openmw!2748
2 years ago
Evil Eye 7aa891c016 Bump OpenAL to 1.23.0 on Windows 2 years ago
psi29a 94c16f2570 Merge branch 'engarde' into 'master'
Only attempt attacks in an attack stance

Closes #7242

See merge request OpenMW/openmw!2747
2 years ago
Alexei Kotov 2b56ab327c Only attempt attacks in an attack stance 2 years ago
psi29a a43b6fba4b Merge branch 'fix_7223' into 'master'
Fix #7223

Closes #7223

See merge request OpenMW/openmw!2736
2 years ago
psi29a 0f331a4fc5 Merge branch 'lua_callback' into 'master'
Fix potential memory leak in LuaUtil::Callback

See merge request OpenMW/openmw!2733
2 years ago
psi29a 10296752bc Merge branch 'dont_eat_the_delicious_cards' into 'master'
Prevent consumption of ingredients that don't have a first effect

Closes #7163

See merge request OpenMW/openmw!2746
2 years ago
Petr Mikheev 0c3237ad78 Fix #7223 2 years ago
Evil Eye f5c5ebc1dc Prevent consumption of ingredients that don't have a first effect 2 years ago
psi29a 0ed1310417 Merge branch 'fix_fog_state_load' into 'master'
Fix loading fog state

See merge request OpenMW/openmw!2743
2 years ago
psi29a ba9e6f3180 Merge branch 'empty_ref_id' into 'master'
Replace ESM::RefId::sEmpty by default constructed RefId where possible

See merge request OpenMW/openmw!2744
2 years ago
elsid b5ec584be2
Replace ESM::RefId::sEmpty by default constructed RefId where possible
Static const is only required to provide a reference or a pointer when it is not
possible with default constructed temporary.
2 years ago
psi29a 9487312fb8 Merge branch 'optimize_navmesh_related_mechanics' into 'master'
Optimize navmesh related mechanics

See merge request OpenMW/openmw!2742
2 years ago
elsid 8a62a4fe4d
Support dump for ESM3 CSTA record in esmtool 2 years ago
elsid 959de6f4c1
Avoid UB on empty fog data record 2 years ago
elsid 28f7a89530
Reuse dtNavMeshQuery
To avoid redundant allocations.
2 years ago
elsid 540ee5399c
Do expensive navmesh calls on timer
Reducing the number of them on each frame.
2 years ago
psi29a d846a9fc15 Merge branch 'cs_optimize_saving' into 'master'
Fix editor saving performance

See merge request OpenMW/openmw!2741
2 years ago