scrawl
|
3452bd2e0b
|
Add glow effect for enchanted items
|
11 years ago |
scrawl
|
0b9676aaa3
|
Fix an issue with the AI code
|
11 years ago |
scrawl
|
38a82c4b0b
|
Add a todo comment
|
11 years ago |
scrawl
|
8b095982e9
|
Don't auto equip for dead actors
|
11 years ago |
scrawl
|
f3ff2e4260
|
Handle Unreflectable flag
|
11 years ago |
scrawl
|
c03c82c78a
|
Apply disease resistance manually as according to wiki
|
11 years ago |
Marc Zinnschlag
|
8190fdb16c
|
Merge remote-tracking branch 'scrawl/master'
|
11 years ago |
scrawl
|
654b7d9ba5
|
Apply disease resistance manually as according to wiki
|
11 years ago |
scrawl
|
e8dcd74741
|
Recharge enchanted items in player's inventory over time
|
11 years ago |
Marc Zinnschlag
|
11e254aac8
|
Merge remote-tracking branch 'gus/AICombat'
Conflicts:
apps/openmw/CMakeLists.txt
apps/openmw/mwbase/mechanicsmanager.hpp
apps/openmw/mwmechanics/mechanicsmanagerimp.cpp
apps/openmw/mwmechanics/mechanicsmanagerimp.hpp
|
11 years ago |
scrawl
|
74e42a2d02
|
Add missing skill increases for Enchant skill
|
11 years ago |
scrawl
|
cab535dd69
|
Implement magic item recharging via soulgem use
|
11 years ago |
scrawl
|
16e5477c60
|
Fix an uninitalized member
|
11 years ago |
gus
|
dff3cf162d
|
ToggleAI script instruction
|
11 years ago |
Marc Zinnschlag
|
e55691096c
|
Merge remote-tracking branch 'ace/win-fixes'
|
11 years ago |
Alexander "Ace" Olofsson
|
4baaf9463e
|
Remove crashcatcher.cpp from windows builds, it can't be built or used there.
|
11 years ago |
gus
|
4559e932ae
|
AI packages have priority and combat is triggered in actor.cpp using the Hostile setting in CreaturesState
|
11 years ago |
scrawl
|
6902569d03
|
Implement Absorb effects (AbsorbHealth, etc)
|
11 years ago |
scrawl
|
a420698237
|
Don't try to absorb or reflect for self casted spells
|
11 years ago |
scrawl
|
0dc2e829dd
|
Lots of cleanup. Implemented Absorb and Resist. Implemented several instant effects. Added hand VFX.
|
11 years ago |
scrawl
|
fc268bf302
|
Initialize mFallHeight
|
11 years ago |
scrawl
|
47fc3f81f5
|
Don't update actors while paused
|
11 years ago |
scrawl
|
2a11618ee7
|
Make sure the equipped weapon HUD icon is updated properly
|
11 years ago |
scrawl
|
b8c358df63
|
Fix a bug with equipping using the quick keys: when item is already equipped, equipping it again would cause the slot to get unequipped first, possibly restacking and destroying the Ptr that was supposed to be equipped in the first place
|
11 years ago |
Marc Zinnschlag
|
d32fcb99b5
|
Merge remote-tracking branch 'scrawl/master'
|
11 years ago |
scrawl
|
e7993ced69
|
Fix invalid casts
|
11 years ago |
scrawl
|
07251f0fa4
|
Don't apply spells to dead actors
|
11 years ago |
scrawl
|
b8f5cd6cb7
|
Forgot to apply the same fix to companion window
|
11 years ago |
Sebastian Wick
|
4a816b6c17
|
fix context menu
|
11 years ago |
scrawl
|
eb46de54e4
|
Merge branch 'master' of https://github.com/zinnschlag/openmw
|
11 years ago |
scrawl
|
7eb1dcb682
|
Fix trade windows crashing after a new game
|
11 years ago |
scrawl
|
e32c73725c
|
Merge branch 'crashcatcher'
|
11 years ago |
scrawl
|
f990ba09f0
|
gdb detection doesn't seem to work for the forked process
|
11 years ago |
Marc Zinnschlag
|
a19242b4ec
|
fixed expression in if statement
|
11 years ago |
vorenon
|
b2d2a3dd17
|
Closing message boxes with numpad enter
|
11 years ago |
Marc Zinnschlag
|
985ce7c552
|
Merge remote-tracking branch 'scrawl/crashcatcher'
|
11 years ago |
scrawl
|
20d806b40c
|
Change is_debugger_attached to a different hack
|
11 years ago |
scrawl
|
883140babf
|
Add missing include for signals to make travis happy
|
11 years ago |
scrawl
|
b9899696e3
|
Add a crash catcher for unix. When encountering a fatal signal, attach gdb and log backtrace.
|
11 years ago |
scrawl
|
aa84ce3f0d
|
Copy paste mistake (oops)
|
11 years ago |
scrawl
|
7474e87edc
|
Implement RestoreHealth/Magicka/Fatigue
|
11 years ago |
scrawl
|
bb43ec9b35
|
Implement damage tick effects
|
11 years ago |
scrawl
|
b1a29eb27e
|
Implement Resist & Weakness effects
|
11 years ago |
scrawl
|
d49b6f19ff
|
Don't advance acrobatics skill for NPCs
|
11 years ago |
scrawl
|
aa4b2d9504
|
Fix uninitialized mSkill/mAttribute for spellmaker spells
|
11 years ago |
scrawl
|
c73217627e
|
Move code for listing effect sources to the spell management classes
|
11 years ago |
scrawl
|
d619d0fa25
|
Don't grab the cursor while the console is opened
|
11 years ago |
scrawl
|
065f14579f
|
Fix a container window regression (oops)
|
11 years ago |
scrawl
|
f7befa3e54
|
Remove a no longer required method
|
11 years ago |
scrawl
|
00af6b5617
|
Use an inventory store listener for animation parts and VFX update instead of updating them directly. Slightly more flexible, reduces InventoryStore dependencies and solves a crash during character creation due to the preview doll's animation not being registered in World.
|
11 years ago |