Commit Graph

23827 Commits (71b00da289c2f3ae44ef10786dcc313815b860e5)
 

Author SHA1 Message Date
David Cernat 71b00da289 Update AUTHORS with project leader history & special mention for scrawl 5 years ago
psi29a fc7266d4ee Merge branch 'Improve-cell-name-autocompleter-implementation' into 'master'
#5520 Improve cell name autocompleter implementation

See merge request OpenMW/openmw!267
5 years ago
Cédric Mocquillon 2e27de027e Add members in AdvancedPage class to avoid memory leak when the list of cells names is updated as we recreated a completer at each notification event 5 years ago
Bret Curtis 21ee1ed317
Merge pull request #2973 from akortunov/refactoring
Use more C++11 loops in game mechanics code
5 years ago
psi29a e4de306d5b Merge branch 'settings_vector' into 'master'
Support vectors in settings.cfg

See merge request OpenMW/openmw!268
5 years ago
Andrei Kortunov e6036e13b9 Use more C++11 loops in game mechanics code 5 years ago
Petr Mikheev 8cdc7031f5 Support vectors in settings.cfg 5 years ago
Nikolay Kasyanov 3be1cdef33
[macOS, CI] Use Xcode 11.6 (#2970)
* [macOS, CI] Use Xcode 11.6

* [macOS, CI] Enable OpenCs build and see how it goes

* [macOS, CI] Re-enable package build and check
5 years ago
elsid 49b78ef463 Merge branch 'preview_mode2' into 'master'
Improved preview and vanity mode

See merge request OpenMW/openmw!261
5 years ago
Petr Mikheev 62c8ea373b Fix not completely correct camera transition when switching from 1st person to 3rd person if armed. 5 years ago
Petr Mikheev d78b227670 Fix inverted preview rotation when using controller 5 years ago
Petr Mikheev 2e6aa155a3 New settings 'preview if stand still' and 'deferred preview rotation'. 5 years ago
Petr Mikheev 9f850b6ffc Move deferred rotation logic from renderingmanager.cpp to camera.cpp 5 years ago
Petr Mikheev 63cab4052d Refactoring in mwrender::Camera. enum for normal/preview/vanity mode. 5 years ago
Petr Mikheev 8ac7ffc32b Remove 'separate preview camera' and make the new behavior the default one.
Also minor refactoring in camera.cpp
5 years ago
Petr Mikheev 4d206d2c67 Improved preview mode 5 years ago
elsid c3b581131d Merge branch 'third_person_fix' into 'master'
Minor fixes for 'view over shoulder'

See merge request OpenMW/openmw!265
5 years ago
psi29a f824965fca Merge branch 'camera_smooth_zoom_out' into 'master'
Camera can pull out after clearing obstruction instead of instant snapback.

See merge request OpenMW/openmw!264
5 years ago
Petr Mikheev 8ac143c983 Camera can pull out after clearing obstruction instead of instant snapback. 5 years ago
Petr Mikheev 68148f5ec7 1. Skip smooth camera transition after changing cell; 2. Fix 'zoom out when move' for extremely high speed; 5 years ago
Bret Curtis a890c951bc
Merge pull request #2966 from elsid/sound_init
Refactor sound initialization
5 years ago
elsid 9240833bda
Init sound by a single object 5 years ago
Bret Curtis a83b32074f
Update CHANGELOG.md 5 years ago
Bret Curtis 74c67218e4
Merge pull request #2968 from elsid/fix_flee_cliff_racers
Adjust actor rotation when flee by axis x (bug #5531)
5 years ago
AnyOldName3 7ea1eac115 Merge branch 'yet-another-windows-shared-runner-attempt' into 'master'
[Review pls] Try enabling Windows Shared Runners again.

See merge request OpenMW/openmw!249
5 years ago
Bret Curtis e98ae3262e
Merge pull request #2969 from akortunov/scripts
Resume failed scripts execution after game reload
5 years ago
Andrei Kortunov b05d071e69 Resume failed scripts execution after game reload (feature #5524) 5 years ago
AnyOldName3 cd4ab320d8 Don't bother trying to set a PowerShell array from YAML
Just set a string and split it in the script.
5 years ago
AnyOldName3 000b52fc05 Swap quotes around 5 years ago
elsid b7c1c52439
Adjust actor rotation when flee by axis x
Otherwise Cliff Racers can go underwater.
5 years ago
AnyOldName3 1720e2e1fd CI kick 5 years ago
AnyOldName3 a03fd03302 YAML wants lots of quotes 5 years ago
AnyOldName3 a43766bbc8 Try removing bashism reliance 5 years ago
AnyOldName3 5549ddab97 Split CS into separate jobs so build time is less tight.
Now we have twelve Windows jobs. Yay!
5 years ago
AnyOldName3 6a8e736bd2 Revert "Time commands"
This reverts commit c132646b97.
5 years ago
elsid bcd526b706 Merge branch 'third_person_new' into 'master'
Further improvements of "view over shoulder"

See merge request OpenMW/openmw!237
5 years ago
AnyOldName3 c132646b97 Time commands 5 years ago
AnyOldName3 0d1fb31358 Revert "Revert "Build the CS again.""
Maybe the reduced cache makes it fit.

This reverts commit 20859bbc50.
5 years ago
AnyOldName3 7676a36b32 Time a build with the reduced cache 5 years ago
Bret Curtis a5da59e840
Merge pull request #2967 from Capostrophic/casesensitivity
Fix search filter unicode character case sensitivity
5 years ago
Petr Mikheev 383fa3d3ab Make 'zoom out when move' configurable. 5 years ago
Petr Mikheev 173c1fdabb Make transition in 'auto switch shoulder' smoother. 5 years ago
Petr Mikheev 51173ebcf5 Refactoring. Move all code related to 'view over shoulder' to a separate file. 5 years ago
Petr Mikheev 5bdf61a886 Slightly pulls camera away when the character moves 5 years ago
Petr Mikheev ef03f2c033 Auto switch shoulder 5 years ago
Petr Mikheev 5675d6ce81 Generalize calculation of focal point offset for 3rd person camera.
When player swim, the view slowly switches from "over shoulder" to "above head".
New functions to switch shoulder.
5 years ago
Capostrophic 65ac0c86b8 Fix search filter unicode character case sensitivity 5 years ago
AnyOldName3 5934a9d145 Actualy build the reduced cache.
It looks like cache is only invalidated if new files are added, not old ones removed.
5 years ago
AnyOldName3 6f3e87ce69 Cache less stuff to avoid duplicate entries.
This might make everything faster if we're network-bound.
5 years ago
AnyOldName3 20859bbc50 Revert "Build the CS again."
There wasn't enough time.

This reverts commit 22c5c7a96e.
5 years ago