Shauren
e63872e1ee
Core/DataStores: Updated dbc structures to 6.1
2015-03-04 12:17:06 +01:00
Epicurus4
7665c9ee55
Core/PacketIO: Sync with wpp
2015-03-01 16:21:15 -05:00
Golrag
573b59c46c
Core/Packets: SMSG_EXPLORATION_EXPERIENCE
2015-02-22 18:23:26 +01:00
Golrag
79bbca0bbf
Core/Packets:
...
* SMSG_START_MIRROR_TIMER
* SMSG_STOP_MIRROR_TIMER
* SMSG_PAUSE_MIRROR_TIMER -- not used
2015-02-22 13:25:03 +01:00
Duarte Duarte
8ff752afa0
Merge pull request #14167 from Golrag/WorldStates
...
Core/Opcodes: SMSG_INIT_WORLD_STATES
2015-02-22 05:48:13 +00:00
Shauren
ea9eccae85
Core/Spells: Restored totem category check
...
Revert "Core/Totems: In cata totem items are no longer needed"
This reverts commit 45e0cae7be
2015-02-21 16:58:09 +01:00
Shauren
68fceee10e
Core/Spells: Removed leftovers of old cooldown handling
...
* Use ItemEffect.db2 data directly instead of copying it to another structure
2015-02-21 13:08:33 +01:00
Shauren
56186319bd
Core/Spells: Cooldown updates
...
* Refactored cooldown handling to separate class shared by creatures and players
* Updated and enabled cooldown packets
* Implemented creature school lockouts
* Implemented spell charges
* Fixed AuraUpdate structure
* Fixed aura flag AFLAG_NOCASTER handling
* Implemented spell charge related auras
2015-02-17 01:01:44 +01:00
Golrag
b7a65ce9ef
Core/Opcodes: SMSG_INIT_WORLD_STATES
2015-02-16 20:33:23 +01:00
Mogadischu
bc0c0ae2a3
Core/Guild: Updated and enabled most previously implemented guild and petition related packets
...
Merged from https://github.com/Mogadischu/TrinityCore/commits/guild
Signed-off-by: Duarte Duarte <dnpd.dd@gmail.com >
2015-02-13 18:32:36 +00:00
Duarte Duarte
f68473aeff
Core/Packets: Fix and enable CMSG_BUY_ITEM, SMSG_BUY_FAILED and SMSG_BUY_SUCCEEDED
...
Closes #14127
2015-02-13 00:45:39 +00:00
Duarte Duarte
97e62c0ea5
Core/Packets: Update and enable CMSG_GOSSIP_SELECT_OPTION, SMSG_BINDER_CONFIRM, SMSG_GOSSIP_COMPLETE and SMSG_PLAYER_BOUND
...
Fixes #14115
2015-02-12 04:23:19 +00:00
Duarte Duarte
20aa605485
Core/Packets: Update and enable CMSG_USE_ITEM
...
Ref #14115
2015-02-12 02:37:42 +00:00
Duarte Duarte
6678635cc7
Core/Packets: Update and enable SMSG_COOLDOWN_EVENT
...
Fix build.
2015-02-11 23:09:56 +00:00
Duarte Duarte
102d03b025
Merge pull request #13963 from tkrokli/3.3.5
...
Fix Cooldown for Raise Dead (Ghoul)
(cherry picked from commit 1d627ca1ea )
2015-02-11 20:39:09 +00:00
Duarte Duarte
06c7de4178
Merge pull request #14098 from ariel-/arenacd
...
Arena Spells Reset Cooldown micro correction
(cherry picked from commit a3bc75b7b9 )
2015-02-11 18:41:20 +00:00
joschiwald
bbce7d0342
Core/Items: fixed AuctionHouse and GuildBank items from DB
2015-02-08 20:02:04 +01:00
jackpoz
e6f26cfb1f
Core/Misc: Fix static analysis issues
...
Fix some static analysis issues reported by Coverity.
Rename SpellMgr::EnsureSpellInfo() to SpellMgr::AssertSpellInfo() to be consistent with other similar methods.
2015-02-08 19:40:03 +01:00
Shauren
a043d539f0
Core/Spells: Implemented SpellLearnSpell.db2 for auto learning linked spells
2015-02-08 16:23:31 +01:00
joschiwald
e01bb91887
Core/Packets: updated some contactlist packets
2015-02-08 02:51:49 +01:00
Carbenium
829e11b662
Core/Packets: Implement all mail system relevant packets
...
Thanks @joschiwald, @DDuarte and @Warpten
2015-02-07 12:43:25 +01:00
Shauren
9db2e6dbbe
Core/Players: Updated player byte field offsets
2015-02-05 20:52:51 +01:00
joschiwald
be6b1f5251
Core/Packets:
...
- updated who packets
- fixed typos from previous commits
2015-02-05 20:18:32 +01:00
Shauren
0ac3a21d33
Core/Spells: Added missed iterator check to Player::GetCastSpellInfo
...
Closes #14030
2015-02-05 09:36:07 +01:00
Shauren
663052dd72
Core/Players: Resetting talents will no longer reset character specialization
...
* Fixed level requirements for specialization spells
Closes #14014
2015-02-03 20:10:12 +01:00
joschiwald
053d5f24ee
Core/Packets:
...
- added inspect packets
- updated opcode values
2015-02-01 20:52:05 +01:00
jackpoz
c899944981
Core/Misc: Fix static analysis issues
...
Fix some static analysis issues reported by Coverity
2015-02-01 15:38:07 +01:00
Shauren
3f28fd304d
Core/Spells: Reimplemented automatic spell learning
...
* Fixed learning/unlearning talents
2015-01-30 23:58:16 +01:00
jackpoz
89c535cf2a
Core/Misc: Fix static analysis issues
...
Fix some static analysis issues reported by Coverity
2015-01-30 22:32:26 +01:00
Nayd
a93c40143f
Core/Packets: Update and enable SMSG_ATTACKSWING_ERROR and SMSG_CANCEL_COMBAT
...
Removed old SMSG_ATTACKSWING_NOTINRANGE, SMSG_ATTACKSWING_DEADTARGET, SMSG_ATTACKSWING_CANT_ATTACK and SMSG_ATTACKSWING_BADFACING
2015-01-28 22:26:47 +00:00
joschiwald
c61bcf1206
Core/NetworkIO: sync opcodes with wpp
2015-01-25 21:08:54 +01:00
Shauren
be8311c80c
Core/Players: Removed garbage code for autolearning class spells. Lookup by name is not a good idea.
2015-01-25 14:16:30 +01:00
Shauren
5fed109cbf
Core/Loot: Implemented automatic assignment of Heroic/Mythic item bonuses when dropped in appropriate instance difficulty
2015-01-24 20:28:42 +01:00
Shauren
e8aa543228
Core/Player: Fixed loading raid difficulties from db
2015-01-24 19:48:23 +01:00
joschiwald
fd6668d17a
Core/NetworkIO: sync opcode values with wpp and removed duplicate ones
2015-01-18 23:56:01 +01:00
jackpoz
1a4b1beb14
Core/Misc: Fix static analysis issues
...
Fix some static analysis issues reported by Coverity
2015-01-18 21:53:04 +01:00
joschiwald
36e50ff8ae
Core/Opcodes: sync with wpp
2015-01-17 03:55:29 +01:00
Kinzcool
b21c346658
Core/Misc: Implemented leveling/killing experience loading from gtOCTLevelExperience.dbc
...
* Updated the xp formula to Warlords of Draenor
2015-01-16 21:46:00 -05:00
Shauren
469b836114
Core/Auras: Fixed saving all aura effect values to database
2015-01-16 23:32:41 +01:00
cemak
44b2e52021
Core/Loot: Implement CMSG_LOOT_MONEY, CMSG_LOOT_RELEASE, SMSG_COIN_REMOVED, SMSG_LOOT_MONEY_NOTIFY
2015-01-16 19:33:21 +02:00
Intel
dc9ce43c45
Core/Loot: Implemented SMSG_LOOT_RESPONSE, SMSG_LOOT_REMOVED, CMSG_AUTOSTORE_LOOT_ITEM
...
AoE looting is work in progress.
2015-01-15 22:37:10 +02:00
Mogadischu
c2722959a9
Core/PacketIO: Updated corpse related packet structures
2015-01-15 02:25:19 +01:00
Shauren
062efd94dd
Build/GCC: Compile fix (works with PCH, NOPCH not tested)
2015-01-14 18:49:45 +01:00
Shauren
3519f14b23
Core/Player: Fixed character creation, for real this time
2015-01-12 23:37:59 +01:00
Shauren
aff40d741e
Core/Quests: Send completed quest data on login
2015-01-12 23:16:14 +01:00
Shauren
590693eb91
Core/Groups&Players: Fixed saving/loading after difficulty changes
2015-01-12 20:33:50 +01:00
Shauren
2dfd1594cd
Core/Players: Fixed loading and saving skill data PK violations
2015-01-10 20:59:08 +01:00
Shauren
faa583c784
Core/Maps: Updated map difficulties
2015-01-10 01:35:47 +01:00
Shocker
e99411e405
Core/Spells: Implement HasAttribute() helper for SpellInfo for easier readability
2015-01-05 23:49:43 +02:00
AriDEV
f227cdeab7
Server/PacketIO: Enable SMSG_TRIGGER_CINEMATIC & SMSG_TRIGGER_MOVIE.
...
* Update SMSG_TRIGGER_CINEMATIC & SMSG_TRIGGER_MOVIE to new Format.
Signed-off-by: AriDEV <aridev666@gmail.com >
2015-01-04 09:16:02 +01:00