Commit Graph

805 Commits (ad51a4be2e71f49b5b24970f2a5fa6fa1e1030f8)

Author SHA1 Message Date
psi29a 22c3588d0d Merge branch '4771-and-4631' into 'master'
Try lower MSAA level if the requested value isn't available

Closes #4471 and #4631

See merge request OpenMW/openmw!297

(cherry picked from commit b3db387512340a5e9a77427c2d7d9d88c2340056)

da0aef7a Retrieve SDL OpenGL attributes after context creation
a51e63b3 Try lower MSAA levels if OpenGL context doesn't have what we requested
c4e92a0a Update CHANGELOG.md
4 years ago
AnyOldName3 f8f72ce4c4 Add changelog entry 4 years ago
Petr Mikheev 874c754b68 Fix #5557 4 years ago
Mads Buvik Sandvei 045b4566dd Merge branch 'master' into 'resize_breaks_window' 4 years ago
Mads Buvik Sandvei 243638665b Update CHANGELOG.md 4 years ago
unknown f5638fec1e add a changelog entry 4 years ago
Frederic Chardon 12ee42c6f3 Update mLastTopic before executing scripts. In case the script contains ClearInfoActor it erase not the correct topic.
Other correction not linked with the bug:
- reset mActorKnownTopicsFlag at the same time as mActorKnownTopics
- don't call updateTopics in addResponse, it is already handled by the response
callback
4 years ago
Capostrophic 9c930e38fa Add option to always allow stealing from KO'd actors (feature #5545) 5 years ago
CedricMocquillon 1ff2256bc1 Update changelog 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 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
Andrei Kortunov b05d071e69 Resume failed scripts execution after game reload (feature #5524) 5 years ago
elsid b7c1c52439
Adjust actor rotation when flee by axis x
Otherwise Cliff Racers can go underwater.
5 years ago
Andrei Kortunov 7f936e4cde
Merge pull request #2961 from akortunov/move
Do not use outdated references when moving objects to new cells
5 years ago
elsid bdf215d1a9
Add bug #4764 to changelog 5 years ago
Andrei Kortunov db8f0ad6fd Do not use outdated references when moving objects to new cells (bug #5387) 5 years ago
psi29a 721e659d37 Update CHANGELOG.md 5 years ago
CedricMocquillon d76b81a4a4 Update changelog 5 years ago
elsid a36a55bfb5
Clamp sound volume on settings update 5 years ago
Frederic Chardon f268bc13f1 Do not set particle lifetime to 0 (#5472) 5 years ago
Andrei Kortunov 230e06dec7 Make joysticks dead zone configurable (bug #5502) 5 years ago
Bret Curtis c4453322e5
Merge pull request #2931 from Capostrophic/intimidate
Increase disposition on marginal Intimidate wins (#5485)
5 years ago
Andrei Kortunov fde0f20a6f Fix faction requirement calculations (bug #5499) 5 years ago
elsid 30c928fc09
Add bug #5479 to changelog 5 years ago
Capostrophic b592fa826c Increase disposition on marginal Intimidate wins (#5485) 5 years ago
Bret Curtis 585755a502
Merge branch 'master' into shieldlocation 5 years ago
Capostrophic 2b2f9a8714 Redistribute hits to carried left slot when possible (#5490) 5 years ago
Capostrophic c7aea20657 Don't offer a price of 1 gold for zero value items (#5484) 5 years ago
Bret Curtis da65a3b8d4 Thanks to https://gitlab.com/OpenMW/openmw/-/merge_requests/209, OpenMW now has Object Paging that includes distant statics. 5 years ago
Petr Mikheev e3bae58cb1 Update docs, AUTHORS.md, CHANGELOG.md 5 years ago
psi29a 2fb7c27976 Resolved by !235 when dropping Qt4 in Task #5480 5 years ago
Bret Curtis 61a5c6125d #5480: Drop Qt4 support and require Qt 5.12 or later. 5 years ago
Alexei Dobrohotov 0d70318304 Merge branch 'launcher-search-datafiles-tab' into 'master'
Add a search function to the "Datafiles" tab of the OpenMW launcher

See merge request OpenMW/openmw!191
5 years ago
Cédric Mocquillon 6e397e4008 Add a search function to the "Datafiles" tab of the OpenMW launcher 5 years ago
psi29a 981184109e Merge branch 'formattopics' into 'master'
Change color of keywords in the dialogue window (#2159)

See merge request OpenMW/openmw!126
5 years ago
Bret Curtis cd97d0c61c
Merge branch 'master' into automove 5 years ago
Andrei Kortunov 0c3b12c40f
Merge pull request #2893 from Capostrophic/projectile
Clean up magic bolts casted by actors that are gone (bug #5451)
5 years ago
foobar13372 5d17a4c66e
Update CHANGELOG.md
Correctly name change (was probably a copy paste error)
5 years ago
Capostrophic 456f0f9f44 Clean up magic bolts of actors that are gone (#5451) 5 years ago
Capostrophic 1873da4c91 Don't save to or read automove state from saved games (#5452) 5 years ago
Andrei Kortunov 5468fcb29f Store attributes and skills values as floats (bug #4021) 5 years ago
Bret Curtis dd7f5fcde7
Merge pull request #2884 from Capostrophic/deathmagic
Update spell effects during death animation (#5403)
5 years ago
Andrei Kortunov 3dce225f28 Implement vanilla-style corprus handling (bug #3714, bug #4623) 5 years ago
Bret Curtis f5e2e53bcf
Merge pull request #2883 from Capostrophic/nilines
Handle NiLines (feature #5445)
5 years ago
Capostrophic d72152183f Update spell effects during death animation (#5403) 5 years ago
Capostrophic 7aca18f92b Handle NiLines (feature #5445) 5 years ago
Bret Curtis d3b3b74945
Merge pull request #2871 from Capostrophic/tcl
Don't "disable" player's collision shape in TCL (#5435)
5 years ago
Capostrophic 577786f110 Don't disable player's collision shape in TCL (#5435) 5 years ago
Capostrophic efd5f13b2b Make greeting-related actor data temporary (bug #5397) 5 years ago