167
I Use This!
Activity Not Available

Commits : Listings

Analyzed 4 months ago. based on code collected over 1 year ago.
Sep 06, 2021 — Sep 06, 2022
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
[svn] * Reverted ACE changes till I have more time to debug, this fixes compile on Linux.
KingPin6
as KingPin
More... over 15 years ago
[svn] * Fixed compile from r78 * Fixed: not apply healling bonus to spell 40972 heal amount. - Source Mangos * Item 30627 hidden cooldown - Source Mangos * Fixed Trinityrealm autopatching system - Source Arrai * Add support for autoconf 2.6.2 and newer - Source Derex Some decent sized changes, please test before deploying - KP
KingPin6
as KingPin
More... over 15 years ago
[svn] * Fixed compile from r78 * Fixed: not apply healling bonus to spell 40972 heal amount. - Source Mangos * Item 30627 hidden cooldown - Source Mangos * Fixed Trinityrealm autopatching system - Source Arrai * Add support for autoconf 2.6.2 and newer - Source Derex Some decent sized changes, please test before deploying - KP
KingPin6
as KingPin
More... over 15 years ago
[svn] * DB data for item 28356 and related, and also for 28602, 30317, 28578. source: Mangos * List fake data for last spells expected to listed in `spell_affect`. source: Mangos * Fixed: wrong arg name for va_start call in WorldSession::SendNotification. source: Mangos * Implemented dummy aura of spell 43873. source: Mangos
KingPin6
as KingPin
More... over 15 years ago
[svn] * DB data for item 28356 and related, and also for 28602, 30317, 28578. source: Mangos * List fake data for last spells expected to listed in `spell_affect`. source: Mangos * Fixed: wrong arg name for va_start call in WorldSession::SendNotification. source: Mangos * Implemented dummy aura of spell 43873. source: Mangos
KingPin6
as KingPin
More... over 15 years ago
[svn] * Raise modify scale limit from 3 to 10 for players * Implement immunity totems from periodic damage spell effects. Source: Mangos * Implemented second choice aggro targets for creatures. Source: Mangos
KingPin6
as KingPin
More... over 15 years ago
[svn] * Raise modify scale limit from 3 to 10 for players * Implement immunity totems from periodic damage spell effects. Source: Mangos * Implemented second choice aggro targets for creatures. Source: Mangos
KingPin6
as KingPin
More... over 15 years ago
[svn] Add a hack check for spell 42292. More... over 15 years ago
[svn] Add a hack check for spell 42292. More... over 15 years ago
[svn] Fix spell 45072: should only affect demons. More... over 15 years ago
[svn] Fix spell 45072: should only affect demons. More... over 15 years ago
[svn] Add Unit::IsWithinCombatDist function to check melee range and spell range (now range is related to the attacker's bounding_radius and target's combat_reach, not sure if both should be combat_reach). More... over 15 years ago
[svn] Add Unit::IsWithinCombatDist function to check melee range and spell range (now range is related to the attacker's bounding_radius and target's combat_reach, not sure if both should be combat_reach). More... over 15 years ago
[svn] * fix Compile ( typo in boss_felmyst.cpp )
KingPin6
as KingPin
More... over 15 years ago
[svn] * fix Compile ( typo in boss_felmyst.cpp )
KingPin6
as KingPin
More... over 15 years ago
[svn] Change aura stack check. Add some boss yells. Patched provided by BroodWyrm and Blaymoira. More... over 15 years ago
[svn] Change aura stack check. Add some boss yells. Patched provided by BroodWyrm and Blaymoira. More... over 15 years ago
[svn] * Fixed Compile error from previous rev
KingPin6
as KingPin
More... over 15 years ago
[svn] * Fixed Compile error from previous rev
KingPin6
as KingPin
More... over 15 years ago
[svn] Escortai for 10211 quest provided by Blaymoira. Grandmaster Vorpil script provided by BroodWyrm. More... over 15 years ago
[svn] Escortai for 10211 quest provided by Blaymoira. Grandmaster Vorpil script provided by BroodWyrm. More... over 15 years ago
[svn] * Fixed language strings sql from rev67
KingPin6
as KingPin
More... over 15 years ago
[svn] * Fixed language strings sql from rev67
KingPin6
as KingPin
More... over 15 years ago
[svn] Recalculate attack time in Unit::ApplyAttackTimePercentMod function. Add Felmyst script. Add Eredar twins script. Script provided by BroodWyrm. Update Brutallus script. Patch provided by riddick. (Burn temporarily disabled) Update void reaver script. Patch provided by Bagsac. Fix a bug that Najentus causes server crash. More... over 15 years ago
[svn] Recalculate attack time in Unit::ApplyAttackTimePercentMod function. Add Felmyst script. Add Eredar twins script. Script provided by BroodWyrm. Update Brutallus script. Patch provided by riddick. (Burn temporarily disabled) Update void reaver script. Patch provided by Bagsac. Fix a bug that Najentus causes server crash. More... over 15 years ago
[svn] * Added freeze/unfreeze/listfreeze commands patch by toilet1 (I swear I didnt make up the name) * Fixed a couple of spelling errors in TC conf file
KingPin6
as KingPin
More... over 15 years ago
[svn] * Added freeze/unfreeze/listfreeze commands patch by toilet1 (I swear I didnt make up the name) * Fixed a couple of spelling errors in TC conf file
KingPin6
as KingPin
More... over 15 years ago
[svn] Finally really fixed compile. Also, removed Unit::GetObjectInWorld(), use Map::GetCreatureInMap() and Map::GetGameObjectInMap() instead. This is to prevent creature-creature interaction on different maps, which would make the later multithreading of maps impossible. More... over 15 years ago
[svn] Finally really fixed compile. Also, removed Unit::GetObjectInWorld(), use Map::GetCreatureInMap() and Map::GetGameObjectInMap() instead. This is to prevent creature-creature interaction on different maps, which would make the later multithreading of maps impossible. More... over 15 years ago
[svn] * Prevent creatures from moving if they are dead (if they were fleeing for example). * Critters now flee from attacker when taking damage. More... over 15 years ago