scrawl
|
45fb4f04b1
|
Update reference of the interpreter context when an Activate results in a take action (Fixes #3727)
|
8 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
|
aa6ebcd75c
|
Change stolen items handling to match MW (Fixes #1443, Fixes #2290)
|
10 years ago |
scrawl
|
3c0080d2c1
|
Implement theft detection
|
11 years ago |
scrawl
|
dde2cd5d5a
|
Fix some code that still used setCount directly instead of using the ContainerStore interface. Also fix a related annoyance with the interface.
|
11 years ago |
Emanuel Guevel
|
48d2554ac3
|
Auto-equip when items are added to the inventory
We limit that to armor pieces and clothing items.
No auto-equiping for the player nor werewolves.
|
12 years ago |
scrawl
|
00db13be32
|
Reverted previous commits, and handle disallowed inventory in MWWorld::Class. Wanted to avoid this, but the previous solution broke teleport door sounds. Also fixed book/scroll window take button showing when inventory was not allowed.
|
12 years ago |
scrawl
|
0bc34c1c0d
|
Action::executeImp returns a bool value to indicate if the sound should be played.
|
12 years ago |
Marc Zinnschlag
|
da041f902f
|
Issue #370: fixed item taking sound
|
13 years ago |
Marc Zinnschlag
|
8ed8dd649a
|
Issue #370: replaced custom target handling in take 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
|
4c39fefd1e
|
Issue #107: World is accessed only through the interface class from now on; some include cleanup
|
13 years ago |
scrawl
|
c7010623fb
|
Issue #294: disallowed inventory prevents Talk, Open and Take actions
|
13 years ago |
scrawl
|
ab6336b745
|
using items via the inventory is now possible by dragging them on the avatar (only implemented for books right now)
|
13 years ago |
Marc Zinnschlag
|
35f478071e
|
Issue #255: deleted the old environment class and using the new one instead
|
13 years ago |
Marc Zinnschlag
|
f39aa2a68d
|
changed take action to use the new container store interface
|
13 years ago |
Marc Zinnschlag
|
a7fe28ecbe
|
implemented take action
|
15 years ago |