aboutsummaryrefslogtreecommitdiff
path: root/src/game/ObjectMgr.cpp
AgeCommit message (Collapse)Author
2009-02-20[7309] Allow creatures has been visible in 2 or more phases as expected for ↵megamage
some creature. Author: VladimirMangos --HG-- branch : trunk
2009-02-19[7305] Allow use datalong2 not only for set target for DB script cast but ↵megamage
also caster (1 bit set target (target/source), 2 bit set caster (source/target)) Author: VladimirMangos --HG-- branch : trunk
2009-02-19*Implemented gameobjects and creatures grouping (pools of them)megamage
*Groups (called pools) can be also member of any game event Author: Neo2003 --HG-- branch : trunk
2009-02-18[7297] Fixed profession spells sorting in trainer spell list at client. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-02-18[7295] Make more static world data accessable for scripts use. Author: NoFantasymegamage
--HG-- branch : trunk
2009-02-18*Merge.megamage
--HG-- branch : trunk
2009-02-17Newline added to bottom of all files.KingPin
--HG-- branch : trunk
2009-02-17 [7292] Implement storage for points of interest data in DB.megamage
It can be in current state used for simplify scripting code that set POI and more advansed way later.. Call void PlayerMenu::SendPointOfInterest( float X, float Y, uint32 Icon, uint32 Flags, uint32 Data, char const * locName ) will removed after some time delay, and only void PlayerMenu::SendPointOfInterest( uint32 poi_id ) will exist. Author: GriffonHeart --HG-- branch : trunk
2009-02-17*Merge.QAston
--HG-- branch : trunk
2009-02-17Backed out changeset e85c3b6d551bQAston
--HG-- branch : trunk
2009-02-16[7287] Remove wrong implementation for spell 37573 dummy effect. It better ↵megamage
implement in scripts anyway. Author: NoFantasy *Note: this requires the import of SD2 script patch otherwise this spell will have no effect. [7286] Remove unused local variable. Author: VladimirMangos --HG-- branch : trunk
2009-02-16[7285] More code cleanups in static data structures use. Author: zhenyamegamage
--HG-- branch : trunk
2009-02-16[7283] Use map for trainer spells for fast find data by spell id. Author: zhenyamegamage
--HG-- branch : trunk
2009-02-15[7282] Store guilds in map for fast search by id, some other guild/arenateam ↵megamage
related cleanups. Author: zhenya --HG-- branch : trunk
2009-02-15Implemented limit category check for item/gem at equip or gem inserting. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-02-13[7266] Use DBC data for auction cut/deposit percents and location (auiction ↵megamage
house id in fact). More auction related code refactoring, Move auction related code from ObjectMgr to AuctionHouseMgr. Author: VladimirMangos --HG-- branch : trunk
2009-02-12*Merge.megamage
--HG-- branch : trunk
2009-02-12*Merge.megamage
--HG-- branch : trunk
2009-02-12*Fix a typoIncoGnito
--HG-- branch : trunk
2009-02-12More tabs2spacesParadox
--HG-- branch : trunk
2009-02-11*Add one more RewChoiceItemId field in quest template (SQL and feature ↵QAston
request by Brian). --HG-- branch : trunk
2009-02-09 [7250] Use bg type ids enum insted raw values and catch some bugs in ↵megamage
result for fixing. * Replace max bg type checks by DBC valid index check * Use in functions and fields BattlegroundTypeId type instead uint32 * Fixed wrong use bg queue ids instead bg type ids in queue update/remove function calls. Many bg have same raw values for type id and queue id but some can be affected by this bug: BATTLEGROUND_EY, BATTLEGROUND_SA, and all areans (with small arena/team size exceptions) * Move Battlemaster to bg type ids map fron ObjectMgr to BatteleGroundMgr. * Remobe redundent for header itself includes for BG headers. * Use Auction location enum instead raw valus. Author: VladimirMangos --HG-- branch : trunk
2009-02-09[7248] Check `battlemaster_entry` data at loading. Code cleanups. Author: zhenyamegamage
--HG-- branch : trunk
2009-02-09Add newline at end of file.KingPin
--HG-- branch : trunk
2009-02-09Replace tabs with spaces in more files.Paradox
--HG-- branch : trunk
2009-02-05*Allow scripts to override SQL and DBC data.megamage
--HG-- branch : trunk
2009-02-04Replace tabs with spaces, and fix crlf issuesmegamage
--HG-- branch : trunk
2009-02-06*Merge.megamage
--HG-- branch : trunk
2009-02-04*Merge.megamage
--HG-- branch : trunk
2009-02-04*Merge.megamage
--HG-- branch : trunk
2009-02-04* Updated copyright notice for new year (2009) part 2Drahy
* Changed mangos website --HG-- branch : trunk
2009-02-04* Updated copyright notice for new year (2009) part 1 - Mercurial cant ↵Drahy
convert all files at once --HG-- branch : trunk
2009-02-02[7220] Check creature spells data at server startup. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-01-31*Update to Mangos 7208. Implement phase system.megamage
--HG-- branch : trunk
2009-01-31*Update to Mangos 7206.megamage
--HG-- branch : trunk
2009-01-30*Update to Mangos 7205.megamage
--HG-- branch : trunk
2009-01-25*Update to Mangos 7183.megamage
--HG-- branch : trunk
2009-01-22*Update to Mangos 7151.megamage
--HG-- branch : trunk
2009-01-21*Update to Mangos 7136.megamage
--HG-- branch : trunk
2009-01-16*Update to Mangos 7092.megamage
--HG-- branch : trunk
2009-01-14*Update to Mangos 7093.megamage
--HG-- branch : trunk
2009-01-14*Update to Mangos 7083.megamage
--HG-- branch : trunk
2009-01-12*Update to Trinity 843.megamage
--HG-- branch : trunk
2009-01-12*Update to Mangos 7072.megamage
*Remove some duplicated functions of possess. --HG-- branch : trunk
2009-01-11*Implemented requires_heroic_quest_done in areatrigger_teleport - by AnubisssBlaymoira
--HG-- branch : trunk
2009-01-06*Mangos [7040] Move achievment rewards dat to new DB table. Implement ↵megamage
sending item rewards by mail. By VladimirMangos. Support localization string fields for new table. Move achievments related code and data from ObjectMgr to new AcievmentGlobalMgr. *Mangos [7041] Add 7-8 rank warlock stone. By GriffonHeart. --HG-- branch : trunk
2009-01-04*Mangos: replaced dynamic by static allocation in server packets header. ↵megamage
Added command to test large packets. By arrai. *Mangos: [7022] Added support for packets > 64 kb. By derex. --HG-- branch : trunk
2009-01-03*Merge with Trinity 768.megamage
--HG-- branch : trunk
2009-01-03[7015] Implement support -1 in item_template.stackable and ↵megamage
item_template.maxcount fields. By VladimirMangos. --HG-- branch : trunk
2009-01-03*Mangos [7010] Teleport players to the entrance of instances if they are in ↵megamage
reset ones at login. By arrai. --HG-- branch : trunk