Home
last modified time | relevance | path

Searched refs:SPELL_CAT (Results 1 – 16 of 16) sorted by relevance

/dports/games/barony/Barony-3.3.7/src/interface/
H A Dplayerinventory.cpp244 else if ( itemCategory(item) == SPELL_CAT ) in itemUseString()
984 if ( itemCategory(item) != SPELL_CAT ) in updatePlayerInventory()
1143 if (itemCategory(item) == SPELL_CAT) in updatePlayerInventory()
1593 if (itemCategory(&item) != SPELL_CAT) in drawItemMenuSlots()
1691 if (itemCategory(&item) != SPELL_CAT) in drawItemMenuOptionSpell()
2015 if (itemCategory(&item) != SPELL_CAT) in selectItemMenuSlot()
2194 if (!item || itemCategory(item) == SPELL_CAT) in executeItemMenuOption1()
2422 if (itemCategory(current_item) == SPELL_CAT) in itemContextMenu()
2517 if (itemCategory(&item) != SPELL_CAT) in numItemMenuSlots()
2630 if ( cat == SPELL_CAT ) in autoAddHotbarFilter()
[all …]
H A Ddrawstatus.cpp1129 if ( itemCategory(item) != SPELL_CAT ) in drawStatus()
1215 if ( itemCategory(item) == SPELL_CAT ) in drawStatus()
1829 if ( itemCategory(item) == SPELL_CAT && item->appearance >= 1000 ) in drawStatus()
/dports/games/barony/Barony-3.3.7/src/
H A Ditems.cpp88 if (itemCategory(item) == SPELL_CAT) in newItem()
150 if (is_spell && itemCategory(tempItem) == SPELL_CAT) in newItem()
154 else if (!is_spell && itemCategory(tempItem) != SPELL_CAT) in newItem()
200 if ( is_spell && itemCategory(tempItem) == SPELL_CAT ) in newItem()
204 else if ( !is_spell && itemCategory(tempItem) != SPELL_CAT ) in newItem()
280 if (itemCategory(&item) == SPELL_CAT) in addItemToMonsterInventory()
301 if (is_spell && itemCategory(tempItem) == SPELL_CAT) in addItemToMonsterInventory()
305 else if (!is_spell && itemCategory(tempItem) != SPELL_CAT) in addItemToMonsterInventory()
1046 if (itemCategory(item) == SPELL_CAT) in itemSprite()
4302 if ( items[c].category == cat || (pickAnyCategory && items[c].category != SPELL_CAT) ) in itemTypeWithinGoldValue()
[all …]
H A Ditems_editor.cpp255 items[c].category = SPELL_CAT; in loadItems()
H A Dgame.cpp1727 if ( itemCategory(item) != SPELL_CAT ) in gameLogic()
1751 if ( itemCategory(tempItem) == SPELL_CAT ) in gameLogic()
1827 …if ( itemCategory(item) != SPELL_CAT && (item->x >= INVENTORY_SIZEX || item->y >= backpack_sizey) ) in gameLogic()
2303 if ( itemCategory(item) != SPELL_CAT ) in gameLogic()
2327 if ( itemCategory(tempItem) == SPELL_CAT ) in gameLogic()
2396 …if ( itemCategory(item) != SPELL_CAT && (item->x >= INVENTORY_SIZEX || item->y >= backpack_sizey) ) in gameLogic()
4558 if ( itemCategory(selectedItem) != SPELL_CAT ) in main()
H A Ditems.hpp332 SPELL_CAT enumerator
H A Dinit_game.cpp260 items[c].category = SPELL_CAT; in initGame()
H A Dactchest.cpp1014 if (itemCategory(item) == SPELL_CAT) in addItemToChestFromInventory()
H A Dcharclass.cpp2646 if ( itemCategory(tempItem) == SPELL_CAT ) in initShapeshiftHotbar()
2755 if ( item && itemCategory(item) == SPELL_CAT && item->appearance >= 1000 ) in deinitShapeshiftHotbar()
H A Dmonster_shadow.cpp1488 if ( itemCategory(item) != SPELL_CAT ) in shadowSpecialAbility()
H A Ditem_usage_funcs.cpp351 …if ( target && !itemIsEquipped(target, player) && itemCategory(target) != SPELL_CAT && target->bea… in item_PotionWater()
366 …if ( target && !itemIsEquipped(target, player) && itemCategory(target) != SPELL_CAT && target->bea… in item_PotionWater()
H A Dfiles.cpp2651 items[c].category = SPELL_CAT; in physfsReloadItemsTxt()
H A Dnet.cpp2634 if ( item && itemCategory(item) == SPELL_CAT ) in clientHandlePacket()
3052 if ( itemCategory(item) == SPELL_CAT ) in clientHandlePacket()
H A Dactplayer.cpp3718 if ( itemCategory(item) == SPELL_CAT ) in actPlayer()
3771 if ( itemCategory(item) == SPELL_CAT ) in actPlayer()
H A Dentity.cpp6163 if ( item && itemCategory(item) == SPELL_CAT ) in attack()
/dports/games/barony/Barony-3.3.7/src/magic/
H A Dspell.cpp1216 if ( itemCategory(&item) != SPELL_CAT ) in canUseShapeshiftSpellInCurrentForm()