scrawl
|
f78b846f9e
|
Handle CasterLinked magic effect flag
|
11 years ago |
scrawl
|
767c72e619
|
Fix diagonal movement being faster than forward movement
|
11 years ago |
scrawl
|
fb778f8ecd
|
Use fEncumbranceStrMult
|
11 years ago |
scrawl
|
1d19d36bd6
|
Remove unused magic effect flags and update esmtool output
|
11 years ago |
scrawl
|
921ef6cd9c
|
Closes #1093: Show weapon when initializing the character controller with a weapon equipped
|
11 years ago |
scrawl
|
10ddea45e9
|
Move crime from onHit to hit, since failed hits are apparently also a crime
|
11 years ago |
scrawl
|
44b2380874
|
Closes #947: Decrease fatigue when running, swimming and attacking
|
11 years ago |
scrawl
|
dddc0979a2
|
Fix another fatigue cap issue
|
11 years ago |
scrawl
|
224f288359
|
Don't attempt to change disposition for creatures
|
11 years ago |
scrawl
|
3db299f1b2
|
Fix fall damage crash
|
11 years ago |
Marc Zinnschlag
|
b1ffb64a1f
|
Merge remote-tracking branch 'gus/AIFix2'
|
11 years ago |
gus
|
0609b71df9
|
fix pathfinding
|
11 years ago |
Marc Zinnschlag
|
a0872b2646
|
Merge remote-tracking branch 'gus/AIFix2'
|
11 years ago |
Marc Zinnschlag
|
1b03eec63e
|
Merge remote-tracking branch 'scrawl/master'
|
11 years ago |
gus
|
828e5841d8
|
Windows SDL fix
|
11 years ago |
scrawl
|
a2ba0dde31
|
Implemented GoToJail
|
11 years ago |
scrawl
|
3896c88403
|
Use VFX_DefaultCast / VFX_DefaultHit if the magic effect does not specify any
|
11 years ago |
scrawl
|
ce6aab89cf
|
Fix a possible permutation issue
|
11 years ago |
scrawl
|
9ddee8fd8c
|
Autocalculate NPC reputation as according to research wiki
|
11 years ago |
scrawl
|
9127839cc1
|
Add a searchPtr method as required for getting an owner, which may already be dead and disposed of.
|
11 years ago |
scrawl
|
bf6d302fba
|
Confiscate stolen items when caught
|
11 years ago |
scrawl
|
909494ff35
|
Implement Assault crimes. In other words, NPCs now fight back!
|
11 years ago |
scrawl
|
12944f2459
|
Fix an auto equipping bug that allowed twohanded weapon and shield at the same time
|
11 years ago |
scrawl
|
d4a98ffc27
|
Increase fight rating when being the victim of a crime
|
11 years ago |
scrawl
|
727aa30347
|
Dead actors are unaware of everything
|
11 years ago |
scrawl
|
c64dc2c831
|
Terrain specular mapping: use a "_diffusespec" postfix to indicate specular information is present in the alpha channel. Use alpha directly instead of 1-alpha.
|
11 years ago |
scrawl
|
d01f89b153
|
Rewrite some awful code
|
11 years ago |
scrawl
|
e9f63270d9
|
Speed fix for "on target" spells
|
11 years ago |
scrawl
|
621e52f09d
|
Play "attack" voiced dialogue entries randomly based on iVoiceAttackOdds.
|
11 years ago |
scrawl
|
d9d6f37619
|
Use iVoiceHitOdds
|
11 years ago |
scrawl
|
15e48107f7
|
Use i1stPersonSneakDelta + some cleanup
|
11 years ago |
scrawl
|
2744cde40f
|
Use a few additional GMSTs
|
11 years ago |
scrawl
|
3bf36515d5
|
Implement Trespassing crime
|
11 years ago |
scrawl
|
f5a70dccf0
|
Fix title of buttons in generate class result dialog
|
11 years ago |
scrawl
|
627dcddb33
|
Do not allow training skills above their governing attribute
|
11 years ago |
Marc Zinnschlag
|
f62497dfdc
|
Merge remote-tracking branch 'mrcheko/master'
|
11 years ago |
mrcheko
|
ffcb7fb280
|
fix for bug scrawl mentioned
|
11 years ago |
Marek Kochanowicz
|
cb0d3794f7
|
Final check is not performed with just +1! Something is not right.
|
11 years ago |
Marek Kochanowicz
|
688488de62
|
replaced == operator for string comparsion in npc check with boost algorithm to get case insensitive check.
|
11 years ago |
Marek Kochanowicz
|
31c59db71c
|
Splited another long line in the header.
|
11 years ago |
Marek Kochanowicz
|
468b9d7340
|
camel case in the header
|
11 years ago |
Marek Kochanowicz
|
e4d637fd64
|
splited long lines in the header.
|
11 years ago |
Marek Kochanowicz
|
b98cdabe89
|
Shameful bug fixed.
|
11 years ago |
scrawl
|
bfdca3b738
|
Fix needTangents not being set for cached/shared materials
|
11 years ago |
mrcheko
|
d41f27451b
|
appropriate camera vanity<>preview mode switch + hit recoils fix
|
11 years ago |
scrawl
|
546b0cee76
|
Closes #1077: Replace tags before trying to get the message length
|
11 years ago |
scrawl
|
aa855e9524
|
Include some required Ogre headers explicitely
|
11 years ago |
Marc Zinnschlag
|
5e2eb8caf8
|
Merge remote-tracking branch 'swick/master'
|
11 years ago |
Marc Zinnschlag
|
85707b5e3e
|
Merge remote-tracking branch 'scrawl/master'
|
11 years ago |
scrawl
|
768d9f7237
|
Scripting: Add an optional 'required' parameter to getReference (default: true). If required=false, it will not throw an exception if there's no reference. Fixes PcExpell not working without a reference like it's supposed to, and makes the code nicer for some others (use required=false instead of catching the exception)
|
11 years ago |