Commit Graph

32979 Commits (macos_ci_fix)
 

Author SHA1 Message Date
elsid 03a7643301
Add option to show timeseries delta graph to osg_stats.py
To see spikes in a single frame and correlate them with frame duration.
5 months ago
Alexei Kotov 225946b92b Merge branch 'resolution_sign' into 'master'
Use a multiplication sign for custom resolution

See merge request OpenMW/openmw!3681
5 months ago
AnyOldName3 01e2e56f97 Add game-independent VFS directory to CS' VFS
This should have been like this all along - all the other applications that use the game's VFS do this.
5 months ago
Andrei Kortunov 1ca2a0ef66 Store generated UI by pointer to avoid redundant processing 5 months ago
Andrei Kortunov 81f7149f42 Use a multiplication sign for custom resolution 5 months ago
Alexei Kotov 51b05647e2 Merge branch 'move_files' into 'master'
Move *.ui files for different applications to different folders

See merge request OpenMW/openmw!3659
5 months ago
elsid edaac852d1
Use settings values to declare bool settings 5 months ago
elsid 329500b087
Remove redundant return 5 months ago
elsid 0cf55d3617
Use RecastGlobalAllocator for Detour 5 months ago
Dave Corley 25f3e09da9 Fix(CS): Correct build issues on some compilers 5 months ago
Dave Corley 33ce7782e9 Feat(worldspacewidget.cpp): Add shortcut to clear selection 5 months ago
Dave Corley a7f8ee1106 Feat(instancemode.cpp): Implement save/load selection group functions 5 months ago
Dave Corley 23e75bed8f Feat(object.cpp): Make object outline an optional argument when selecting it 5 months ago
Dave Corley f287914f1e Feat(cell.cpp): Add select/unhide functions in cell.cpp 5 months ago
Dave Corley 8edc148418 Feat(CS): Implement select/unhide functions into interior & exterior
worldspace widgets
5 months ago
Dave Corley 94eadd436d Feat(worldspacewidget.cpp): Implement shortcut for visibility switching
& unhiding all instances
5 months ago
Dave Corley 9d155afc15 Feat(worldspacewidget.hpp): Add virtual decs for selection functions 5 months ago
Dave Corley cf098033b9 Feat(Mask.hpp): Add mask for hidden objects 5 months ago
Dave Corley 0ec6dcbf1f Feat(Settings): Implement shortcuts for hiding refs & selection groups 5 months ago
Dave Corley 24443e00bf Feat(CS): Implement selection groups into data model 5 months ago
Dave Corley 5c10727380 Feat(CS): Add definition files for selection group record type 5 months ago
Alexei Kotov c6a1196ec7 Merge branch 'editor_int_settings' into 'master'
Use settings values to declare int settings (#6876)

See merge request OpenMW/openmw!3668
5 months ago
Evil Eye af40d7ce80 End pursue package if the target doens't have a bounty 5 months ago
elsid 9d357e0b04
Fix script to install luadocumentor
78577b255d19a1f4f4f539662e00357936b73c33 is a part of
https://gitlab.com/ptmikheev/openmw-luadocumentor.git repo. Before doing
checkout need to change the directory.
5 months ago
Alexei Kotov 099c39ae87 Use fallback weather ripple settings (bug #7292) 5 months ago
Alexei Kotov dff86dc1e2 Merge branch 'update_recastnavigation' into 'master'
Update recasnagivation to c393777d26d2ff6519ac23612abf8af42678c9dd (#6509)

Closes #6509

See merge request OpenMW/openmw!3670
5 months ago
Alexei Kotov 44d3a40cbe Merge branch 'fix_warning' into 'master'
Fix unused-but-set-variable warning

See merge request OpenMW/openmw!3672
5 months ago
Alexei Kotov 4afa4e3be0 Merge branch 'gamepad_cursor_speed' into 'master'
Use gamepad cursor speed setting (#7732)

Closes #7732

See merge request OpenMW/openmw!3673
5 months ago
elsid 4067e10f3f
Use gamepad cursor speed setting 5 months ago
AnyOldName3 8cafcf702f Merge branch 'sdl_errors' into 'master'
Handle and log some controller related SDL errors (#7728)

Closes #7728

See merge request OpenMW/openmw!3669
5 months ago
elsid 995f0e4865
Fix unused-but-set-variable warning
components/esm3/inventorystate.cpp:18:18: warning: variable 'index' set but not used [-Wunused-but-set-variable]
        uint32_t index = 0;
                 ^
5 months ago
Alexei Kotov f11c66794b Merge branch 'advancedalchemy' into 'master'
Make ingredient order affect effect order

Closes #7676

See merge request OpenMW/openmw!3667
5 months ago
jvoisin 2873f971a6 Merge branch 'downsized' into 'master'
Remove explicitly sized reads

See merge request OpenMW/openmw!3663
5 months ago
Cody Glassman 187f63d3d3 support postprocess distortion 5 months ago
Alexei Kotov 51cb3b08cb Merge branch 'followthecrab' into 'master'
Stop combat when stacking a new AI package

Closes #7661

See merge request OpenMW/openmw!3665
5 months ago
elsid 78a0e0eb3b
Handle and log some controller related SDL errors
SDL_GameControllerNameForIndex may return nullptr indicating an error which
causes a crash when passed to log.
5 months ago
elsid 29e8e7ba07
Update recasnagivation to c393777d26d2ff6519ac23612abf8af42678c9dd 5 months ago
elsid 491525d173
Add shebangs to bash scripts
To specify used interpreter and set exit on error mode.
5 months ago
Evil Eye 532a330aac mac plz 5 months ago
Evil Eye 3e101ab409 Add a variadic getHNOT 5 months ago
elsid 66b1745520
Use settings values to declare int settings 5 months ago
Evil Eye 1223d12b29 Make ingredient order affect effect order 5 months ago
Alexei Kotov 78a8f9d692 Merge branch 'skating-olympics' into 'master'
De-jank stationary animations

Closes #3330

See merge request OpenMW/openmw!3631
5 months ago
Alexei Kotov d97563c830 Merge branch 'csicorruption' into 'master'
Allow ModPCCrimeLevel to clear crimes and cap bounties

Closes #7416

See merge request OpenMW/openmw!3664
5 months ago
Alexei Kotov 7074ea02b7 Merge branch 'qt_fix' into 'master'
Register language selector properly

Closes #7727

See merge request OpenMW/openmw!3666
5 months ago
Evil Eye 8a1ca870eb Stop infighting when gaining new allies 5 months ago
Andrei Kortunov e6690bbcc7 Use CMAKE_CURRENT_SOURCE_DIR instead of CMAKE_SOURCE_DIR 5 months ago
Evil Eye 36b61d7074 Merge branch 'copy-that' into 'master'
Feat(CS): Implement Instance Cloning

See merge request OpenMW/openmw!3654
5 months ago
Andrei Kortunov 2e041073fc Move *.ui files for different applications to different folders 5 months ago
Andrei Kortunov 8d06a99507 Register language selector properly 5 months ago