Commit Graph

10 Commits (d3b623b5d32e8eba6c135ba62acfe049840040a4)

Author SHA1 Message Date
dteviot e9c796166a Added MWMechanics::isPlayerInCombat() 9 years ago
scrawl e5d54fb539 Check for actor being the player in various actions 9 years ago
scrawl 67bd6cd708 Remove empty line at the beginning of files
git ls-files -z | xargs -0 sed -i '1{/^$/d}'
10 years ago
scrawl 8ac019611d Fix Potion use action removing the potion even when the action is not executed (Fixes #1521) 11 years ago
Emanuel Guevel 1e4a854433 Remove static method MWWorld::Class::get(&Ptr)
It was just adding a level of indirection to Ptr.getClass().
All the call were replaced by that instead. The number of lines changed
is important, but the change itself is trivial, so everything should be
fine. :)
11 years ago
scrawl 117b812fb1 Fix invisibility not breaking on certain actions 11 years ago
Marc Zinnschlag cc55056adf Issue #370: replaced custom target handling in apply action with base class implementation 13 years ago
Marc Zinnschlag 78fe6fdce5 Issue #351: Refactoring Action class 13 years ago
Marc Zinnschlag beb18282bb Issue #342: various fixes 13 years ago
Marc Zinnschlag 29b4a5e5f7 Issue #314: added apply actions 13 years ago