Commit Graph

23000 Commits (2e7712a390828dafec7ef7fd43be44d7f0d1547a)
 

Author SHA1 Message Date
Bret Curtis 7dfbeff049
Merge pull request #2677 from unelsson/fixcsrotation
Editor: Convert radians to degrees when rotating objects
5 years ago
Bret Curtis 44a85795cf
Merge pull request #2669 from Capostrophic/wnam
Generate WNAM subrecord upon saving terrain instead of upon editing it
5 years ago
Bret Curtis 631f1733bf
Merge pull request #2675 from elsid/ccache
ccache fixes
5 years ago
Nelsson Huotari 032513ae18 Convert radians to degrees 5 years ago
elsid c690f2d43d
Disable coverage for travis CI 5 years ago
elsid 0147b0e398
Print ccache stats 5 years ago
elsid 3cdff837c8
Use default ccache settings 5 years ago
Andrei Kortunov e1e49832c7
Merge pull request #2670 from elsid/fix_aiwander_stuck
Fix AiWander stuck (bug #5237)
5 years ago
elsid 1e106013a0
Use navmesh to find wander destination outside pathgrid for ground based actors
Use dtNavMeshQuery::findRandomPointAroundCircle from recastnavigation
5 years ago
elsid e323e6e7e6
Consider moved distance in direction to destination for obstacle check
Assume actor is stuck when it's not able to move in the destination
direction with maximum speed. Approach to check moved distance from the
previous point doesn't work good for slow and big actors. When they face
obstacle they're trying to move along with oscillation so check is
passing but they don't get any closer to the destination.
5 years ago
Bret Curtis 3e4cedb7a8
Merge pull request #2668 from Capostrophic/target
Make GetTarget return 1 during actor greeting (bug #5255)
5 years ago
Capostrophic a2c674bb2e Make GetTarget return 1 during actor greeting (bug #5255) 5 years ago
Andrei Kortunov 8bfca9830f
Merge pull request #2666 from Capostrophic/keybindings
Editor: Add a reset to defaults button to keybindings (feature #4068)
5 years ago
Alexei Dobrohotov be85159095
Merge pull request #2664 from akortunov/greeting
Rework greeting timeouts
5 years ago
Capostrophic 7659370992 Editor: Add a reset to defaults button to keybindings (feature #4068) 5 years ago
Andrei Kortunov a384104f73 Rework greeting timeouts (bug #5249) 5 years ago
capostrophic 89055f1c6c Generate WNAM upon saving terrain 5 years ago
Bret Curtis 95f9e4f4c9
Merge pull request #2649 from Capostrophic/nifstreamline
Yet more NIF adjustments
5 years ago
Andrei Kortunov 7d394dd97d
Merge pull request #2663 from akortunov/master
Add missing changelog entry
5 years ago
Andrei Kortunov a1c0a480ce Add missing changelog entry 5 years ago
Alexei Dobrohotov 2615913494
Merge pull request #2661 from akortunov/guifixes
Settings menu tweaks
5 years ago
Andrei Kortunov b298a4a281
Merge pull request #2662 from Capostrophic/shield
Use shield body part model for creatures (bug #5250)
5 years ago
capostrophic bbe5adb860 Use shield body part model for creatures (bug #5250) 5 years ago
Andrei Kortunov 4d4663e0ad Make 'Toggle HUD' hotkey configurable 5 years ago
Andrei Kortunov 2b8e976c6a Adjust settings menu 5 years ago
Andrei Kortunov 2bed25a5e8
Merge pull request #2659 from Capostrophic/aitravel
Handle out-of-range actors' travel packages (bug #5212)
5 years ago
capostrophic fc0f813dcb Add and use 'always active' AI package flag
Update documentation
5 years ago
Andrei Kortunov 70f6e1c81d
Merge pull request #2655 from Capostrophic/spellcasting
Fix reported spellcasting discrepancies
5 years ago
capostrophic 1251b32f0f Slightly reduce code duplication 5 years ago
capostrophic af2ea477d5 Don't use loops to detect absorb effects 5 years ago
capostrophic 42cc27194b Fix reported spellcasting discrepancies
Make ExplodeSpell behavior closer to Cast behavior (#5242)
Nullify on-self absorb spells in a different way (#5241)
Allow casting permanent spells through Cast/ExplodeSpell
5 years ago
Alexei Dobrohotov 7a4caaf5bf
Merge pull request #2660 from akortunov/boost
Additional de-boosting
5 years ago
Alexei Dobrohotov ff2739b8a3
Merge pull request #2651 from akortunov/encoding
Unify streams usage to support non-ASCII paths
5 years ago
Andrei Kortunov a250a405b4 An attempt to fix the MSVC2017 build 5 years ago
Andrei Kortunov 1cdd33b434 Implement additional stringops to avoid Boost functions 5 years ago
Andrei Kortunov cb1a8ec518 Do not link the Boost threads library 5 years ago
capostrophic 2d87d287ba Handle out-of-range actors' travel packages (#5212) 5 years ago
Andrei Kortunov 22a0549e73
Merge pull request #2656 from Capostrophic/sneak
Don't combine sneak idle with scripted/wander idles (bug #4284)
5 years ago
Alexei Dobrohotov 87f9b85e21
Merge pull request #2653 from akortunov/log
Improve BetaComment handling
5 years ago
Andrei Kortunov a42396254b Use ISO format to print datetime 5 years ago
Andrei Kortunov 23a5da37ef
Merge pull request #2658 from Capostrophic/shield
[Regression] Make creatures autoequip shields properly (bug #5243)
5 years ago
capostrophic 9b28420875 [Regression] Make creatures autoequip shields properly again 5 years ago
capostrophic 29c6a8975a Don't combine sneak idle with scripted/wander idles (bug #4284) 5 years ago
Andrei Kortunov af36b652aa Simplify datetime formatting 5 years ago
Andrei Kortunov 3278ca0b33
Merge pull request #2654 from Capostrophic/scvr
Avoid heap corruption while reading SCVR (bug #4680)
5 years ago
capostrophic 0467e8ee15 Avoid heap corruption while reading SCVR (bug #4680) 5 years ago
Andrei Kortunov b6899a821b Improve BetaComment handling (feature #4129) 5 years ago
Andrei Kortunov 3704acf857 Unify streams usage to support non-ASCII paths (bug #5239) 5 years ago
capostrophic f234d53269 Don't use double negation 5 years ago
capostrophic 32caab663f Enumerate interpolation types properly 5 years ago