Permalink
Please
sign in to comment.
Browse files
Merge branch 'wearable-items' of https://github.com/BevapDin/Cataclys…
…m-DDA into merge
- Loading branch information...
Showing
with
547 additions
and 471 deletions.
- +25 −0 data/json/items/mods.json
- +1 −8 src/activity_item_handling.cpp
- +12 −18 src/armor_layers.cpp
- +1 −1 src/artifact.cpp
- +1 −1 src/catalua.cpp
- +16 −9 src/crafting.cpp
- +3 −2 src/crafting.h
- +8 −15 src/game.cpp
- +2 −2 src/iexamine.cpp
- +1 −3 src/inventory.cpp
- +214 −85 src/item.cpp
- +102 −6 src/item.h
- +3 −3 src/item_factory.cpp
- +2 −2 src/item_factory.h
- +2 −33 src/itype.h
- +0 −19 src/itypedef.cpp
- +14 −21 src/iuse.cpp
- +9 −9 src/iuse_actor.cpp
- +10 −3 src/json.cpp
- +4 −2 src/json.h
- +2 −29 src/map.cpp
- +1 −1 src/mondeath.cpp
- +1 −2 src/mutation.cpp
- +1 −2 src/npc.cpp
- +2 −2 src/npctalk.cpp
- +92 −146 src/player.cpp
- +4 −4 src/player.h
- +1 −1 src/ranged.cpp
- +6 −34 src/savegame_json.cpp
- +4 −5 src/tutorial.cpp
- +3 −3 src/vehicle.cpp
Oops, something went wrong.
0 comments on commit
d9ef1b0