server/src/game
NoFantasy 6e1605caef [10725] Add a few comments for SUMMON_PROP_TYPE_CRITTER
Signed-off-by: NoFantasy <nofantasy@nf.no>
2010-11-15 22:35:33 +01:00
..
AccountMgr.cpp [10692] Fixed wrongly use %d for guids in DB queries. 2010-11-07 22:10:37 +03:00
AccountMgr.h [9767] Add the posibility to keep deleted characters in the database for a while and also add related commands. 2010-04-20 22:12:50 +04:00
AchievementMgr.cpp [10670] Restore build at real C++ compilers after recent timed achievements commit. 2010-11-01 09:41:12 +03:00
AchievementMgr.h [10667] Timed Achievements, Fail-Support and Opcodes 2010-11-01 05:47:08 +03:00
AggressorAI.cpp [10610] Renamed some functions from the Creature class 2010-10-14 22:07:04 +02:00
AggressorAI.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
ArenaTeam.cpp [10664] Rename arena_team_stats fields for better fit to stored values. 2010-11-01 02:37:10 +03:00
ArenaTeam.h [10413] Add some missing class/struct forward declarations and includes. 2010-08-27 23:55:57 +04:00
ArenaTeamHandler.cpp [10379] More wide use ObjectGuid in arena team code. 2010-08-19 12:22:45 +04:00
AuctionHouseHandler.cpp [10641] Fixed use item dynamic/item proto flags. 2010-10-25 16:27:14 +04:00
AuctionHouseMgr.cpp [10662] Implement partly item looting 2010-11-01 02:04:08 +03:00
AuctionHouseMgr.h [10432] Rename ASSERT -> MANGOS_ASSERT and related fixes 2010-09-02 05:13:16 +04:00
Bag.cpp [10715] Fixed move in inventory items with ItemLimitCategory. 2010-11-10 05:42:53 +03:00
Bag.h [10715] Fixed move in inventory items with ItemLimitCategory. 2010-11-10 05:42:53 +03:00
BattleGround.cpp [10666] Implement ACHIEVEMENT_CRITERIA_TYPE_HIGHEST_*_RATING 2010-11-01 04:14:15 +03:00
BattleGround.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundAA.cpp [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundAA.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundAB.cpp [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundAB.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundAV.cpp [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundAV.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundBE.cpp [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundBE.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundDS.cpp [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundDS.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundEY.cpp [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundEY.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundHandler.cpp [10635] Convert many opcode handlers to ObjectGuid use. 2010-10-21 10:43:14 +04:00
BattleGroundIC.cpp [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundIC.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundMgr.cpp [10619] Clarify premade groups mode config option. 2010-10-18 09:13:07 +04:00
BattleGroundMgr.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundNA.cpp [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundNA.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundRB.cpp [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundRB.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundRL.cpp [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundRL.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundRV.cpp [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundRV.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundSA.cpp [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundSA.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundWS.cpp [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
BattleGroundWS.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
Calendar.cpp [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
Calendar.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
CalendarHandler.cpp [10640] Implement instance guids with proper HIGHGUID_INSTANCE use. 2010-10-24 14:54:11 +04:00
Camera.cpp [10462] Implement spell 6495 2010-09-10 05:32:51 +04:00
Camera.h [10462] Implement spell 6495 2010-09-10 05:32:51 +04:00
Cell.h [10705] Simplify CellArea calculation 2010-11-09 00:56:49 +02:00
CellImpl.h [10705] Simplify CellArea calculation 2010-11-09 00:56:49 +02:00
Channel.cpp Replaced hardcoded value with enum. 2010-05-11 16:49:49 +04:00
Channel.h Replaced hardcoded value with enum. 2010-05-11 16:49:49 +04:00
ChannelHandler.cpp [10469] Rename some opcode handler to better follow used naming style 2010-09-11 14:38:22 +04:00
ChannelMgr.cpp Replaced hardcoded value with enum. 2010-05-11 16:49:49 +04:00
ChannelMgr.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
CharacterDatabaseCleaner.cpp [9849] Implement character database clean up. 2010-05-07 23:08:24 +02:00
CharacterDatabaseCleaner.h [9849] Implement character database clean up. 2010-05-07 23:08:24 +02:00
CharacterHandler.cpp [10702] Fixed loading mails broken after [10692] 2010-11-08 22:57:59 +03:00
Chat.cpp [10692] Fixed some GCC warnings and code errors. 2010-11-07 21:30:55 +03:00
Chat.h [10682] New table 'item_convert' for convertion items. 2010-11-05 00:41:16 +03:00
ChatHandler.cpp [10636] Ignore another map target for text emote. 2010-10-21 11:01:42 +04:00
CombatHandler.cpp [10338] Create Map version for GetPlayer/GetUnit fucntions 2010-08-10 23:22:11 +04:00
ConfusedMovementGenerator.cpp [10610] Renamed some functions from the Creature class 2010-10-14 22:07:04 +02:00
ConfusedMovementGenerator.h [9561] Fixed typos in header guards 2010-03-10 12:48:28 +03:00
Corpse.cpp [10692] Fixed wrongly use %d for guids in DB queries. 2010-11-07 22:10:37 +03:00
Corpse.h [10432] Rename ASSERT -> MANGOS_ASSERT and related fixes 2010-09-02 05:13:16 +04:00
Creature.cpp [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
Creature.h [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
CreatureAI.cpp [10701] Correct check percent spell costs in AI::CanCast 2010-11-08 22:38:35 +03:00
CreatureAI.h [9410] Correct a typo in enum name, CAST_INTERRUPT_PREVIOUS 2010-02-19 02:13:46 +01:00
CreatureAIImpl.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
CreatureAIRegistry.cpp [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
CreatureAIRegistry.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
CreatureAISelector.cpp [10671] Convert some Unit owner/etc guids to ObjectGuid way. 2010-11-01 13:19:50 +03:00
CreatureAISelector.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
CreatureEventAI.cpp [10701] Correct check percent spell costs in AI::CanCast 2010-11-08 22:38:35 +03:00
CreatureEventAI.h [10510] Reimplement aura stack checking EventAI events. 2010-09-20 13:29:22 +04:00
CreatureEventAIMgr.cpp [10657] Separate quest_template.QuestFlags from SpecialFlags 2010-10-30 01:14:17 +02:00
CreatureEventAIMgr.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
DBCEnums.h Backports from 400 branch. 2010-11-15 18:01:45 +03:00
DBCfmt.h Backports from 400 branch. 2010-11-15 18:01:45 +03:00
DBCStores.cpp Backports from 400 branch. 2010-11-15 18:01:45 +03:00
DBCStores.h Backports from 400 branch. 2010-11-15 18:01:45 +03:00
DBCStructure.h [10725] Add a few comments for SUMMON_PROP_TYPE_CRITTER 2010-11-15 22:35:33 +01:00
debugcmds.cpp [10711] Check localization data for existance main table entres. 2010-11-09 20:26:59 +03:00
DestinationHolder.cpp [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
DestinationHolder.h [10687] UInt32 timer class copies instead using time_t timers for mstime cases. 2010-11-06 22:51:40 +03:00
DestinationHolderImp.h [10421] Correct typo in function name. 2010-08-29 12:24:21 +02:00
DuelHandler.cpp [10635] Convert many opcode handlers to ObjectGuid use. 2010-10-21 10:43:14 +04:00
DynamicObject.cpp Backports from 400 branch. 2010-11-15 18:01:45 +03:00
DynamicObject.h [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
FleeingMovementGenerator.cpp [10627] Use ObjectGuid for player's selection and unit's target 2010-10-20 08:19:48 +04:00
FleeingMovementGenerator.h [9542] Make MovementGenerator::GetMovementGeneratorType() const 2010-03-07 13:55:18 +03:00
FollowerReference.cpp [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
FollowerReference.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
FollowerRefManager.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
Formulas.h [10610] Renamed some functions from the Creature class 2010-10-14 22:07:04 +02:00
GameEventMgr.cpp [10660] Make quest for game event be independent of source 2010-10-31 11:35:09 +01:00
GameEventMgr.h [10660] Make quest for game event be independent of source 2010-10-31 11:35:09 +01:00
GameObject.cpp [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
GameObject.h [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
GMTicketHandler.cpp [10469] Rename some opcode handler to better follow used naming style 2010-09-11 14:38:22 +04:00
GMTicketMgr.cpp [10692] Fixed some GCC warnings and code errors. 2010-11-07 21:30:55 +03:00
GMTicketMgr.h [10353] Avoid access to DB at view GM tickets by chat commands. 2010-08-13 05:41:34 +04:00
GossipDef.cpp Backports from 400 branch. 2010-11-15 18:01:45 +03:00
GossipDef.h [10704] Add the option to close gossip window in gossip system 2010-11-08 23:18:58 +01:00
GridDefines.h [10710] Fixed typos in my previous commit 2010-11-09 15:24:10 +02:00
GridMap.cpp [10082] Drop now unused dotconfpp lib code. 2010-06-20 02:20:51 +04:00
GridMap.h [9995] Move GridMap class (and related structs/enums) to separate cpp/h. 2010-05-28 13:34:14 +02:00
GridNotifiers.cpp [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
GridNotifiers.h [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
GridNotifiersImpl.h [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
GridStates.cpp [9838] More log filters and macro uses. 2010-05-05 18:46:10 +04:00
GridStates.h [9996] Remove grid state debugging code and move state machine to MapManager. 2010-05-28 15:01:04 +02:00
Group.cpp [10713] player/group instance binding fixes. 2010-11-10 04:36:01 +03:00
Group.h Backports from 400 branch. 2010-11-15 18:01:45 +03:00
GroupHandler.cpp [10692] Fixed some GCC warnings and code errors. 2010-11-07 21:30:55 +03:00
GroupReference.cpp [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
GroupReference.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
GroupRefManager.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
GuardAI.cpp [10610] Renamed some functions from the Creature class 2010-10-14 22:07:04 +02:00
GuardAI.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
Guild.cpp [10662] Implement partly item looting 2010-11-01 02:04:08 +03:00
Guild.h [10378] Avoid double lookup member slot in guild operations. 2010-08-19 11:17:33 +04:00
GuildHandler.cpp [10378] Avoid double lookup member slot in guild operations. 2010-08-19 11:17:33 +04:00
HomeMovementGenerator.cpp [10620] Fixed MSG_MOVE_HEARTBEAT structure. 2010-10-19 00:55:26 +04:00
HomeMovementGenerator.h [9542] Make MovementGenerator::GetMovementGeneratorType() const 2010-03-07 13:55:18 +03:00
HostileRefManager.cpp [10465] Implement SPELL_EFFECT_REDIRECT_THREAT 2010-09-11 00:35:13 +04:00
HostileRefManager.h [10466] Proper reset threat rediraction for existed spells. 2010-09-11 01:09:22 +04:00
IdleMovementGenerator.cpp [9381] Fixed some compile warnings. 2010-02-14 18:16:07 +03:00
IdleMovementGenerator.h [9542] Make MovementGenerator::GetMovementGeneratorType() const 2010-03-07 13:55:18 +03:00
InstanceData.cpp [10692] Fixed wrongly use %d for guids in DB queries. 2010-11-07 22:10:37 +03:00
InstanceData.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
InstanceSaveMgr.cpp [10692] Fixed wrongly use %d for guids in DB queries. 2010-11-07 22:10:37 +03:00
InstanceSaveMgr.h [10640] Implement instance guids with proper HIGHGUID_INSTANCE use. 2010-10-24 14:54:11 +04:00
Item.cpp Backports from 400 branch. 2010-11-15 18:01:45 +03:00
Item.h [10689] Restore some item checkes for temporary loot case. 2010-11-07 02:20:10 +03:00
ItemEnchantmentMgr.cpp [9386] Store some config values in Rate emun. 2010-02-15 00:17:44 +03:00
ItemEnchantmentMgr.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
ItemHandler.cpp [10682] New table 'item_convert' for convertion items. 2010-11-05 00:41:16 +03:00
ItemPrototype.h Backports from 400 branch. 2010-11-15 18:01:45 +03:00
Language.h [10400] Fixed crash in .aura command for spell without auras. 2010-08-22 16:52:51 +04:00
Level0.cpp [10692] Fixed wrongly use %d for guids in DB queries. 2010-11-07 22:10:37 +03:00
Level1.cpp [10713] player/group instance binding fixes. 2010-11-10 04:36:01 +03:00
Level2.cpp [10692] Fixed wrongly use %d for guids in DB queries. 2010-11-07 22:10:37 +03:00
Level3.cpp [10692] Fixed wrongly use %d for guids in DB queries. 2010-11-07 22:10:37 +03:00
LFGHandler.cpp [10402] Use ObjectGuid in packets and fix some uint32 guids cases. 2010-08-23 12:37:11 +04:00
LootHandler.cpp [10692] Fixed some GCC warnings and code errors. 2010-11-07 21:30:55 +03:00
LootMgr.cpp [10712] Startup checks for gossip_menu and gosip_menu_option table data. 2010-11-10 01:00:14 +03:00
LootMgr.h [10662] Implement partly item looting 2010-11-01 02:04:08 +03:00
Mail.cpp [10692] Fixed wrongly use %d for guids in DB queries. 2010-11-07 22:10:37 +03:00
Mail.h [10363] More wide use ObjectGuid in way remove MAKE_NEW_GUID uses. 2010-08-17 08:22:28 +04:00
Makefile.am [10157] Fix makefile and make gcc happy. 2010-07-07 19:31:23 +02:00
Map.cpp [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
Map.h [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
MapInstanced.cpp [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
MapInstanced.h [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
MapManager.cpp [10718] Partly revert "[10687] UInt32 timer class copies instead using time_t timers for mstime cases." 2010-11-10 17:55:20 +03:00
MapManager.h [10718] Partly revert "[10687] UInt32 timer class copies instead using time_t timers for mstime cases." 2010-11-10 17:55:20 +03:00
MapReference.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
MapRefManager.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
MiscHandler.cpp Fixed wrong error message for quest related areatriggers. 2010-11-15 09:03:24 -08:00
MotionMaster.cpp [10692] Fixed some GCC warnings and code errors. 2010-11-07 21:30:55 +03:00
MotionMaster.h [10612] Revert "[10611] Made some values const" 2010-10-15 22:29:10 +02:00
MovementGenerator.cpp [9446] Compile fix in MovementGenerator.cpp 2010-02-24 22:20:37 +01:00
MovementGenerator.h [10432] Rename ASSERT -> MANGOS_ASSERT and related fixes 2010-09-02 05:13:16 +04:00
MovementGeneratorImpl.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
MovementHandler.cpp [10671] Convert some Unit owner/etc guids to ObjectGuid way. 2010-11-01 13:19:50 +03:00
NPCHandler.cpp [10635] Convert many opcode handlers to ObjectGuid use. 2010-10-21 10:43:14 +04:00
NPCHandler.h [10601] Amother attemp fix locale structures corruption. 2010-10-10 23:14:40 +04:00
NullCreatureAI.cpp [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
NullCreatureAI.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
Object.cpp Backports from 400 branch. 2010-11-15 18:01:45 +03:00
Object.h [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
ObjectAccessor.cpp [10432] Rename ASSERT -> MANGOS_ASSERT and related fixes 2010-09-02 05:13:16 +04:00
ObjectAccessor.h [10432] Rename ASSERT -> MANGOS_ASSERT and related fixes 2010-09-02 05:13:16 +04:00
ObjectGridLoader.cpp [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
ObjectGridLoader.h [10432] Rename ASSERT -> MANGOS_ASSERT and related fixes 2010-09-02 05:13:16 +04:00
ObjectGuid.cpp [10640] Implement instance guids with proper HIGHGUID_INSTANCE use. 2010-10-24 14:54:11 +04:00
ObjectGuid.h [10640] Implement instance guids with proper HIGHGUID_INSTANCE use. 2010-10-24 14:54:11 +04:00
ObjectMgr.cpp [10720] Implement check gossip_menu_option.npc_option_npcflag. 2010-11-11 18:08:53 +03:00
ObjectMgr.h [10704] Add the option to close gossip window in gossip system 2010-11-08 23:18:58 +01:00
ObjectPosSelector.cpp [9566] Restore build 2010-03-10 21:04:04 +02:00
ObjectPosSelector.h [9381] Fixed some compile warnings. 2010-02-14 18:16:07 +03:00
Opcodes.cpp [10563] Implement CMSG_PET_STOP_ATTACK. 2010-09-30 21:02:43 +04:00
Opcodes.h Backports from 400 branch. 2010-11-15 18:01:45 +03:00
Path.h [9824] Use in taxi flight movegen original taxipath data. 2010-05-02 06:14:26 +04:00
pchdef.cpp
pchdef.h [9545] Rename ObjectDefines.h -> ObjectGuid.h 2010-03-07 20:05:32 +03:00
Pet.cpp Backports from 400 branch. 2010-11-15 18:01:45 +03:00
Pet.h [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
PetAI.cpp [10692] Fixed some GCC warnings and code errors. 2010-11-07 21:30:55 +03:00
PetAI.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
PetHandler.cpp [10671] Convert some Unit owner/etc guids to ObjectGuid way. 2010-11-01 13:19:50 +03:00
PetitionsHandler.cpp [10635] Convert many opcode handlers to ObjectGuid use. 2010-10-21 10:43:14 +04:00
Player.cpp Backports from 400 branch. 2010-11-15 18:01:45 +03:00
Player.h Backports from 400 branch. 2010-11-15 18:01:45 +03:00
PlayerDump.cpp [10692] Fixed wrongly use %d for guids in DB queries. 2010-11-07 22:10:37 +03:00
PlayerDump.h [10673] Include item_loot into pdumps 2010-11-02 02:16:44 +03:00
PointMovementGenerator.cpp [10610] Renamed some functions from the Creature class 2010-10-14 22:07:04 +02:00
PointMovementGenerator.h [9542] Make MovementGenerator::GetMovementGeneratorType() const 2010-03-07 13:55:18 +03:00
PoolManager.cpp [10610] Renamed some functions from the Creature class 2010-10-14 22:07:04 +02:00
PoolManager.h [10432] Rename ASSERT -> MANGOS_ASSERT and related fixes 2010-09-02 05:13:16 +04:00
QueryHandler.cpp [10692] Fixed some GCC warnings and code errors. 2010-11-07 21:30:55 +03:00
QuestDef.cpp [10719] Implement proper calculation quest honor reward. 2010-11-10 23:50:33 +03:00
QuestDef.h Backports from 400 branch. 2010-11-15 18:01:45 +03:00
QuestHandler.cpp [10692] Fixed some GCC warnings and code errors. 2010-11-07 21:30:55 +03:00
RandomMovementGenerator.cpp [10610] Renamed some functions from the Creature class 2010-10-14 22:07:04 +02:00
RandomMovementGenerator.h [10687] UInt32 timer class copies instead using time_t timers for mstime cases. 2010-11-06 22:51:40 +03:00
ReactorAI.cpp [10610] Renamed some functions from the Creature class 2010-10-14 22:07:04 +02:00
ReactorAI.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
ReputationMgr.cpp [10697] Less strict check for update at war state for factions 2010-11-08 01:16:20 +01:00
ReputationMgr.h [10297] Drop CMSG_SET_FACTION_CHEAT support. 2010-07-31 07:21:36 +04:00
ScriptCalls.cpp [10299] Add new script call ProcessEventId 2010-07-31 17:52:38 +02:00
ScriptCalls.h [10303] Clarify bool used for script call ProcessEventId 2010-08-01 02:19:31 +02:00
SharedDefines.h Backports from 400 branch. 2010-11-15 18:01:45 +03:00
SkillDiscovery.cpp [10293] Correct a not exitan...non-existin... a word that is often spelled wrong 2010-07-30 18:26:08 +02:00
SkillDiscovery.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
SkillExtraItems.cpp [10293] Correct a not exitan...non-existin... a word that is often spelled wrong 2010-07-30 18:26:08 +02:00
SkillExtraItems.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
SkillHandler.cpp [10635] Convert many opcode handlers to ObjectGuid use. 2010-10-21 10:43:14 +04:00
SocialMgr.cpp [10364] Restore build with gcc and cleanup includes a bit. 2010-08-17 19:42:20 +02:00
SocialMgr.h [10364] Restore build with gcc and cleanup includes a bit. 2010-08-17 19:42:20 +02:00
Spell.cpp [10724] Fix TARGET_AREAEFFECT_CUSTOM, need to obey type when DB target entry exist 2010-11-15 18:04:59 +01:00
Spell.h Backports from 400 branch. 2010-11-15 18:01:45 +03:00
SpellAuraDefines.h [10475] Implement SPELL_AURA_HEAL_ABSORB (301) 2010-09-12 02:45:26 +04:00
SpellAuras.cpp [10723] Add dummy aura effect of 51405 and dummy effect of 51420 2010-11-15 17:31:51 +01:00
SpellAuras.h [10629] Drop function GuidHigh2TypeId 2010-10-20 09:12:43 +04:00
SpellEffects.cpp [10725] Add a few comments for SUMMON_PROP_TYPE_CRITTER 2010-11-15 22:35:33 +01:00
SpellHandler.cpp [10689] Restore some item checkes for temporary loot case. 2010-11-07 02:20:10 +03:00
SpellMgr.cpp Backports from 400 branch. 2010-11-15 18:01:45 +03:00
SpellMgr.h Backports from 400 branch. 2010-11-15 18:01:45 +03:00
StatSystem.cpp [10449] Typos in enum names and comments 2010-09-06 15:48:37 +04:00
TargetedMovementGenerator.cpp [10671] Convert some Unit owner/etc guids to ObjectGuid way. 2010-11-01 13:19:50 +03:00
TargetedMovementGenerator.h [9542] Make MovementGenerator::GetMovementGeneratorType() const 2010-03-07 13:55:18 +03:00
TaxiHandler.cpp [10635] Convert many opcode handlers to ObjectGuid use. 2010-10-21 10:43:14 +04:00
TemporarySummon.cpp [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
TemporarySummon.h [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
ThreatManager.cpp [10465] Implement SPELL_EFFECT_REDIRECT_THREAT 2010-09-11 00:35:13 +04:00
ThreatManager.h [10687] UInt32 timer class copies instead using time_t timers for mstime cases. 2010-11-06 22:51:40 +03:00
Totem.cpp [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
Totem.h [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
TotemAI.cpp [10610] Renamed some functions from the Creature class 2010-10-14 22:07:04 +02:00
TotemAI.h [9122] Updated copyright notice for new year. 2010-01-08 00:02:21 +03:00
TradeHandler.cpp Backports from 400 branch. 2010-11-15 18:01:45 +03:00
Transports.cpp [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
Transports.h [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
Traveller.h [10616] Simplified trade distance checks, GROUP_UPDATE_FLAG_POSITION flag handling moved out of Map 2010-10-17 19:19:47 +03:00
Unit.cpp Backports from 400 branch. 2010-11-15 18:01:45 +03:00
Unit.h Backports from 400 branch. 2010-11-15 18:01:45 +03:00
UnitAuraProcHandler.cpp Backports from 400 branch. 2010-11-15 18:01:45 +03:00
UnitEvents.h [10230] Avoid use enum valuse/define like naming style for enum type name. 2010-07-20 01:18:13 +04:00
UpdateData.cpp [10432] Rename ASSERT -> MANGOS_ASSERT and related fixes 2010-09-02 05:13:16 +04:00
UpdateData.h [10230] Avoid use enum valuse/define like naming style for enum type name. 2010-07-20 01:18:13 +04:00
UpdateFields.h I guess that will do the trick. 2010-06-29 18:19:41 +04:00
UpdateMask.h [10432] Rename ASSERT -> MANGOS_ASSERT and related fixes 2010-09-02 05:13:16 +04:00
Vehicle.cpp [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
Vehicle.h [10717] Revert "[10716][10688] New version of patch for send real diff from last update." 2010-11-10 06:29:49 +03:00
VoiceChatHandler.cpp [9838] More log filters and macro uses. 2010-05-05 18:46:10 +04:00
WaypointManager.cpp [10692] Fixed wrongly use %d for guids in DB queries. 2010-11-07 22:10:37 +03:00
WaypointManager.h [10432] Rename ASSERT -> MANGOS_ASSERT and related fixes 2010-09-02 05:13:16 +04:00
WaypointMovementGenerator.cpp [10610] Renamed some functions from the Creature class 2010-10-14 22:07:04 +02:00
WaypointMovementGenerator.h [10687] UInt32 timer class copies instead using time_t timers for mstime cases. 2010-11-06 22:51:40 +03:00
Weather.cpp [10687] UInt32 timer class copies instead using time_t timers for mstime cases. 2010-11-06 22:51:40 +03:00
Weather.h [10687] UInt32 timer class copies instead using time_t timers for mstime cases. 2010-11-06 22:51:40 +03:00
World.cpp Backports from 400 branch. 2010-11-15 18:01:45 +03:00
World.h Backports from 400 branch. 2010-11-15 18:01:45 +03:00
WorldSession.cpp [10692] Fixed some GCC warnings and code errors. 2010-11-07 21:30:55 +03:00
WorldSession.h [10653] Implemented MSG_MOVE_KNOCK_BACK opcode 2010-10-28 05:48:43 +03:00
WorldSocket.cpp Backports from 400 branch. 2010-11-15 18:01:45 +03:00
WorldSocket.h [9750] Add structure of SMSG_REDIRECT_CLIENT (0x50D). 2010-04-15 09:11:54 +02:00
WorldSocketMgr.cpp [10614] Replace ACE_ASSERT with MANGOS_ASSERT 2010-10-17 00:08:41 +02:00
WorldSocketMgr.h [9750] Add structure of SMSG_REDIRECT_CLIENT (0x50D). 2010-04-15 09:11:54 +02:00