scrawl
2bcbc6ab7d
Potential crash fix, either way should have a better error message now
11 years ago
scrawl
ec64f1a53a
Reset accumulation root when its animation finishes
...
Fixes a position flicker after standing up from knockdown.
11 years ago
scrawl
ee098de0a6
Don't ignore lighting values of particles not attached to a character
11 years ago
scrawl
b259c5def2
Make GetFactionReaction garbage argument optional
11 years ago
scrawl
3d9bdad8ba
Correct run speed for creatures (by Hrnchamd - Fixes #1136 )
11 years ago
scrawl
7f1d0fc2a2
Fix disposition for npcs in same faction, by Hrnchamd
11 years ago
scrawl
8a8ecce1e5
Fix some uninitialized data written to savegames
11 years ago
scrawl
693a097b21
Implement idlestorm animation (Feature #41 )
11 years ago
scrawl
36135293e8
Fix moving object from an inactive to another inactive cell
11 years ago
scrawl
b52977e44c
Add dummy Face implementation for now (Bug #1541 )
11 years ago
scrawl
36132e054a
Implement ashstorm, blightstorm, snow and blizzard effects (Feature #41 )
11 years ago
scrawl
1d46ac19ff
Fix being able to activate through terrain
11 years ago
scrawl
320ab1b2c1
Don't say voice when using startcombat for a dead actor ( Fixes #1542 )
11 years ago
scrawl
0b34d8d2fd
Add support for animated collision shapes ( Fixes #1549 )
11 years ago
scrawl
64a4c2785e
Fix water walking
11 years ago
scrawl
d296c6e9b7
Handle fog density values of 0 (Bug #1549 )
11 years ago
scrawl
cbec0ffaee
Exception fix
11 years ago
scrawl
e23a7694f3
Don't throw exception when using ModDisposition on creatures ( Fixes #1548 )
11 years ago
scrawl
e002acdeae
Physics: Create actor shapes outside of BulletNifLoader
...
This will allow to create a specialised shape instead, such as a capsule, which tends to work better for character controllers.
11 years ago
scrawl
98329a94b4
Add case sensitivity workaround for spine bones ( Fixes #1547 )
11 years ago
scrawl
a4ce9d6a7f
Always show the script name when a script fails to compile
11 years ago
scrawl
9a26cf22e6
Implement toggleMenus
11 years ago
scrawl
ad0a182b7e
Improve error message for unknown cells
11 years ago
scrawl
091f9a8fdc
Optimize global map render slightly
11 years ago
scrawl
8eab3abb15
Fix initial view offset for large world maps ( Fixes #1523 )
11 years ago
scrawl
11b05c352f
Fix exception when casting Bound Gloves spell
11 years ago
scrawl
4648524df4
Improve getLOS (use eye level). Also, don't crash when used with non-actors.
11 years ago
scrawl
185ff279a3
Add missing sound effect for mages guild transport
11 years ago
scrawl
cc3c6ae7b8
Fix very slow movement on some creatures, e.g. rats (Bug #1136 )
...
Neither fAthleticsRunBonus, fBaseRunMultiplier or the creature's athletics skill (i.e. Combat stat) have any effect on the run speed (tested by setting those to absurd values). The new formula is just a guess and doesn't seem to be completely accurate.
11 years ago
scrawl
6760f4c897
Make cached GMSTs in MWClass::Npc/Creature safer
11 years ago
scrawl
4234c70232
Savegame: Disable CustomData load optimization for npcs and creatures for now to preserve compatibility (still enabled for containers)
11 years ago
scrawl
d878456d0f
Don't add an extra path separator
11 years ago
scrawl
c3e4160a0a
Don't crash in StatsWindow for invalid faction rank values
...
PcRaiseRank: don't allow to raise rank beyond max rank
11 years ago
scrawl
2193977eec
Savegame: Don't fill CustomData from ESM records if the savegame overwrites it anyway
...
This gets rid of some junk in ContainerStores (since clear() only sets count to 0 and doesn't really delete references), and significantly speeds up loading savegames (by about 80% in my test)
11 years ago
scrawl
4e71db7081
Savegame: Don't load/save deleted container items. This is currently pointless, and also causes new garbage being added on each load/save cycle: Container stores are first filled from ESM records, then cleared and filled from the savegame. The items from ESM records remain as deleted refs.
11 years ago
scrawl
8a4227ec38
Heal player while in jail
11 years ago
scrawl
9a6737073f
Fix broken swimdeath in first person
11 years ago
scrawl
e95483c40f
Fix crash for on target spells cast by non-actors ( Fixes #1529 )
11 years ago
scrawl
fe1e6a2719
Make Weakness effects apply to all subsequent effects within the same spell ( Fixes #1150 )
11 years ago
scrawl
56bc5a9d39
Fix being able to steal undetected just after invisibility breaks
11 years ago
scrawl
80f66e2157
Fix crash when avformat_open_input fails ( Fixes #1522 )
11 years ago
scrawl
d4678a8d55
Fix level up dialogue layout ( Fixes #1393 )
11 years ago
scrawl
666dbc6ddc
Disable QuickKeysMenu in werewolf form
11 years ago
scrawl
a3ea7cb956
Ignore distance when considering aggression due to crime (seems to work better, all balmora mages guild members now come to help when one is attacked)
11 years ago
scrawl
1dc9e151cb
Count werewolf kills ( Fixes #1525 )
11 years ago
scrawl
1244da85df
Make Detect Life spell detect NPCs when in werewolf form ( Fixes #1527 )
11 years ago
scrawl
4f9ebd148c
Fix broken AI movement on Z axis
11 years ago
scrawl
2477456f99
Implement Murder crimes and OnMurder instruction ( Fixes #1315 )
11 years ago
scrawl
3801dfb4ba
Add delay to sneak icon update and skill progress ( Fixes #1321 )
11 years ago
scrawl
ffb6f5d555
Use fFight<Crime> GMSTs to control attacks in response to crimes
11 years ago