hondacrx
|
0ab3b8e8cd
|
Core/DataStores: Fixed db2 structures after 7.3.5
|
2018-03-13 15:43:03 -04:00 |
|
hondacrx
|
2199e07955
|
Core\Unit: Fixed copy/paste error.
Core\Spells: Fixed another collection was modified (see there will be more)
|
2018-03-12 17:17:54 -04:00 |
|
hondacrx
|
05c975c643
|
Core/Player: prevent early aura removal when swapping weapons
|
2018-03-12 14:46:20 -04:00 |
|
hondacrx
|
b9c1e3876b
|
Core/Chat: fix RBAC_PERM_COMMANDS_NOTIFY_COMMAND_NOT_FOUND_ERROR for subcommands
|
2018-03-12 14:40:58 -04:00 |
|
hondacrx
|
05ecb41a10
|
Core/Spell: partial revert of SPELL_ATTR1_UNAFFECTED_BY_SCHOOL_IMMUNE immunity handling
|
2018-03-12 14:37:52 -04:00 |
|
hondacrx
|
205887145e
|
Core/Unit: feral druid attacks should not be normalized
|
2018-03-12 14:34:27 -04:00 |
|
hondacrx
|
6ee6180866
|
Core/Entities: Replace existing GetAuraEffectsByType + iteration uses with proper helper functions
|
2018-03-12 14:33:20 -04:00 |
|
hondacrx
|
237580ab50
|
Core/Unit: added GetTotalAuraXXX overloads taking a predicate - Redefined existing overloads to use the predicate logic, avoids code duplication and not checking same stack rules
|
2018-03-12 14:00:18 -04:00 |
|
hondacrx
|
53efa9224f
|
Core/Entities: don't absolute compare positions on UpdatePosition
|
2018-03-12 13:32:55 -04:00 |
|
hondacrx
|
9af60df765
|
Core/Spell: improved immunity logic for dispels
|
2018-03-12 13:31:19 -04:00 |
|
hondacrx
|
060bc0b7a8
|
Core/Spell: Undefined SPELL_ATTR7_USABLE_IN_STUN_FEAR_CONFUSION attr for now - Some function renames - Used in some client checks but not 100% sure of its usage (eg in CGUnit_C::CheckAndReportSpellInhibitFlags but not in Spell_C::IsUsableAction)
|
2018-03-12 13:24:16 -04:00 |
|
hondacrx
|
f6fc8fae09
|
Core/Unit: unambiguosly define PLAYER_FIELD_MOD_DAMAGE_DONE_ fields as signed - They were used both signed and unsignedly
|
2018-03-12 13:16:59 -04:00 |
|
hondacrx
|
8edb9e6c73
|
Core/Auras: calculate periodic bonuses before specific mods, fixes Imp. Devouring Plague damage
|
2018-03-12 12:57:04 -04:00 |
|
hondacrx
|
54520c3c18
|
Core/Movement: minor MotionMaster refactor
|
2018-03-12 12:55:35 -04:00 |
|
hondacrx
|
c3e8dd5ff4
|
Core\Gameobject: Fix a crash when loading in to panada land.
|
2018-03-12 10:02:59 -04:00 |
|
hondacrx
|
a2fafd2920
|
Core/DB: Misc fixes
|
2018-03-11 14:57:40 -04:00 |
|
hondacrx
|
47d1651cb9
|
Core/Gameobject: Fix mining
|
2018-03-11 14:56:22 -04:00 |
|
hondacrx
|
b08f686ac5
|
Core/Spells: proc spells after damage apply, not before.
|
2018-03-11 14:55:45 -04:00 |
|
hondacrx
|
39b2467cd0
|
Core/Pets: Pet Attack Distance
|
2018-03-11 14:50:43 -04:00 |
|
hondacrx
|
0775ef9c97
|
Core\Aura: Fixed Collection was modified error (i'm sure there is more, trying to cut down on lists having to be copied)
|
2018-03-09 23:33:27 -05:00 |
|
hondacrx
|
ba8d4661fd
|
Core/Items: PvP item levels basic implementation
|
2018-03-06 11:34:28 -05:00 |
|
hondacrx
|
c842332393
|
Core/Player: Implement PvP Talents
|
2018-03-06 11:10:51 -05:00 |
|
hondacrx
|
3fc07b8b37
|
Core/Misc: Cleanups
|
2018-03-04 23:42:27 -05:00 |
|
hondacrx
|
b067976678
|
Core/Creatures: Updated power type handling
|
2018-03-04 23:40:51 -05:00 |
|
hondacrx
|
17d3836438
|
Core/Player: Fixed HasItemFitToSpellRequirements for SPELL_ATTR8_ARMOR_SPECIALIZATION
|
2018-03-04 23:18:17 -05:00 |
|
hondacrx
|
184115bf32
|
Core/Player: Fixed bagslots being set to 0
|
2018-03-02 18:30:36 -05:00 |
|
hondacrx
|
82dca6de94
|
Updated DB2 structs
|
2018-02-26 13:13:54 -05:00 |
|
hondacrx
|
0a3dfaba37
|
Updated to 7.3.5.25996 (Db2 files not updated)
|
2018-02-19 10:32:16 -05:00 |
|
hondacrx
|
5fd136f704
|
Core/Misc: Misc Fixes/Cleanups
|
2018-02-13 10:39:33 -05:00 |
|
hondacrx
|
13dcfddc83
|
Core/Spells: Fixed logic related to movement while channeling
|
2018-02-12 23:16:54 -05:00 |
|
hondacrx
|
27f406d63d
|
Core/Gossip: renaming/changing types
|
2018-02-01 13:50:37 -05:00 |
|
hondacrx
|
84fdaef291
|
Core/Spells: Allow skipping automatic removal of auras from spell_area when condition is no longer met (mostly used for cosmetic cutscenes after quest completion)
|
2018-01-28 19:37:36 -05:00 |
|
hondacrx
|
419ee1b882
|
Core/Entities: Created factory methods to create new areatriggers, creatures and gameobjects
|
2018-01-27 20:15:24 -05:00 |
|
hondacrx
|
854ae39aeb
|
Core/Spells: Removed outdated mechanic (spell downranking coef penalty)
|
2018-01-27 17:38:17 -05:00 |
|
hondacrx
|
ad19110ee8
|
Core/Player: fix regression with EquippedItemClass requiring spells
|
2018-01-24 13:42:25 -05:00 |
|
hondacrx
|
9ec0599fa6
|
Core/Guild: avoid data integrity problems wrapping delete+insert statements in a transaction
|
2018-01-24 13:41:02 -05:00 |
|
hondacrx
|
ec60eea2f1
|
Core/Unit: do not allow judgement spells to bypass damage immunity
|
2018-01-24 12:09:58 -05:00 |
|
hondacrx
|
9f8bd31c54
|
Core/Player: recheck shapeshift bonus auras when switching spec.
|
2018-01-24 12:08:43 -05:00 |
|
hondacrx
|
659080b5a5
|
Core/Entities: fix interaction of traps with ffa pvp and sanctuary flags
|
2018-01-24 12:06:19 -05:00 |
|
hondacrx
|
6597d31d35
|
Core/PacketIO: Fixed SMSG_SPELL_NON_MELEE_DAMAGE_LOG struct
|
2018-01-14 16:00:13 -05:00 |
|
hondacrx
|
891fbebef8
|
Core/Battleground: Dropped battleground texts from trinity_string and replaced them with proper BroadcastText
|
2018-01-14 15:57:54 -05:00 |
|
hondacrx
|
a96e26329f
|
Core/Entities: better support of absorb, resist and block procs
|
2018-01-13 13:24:20 -05:00 |
|
hondacrx
|
5587505199
|
Core/Spell: restore old proc system behaviour on auras self proc.
|
2018-01-13 13:10:33 -05:00 |
|
hondacrx
|
14d6a9ff69
|
Core/Spell: spells with ignore hit result should pierce damage immunities
|
2018-01-13 12:44:27 -05:00 |
|
hondacrx
|
60aa0712ed
|
Core/Gameobject: fixed sometimes not found linked trap
|
2018-01-13 12:43:15 -05:00 |
|
hondacrx
|
d0887b7cc9
|
Core/Talents: Really fix talents this time.
Core/Misc: Misc fixes
|
2018-01-12 20:46:47 -05:00 |
|
hondacrx
|
ea2285e66f
|
Core/Talents: Fixes switching talents and specs
|
2018-01-12 14:14:31 -05:00 |
|
hondacrx
|
293b338106
|
Core/Misc: Misc fixes/Cleanups
|
2018-01-11 14:21:19 -05:00 |
|
hondacrx
|
79980e3dd2
|
Core/Entities: Remove phasemask
|
2018-01-10 22:26:47 -05:00 |
|
hondacrx
|
ae9b786784
|
Core/Entities: Improved UpdateAreaAndZonePhase() to allow easier building of database phase conditions
|
2018-01-10 12:15:38 -05:00 |
|