| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-10-22 | Rename SQL file (thx Aokromes) | Gacko | |
| 2013-10-22 | Rename sql file and apply some code style. *sigh* | Gacko | |
| 2013-10-22 | Core/Spell: Shaman Bloodlust/Heroism ignore LOS | gerripeach | |
| closes: #6307 | |||
| 2013-10-22 | Scripts/Misc: Coding Style unification? (by Aokromes) | Vincent_Michael | |
| 2013-10-22 | Merge pull request #11092 from gerripeach/pull_request | Gacko | |
| Core: add missing comment | |||
| 2013-10-22 | Core: add missing comment | gerripeach | |
| 2013-10-22 | Core/Auras: Added serverside checking for UNIT_FLAG_PACIFIED when attempting ↵ | Shauren | |
| to start melee attack Closes #8623 | |||
| 2013-10-22 | Core/Transports: Fixed players taking fall damage when teleporting from ↵ | Shauren | |
| transports Closes #11076 | |||
| 2013-10-22 | Core/SAI: Rename SMART_EVENT_TARGET_CASTING to SMART_EVENT_VICTIM_CASTING as ↵ | Discover- | |
| that's what it actually does. It was often confused to use the target_type field instead of the victim. | |||
| 2013-10-21 | Core/Quest: Remove assertion | jackpoz | |
| Remove assertion about Quest ExclusiveGroup since they are triggered even when adding valid quests to npcs. Fixes #8336 . How to reproduce steps: - .gm off - add quest 11335 in creature_queststarter - .reload creature_queststarter - get in range of that creature - .gm on - assertion triggered | |||
| 2013-10-21 | DB/SAI: Misc Fixes from IT | Filip | |
| By @dr-j and @untaught Fixes #11081 fixes #11080 fixes #11082 | |||
| 2013-10-21 | Merge pull request #11050 from Ascathor/master | Subv | |
| Core/Command: Improve .group list to feature several notes and features ... | |||
| 2013-10-21 | Core/Misc: Get rid of some useless code | Discover- | |
| 2013-10-20 | Merge pull request #11077 from Elron103/pullrequests2 | Aokromes | |
| DB/Gossip: Update some data for trainer NPCs from sniffs | |||
| 2013-10-20 | DB/Gossip: Update some data for trainer NPCs from sniffs | Elron103 | |
| 2013-10-20 | Core/Transports: Fixed crashes happening when passenger is removed from ↵ | Shauren | |
| transport during teleport Closes #11067 | |||
| 2013-10-20 | Core/Spells: Fixed diminishing returns on creatures with ↵ | gerripeach | |
| CREATURE_FLAG_EXTRA_ALL_DIMINISH Closes #11073 | |||
| 2013-10-20 | Merge pull request #11072 from gerripeach/diminishing_returns2 | Shauren | |
| Core/Spell: Earthbind totem should not have DR (Diminishing Returns) | |||
| 2013-10-20 | Core/Spell: Earthbind totem should not have DR (Diminishing Returns) | gerripeach | |
| closes: #7037 | |||
| 2013-10-20 | DB/Misc: Ormorok the Tree Shaper Spell Reflect | Aokromes | |
| Closes #10789 | |||
| 2013-10-20 | Merge pull request #11071 from gerripeach/group_crash | Aokromes | |
| Core/Group: Fix crash in "Group::GetMembersCount" | |||
| 2013-10-20 | Core/Group: Fix crash in "Group::GetMembersCount" | gerripeach | |
| closes: #9350 | |||
| 2013-10-19 | Merge pull request #11070 from gerripeach/pets | Subv | |
| Core/Pet: Allow all pets to swim | |||
| 2013-10-20 | Core/Pet: Allow all pets to swim | gerripeach | |
| closes: #9331 | |||
| 2013-10-19 | Merge pull request #11069 from Elron103/pullrequests2 | Aokromes | |
| DB/Conditions: Fix conditions for class trainer npcs, so gossip menus will show up correctly for every class | |||
| 2013-10-20 | DB/Conditions: Fix conditions for class trainer npcs, so gossip menus will ↵ | Elron103 | |
| show up correctly for every class | |||
| 2013-10-19 | Merge pull request #10989 from Elron103/pullrequests2 | Machiavelli | |
| Core/Tickets: Fix crash in TicketMgr::ResetTickets() | |||
| 2013-10-18 | DB/Gameobjects: Added few missing gameobjects templates from 5.4.0 sniffs. | Kinzcool | |
| 2013-10-19 | Misc: Removed some whitespace | Vincent_Michael | |
| 2013-10-19 | DB/Gossip: Added some missing gossips (Source: 5.4.0 sniffs) | Vincent_Michael | |
| 2013-10-18 | Core/Transports: Fixed crashes when instance with transports unloads | Shauren | |
| Closes #11056 | |||
| 2013-10-18 | Core/Transports: Added missing include | Shauren | |
| 2013-10-18 | Core/Maps: Added gameobject case for AddObjectToSwitchList and fixed logic ↵ | Shauren | |
| in RemoveAllObjectsInRemoveList | |||
| 2013-10-18 | Core: Fix warnings | Vincent_Michael | |
| 2013-10-18 | Core/Object: Added more information for MovePosition log | Vincent_Michael | |
| 2013-10-18 | Core/Creature: Added log/change back to default speed for speed walk / run = ↵ | Vincent_Michael | |
| 0 (Speed is never zero) | |||
| 2013-10-18 | Scripted/ScarletMonastery: Fix crash for headless horseman | Vincent_Michael | |
| 2013-10-17 | Updated all values of `gender` column in `creature_model_info`. | Kinzcool | |
| 2013-10-17 | Core/WorldSession: Mitigate DoS attacks | jackpoz | |
| Mitigate DoS attacks like one explained in #10555 by processing a limited number of packets at each WorldSession::Update() call, allowing other WorldSessions to be processed. 100 packets in a single update sound like a reasonable amount. | |||
| 2013-10-17 | Core/Command: Improve .group list to feature several notes and features to ↵ | Ascathor | |
| improve handling. | |||
| 2013-10-17 | SQL: Update auth base | Vincent-Michael | |
| 2013-10-17 | Build fix | Shauren | |
| 2013-10-17 | Core/Creatures: Removed remains of creature_transport table | Shauren | |
| 2013-10-16 | Because Github commiting sucks. | Kinzcool | |
| 2013-10-16 | Corrected the graveyards for Onyxia's Lair instance. | Kinzcool | |
| 2013-10-16 | DB/SAI: Primordial Drake Egg/Hatchling | Filip | |
| Fixes #11051 by @dr-j and @untaught | |||
| 2013-10-16 | Fixed sql files for ce55647c415b710c6b440d96c2f26ebbc06c1d6e | Shauren | |
| 2013-10-16 | Build fix | Shauren | |
| 2013-10-16 | Build fix | Shauren | |
| 2013-10-16 | Build fix | Shauren | |
