Commit Graph

20659 Commits (a58a8db03072b5f9dca667137cb302f3400d0d22)
 

Author SHA1 Message Date
elsid ed89126828
Fix warning implicit conversion changes singedness 6 years ago
elsid c866fdff86
Move physics object, heightfield, ptrholder into separate files 6 years ago
elsid 4fe764c3a5
Update and check for complete Pathfinder path by different methods 6 years ago
elsid b6dd2119a6
Make Pathfinder constructor inline 6 years ago
elsid 92f52287bf
Make PathFinder::ClearPath inline 6 years ago
elsid 3655f19373
Set PathFinder::mCell to nullptr when clear path 6 years ago
elsid 85bbf9d034
Clear path without check for empty 6 years ago
elsid ca3d0594b3
Do not store pointer to Pathgrid in PathFinder 6 years ago
elsid 3565d92e11
Make PathFinder::getPathCell inline 6 years ago
elsid 2ad3543088
Fix constant style 6 years ago
elsid f9c651bdf3
Add const 6 years ago
elsid 2c464bd682
Evade obstacles after set rotation 6 years ago
elsid eb10add0c4
Remove unused parameters 6 years ago
elsid 66e5a4d591
Remove useless variable 6 years ago
elsid 1a95b7a154
Remove duplicate zTurn call 6 years ago
elsid d0bc1b75e8
Remove unused parameters 6 years ago
elsid 63b3a70ca8
Remove useless else 6 years ago
elsid c9f3064cbd
Update ObstacleCheck once per frame 6 years ago
elsid ad027d13fa
Remove unused 6 years ago
elsid 6d89241178
Check is path completed by osg::Vec3f position 6 years ago
elsid 2c6daa74a9
Simplify PathFinder::checkPathCompleted 6 years ago
elsid 6411c1955d
Fix indent 6 years ago
elsid d3667945c5
Remove unused functions 6 years ago
elsid 31340a212a
Fix functions name style 6 years ago
elsid 2f424f6be2
Store aStarSearch result to deque 6 years ago
elsid 9b3756f8bc
Store path points in deque 6 years ago
elsid 925d909fea
Use rbegin 6 years ago
elsid fbaa525c6f
Fix warning 6 years ago
elsid 4d868bec92
Use osg::Vec3f to store path nodes in Pathfinder 6 years ago
elsid 33dfe284bd
Mark local variables const which one does not change 6 years ago
elsid 0cfdf0c7b6
Remove unused virtual 6 years ago
Marc Zinnschlag 60241431ab Merged pull request #1965 6 years ago
Marc Zinnschlag b30e309532 Merged pull request #1967 6 years ago
Marc Zinnschlag 26f867d7c5 Merged pull request #1968 6 years ago
rhtucker 292f4fcafe Unified settings list and cfg file names. Added brief tutorial. 6 years ago
Andrei Kortunov dad0b78901 Avoid overflow when handling output characters (bug #4676) 6 years ago
jvoisin ca8744af56 Fix crash in the ESM reader, when SCVR has no variable names
Fixes bug [#4678](https://gitlab.com/OpenMW/openmw/issues/4678)
The `loadSCVR` method assumes that the list of variable
names won't be empty, which it might.
Instead of crashing, we show a warning and ignore the record.
6 years ago
Bret Curtis 602a314669
Merge pull request #1964 from akortunov/readfix
Fix crash in the ESM reader, when list is empty
6 years ago
Andrei Kortunov f9271fd7f0 Fix crash in the ESM reader, when list is empty (bug #4677) 6 years ago
Capostrophic 47b1b0ac39 Re-fix water reflections while making a no-GUI screenshot 6 years ago
Bret Curtis c45ec9171b
Merge pull request #1963 from Capostrophic/journal
Disallow to open the journal while settings window is open (bug #4674)
6 years ago
Capostrophic 4ec727c50b Disallow to open the journal while settings window is open (bug #4674) 6 years ago
Marc Zinnschlag 2d87d1d9d2 Merged pull request #1959 6 years ago
Marc Zinnschlag d466785aa7 Merged pull request #1958 6 years ago
Marc Zinnschlag 38a3632be7 Merged pull request #1960 6 years ago
Bret Curtis e2dbb115f0
Merge pull request #1961 from akortunov/crossbowfix
Improve pitch factor handling for crossbow animations
6 years ago
Andrei Kortunov 5617bb3f0c Improve pitch factor handling for crossbow animations (bug #4672) 6 years ago
Andrei Kortunov e06f0b797a Replace all NULLs to nullptr 6 years ago
Capostrophic 09aecb955c getSkill usage cleanup (bug #4671) 6 years ago
Capostrophic cae2e84ab4 Trace the player down after enabling collision with TCL (bug #4669) 6 years ago