aboutsummaryrefslogtreecommitdiff
path: root/src/server/game
AgeCommit message (Expand)Author
2017-02-11ScriptedAI/Creature: Fix a bug where a std::chrono overload was counting mill...treeston
2017-02-11Core/Spells: Check TRIGGERED_DONT_REPORT_CAST_ERROR flag in SendCastResult ra...treeston
2017-02-11Core/PvP: Gameobject rotation in BGs and Wintergrasp.ariel-
2017-02-11Core/Group: Do not allow a player to invite himselfjackpoz
2017-02-11Core/Chat: Split ChatLevelReq.Say into 3Aokromes
2017-02-11Core/Battlegrounds: do not teleport GMs if out of bounds before startingariel-
2017-02-11Core/Player: New PartyLevelReq setting (#17707)Aokromes
2017-02-11Core/Spells: Abyssal Shatter should have a chance to skill upariel-
2017-02-11Core/PVP: Move report AFK requirement to config (#17699)Aokromes
2017-02-11Update BattleGroundHandler.cppariel-
2017-02-11Core/PVP: Improve log (#17698)Aokromes
2017-02-11Core/Entities: debloat SummonGameObject parameter list using proper wrappers ...ariel-
2017-02-11Core/GameObjects: Gameobject rotation (from cmangos/mangos-wotlk@2bcbc0f) (#1...ariel-
2017-02-11Core/Spell: fix one logic fail when calculating level penaltyariel-
2017-02-11Core/Spell: Quick readability change. Functionality not altered.treeston
2017-02-11Core/Vehicle: delay position update in Vehicles, this may be deleted on Updat...ariel-
2017-02-11Core/Entities: Remove wrong immunityKillyana
2017-02-11Core/Handlers: actually check allowed trainer classes and races to avoid spoo...ariel-
2017-02-11Update ItemPrototype.cpp, codestyle and indentation cleanupariel-
2017-02-11Core/Player: Misc codestyleariel-
2017-02-11Core/UnitAI: Removed unneccessary null checks in SpellTargetSelector. CID 135...ForesterDev
2017-02-11Core/Entities: add missing null pointer checks in HandleProcTriggerSpell. CID...ForesterDev
2017-02-11Core/Mail: implement a way to specify NPC sender for mails when they should b...SnapperRy
2017-02-11Core/Entities: implement SPELL_AURA_MOD_CRIT_CHANCE_FOR_CASTER, fixes talent ...ariel-
2017-02-11Core/Spells: Fixed fishingShauren
2017-02-11Fix non PCH build. Finally.Marco Ebert
2017-02-09Core/Auras: Allow passive auras from items to stackShauren
2017-02-06Core/Entities: Fixed typo in AreaTrigger loadingjoschiwald
2017-02-06Core/Guilds: Addition to e0e0242cb329445e76c115c7da0c37aa1fa334dajoschiwald
2017-02-06Core/Opcodes: Add missing handlers (for logging names mostly)Shauren
2017-02-05Core/Guilds: Added log message about guild achievements on startupjoschiwald
2017-02-05Fixed buildjoschiwald
2017-02-05Core/Entities: Readded check removed in d7460887c84107c9c83a9dd5259c8ab398928...ariel-
2017-02-05Core/Loot: fix bug introduced in a49544cc187d3a156b4615907d6b82057364fcc4 in ...ariel-
2017-02-05Core/UnitAI: #17309 follow-up (#17608)ccrs
2017-02-05Core/AI Prevent bosses respawn when BossState is set to DONE (#17616)Gustavo
2017-02-05Core/Player: fix crashariel-
2017-02-05Core/Misc: remove two synch queries and replace them with CharacterInfo cacheariel-
2017-02-05Core/LFGMgr: fix race condition in _SaveToDBariel-
2017-02-05Core/ArenaTeamMgr: fix race condition in LoadArenaTeamsariel-
2017-02-05Core/UnitAI: SelectTarget correction (#17309)ccrs
2017-02-05Core/World: fix race condition in _UpdateRealmCharCountariel-
2017-02-05Core/Player: silence warningariel-
2017-02-05Core/Conditions: implement CONDITION_DAILY_QUEST_DONE to check whether or not...SnapperRy
2017-02-05Core/Spells GameObjects needs to be spawned in order to be acceptable as a Sp...Gustavo
2017-02-05Core/SmartAI: change SMART_ACTION_RISE_UP (114) to SMART_ACTION_MOVE_OFFSET a...SnapperRy
2017-02-05Core/SpellArea: iterate spell_area entries by player's current area instead o...SnapperRy
2017-02-05Core/Unit: remove emote state when creature attacks another unit (#17542)SnapperRy
2017-02-05Core/Creature: implement INHABIT_ROOT to apply UNIT_STATE_ROOT to creature (#...SnapperRy
2017-02-05Game/Entities: Fix math problem "Disk Point Picking" in GetRandomPoint (#17577)P-Kito