Commit Graph

12 Commits (master)

Author SHA1 Message Date
Capostrophic c03ed4cd50 Include cleanup 6 years ago
scrawl 04f7a8f8eb Remove redundant getId function 9 years ago
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 71bc22401f Include cleanup 10 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
Marc Zinnschlag 367919200f moved CellRefList into a separate file 11 years ago
scrawl 0dc2e829dd Lots of cleanup. Implemented Absorb and Resist. Implemented several instant effects. Added hand VFX. 11 years ago
Emanuel Guevel 10abb9d297 Call ContainerStore::remove() to remove items from inventory
Make placeObject() and dropObjectOnGround() in MWWorld to copy objects
(and indicate it clearly).

Enchanting an item now unequips it.
11 years ago
greye 2057f5619e move ESMStore to MWWorld 12 years ago
Marc Zinnschlag fe68a252d5 Issue #356: Implemented ingredient eating 12 years ago