scrawl
0c4a963132
Container UI rewrite
12 years ago
scrawl
9e3917881d
Don't fail on nonexistent items in a levelled list
12 years ago
scrawl
9e08497f02
Initial container content should inherit the owner of its container
12 years ago
scrawl
2d2196b0d6
Implemented levelled items
12 years ago
scrawl
0079f62180
Gold condition now always checks RefID instead of the name. This is necessary because in the french MW version, the sGold GMST is different from the name of the gold references.
12 years ago
scrawl
6f1575d42a
CELL record corrections
12 years ago
scrawl
a2ca679beb
Added PC repair feature
12 years ago
scrawl
20774f8f81
Added merchant repair feature
12 years ago
scrawl
918cdcffc2
Split up components/esm/loadlocks
12 years ago
scrawl
f0e3463e9b
Disable assertion for comparing iterators from different containers (Bug #605 )
12 years ago
Tom Mason
ac112ef972
refactored special variable code
12 years ago
Tom Mason
f785659297
Implemented OnPCAdd special variable
...
Had to edit OpAddItem in miscextensions.cpp, as local variables were not being initialised
for items added through it.
Does not get reset on drop, as per original morrowind.
12 years ago
Tom Mason
665a530e10
renamed realAdd to addImp
12 years ago
Tom Mason
3c6ddd7fa7
fixed isInCell method
12 years ago
Tom Mason
6fc64e8a4e
scripts run for items added to containers, and scripted items in player inv handled correctly
12 years ago
eduard
2dc0064cc2
more string lowercase
12 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
Marc Zinnschlag
4bc4ca775c
Issue #432 : fixed MWWorld::ContainerStore::clear
12 years ago
greye
2fa4ac177a
initial resolving
12 years ago
scrawl
9f2668b45b
Task #400 Review GMST access
12 years ago
greye
7606ebafd6
resolving conflicts, minor update
12 years ago
Marc Zinnschlag
4c39fefd1e
Issue #107 : World is accessed only through the interface class from now on; some include cleanup
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
30461438f6
still left: spell success formula
13 years ago
scrawl
9ca579ba63
slightly revamped gold stacking, now always uses the gold_001 base object to be script-friendly
13 years ago
scrawl
8a0c859c16
Merge branch 'iterator' of https://github.com/zinnschlag/openmw into inventoryGUI
13 years ago
Marc Zinnschlag
498530fad7
container iterator fix
13 years ago
scrawl
3cacc8feec
add re-stocking items to containers (though restocking isn't implemented)
13 years ago
scrawl
6d34e61dbd
don't stack gold if it has a script (not used in MW, but some mods might)
13 years ago
scrawl
4b5d6ce311
allow stacking gold
13 years ago
scrawl
2fa7ce0c19
equipping works also when the item wasn't in player inventory before.
13 years ago
scrawl
71de10cb7e
equipping items works, but only if you have more than one of the item that you're equipping
13 years ago
scrawl
82b9f835b1
make sure iterator is not end() before trying to get the equipped item
13 years ago
scrawl
d341d2113c
fixed some issues
13 years ago
scrawl
ee7e482cba
implemented un-stacking
13 years ago
scrawl
16522ddc59
InventoryStore re-stacking unequipped items
13 years ago
scrawl
9f2595183b
type
13 years ago
scrawl
5b0251b09f
item stacking
13 years ago
Marc Zinnschlag
47828f91f0
Issue #217 : added getWeight function to ContainerStore
13 years ago
Marc Zinnschlag
3dcfcf46cb
Issue #217 : container change tracking
13 years ago
Marc Zinnschlag
0adbe258fd
Issue #217 : made Ptr track container; fixed a cmake script bug
13 years ago
Marc Zinnschlag
ea336214de
more inventory sanity checks
13 years ago
Marc Zinnschlag
84c8cd3720
added InventoryStore class (doesn't do anything yet)
13 years ago
Marc Zinnschlag
06e0706b35
added fill and clear functions to container store
13 years ago
Marc Zinnschlag
e13e858c7a
fixed container store iterator; new add function
13 years ago
Marc Zinnschlag
1beaea0115
forgot to add cone file
13 years ago