Andrei Kortunov
|
3d1daaebab
|
Rework manual spellcasting (e.g. via scripts)
|
7 years ago |
Andrei Kortunov
|
5fd3ec1035
|
Implement unlockable locks with 'lock 0' console command
|
7 years ago |
Andrei Kortunov
|
9c3da41130
|
Add murder bounty when a player follower commits murder (bug #2852)
|
7 years ago |
Bret Curtis
|
3e4dc31e39
|
Merge branch 'master' into fatigue
|
7 years ago |
Andrei Kortunov
|
74a2cbe696
|
AI: return back after pursuit
|
7 years ago |
Andrei Kortunov
|
57d686131e
|
Remove redundant condition
|
7 years ago |
Andrei Kortunov
|
5105c67642
|
Add mHidden field to AiTravel
|
7 years ago |
Andrei Kortunov
|
81f29d8dcd
|
AiWander: resume moving to destination after combat
|
7 years ago |
Andrei Kortunov
|
18ff097e4a
|
Add the parameter to AiSequence::stack() to control ability to cancel other AI packages
|
7 years ago |
Andrei Kortunov
|
9d27eb197f
|
AiWander: return to initial position only after combat
|
7 years ago |
Capostrophic
|
b7026df551
|
Improve the offered price formula (Fixes #2222)
|
7 years ago |
Marc Zinnschlag
|
7b4a69ff2f
|
Merged pull request #1728
|
7 years ago |
Capostrophic
|
c14536a399
|
Update faction-owned items confiscation
|
7 years ago |
Capostrophic
|
3810ade67a
|
Don't make unnecessary faction ID searches
|
7 years ago |
Capostrophic
|
191cc76378
|
Consider faction ownerships in item stolen checks (fixes #4293)
|
7 years ago |
Andrei Kortunov
|
84c8fb9df7
|
Add pursue package only when crime was reported (bug #4433)
|
7 years ago |
Alf Henrik Sauge
|
feeee50a88
|
Dropping a separate NPDTstruct12 object and instead use NPDTstruct52
NPDTstruct12 is now only used when loading and saving. Turning auto calc
on and off now no longer switches between to different set of values
|
7 years ago |
scrawl
|
cbddb4a0a9
|
Merge pull request #1638
|
7 years ago |
Andrei Kortunov
|
27c831959e
|
Handle OnPCHitMe variable (bug #2703)
|
7 years ago |
scrawl
|
f36adfec5f
|
Merge pull request #1657
|
7 years ago |
Capostrophic
|
e6d9bce519
|
Implement fWerewolfHealth GMST (fixes #4142)
|
7 years ago |
Capostrophic
|
d371bebb33
|
Prevent items in a container owned by a dead actor from being counted as stolen (Bug #4328)
|
7 years ago |
Capostrophic
|
cc0c6ddaa6
|
Account for empty victimRef (Bug #4328)
|
7 years ago |
Capostrophic
|
929fc68160
|
Consider items with dead owner not stolen (fixes bug #4328)
|
7 years ago |
Andrei Kortunov
|
f626a7fcc7
|
Take in account PC rank during disposition calculation (bug #4322)
|
7 years ago |
Allofich
|
7e87ce8787
|
Prevent combat on/off cycling for calmed actors
|
7 years ago |
scrawl
|
5fe68ab062
|
Merge pull request #1419
|
7 years ago |
scrawl
|
98b4f9c596
|
Merge pull request #1549 from akortunov/itemmodels
Item models reworking
|
7 years ago |
Andrei Kortunov
|
9943bd4d74
|
AiWander fast forwarding improvements (bug #3638)
|
7 years ago |
Andrei Kortunov
|
99517d83ea
|
Bound items detection refactoring
|
7 years ago |
Andrei Kortunov
|
a02124f884
|
Handle item owners during pickpocketing
|
7 years ago |
Andrei Kortunov
|
8f255a6b72
|
Handle Trespassing crime differently from Theft (bug #4158)
|
7 years ago |
Andrei Kortunov
|
1cb7ed5db1
|
Use owned tooltips for items in containers correctly
|
7 years ago |
Andrei Kortunov
|
c5fcb9684e
|
Improve owned crosshair feature behaviour
|
7 years ago |
Andrei Kortunov
|
3ebb18ce18
|
Make unconscious actors do not report about crimes
|
7 years ago |
Andrei Kortunov
|
34895157f9
|
Consider taking items from unconscious NPC as a theft
|
7 years ago |
Andrei Kortunov
|
668a947210
|
Inherit owner, if an item is in container (regression #4128)
|
7 years ago |
Andrei Kortunov
|
65d8e2ff5d
|
Allow to use GetDetected without a reference (bug #3110)
|
7 years ago |
Andrei Kortunov
|
a5b01fefec
|
Allow to interrupt an attack, if attack button is held
|
7 years ago |
scrawl
|
dc53573de4
|
Merge pull request #1405 from akortunov/stancechangefixes
Do not allow player to change weapon/spell during attack or spellcast
|
7 years ago |
Andrei Kortunov
|
fb45995a41
|
Do not allow player to change weapon/spell during attack or spellcasting (bug #2445)
|
7 years ago |
Andrei Kortunov
|
7c80ddc9de
|
Owned crosshair improvements (bug #2789)
|
7 years ago |
Andrei Kortunov
|
bc7353f100
|
Check animation state for GetPCRunning and GetPCSneaking
|
7 years ago |
scrawl
|
8acf0ba633
|
Merge pull request #1394 from akortunov/followerattackfix
Prevent followers from attacking player if crime was reported
|
7 years ago |
Andrei Kortunov
|
7a5645b35d
|
Prevent followers from attacking player if crime was reported
|
7 years ago |
Andrei Kortunov
|
f84eb68b3d
|
Confiscate an item when you try to sell it to its owner (bug #3944)
|
7 years ago |
scrawl
|
ba72eb77f4
|
Merge pull request #1374 from akortunov/guardfix
Disable AiPursue package for player's followers
|
8 years ago |
Andrei Kortunov
|
72ce118d02
|
Disable AiPursue package for player's followers
|
8 years ago |
Andrei Kortunov
|
d1489f5b42
|
Take in account a temporary disposition in isAggressive check (bug #3987)
|
8 years ago |
Allofich
|
028762a7dc
|
Make guards that are attacked try to arrest player
(Fixes #3706)
|
8 years ago |