aboutsummaryrefslogtreecommitdiff
path: root/src/game/Item.cpp
AgeCommit message (Expand)Author
2010-06-05Move core/realm files to new subdirectoryclick
2010-06-04HIGHLY EXPERIMENTAL - USE AT YOUR OWN RISKRat
2010-05-31Fix exploit with swaping already looted items.Trazom62
2010-05-05Use DELETE + INSERT statement wrapped in a transaction in Item::SaveRefundDat...Machiavelli
2010-05-04Add support to set RandomProperty / RandomSuffix to -1 in item_templateSpp
2010-04-30Clean up in item refund related code.Machiavelli
2010-04-28Fix item vendor refund for stackable items.Machiavelli
2010-04-14Drop not needed table 'item_text', add new column 'text' in table 'item_insta...n0n4m3
2010-04-11Fix Auth on server also some fixes and cleanups. Big thx to TOM_RUS.n0n4m3
2010-04-07Code Style (game + scripts only):Spp
2010-04-07Code Style (game + scripts only):Spp
2010-04-07Code style (game + scripts only):Spp
2010-04-07Code Style: Remove trailing spacesSpp
2010-04-07Code Style: tab to spacesSpp
2010-04-05* Backed out changeset 44ff24439269Brian
2010-04-05Add option maxPercentHealth to item_required_target to allow setting health p...malcromdev@gmail.com>
2010-03-21Fix compilation error in previous commit.Trazom62
2010-03-21Add some more function calls to remove refund referenced from player's m_refu...Machiavelli
2010-03-20Memory optimization by making m_refundableItems a std::set<uint64>. Also fix ...Machiavelli
2010-03-20Make sure a to be traded item ends up in the item update queue for the correc...Machiavelli
2010-03-20Item system updateMachiavelli
2010-03-18Store alternate currency spent on an item by Item ExtendedCost entry instead ...Machiavelli
2010-03-18Implement vendor item refund system.Machiavelli
2010-03-16Overload Item::SetState correctly in Item::SetItemRandomProperties.Machiavelli
2010-03-16- Overload Item::SetState with player argument where possible to ensure updat...Machiavelli
2010-03-15Don't call Item::AddToUpdateQueueOf if no player is specified as parameter fo...Machiavelli
2010-03-15Fix issue with .save or .saveall where either the core would freeze, or items...Machiavelli
2010-03-10Minor code style cleanupMachiavelli
2010-03-10Use "REPLACE INTO" instead of "DELETE" + "INSERT INTO" in Item::SaveToDB call...Machiavelli
2010-02-15*Backout some WTF fixes. Do things correctly, or do not touch them at all...QAston
2010-02-14* Core switch to client 3.3.2 (11403)Brian
2010-02-05Yet more cleanup, mostly in the script system. This should conclude the scrip...Xanadu
2010-02-03*Move object's field\visibility update functions to object from accessorsilver1ce
2010-01-30Remove unnecesary item enchants checksSpp
2010-01-23Implement QueryResult_AutoPtr type which is ACE's reference counted auto_ptr(...Anubisss
2010-01-19*Integrate Script system to CoreRat
2010-01-16Updated copyright for new year.n0n4m3
2009-12-26Fixed Mana Gems, implement SPELL_EFFECT_CREATE_MANA_GEM and revert prev. comm...n0n4m3
2009-12-26Fixed items Mysterious Egg, Disgusting Jar (need db support).n0n4m3
2009-12-21* Add support for RewSpellCast=-1. If -1 remove all auras applied to player atBrian
2009-12-18*Cleanup, proper indentation, and remove some wrong/irrelevant comments copie...maximius
2009-12-17Update InstanceSaveMgr for new instance systemn0n4m3
2009-12-13Check of required skill value and level in Item enchants, by azazel. Closes #512spp
2009-10-29Fix exploit with using fist weapon without that skill. Patch by _krzKudlaty
2009-10-17*Massive cleanup redux.maximius
2009-10-17*Backed out changeset 3be01fb200a5maximius
2009-10-17*Massive cleanup (\n\n -> \n, *\n -> \n, cleanup for(...) to for (...), and ...maximius
2009-08-20*Fix build.megamage
2009-08-20*Fix a crash caused by itemexpire.megamage
2009-08-16*Remove hack in Brain Freeze code.QAston