summaryrefslogtreecommitdiff
path: root/src/map/storage.c
AgeCommit message (Collapse)AuthorFilesLines
2011-03-24Optimize common objects, and adjust other objects accordingly.Ben Longbons1-15/+5
Major changes still need to be made to each of the servers.
2011-03-02Recode from SHIFT-JIS to unicode, then undo the conversion of backslashs and ↵Ben Longbons1-4/+4
tildes.
2010-02-11Re-calculate player stats when an equipped item is removed.MadCamel1-1/+1
This fixes the issue where a player could drop/trade/store an equipped item and still retain it's attack/def/etc buffs.
2009-12-26Used the "indent" C formatting program from GNU to do some clean upsChuck Miller1-497/+544
The command options used was: -nbad -bap -sc -bl -blf -bli0 -cli4 -cbi0 -di5 -nbc -bls -ip2 -nut -ts4 -bap -i4 -sob -npsl
2009-12-13Unequip items when adding to storageMadCamel1-1/+3
2009-06-25Move storage NPC close fix to storage.c. Fix @storeall, from ea stable.Dennis Friis1-0/+6
2009-06-25Improved storage saving, derived from ea stable.Dennis Friis1-16/+44
2009-06-25Fix logic invertion on storage amount. From ea stable.Dennis Friis1-1/+1
2009-06-25Storage cleanup, derived from ea stableDennis Friis1-198/+226
2009-06-25Fix opening of guild storage. patch from ea stable.Dennis Friis1-4/+1
2009-06-25Make opening storage fail if there is a storage already open. Derived from ↵Dennis Friis1-1/+3
ea stable.
2009-06-25Redo storage, derived from ea stable.Dennis Friis1-127/+235
2009-06-25Storages now saves upon closing, based on patch from ea stable.Dennis Friis1-1/+4
2009-03-14Fix some storage-related codeJared Adams1-2/+0
You can't end NPC scripts with openstorage, which will now wait for the user.
2009-03-11FIx a bug dealing with storage and scriptingJared Adams1-2/+0
Also remove some depug printing statements that were accidentally commited
2009-03-10Apply sanity checks from WombatJared Adams1-0/+4
2008-10-11Commit magic patch v13Jared Adams1-1/+1
2008-04-02initial checkinDennis Friis1-0/+576