Commit Graph

22194 Commits (b87b29eeb00ec5e4a6fdbae67a51e65f3256d855)
 

Author SHA1 Message Date
Capostrophic b87b29eeb0 Make framerate limit configurable in the launcher 6 years ago
Capostrophic 49c691d00a Make settings manager locale-independent again 6 years ago
Alexei Dobrohotov 42f094fa7a
Merge pull request #2432 from Assumeru/master
Fix #4665
6 years ago
unknown d9439389e6 fix #4665 6 years ago
Andrei Kortunov b9a1e4d796
Merge pull request #2425 from Capostrophic/esm
Signedness fixes
6 years ago
Andrei Kortunov 9e3d1a0e4e
Merge pull request #2431 from Capostrophic/shield
Make unarmed creature attacks affect shield condition again (bug #5069)
6 years ago
Capostrophic df89c6b6ce Make unarmed creature attacks affect shield condition again (bug #5069) 6 years ago
Alexei Dobrohotov f984f61055
Ignore any fourth AITravel argument for now 6 years ago
Capostrophic 3aa65273c5 Signedness fixes 6 years ago
Alexei Dobrohotov 256050376c
Merge pull request #2424 from Assumeru/master
Fix builds against MyGUI master
6 years ago
Evil Eye 698c90b3ee fix builds against MyGUI master 6 years ago
Alexei Dobrohotov 8d1cad8462 Merge branch 'master' into 'master'
Fixes issue with magic visual effects (bug #5060)

See merge request OpenMW/openmw!125
6 years ago
Alexander Perepechko 19b0b056e5 Remove spell FX and VFX after playing the death animation (bug #5060) 6 years ago
Andrei Kortunov b66c437700
Merge pull request #2419 from Capostrophic/lod
Optimizer: Only merge pure osg::Groups
6 years ago
Andrei Kortunov 4fcbc1c96b
Merge pull request #2391 from Capostrophic/contentselector
Content selector: don't add file namesakes (bug #2395)
6 years ago
Andrei Kortunov dcf03f6785
Merge pull request #2416 from Capostrophic/cast
Make Player->Cast select the spell instead (bug #5056)
6 years ago
Andrei Kortunov a62b6910ba
Merge pull request #2411 from Capostrophic/fader
Make sure fade operations properly end (bug #4639)
6 years ago
Andrei Kortunov 217e32a6e1
Merge pull request #2420 from akortunov/master
Add a changelog entry about cell transitions
6 years ago
Andrei Kortunov 347b1e58a1 Add a changelog entry about cell transitions 6 years ago
Alexei Dobrohotov bc79213a66
Merge pull request #2418 from Capostrophic/focus
Partially revert "Get rid of redundant setKeyFocusWidget() method"
6 years ago
Capostrophic 6622e36226 Only merge pure osg::Groups in the optimizer 6 years ago
Andrei Kortunov 747b5fbc98
Merge pull request #2417 from Capostrophic/switchnode
Use NiSwitchNode initial index field
6 years ago
Capostrophic 56539fee4f Partially revert "Get rid of redundant setKeyFocusWidget() method" 6 years ago
Capostrophic 7c8360d0f3 Use NiSwitchNode initial index field 6 years ago
Capostrophic 295ee11063 Make Player->Cast select the spell instead (bug #5056) 6 years ago
Alexei Dobrohotov ef2a7160fa
Fix automovement toggling on "joystick used" flag 6 years ago
Capostrophic 596dbbe70b Make sure fade operations properly end (bug #4639) 6 years ago
Alexei Dobrohotov ce92b364e6
Merge pull request #2403 from akortunov/crashinfo
Improve info message about missing GDB
6 years ago
Alexei Dobrohotov bc0e214cd9
Merge pull request #2325 from akortunov/optimize_terrain
Optimize the Distant Terrain memory consumption
6 years ago
Alexei Dobrohotov 61db93e7da
Merge pull request #2407 from akortunov/scrollbars
Add separate textures for scrollbars
6 years ago
Andrei Kortunov cb4436cd6e
Merge pull request #2412 from Capostrophic/zaxis
Use 2D distance for fight rating of vertically moving actors (bug #4961)
6 years ago
Capostrophic 25e52f7dfe Use 2D distance for fight rating of vertically moving actors (bug #4961) 6 years ago
bzzt a730365ea1 Creanup Distant Terrain code
- Cull terrain in the stock osg::CullVisitor
- Do not compile composite maps for shadow camera
- Do not abuse userdata for composite maps
6 years ago
bzzt e4ba6ecf15 Do not store a LOD callback in the every QuadTreeNode 6 years ago
bzzt a61c0aaee1 Do not load height data to the qued tree since we do not need it now 6 years ago
bzzt ebcf8ca062 Do not store a ViewDataMap in the every QuadTreeNode 6 years ago
bzzt cb6d27fb12 Use the custom LineSegmentIntersector for QuadTree to simplify traversal
code
6 years ago
bzzt ce4e8be9ac Move traverse methods to the QuadTreeNode 6 years ago
Andrei Kortunov a02f730a77
Merge pull request #2406 from Capostrophic/invalid
Erase effects with invalid indices from spells (bug #5050)
6 years ago
Andrei Kortunov 08716ed330
Merge pull request #2409 from Capostrophic/input
Correct always run behavior when both a gamepad and a keyboard are used
6 years ago
Andrei Kortunov 995516110e
Merge pull request #2410 from Capostrophic/repairedonme
"Handle" RepairedOnMe scripting function (feature #4255)
6 years ago
Capostrophic b7afb213ae "Handle" RepairedOnMe scripting function (feature #4255) 6 years ago
Alexei Dobrohotov f0640cbb21
Merge pull request #2296 from akortunov/blend
Optimize blendmap generation
6 years ago
Capostrophic 70635ed1e2 Correct always run behavior when both a gamepad and a keyboard are used 6 years ago
Capostrophic d98a90194b Erase effects with invalid indices from spells (bug #5050) 6 years ago
Andrei Kortunov 2436652181
Merge pull request #2405 from Capostrophic/idlestorm
Improve face shielding behavior in general case (bug #4240)
6 years ago
Andrei Kortunov 34fe896f4e
Merge pull request #2400 from Capostrophic/colorcode
Escape number signs in cell/region names (bug #5047)
6 years ago
Alexei Dobrohotov 14787b5864
Merge pull request #2408 from akortunov/docs
Update fonts documentation
6 years ago
Andrei Kortunov 1f42418660 Update fonts documentation 6 years ago
Alexei Dobrohotov 8ebecb7584 Merge branch '7' into 'master'
fixes pitch black ripples in shadow

See merge request OpenMW/openmw!123
6 years ago