Commit Graph

29704 Commits (55db95d4cfe5cedb1951fa09ea3c9bc2f0458974)
 

Author SHA1 Message Date
Petr Mikheev 55db95d4cf Update Lua profiler; add ability to run OpenMW with old LuaJit that doesn't allow custom allocator (Lua profiler will be disabled in this case) 2 years ago
Petr Mikheev 02a9069a0e Lua Profiler 2 years ago
Petr Mikheev 6fa65e4729 Track memory and CPU usage per script in LuaUtil::LuaState 2 years ago
psi29a f4ac32efc9 Merge branch 'ptmikheev-master-patch-93378' into 'master'
Change FATAL_ERROR -> WARNING in CheckLuaCustomAllocator.cmake

See merge request OpenMW/openmw!2526
2 years ago
Petr Mikheev b379180393 Change FATAL_ERROR -> WARNING in CheckLuaCustomAllocator.cmake 2 years ago
psi29a 199f4ccae4 Merge branch 'dial_early' into 'master'
Add an early out to dialogue loading to match Morrowind.exe behaviour

Closes #7080

See merge request OpenMW/openmw!2524
2 years ago
Evil Eye bbbcc5e4b7 Add an early out to dialogue loading to match Morrowind.exe behaviour 2 years ago
psi29a f7f1832933 Merge branch 'luajit_custom_alloc' into 'master'
Check LuaJit version

See merge request OpenMW/openmw!2509
2 years ago
psi29a a00382d6cc Merge branch 'log-screenshot-capture' into 'master'
Log screenshot capture

See merge request OpenMW/openmw!2521
2 years ago
AnyOldName3 66e5415895 Log screenshot capture 2 years ago
psi29a e78886e4cc Merge branch 'collada_dom' into 'master'
Set collada_dom version before finding the package

See merge request OpenMW/openmw!2517
2 years ago
psi29a 2490e78a24 Merge branch 'FixCrashOnExit' into 'master'
Fix crash on exit

See merge request OpenMW/openmw!2520
2 years ago
psi29a cc70062278 Merge branch 'the-sound-of-music-documentation' into 'master'
User documentation on how music and sound effects work in OpenMW.

See merge request OpenMW/openmw!2518
2 years ago
psi29a abdc3f9664 Merge branch 'swe-transl-nov-2022' into 'master'
Some more Swedish translations

See merge request OpenMW/openmw!2519
2 years ago
Joakim Berg e3619e40fe Some Swedish translations 2 years ago
Cédric Mocquillon dde8ee0611 Delay the deletion of esm versions after the deletion of the scene as it is used in one of its workers (the objectpaging one) 2 years ago
Matjaž Lamut aed9ae75d1 User documentation on how music and sound effects work in OpenMW. Includes a list of hard-coded stuff and available user-defined options. 2 years ago
elsid fdb731a6d0
Set collada_dom version before finding the package
The package cmake config uses wrong variables for minor and major versions. They
should be collada_dom_VERSION_MINOR and collada_dom_VERSION_MAJOR but they are
COLLADA_DOM_VERSION_MINOR and COLLADA_DOM_VERSION_MAJOR. CMake variables are
case sensitive so used variables are just empty strings. Set them manually as a
workaround.
2 years ago
psi29a 4fb318ce57 Merge branch 'post_ui' into 'master'
Add missing translations

See merge request OpenMW/openmw!2515
2 years ago
Andrei Kortunov 282f4cf9c3 Add missing translations 2 years ago
psi29a 97e54c6294 Merge branch 'link_deps' into 'master'
Add link dependencies to libosgSim and collada-dom

See merge request OpenMW/openmw!2514
2 years ago
Petr Mikheev b6dd84c8ef Check LuaJit version 2 years ago
elsid 89884fae0b
Add link dependencies to libosgSim and collada-dom 2 years ago
psi29a ff142b6009 Merge branch 'model-typo-fix' into 'master'
Fix name of example barrel's specular texture in documentation

See merge request OpenMW/openmw!2510
2 years ago
Matjaž Lamut 01422463b6 Fix the wrong name of the specular texture in the document that shows how to export a model from Blender to OpenMW 2 years ago
AnyOldName3 08361a6682 Merge branch 'LOD-support-to-Object-Paging' into 'master'
Add LOD support to Object Paging

See merge request OpenMW/openmw!2459
2 years ago
Cédric Mocquillon 9aee876687 Update changelog 2 years ago
Cédric Mocquillon 7142bb4ce7 Select only one level of LOD outside the active grid
Do not create group when not needed
2 years ago
psi29a 518bd03547 Merge branch 'post_ui' into 'master'
Improve postprocess HUD layout

See merge request OpenMW/openmw!2505
2 years ago
psi29a 4520a8c659 Merge branch 'weareboundtogetheryouandi' into 'master'
Remove the correct bound item when the effect expires

See merge request OpenMW/openmw!2507
2 years ago
Andrei Kortunov da5b442fcf Improve postprocess HUD layout 2 years ago
Alexei Kotov 1d31c5eb6f Remove the correct bound item when the effect expires 2 years ago
psi29a d29d68f1ba Merge branch 'allycache' into 'master'
Always consider an actor their own ally (bug #6313)

Closes #4229 and #6313

See merge request OpenMW/openmw!2504
2 years ago
Cédric Mocquillon 4140e4ea05 Remove LOD which could never be displayed in a chunk 2 years ago
psi29a 577c9ad5fb Merge branch 'deprecated' into 'master'
Replace gmtime with safer equivalents

See merge request OpenMW/openmw!2503
2 years ago
Alexei Kotov 5d11238723 Always consider an actor their own ally (bug #6313) 2 years ago
psi29a 7669a43495 Merge branch 'dialogue_result_scripts' into 'master'
Reimplement --script-all-dialogue to be more useful to modders

See merge request OpenMW/openmw!2494
2 years ago
psi29a fa50890633 Merge branch 'sm-snap-to-reference' into 'master'
Open-CS: Snap to Reference

See merge request OpenMW/openmw!2484
2 years ago
psi29a 5e3c347bf7 Merge branch 'emitbrown' into 'master'
Make idle emitters emit ripples every 1.5 seconds (bug #5883)

Closes #5883

See merge request OpenMW/openmw!2501
2 years ago
Alexei Kotov 914fba229d Replace gmtime with safer equivalents 2 years ago
psi29a fa820434b6 Merge branch 'navmesh_warnings' into 'master'
Update used static Recast library to avoid warnings with GCC

See merge request OpenMW/openmw!2502
2 years ago
Alexei Kotov a5adb73900 Make idle emitters emit ripples every 1.5 seconds (bug #5883) 2 years ago
psi29a 3ca17e5183 Merge branch 'landofwindandshade' into 'master'
Handle landing in the frame the jump is over (bug #5849)

Closes #5849

See merge request OpenMW/openmw!2499
2 years ago
psi29a 7496217986 Merge branch 'block' into 'master'
Blocking animation and sound fixes (bug #6645)

Closes #6645

See merge request OpenMW/openmw!2500
2 years ago
Andrei Kortunov 13c304a995 Update used static Recast library to avoid warnings with GCC 2 years ago
Alexei Kotov 1db9247c45 Restart player block animation during blocking if necessary 2 years ago
Alexei Kotov 180963488f Play shield hit sound when the hit is blocked (bug #6645) 2 years ago
Alexei Kotov 9b8399c353 Handle landing in the frame the jump is over (bug #5849) 2 years ago
psi29a a2053a625e Merge branch 'esm_four_cc' into 'master'
Move fourCC to a separate file

See merge request OpenMW/openmw!2491
2 years ago
psi29a 523fabe1e8 Merge branch 'fix_settings_reloadlua' into 'master'
Clear storage of setting groups on reloadlua

See merge request OpenMW/openmw!2497
2 years ago