Age | Commit message (Expand) | Author |
2010-06-05 | Move core/realm files to new subdirectory | click |
2010-06-04 | HIGHLY EXPERIMENTAL - USE AT YOUR OWN RISK | Rat |
2010-05-31 | Fix exploit with swaping already looted items. | Trazom62 |
2010-05-05 | Use DELETE + INSERT statement wrapped in a transaction in Item::SaveRefundDat... | Machiavelli |
2010-05-04 | Add support to set RandomProperty / RandomSuffix to -1 in item_template | Spp |
2010-04-30 | Clean up in item refund related code. | Machiavelli |
2010-04-28 | Fix item vendor refund for stackable items. | Machiavelli |
2010-04-14 | Drop not needed table 'item_text', add new column 'text' in table 'item_insta... | n0n4m3 |
2010-04-11 | Fix Auth on server also some fixes and cleanups. Big thx to TOM_RUS. | n0n4m3 |
2010-04-07 | Code Style (game + scripts only): | Spp |
2010-04-07 | Code Style (game + scripts only): | Spp |
2010-04-07 | Code style (game + scripts only): | Spp |
2010-04-07 | Code Style: Remove trailing spaces | Spp |
2010-04-07 | Code Style: tab to spaces | Spp |
2010-04-05 | * Backed out changeset 44ff24439269 | Brian |
2010-04-05 | Add option maxPercentHealth to item_required_target to allow setting health p... | malcromdev@gmail.com> |
2010-03-21 | Fix compilation error in previous commit. | Trazom62 |
2010-03-21 | Add some more function calls to remove refund referenced from player's m_refu... | Machiavelli |
2010-03-20 | Memory optimization by making m_refundableItems a std::set<uint64>. Also fix ... | Machiavelli |
2010-03-20 | Make sure a to be traded item ends up in the item update queue for the correc... | Machiavelli |
2010-03-20 | Item system update | Machiavelli |
2010-03-18 | Store alternate currency spent on an item by Item ExtendedCost entry instead ... | Machiavelli |
2010-03-18 | Implement vendor item refund system. | Machiavelli |
2010-03-16 | Overload Item::SetState correctly in Item::SetItemRandomProperties. | Machiavelli |
2010-03-16 | - Overload Item::SetState with player argument where possible to ensure updat... | Machiavelli |
2010-03-15 | Don't call Item::AddToUpdateQueueOf if no player is specified as parameter fo... | Machiavelli |
2010-03-15 | Fix issue with .save or .saveall where either the core would freeze, or items... | Machiavelli |
2010-03-10 | Minor code style cleanup | Machiavelli |
2010-03-10 | Use "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-05 | Yet 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 accessor | silver1ce |
2010-01-30 | Remove unnecesary item enchants checks | Spp |
2010-01-23 | Implement QueryResult_AutoPtr type which is ACE's reference counted auto_ptr(... | Anubisss |
2010-01-19 | *Integrate Script system to Core | Rat |
2010-01-16 | Updated copyright for new year. | n0n4m3 |
2009-12-26 | Fixed Mana Gems, implement SPELL_EFFECT_CREATE_MANA_GEM and revert prev. comm... | n0n4m3 |
2009-12-26 | Fixed 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 at | Brian |
2009-12-18 | *Cleanup, proper indentation, and remove some wrong/irrelevant comments copie... | maximius |
2009-12-17 | Update InstanceSaveMgr for new instance system | n0n4m3 |
2009-12-13 | Check of required skill value and level in Item enchants, by azazel. Closes #512 | spp |
2009-10-29 | Fix exploit with using fist weapon without that skill. Patch by _krz | Kudlaty |
2009-10-17 | *Massive cleanup redux. | maximius |
2009-10-17 | *Backed out changeset 3be01fb200a5 | maximius |
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 |