Capostrophic
4f64ba7b7f
Implement sBookSkillMessage GMST
7 years ago
scrawl
84657271c7
Improve WindowManager API with a generic way of passing a Ptr to the opened GUI window
7 years ago
MAtahualpa
c46eadae90
Update actionread.cpp
...
*grrr* Forgot to change the latter "mSkillID" in line 47...
8 years ago
MAtahualpa
7bc65ce05b
Update actionread.cpp
...
Code cosmetics: Change member variable "mSkillID" to "mSkillId" for Book records.
8 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
48ea6286fd
Book/scroll window refactoring
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
scrawl
3161647809
Fix for not being able to pick up scrolls during combat
...
This is the behaviour I observed in vanilla morrowind.
11 years ago
Thomas
f3272c941f
Fix for bug #1080 , can't read/repair/make potions/use soul gems/rest/sleep while in combat.
...
The radius for being in combat with the player is fAlarmDistance, which looked like the only pertinent thing.
11 years ago
scrawl
098f9712f1
Add getPlayerPtr() utility method. Reduces dependencies a lot.
11 years ago
greye
ff8da265ed
applying new interface vol.9, inconsistent
12 years ago
greye
d205723a17
resolving m prefix/ESMStore movement
12 years ago
greye
2057f5619e
move ESMStore to MWWorld
12 years ago
greye
3c2ce25f5f
m prefix for mwworld/cellstore.hpp
12 years ago
greye
2fa4ac177a
initial resolving
12 years ago
scrawl
d163f8203c
change books to RecListWithIDT
12 years ago
scrawl
853d62adba
book skillgain
12 years ago
greye
18cc435aa1
resolving conflicts
12 years ago
greye
7606ebafd6
resolving conflicts, minor update
12 years ago
scrawl
9cf1cbc89b
remove book skill gain
12 years ago
scrawl
3e5ab069a6
remove the const cast
12 years ago
scrawl
f5237ff1a6
skill gain from books
12 years ago
Marc Zinnschlag
b51c42146f
Issue #370 : replaced custom target handling in read action with base class implementation
13 years ago
Marc Zinnschlag
6534c2a55a
Issue #107 : WindowManager is accessed only through the interface class from now on
13 years ago
Marc Zinnschlag
78fe6fdce5
Issue #351 : Refactoring Action class
13 years ago
Marc Zinnschlag
7fcd41c69d
Issue #107 : Detemplateised CellStore; some include cleanup
13 years ago
Marc Zinnschlag
76174098c7
Issue #107 : CellStore moved from ESMS to MWWorld
13 years ago
scrawl
7ebbc099b3
allow stacking gui modes
13 years ago
scrawl
9fc1138a87
opening, closing and taking books/scrolls works
13 years ago