Rat
340f725795
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
2014-12-04 19:30:00 +01:00
Rat
63cbfd867d
Merge branch 'Spells' of https://github.com/TrinityCore/TrinityCore into Spells
2014-12-04 19:24:09 +01:00
Rat
08f486bfcf
Core/Spells: some updates to player spell and talent learning
2014-12-04 19:23:35 +01:00
Kinzcool
a06925a1de
Merge pull request #13646 from Naios/pandaria_teleport
...
DB/GameTele: Added some Pandaria teleport positions.
2014-12-04 02:54:57 -05:00
Naios
7e68b39873
DB/GameTele: Add some Pandaria teleport positions.
2014-12-04 07:55:53 +01:00
Gacko
b0a805c031
Core/Game: Add missing default cases in switches
2014-12-02 21:33:29 +01:00
Intel
e3fb937fdd
Core/Packets: Added SMSG_SPELLNONMELEEDAMAGELOG
2014-12-02 00:55:29 +02:00
Intel
713488596f
Core/Packets: Convert SMSG_SPELL_START and SMSG_SPELL_GO to JAM structures
2014-12-02 00:07:36 +02:00
Rat
df2514f044
Core/Spells:
...
- fixed special action buttons
- added all 6.0.3 player starting spells (needs a little cleanup after level based auto learning is done)
- added all 6.0.3 player starting actions
2014-12-01 22:08:46 +01:00
Rat
b91ac01bc7
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
2014-12-01 21:09:23 +01:00
Rat
e7f3f11ed5
Merge branch 'Spells' of https://github.com/TrinityCore/TrinityCore into Spells
2014-12-01 20:44:27 +01:00
Rat
16219b483d
Core/Spells:
...
- some work on player starting spells and skills
- fixed basic spell learning
- fixed some spell related datastore loads
2014-12-01 20:44:06 +01:00
Gacko
05913b8208
Core/Game: Fix several warnings about wrong data types
2014-12-01 17:21:18 +01:00
Intel
44cede7684
Core/Misc: Fixed some of the Coverity defects
2014-12-01 02:25:29 +02:00
Intel
60ea1265c2
Core/Packets: Added CMSG_SET_ACTION_BUTTON packet
2014-12-01 02:03:06 +02:00
joschiwald
1153b89d3d
Core: Fixed an old merge mistake
2014-11-30 23:48:12 +01:00
Intel
e65590fa69
Core/Packets: Added SMSG_MOVE_TELEPORT, SMSG_MOVE_UPDATE_TELEPORT, CMSG_MOVE_TELEPORT_ACK packets
2014-11-30 23:35:12 +02:00
Gacko
06bb904b2e
Core/DBC: Move sPhasesByGroupStore and access method to DB2Stores
...
DB2Stores were not loaded yet at the old position.
2014-11-30 21:46:27 +01:00
Intel
3e7e3f2b6e
Core/Packets: Added SMSG_SPELL_FAILURE, SMSG_SPELL_FAILED_OTHER, SMSG_SET_FLAT_SPELL_MODIFIER, SMSG_SET_PCT_SPELL_MODIFIER packets
2014-11-30 20:13:23 +02:00
Shauren
70e0e1fb5b
Core/Units: Updated byte order in UNIT_FIELD_BYTES_0 - fixes weird models
...
Closes #13648
2014-11-30 19:09:26 +01:00
Rat
96bc2ce242
Core/Spells: fixed some crashes
2014-11-30 19:01:33 +01:00
Intel
51026f28bd
Core/Packets: Added SMSG_LEARNED_SPELLS packet
2014-11-30 18:49:52 +02:00
Rat
4a6a91a32f
Core/Spells: added missing spell effect handler placeholders
...
- some cleanup
2014-11-30 16:51:47 +01:00
Rat
1ead6c8d19
Core/Spells: added missing aura effect handler placeholders
2014-11-30 16:37:39 +01:00
Rat
065e1ec3cd
Core/Spells: some work on auras and packets
2014-11-30 15:37:11 +01:00
Intel
dc8a7812ec
Core/Packets: Fixed player movement speed change packets
2014-11-30 16:25:47 +02:00
Kinzcool
e3b23c2513
Core/Creature: Implemented negative levels for creatures having -1 as expansion
2014-11-30 03:45:48 -05:00
Intel
a00307ac36
Core/Packets: Updated some of the movement flag opcodes
2014-11-30 01:38:27 +02:00
Rat
eda9094226
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
2014-11-29 14:52:53 +01:00
Rat
8c4761e820
Core/Spells: more work on auras
2014-11-29 12:48:12 +01:00
Rat
ce5b683a07
Core/Spells: fixed Script project building
2014-11-28 14:00:50 +01:00
Gacko
96f9451b85
Core/ConditionMgr: Add string include
...
Travis/Clang did not complain, GCC seems to do.
2014-11-27 19:18:48 +01:00
Rat
60e377bd3e
Core/Spells: some crash fixes
2014-11-27 15:11:43 +01:00
Gacko
3498d9579d
Core/ObjectMgr: Fix log format
2014-11-27 13:41:14 +01:00
Gacko
c2e7845c94
Fix non pch build
2014-11-27 13:41:13 +01:00
Intel
60de2169a9
Core/Packets: Fixed Item.db2 and Item-sparse.db2 query replies
2014-11-27 13:45:05 +02:00
Duarte Duarte
708e36c920
README: Update 3.3.5 build status badge
2014-11-26 19:45:43 +00:00
Nayd
a1d4c9f9dc
Core: Use the correct function to convert strings to unsigned longs and unsigned long longs
...
Fixes wrong data being inserted into the database (i.e explored zones).
More info in #13493
Fixes #13493
Thanks to @jackpoz for finding the code issue and @Vavehl for an expectional bug report.
2014-11-26 02:12:38 +00:00
Nayd
ed3970690c
DB/Schema/Auth: Also change battlenet_accounts.os to varchar(4)
...
Ref 59bb9c20f3
2014-11-25 16:44:50 +00:00
Intel
bac37625f3
Core/Packets: Added SMSG_TRAINER_LIST and fixed build
2014-11-25 00:41:44 +02:00
Gacko
0df8e9137a
Core/Spells: Fix a warning possibly introduced in da5d0da7
2014-11-24 21:09:13 +01:00
Intel
d1c21a03b8
Core/Packets: Added the following packets:
...
CMSG_BANKER_ACTIVATE
CMSG_BINDER_ACTIVATE
CMSG_GOSSIP_HELLO
CMSG_LIST_INVENTORY
CMSG_TRAINER_LIST
SMSG_GOSSIP_MESSAGE
SMSG_LIST_INVENTORY
CMSG_NPC_TEXT_QUERY
SMSG_NPC_TEXT_UPDATE
Implemented CMSG_DB_QUERY_BULK and SMSG_DB_REPLY and removed unused CMSG_REQUEST_HOTFIX
2014-11-24 21:39:56 +02:00
Rat
33b9980e62
travis test build
2014-11-24 19:09:15 +01:00
Rat
2144d6c851
Core/Spells: core now builds without scripts project, still not stable
2014-11-24 18:57:49 +01:00
Intel
92085d5dea
Core/Packets: Fixed SMSG_EMOTE and SMSG_TEXT_EMOTE
2014-11-24 04:25:19 +02:00
Nayd
59bb9c20f3
DB/Schema/Auth: Change account.os to varchar(4)
...
Windows and Mac 64 bit clients send "Wn64" and "Mc64", respectively, and that does not fit in a varchar(3)
2014-11-23 23:53:22 +00:00
Shocker
279615d2b8
Core/Spells: Small cleanup in SpellEffectInfo::CalcValue
2014-11-23 23:57:04 +02:00
Gacko
2f661bd9a1
Fix PCH build
2014-11-23 15:23:09 +01:00
Nyeriah
3258818414
Scripts/CoS: Added SetDespawnAtFar, fixes Arthas despawning if no players are in range
...
(specially during waves)
(cherry picked from commit 0a0e9b196f )
2014-11-23 03:28:59 -02:00
joschiwald
7f96163c94
Core/Packets:
...
- updated/enabled CMSG_CHANNEL_DISPLAY_LIST, CMSG_CHANNEL_LIST, CMSG_JOIN_CHANNEL, CMSG_LEAVE_CHANNEL, SMSG_CHANNEL_LIST, SMSG_CHANNEL_NOTIFY_JOINED, SMSG_CHANNEL_NOTIFY_LEFT
- updated CMSG_SET_SELECTION
- updated CMSG_TUTORIAL_FLAG (removed CMSG_TUTORIAL_CLEAR, CMSG_TUTORIAL_RESET)
- fixed null guid in EquipmentSetList
- fixed struct of MonsterMove
2014-11-23 04:25:47 +01:00