server/src/game
hunuza 1e9483111d Fix 49998 and ranks healing part.
Signed-off-by: hunuza <hunuza@gmail.com>
2009-08-05 10:14:45 +02:00
..
AccountMgr.cpp [8103] More wide use IsInWorld checks and delayed at teleport operations. 2009-07-01 14:00:29 +04:00
AccountMgr.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
AchievementMgr.cpp [8288] Add table base addition reqs for achievements with ACHIEVEMENT_CRITERIA_TYPE_WIN_DUEL 2009-08-01 20:01:51 +04:00
AchievementMgr.h [8276] Implement achievment ACHIEVEMENT_CRITERIA_TYPE_WIN_BG 2009-07-29 17:29:10 +04:00
AggressorAI.cpp [7826] Avoid use GetDistance* that used slow sqrt call where possible, other related speedups. 2009-05-14 18:51:13 +04:00
AggressorAI.h [7667] Add to CreatureAI field pointing to creature itself. Use it instead diff. fields in subclases. 2009-04-14 06:52:16 +04:00
AnimalRandomMovementGenerator.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
ArenaTeam.cpp [8271] Fix: SQL typo in [8269] 2009-07-28 22:54:02 +02:00
ArenaTeam.h [8269] added "m_" prefix to ArenaTeam classmember-variables 2009-07-28 18:28:33 +02:00
ArenaTeamHandler.cpp [7918] Improve portability in work with uint64 string format specifiers and in code literals. 2009-05-30 22:44:20 +04:00
AuctionHouseHandler.cpp [7918] Improve portability in work with uint64 string format specifiers and in code literals. 2009-05-30 22:44:20 +04:00
AuctionHouseMgr.cpp [7918] Improve portability in work with uint64 string format specifiers and in code literals. 2009-05-30 22:44:20 +04:00
AuctionHouseMgr.h [7730] Some optimizantion and code style. 2009-04-29 01:05:21 +04:00
Bag.cpp [7730] Some optimizantion and code style. 2009-04-29 01:05:21 +04:00
Bag.h [7330] Code warnings and style cleanups. Some bugs fixes. 2009-02-24 01:54:53 +03:00
BattleGround.cpp [8276] Implement achievment ACHIEVEMENT_CRITERIA_TYPE_WIN_BG 2009-07-29 17:29:10 +04:00
BattleGround.h [8276] Implement achievment ACHIEVEMENT_CRITERIA_TYPE_WIN_BG 2009-07-29 17:29:10 +04:00
BattleGroundAA.cpp [7399] Rewrited BattleGround starting code - moved it to battleground class. 2009-03-07 11:23:23 +01:00
BattleGroundAA.h [7399] Rewrited BattleGround starting code - moved it to battleground class. 2009-03-07 11:23:23 +01:00
BattleGroundAB.cpp [8276] Implement achievment ACHIEVEMENT_CRITERIA_TYPE_WIN_BG 2009-07-29 17:29:10 +04:00
BattleGroundAB.h [8276] Implement achievment ACHIEVEMENT_CRITERIA_TYPE_WIN_BG 2009-07-29 17:29:10 +04:00
BattleGroundAV.cpp [7632] more "if"-condition related codestyle in battlegroundfiles 2009-04-07 17:25:53 +00:00
BattleGroundAV.h [7399] Rewrited BattleGround starting code - moved it to battleground class. 2009-03-07 11:23:23 +01:00
BattleGroundBE.cpp [7730] Some optimizantion and code style. 2009-04-29 01:05:21 +04:00
BattleGroundBE.h [7399] Rewrited BattleGround starting code - moved it to battleground class. 2009-03-07 11:23:23 +01:00
BattleGroundDS.cpp [7399] Rewrited BattleGround starting code - moved it to battleground class. 2009-03-07 11:23:23 +01:00
BattleGroundDS.h [7399] Rewrited BattleGround starting code - moved it to battleground class. 2009-03-07 11:23:23 +01:00
BattleGroundEY.cpp [8276] Implement achievment ACHIEVEMENT_CRITERIA_TYPE_WIN_BG 2009-07-29 17:29:10 +04:00
BattleGroundEY.h [8276] Implement achievment ACHIEVEMENT_CRITERIA_TYPE_WIN_BG 2009-07-29 17:29:10 +04:00
BattleGroundHandler.cpp [8044] Fixed: group members teleported on BG ending to locations they were before BG start. 2009-06-18 23:47:20 +04:00
BattleGroundMgr.cpp Merge commit 'origin/master' into 310 2009-05-31 12:16:25 +04:00
BattleGroundMgr.h Merge commit 'origin/master' into 310 2009-04-29 11:51:15 +04:00
BattleGroundNA.cpp [7730] Some optimizantion and code style. 2009-04-29 01:05:21 +04:00
BattleGroundNA.h [7399] Rewrited BattleGround starting code - moved it to battleground class. 2009-03-07 11:23:23 +01:00
BattleGroundRL.cpp [7730] Some optimizantion and code style. 2009-04-29 01:05:21 +04:00
BattleGroundRL.h [7399] Rewrited BattleGround starting code - moved it to battleground class. 2009-03-07 11:23:23 +01:00
BattleGroundRV.cpp [7399] Rewrited BattleGround starting code - moved it to battleground class. 2009-03-07 11:23:23 +01:00
BattleGroundRV.h [7399] Rewrited BattleGround starting code - moved it to battleground class. 2009-03-07 11:23:23 +01:00
BattleGroundSA.cpp [7731] Some code cleanups, warrning fixes. 2009-04-29 04:03:59 +04:00
BattleGroundSA.h [7399] Rewrited BattleGround starting code - moved it to battleground class. 2009-03-07 11:23:23 +01:00
BattleGroundWS.cpp [7730] Some optimizantion and code style. 2009-04-29 01:05:21 +04:00
BattleGroundWS.h [8276] Implement achievment ACHIEVEMENT_CRITERIA_TYPE_WIN_BG 2009-07-29 17:29:10 +04:00
Calendar.cpp [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
Calendar.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
CalendarHandler.cpp add scructures for CMGS calendar handlers. 2009-06-07 11:49:49 +04:00
Cell.h [7114] Code cleanups. 2009-01-19 15:13:57 +03:00
CellImpl.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
Channel.cpp [8185] Allow set visible gm level for in gm list and in who list checks. 2009-07-16 02:54:57 +04:00
Channel.h [7403] much more unneeded includes removed 2009-03-08 02:22:17 +03:00
ChannelHandler.cpp [8259] Move functions code from ChannelMgr.h to ChannelMgr.cpp. 2009-07-27 18:53:20 +04:00
ChannelMgr.cpp [8259] Move functions code from ChannelMgr.h to ChannelMgr.cpp. 2009-07-27 18:53:20 +04:00
ChannelMgr.h [8259] Move functions code from ChannelMgr.h to ChannelMgr.cpp. 2009-07-27 18:53:20 +04:00
CharacterHandler.cpp [8304] Move standup code to login, remove other not needed data change at save. 2009-08-04 12:52:01 +04:00
Chat.cpp [8277] Add new line at the end of some .cpp to make gcc happy 2009-07-29 18:34:37 +04:00
Chat.h [8249] Implement support spell_proc_item_enchant table for ppm item enchantments triggering at hit. 2009-07-26 04:58:46 +04:00
ChatHandler.cpp [7731] Some code cleanups, warrning fixes. 2009-04-29 04:03:59 +04:00
CombatHandler.cpp [7905] Implement ACTION_T_SET_SHEATH for creature event ai make possibility set ranged fire state. 2009-05-29 01:05:39 +04:00
ConfusedMovementGenerator.cpp [8077] Resolve mixed store and use 2 different flags values types in single field. 2009-06-26 01:57:34 +04:00
ConfusedMovementGenerator.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
Corpse.cpp [8182] Store and use Map* pointer in WorldObject instead map ids for speedup 2009-07-15 02:13:52 +04:00
Corpse.h [7577] Implement YellToZone for different world object types. 2009-03-29 01:09:15 +03:00
Creature.cpp [8204] Avoid call assistance from non-combatants. 2009-07-19 05:38:49 +04:00
Creature.h [8190] Update killing quest objectives base at creature_template KillCredit fields. 2009-07-17 03:45:40 +04:00
CreatureAI.cpp [7668] Cleanup In CreatureAI function descriptions and AttackStart/AttackedBy use. 2009-04-14 10:14:10 +04:00
CreatureAI.h [8221] Removed trailing whitespaces 2009-07-20 17:53:14 +02:00
CreatureAIImpl.h [7667] Add to CreatureAI field pointing to creature itself. Use it instead diff. fields in subclases. 2009-04-14 06:52:16 +04:00
CreatureAIRegistry.cpp [7622] Added creatureAI with related database tables. 2009-04-05 23:05:44 +04:00
CreatureAIRegistry.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
CreatureAISelector.cpp [7731] Some code cleanups, warrning fixes. 2009-04-29 04:03:59 +04:00
CreatureAISelector.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
CreatureEventAI.cpp [8235] Fixed typos in ACTION_T_SET_INVINCEABILITY_HP_LEVEL. 2009-07-23 17:28:06 +04:00
CreatureEventAI.h [8235] Fixed typos in ACTION_T_SET_INVINCEABILITY_HP_LEVEL. 2009-07-23 17:28:06 +04:00
CreatureEventAIMgr.cpp [8258] Replace redundent PQuery uses by Query in EventAI code. 2009-07-27 17:55:01 +04:00
CreatureEventAIMgr.h [7717] Use more safe code in EventAI. 2009-04-26 19:19:36 +04:00
DBCEnums.h [7825] Fixed typo in comment and var. name. 2009-05-14 12:36:14 +04:00
DBCfmt.h [7995] Check display id correctness for creature and gameobjects. 2009-06-11 22:43:18 +04:00
DBCStores.cpp [8151] Fixed some format warnings and typos. 2009-07-09 01:09:12 +04:00
DBCStores.h [7995] Check display id correctness for creature and gameobjects. 2009-06-11 22:43:18 +04:00
DBCStructure.h [8276] Implement achievment ACHIEVEMENT_CRITERIA_TYPE_WIN_BG 2009-07-29 17:29:10 +04:00
debugcmds.cpp [8169] Implement new optional table spell_check and console command .debug spellcheck 2009-07-12 22:15:56 +04:00
DestinationHolder.cpp [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
DestinationHolder.h [8026] Obtain object's map directly by calling appropriate WorldObject::GetMap()/GetBaseMap() functions instead of accessing MapManager. Code cleanups. Big thanks Infinity for tests. 2009-06-16 12:47:02 +04:00
DestinationHolderImp.h [8026] Obtain object's map directly by calling appropriate WorldObject::GetMap()/GetBaseMap() functions instead of accessing MapManager. Code cleanups. Big thanks Infinity for tests. 2009-06-16 12:47:02 +04:00
DuelHandler.cpp [7403] much more unneeded includes removed 2009-03-08 02:22:17 +03:00
DynamicObject.cpp [8182] Store and use Map* pointer in WorldObject instead map ids for speedup 2009-07-15 02:13:52 +04:00
DynamicObject.h [7967] Removed unused field. (cherry picked from commit acb3e8402f08aa0c2073bc78607f76c8d7098105) 2009-06-06 06:40:06 +04:00
FleeingMovementGenerator.cpp [8077] Resolve mixed store and use 2 different flags values types in single field. 2009-06-26 01:57:34 +04:00
FleeingMovementGenerator.h Mobs fleeing and getting assistance feature implementaion. 2009-05-21 01:33:28 +04:00
FollowerReference.cpp [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
FollowerReference.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
FollowerRefManager.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
Formulas.h [7296] Fixed some GCC warnings. 2009-02-18 19:22:56 +03:00
GameEventMgr.cpp [8277] Add new line at the end of some .cpp to make gcc happy 2009-07-29 18:34:37 +04:00
GameEventMgr.h [7580] Add Policies/Singleton.h include in all headers where it expected. 2009-03-29 15:49:44 +04:00
GameObject.cpp [8252] Move DB scripting code from global World to Map. 2009-07-26 12:20:59 +04:00
GameObject.h [8205] Really use trap GO charges and avoid casting in despawned state. 2009-07-19 07:41:08 +04:00
GlobalEvents.cpp [7039] Implement mangosd.conf options Death.Bones.* for disable bones creating from corpse in world zones or in arena/bg. 2009-01-06 14:49:36 +03:00
GlobalEvents.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
GMTicketHandler.cpp [8013] Fixed SMSG_RAID_INSTANCE_INFO opcode, some other fixes. 2009-06-14 19:24:56 +04:00
GMTicketMgr.cpp [7730] Some optimizantion and code style. 2009-04-29 01:05:21 +04:00
GMTicketMgr.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
GossipDef.cpp Merge commit 'origin/master' into 310 2009-06-02 15:01:26 +04:00
GossipDef.h [7306] Updated POI icons defines. 2009-02-19 21:15:10 +03:00
GridDefines.h [8149] Use formula instead hardcoded value for CENTER_GRID_CELL_ID calculation. 2009-07-08 23:25:32 +04:00
GridNotifiers.cpp [7826] Avoid use GetDistance* that used slow sqrt call where possible, other related speedups. 2009-05-14 18:51:13 +04:00
GridNotifiers.h [7957] Implemented for AnyAoETargetUnitInObjectRangeCheck possibility to allow/disallow selecting hidden units. 2009-06-05 03:01:20 +02:00
GridNotifiersImpl.h [7836] Fixes for distance range checks. 2009-05-16 10:25:11 +04:00
GridStates.cpp [7403] much more unneeded includes removed 2009-03-08 02:22:17 +03:00
GridStates.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
Group.cpp [8108] Fixed a case in resetting group binds where the actual map reset was done even though it had permanent binds. 2009-07-02 15:41:01 +03:00
Group.h [7455] Implemented condition that player can be in 2 groups in 1 time - BG raid and normal group / raid. 2009-03-14 17:01:30 +01:00
GroupHandler.cpp [7926] Implement loot roll achievement criteria types used in statistics 2009-05-31 10:05:25 +04:00
GroupReference.cpp [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
GroupReference.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
GroupRefManager.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
GuardAI.cpp [7826] Avoid use GetDistance* that used slow sqrt call where possible, other related speedups. 2009-05-14 18:51:13 +04:00
GuardAI.h [7667] Add to CreatureAI field pointing to creature itself. Use it instead diff. fields in subclases. 2009-04-14 06:52:16 +04:00
Guild.cpp [8277] Add new line at the end of some .cpp to make gcc happy 2009-07-29 18:34:37 +04:00
Guild.h [7762] Fixed build in *nix. 2009-05-04 21:58:29 +04:00
GuildHandler.cpp [8072] First step to get rid of data blob. 2009-06-23 17:51:48 +02:00
HomeMovementGenerator.cpp [8077] Resolve mixed store and use 2 different flags values types in single field. 2009-06-26 01:57:34 +04:00
HomeMovementGenerator.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
HostilRefManager.cpp [7552] Move client version dependend DBC code to src/game. 2009-03-27 01:59:26 +03:00
HostilRefManager.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
IdleMovementGenerator.cpp Mobs fleeing and getting assistance feature implementaion. 2009-05-21 01:33:28 +04:00
IdleMovementGenerator.h Mobs fleeing and getting assistance feature implementaion. 2009-05-21 01:33:28 +04:00
InstanceData.cpp [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
InstanceData.h [7871] Drop unused second arg in InstanceData::OnCreatureCreate. 2009-05-22 06:33:08 +04:00
InstanceSaveMgr.cpp [8106] Revert "Fixed instance heroic/raid reset cooldown at switch normal/heroic difficalty." 2009-07-02 00:01:43 +04:00
InstanceSaveMgr.h [7810] Moved ZThread related code on ACE framework. 2009-05-11 12:14:22 +04:00
Item.cpp [8277] Add new line at the end of some .cpp to make gcc happy 2009-07-29 18:34:37 +04:00
Item.h Merge commit 'origin/master' into 310 2009-06-09 09:51:34 +04:00
ItemEnchantmentMgr.cpp [7730] Some optimizantion and code style. 2009-04-29 01:05:21 +04:00
ItemEnchantmentMgr.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
ItemHandler.cpp [8244] Skip cheating check for buy bank slot opcode. 2009-07-25 06:47:05 +04:00
ItemPrototype.h [7911] Applied coding style. 2009-05-29 19:07:28 +04:00
Language.h [7839] Rafactoring player targeting code in chat command and related cleanups/improvments. 2009-05-17 14:29:55 +04:00
Level0.cpp [8189] Fixed: not include player in GM online list output. 2009-07-17 02:14:42 +04:00
Level1.cpp [8071] Restore work .modify tp command. Allow apply it to selected character's pet. 2009-06-23 04:46:13 +04:00
Level2.cpp [8102] Simplify code base at new root method WorldObject::CleanupsBeforeDelete 2009-07-01 11:09:34 +04:00
Level3.cpp [8249] Implement support spell_proc_item_enchant table for ppm item enchantments triggering at hit. 2009-07-26 04:58:46 +04:00
LFGHandler.cpp [8103] More wide use IsInWorld checks and delayed at teleport operations. 2009-07-01 14:00:29 +04:00
LootHandler.cpp [8131] Some anti-cheating server side checks. 2009-07-05 23:06:58 +04:00
LootMgr.cpp [8183] Some gameobject despanw related fixes 2009-07-15 06:32:08 +04:00
LootMgr.h [7737] Implement ACHIEVEMENT_CRITERIA_TYPE_LOOT_TYPE. 2009-04-30 03:07:05 +04:00
Mail.cpp [8156] Some mail show flags use. 2009-07-10 06:38:23 +04:00
Mail.h [7898] Improve client error output at different mail send errors, cleanup code. 2009-05-27 01:14:17 +04:00
Makefile.am [8275] Remove unneeded static linkage in src/game/ 2009-07-29 14:50:51 +02:00
Map.cpp [8280] Avoid grid loading loading at packet broadcasts. 2009-07-30 18:17:09 +04:00
Map.h [8272] Fixed typos in world 'height' by code. 2009-07-29 10:04:53 +04:00
MapInstanced.cpp [8182] Store and use Map* pointer in WorldObject instead map ids for speedup 2009-07-15 02:13:52 +04:00
MapInstanced.h [8182] Store and use Map* pointer in WorldObject instead map ids for speedup 2009-07-15 02:13:52 +04:00
MapManager.cpp [8182] Store and use Map* pointer in WorldObject instead map ids for speedup 2009-07-15 02:13:52 +04:00
MapManager.h [8182] Store and use Map* pointer in WorldObject instead map ids for speedup 2009-07-15 02:13:52 +04:00
MapReference.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
MapRefManager.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
MiscHandler.cpp Fixed /played chat command. 2009-07-29 15:14:23 +04:00
MotionMaster.cpp Mobs fleeing and getting assistance feature implementaion. 2009-05-21 01:33:28 +04:00
MotionMaster.h Mobs fleeing and getting assistance feature implementaion. 2009-05-21 01:33:28 +04:00
MovementGenerator.cpp [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
MovementGenerator.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
MovementGeneratorImpl.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
MovementHandler.cpp [8182] Store and use Map* pointer in WorldObject instead map ids for speedup 2009-07-15 02:13:52 +04:00
NPCHandler.cpp [8103] More wide use IsInWorld checks and delayed at teleport operations. 2009-07-01 14:00:29 +04:00
NPCHandler.h [7285] More code cleanups in static data structures use. 2009-02-16 17:10:24 +03:00
NullCreatureAI.cpp [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
NullCreatureAI.h [7668] Cleanup In CreatureAI function descriptions and AttackStart/AttackedBy use. 2009-04-14 10:14:10 +04:00
Object.cpp [8225] Some fixes from 320 branch. 2009-07-21 05:30:58 +04:00
Object.h [8225] Some fixes from 320 branch. 2009-07-21 05:30:58 +04:00
ObjectAccessor.cpp [8182] Store and use Map* pointer in WorldObject instead map ids for speedup 2009-07-15 02:13:52 +04:00
ObjectAccessor.h [8103] More wide use IsInWorld checks and delayed at teleport operations. 2009-07-01 14:00:29 +04:00
ObjectDefines.h [7918] Improve portability in work with uint64 string format specifiers and in code literals. 2009-05-30 22:44:20 +04:00
ObjectGridLoader.cpp [8182] Store and use Map* pointer in WorldObject instead map ids for speedup 2009-07-15 02:13:52 +04:00
ObjectGridLoader.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
ObjectMgr.cpp [8221] Removed trailing whitespaces 2009-07-20 17:53:14 +02:00
ObjectMgr.h [8209] Comment fix. 2009-07-19 17:41:11 +02:00
ObjectPosSelector.cpp [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
ObjectPosSelector.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
Opcodes.cpp [8225] Some fixes from 320 branch. 2009-07-21 05:30:58 +04:00
Opcodes.h [8225] Some fixes from 320 branch. 2009-07-21 05:30:58 +04:00
Path.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
pchdef.cpp [7744] Use Precompiled Headers for fast build in win. 2009-05-03 18:07:55 +04:00
pchdef.h [8200] Use FASTBUILD precompiled mode for debug case also. 2009-07-19 02:40:41 +04:00
Pet.cpp [8251] Store in some DB tables only data for first rank. 2009-07-26 10:46:36 +04:00
Pet.h [8126] Improvemets in player/pet/charter name checks. 2009-07-05 20:30:33 +04:00
PetAI.cpp [8297] Partly revert "[8291] Now allow auto-casting pet spells out of combat by PetAI, related code cleanups." 2009-08-03 00:07:05 +04:00
PetAI.h [8291] Now allow auto-casting pet spells out of combat by PetAI, related code cleanups. 2009-08-01 23:19:59 +04:00
PetHandler.cpp [8126] Improvemets in player/pet/charter name checks. 2009-07-05 20:30:33 +04:00
PetitionsHandler.cpp [7730] Some optimizantion and code style. 2009-04-29 01:05:21 +04:00
Player.cpp [8308] More generic code for new continent spell casting including fly form/mounts. 2009-08-04 23:43:35 +04:00
Player.h [8308] More generic code for new continent spell casting including fly form/mounts. 2009-08-04 23:43:35 +04:00
PlayerDump.cpp [8305] Fixed item loading from pdumps. 2009-08-04 13:19:32 +04:00
PlayerDump.h [7665] Include achievement data to pdumps. 2009-04-14 01:04:19 +04:00
PointMovementGenerator.cpp [8273] Use UNIT_STAT_ROAMING for PointMovement generator. 2009-07-29 12:39:14 +02:00
PointMovementGenerator.h Mobs fleeing and getting assistance feature implementaion. 2009-05-21 01:33:28 +04:00
PoolHandler.cpp [8102] Simplify code base at new root method WorldObject::CleanupsBeforeDelete 2009-07-01 11:09:34 +04:00
PoolHandler.h [7580] Add Policies/Singleton.h include in all headers where it expected. 2009-03-29 15:49:44 +04:00
QueryHandler.cpp [8190] Update killing quest objectives base at creature_template KillCredit fields. 2009-07-17 03:45:40 +04:00
QuestDef.cpp [7945] Implement support quest data for DetailsEmoteDelay and OfferRewardEmoteDelay value for set time ordering details and reward emotes. 2009-06-02 14:47:13 +04:00
QuestDef.h Merge commit 'origin/master' into 310 2009-06-02 15:01:26 +04:00
QuestHandler.cpp [8087] Cleanup code. 2009-06-29 02:21:17 +04:00
RandomMovementGenerator.cpp [8077] Resolve mixed store and use 2 different flags values types in single field. 2009-06-26 01:57:34 +04:00
RandomMovementGenerator.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
ReactorAI.cpp [7723] New AI call EnterCombat called at enter creature to combat (and re-enter if leave by some reason). 2009-04-27 03:40:50 +04:00
ReactorAI.h [7667] Add to CreatureAI field pointing to creature itself. Use it instead diff. fields in subclases. 2009-04-14 06:52:16 +04:00
ReputationMgr.cpp [8277] Add new line at the end of some .cpp to make gcc happy 2009-07-29 18:34:37 +04:00
ReputationMgr.h [7552] Move client version dependend DBC code to src/game. 2009-03-27 01:59:26 +03:00
ScriptCalls.cpp Merge 'master' into 310 2009-04-18 17:21:29 +04:00
ScriptCalls.h Merge 'master' into 310 2009-04-18 17:21:29 +04:00
SharedDefines.h [8301] Restore work 1122 broken after switch. 2009-08-03 16:05:31 +04:00
SkillDiscovery.cpp [8234] Implement support for explcit discovery spell 64323. Also better checks at loading. 2009-07-23 17:14:31 +04:00
SkillDiscovery.h [7133] Re-implement explicit spell discovery code. 2009-01-21 06:39:54 +03:00
SkillExtraItems.cpp [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
SkillExtraItems.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
SkillHandler.cpp [7911] Applied coding style. 2009-05-29 19:07:28 +04:00
SocialMgr.cpp [8185] Allow set visible gm level for in gm list and in who list checks. 2009-07-16 02:54:57 +04:00
SocialMgr.h [7123] Cleanup in using STD's containers erase method. 2009-01-20 20:07:44 +01:00
Spell.cpp [8308] More generic code for new continent spell casting including fly form/mounts. 2009-08-04 23:43:35 +04:00
Spell.h [8264] Implement target mode 104 (forward 30 degries cone) 2009-07-28 14:14:05 +04:00
SpellAuraDefines.h [8139] Implemented aura SPELL_AURA_ABILITY_PERIODIC_CRIT(286). 2009-07-06 22:48:34 +02:00
SpellAuras.cpp [8300] Re-enable in more clear way anti-crash client protection at enslave demon. 2009-08-03 15:30:53 +04:00
SpellAuras.h [8298] Use new Aura::HandleSpellSpecificBoosts for apply/remove dependent auras. 2009-08-03 02:27:30 +04:00
SpellEffects.cpp Fix 49998 and ranks healing part. 2009-08-05 10:14:45 +02:00
SpellHandler.cpp [8221] Removed trailing whitespaces 2009-07-20 17:53:14 +02:00
SpellMgr.cpp [8308] More generic code for new continent spell casting including fly form/mounts. 2009-08-04 23:43:35 +04:00
SpellMgr.h [8309] Fixed paladin judgement selection code in some places. 2009-08-05 00:52:40 +04:00
StatSystem.cpp [8237] Apply attack power multiplier to creature bonus attackpower. 2009-07-24 16:55:37 +04:00
TargetedMovementGenerator.cpp [8261] Skip not in world targets in same way as not existed targets. 2009-07-27 22:20:47 +04:00
TargetedMovementGenerator.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
TaxiHandler.cpp [8015] More dislpay id selection fixes... 2009-06-14 21:57:56 +04:00
TemporarySummon.cpp [8177] Fixed calling SummonedCreatureDespawn from TemporarySummon::UnSummon 2009-07-13 22:16:06 +02:00
TemporarySummon.h [8154] Export only needed method from TemporarySummon class instead of whole class. 2009-07-09 13:11:52 +02:00
ThreatManager.cpp [8163] Fixed typo and wrong check affecting threat calculation. 2009-07-12 00:18:28 +04:00
ThreatManager.h [7620] Make GCC happy. Restore build at Unix/Linux. 2009-04-05 19:57:08 +04:00
Totem.cpp [8277] Add new line at the end of some .cpp to make gcc happy 2009-07-29 18:34:37 +04:00
Totem.h [7111] Fixes in Spell Effect immunes 2009-01-19 02:57:50 +03:00
TotemAI.cpp [7697] Interrupt casting at enter to evade mode. 2009-04-22 18:05:59 +04:00
TotemAI.h [7667] Add to CreatureAI field pointing to creature itself. Use it instead diff. fields in subclases. 2009-04-14 06:52:16 +04:00
TradeHandler.cpp [7826] Avoid use GetDistance* that used slow sqrt call where possible, other related speedups. 2009-05-14 18:51:13 +04:00
Transports.cpp [8182] Store and use Map* pointer in WorldObject instead map ids for speedup 2009-07-15 02:13:52 +04:00
Transports.h [8182] Store and use Map* pointer in WorldObject instead map ids for speedup 2009-07-15 02:13:52 +04:00
Traveller.h [8077] Resolve mixed store and use 2 different flags values types in single field. 2009-06-26 01:57:34 +04:00
Unit.cpp [8313] Fix dk talent 49219 and ranks. 2009-08-05 09:27:00 +02:00
Unit.h [8295] Remove single target auras at caster/target shift to not accessable phase. 2009-08-02 10:55:41 +04:00
UnitEvents.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
UpdateData.cpp [8231] Use more safe destination buffer size for zlib compression. 2009-07-22 15:59:36 +04:00
UpdateData.h Fixed typos, merge errors. 2009-06-07 22:04:45 +04:00
UpdateFields.h Updated to 3.1.3.9947 client build. 2009-06-02 14:58:59 +04:00
UpdateMask.h [7730] Some optimizantion and code style. 2009-04-29 01:05:21 +04:00
Vehicle.cpp [8182] Store and use Map* pointer in WorldObject instead map ids for speedup 2009-07-15 02:13:52 +04:00
Vehicle.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00
VoiceChatHandler.cpp [7911] Applied coding style. 2009-05-29 19:07:28 +04:00
WaypointManager.cpp [8026] Obtain object's map directly by calling appropriate WorldObject::GetMap()/GetBaseMap() functions instead of accessing MapManager. Code cleanups. Big thanks Infinity for tests. 2009-06-16 12:47:02 +04:00
WaypointManager.h [7580] Add Policies/Singleton.h include in all headers where it expected. 2009-03-29 15:49:44 +04:00
WaypointMovementGenerator.cpp [8282] Correct typo in SetStoppedByPlayer() and it's related. 2009-07-31 12:54:44 +02:00
WaypointMovementGenerator.h [8282] Correct typo in SetStoppedByPlayer() and it's related. 2009-07-31 12:54:44 +02:00
Weather.cpp [7403] much more unneeded includes removed 2009-03-08 02:22:17 +03:00
Weather.h [7130] Changet all *::Update(time_t) to *::Update(uint32), there is no need to use time_t (mostly 64b) because time diffs are very small numbers and the base calculation of diff is done as uint32. 2009-01-21 02:48:32 +01:00
World.cpp [8252] Move DB scripting code from global World to Map. 2009-07-26 12:20:59 +04:00
World.h [8256] Restore DB script loading broken after [8252]. 2009-07-27 11:31:53 +04:00
WorldLog.cpp [7810] Moved ZThread related code on ACE framework. 2009-05-11 12:14:22 +04:00
WorldLog.h [7810] Moved ZThread related code on ACE framework. 2009-05-11 12:14:22 +04:00
WorldSession.cpp [8270] Fixed problem with Alt+F4 in instances. 2009-07-28 22:44:48 +02:00
WorldSession.h [8015] More dislpay id selection fixes... 2009-06-14 21:57:56 +04:00
WorldSocket.cpp [8278] Update packet size checks in WorldSocket::HandleAuthSession to 3.x state. 2009-07-30 12:46:20 +04:00
WorldSocket.h [7022] Added support for packets > 64 kb 2009-01-04 19:20:06 +01:00
WorldSocketMgr.cpp [7733] Fixed compile error on VC2005ee. 2009-04-29 15:30:19 +04:00
WorldSocketMgr.h [7017] Updated copyright notice for new year 2009-01-03 18:09:51 +01:00