Commit Graph

8906 Commits

Author SHA1 Message Date
joschiwald
6c6e4d4328 Core/Packets: moved chat packet building function to packet builder class 2014-12-23 00:06:36 +01:00
ProjectCoreDevs
2a98e7b3ee Core/Opcode Add CMSG_BUY_ITEM Opcode 2014-12-22 21:44:22 +01:00
Nyeriah
9d7433244e Core/Players: Fix a flaw as timed quests can still turn failed even if complete
(cherry picked from commit 0043a5dd22)
2014-12-21 21:49:23 -02:00
Rat
83f168353a Core/Items: remade inventory packets to new packet system 2014-12-21 19:11:39 +01:00
Shauren
6dbb516b65 Core/Items: Refactored ItemTemplate 2014-12-21 13:35:43 +01:00
Rat
77dc1b00db Core/Spells: fixed wrong aura update targets 2014-12-21 12:44:21 +01:00
Rat
6968032ad8 Core/Spells: fixed aura crash (mostly for lvl 100 warriors) 2014-12-21 11:16:16 +01:00
Vincent-Michael
d61488563c Core/MovementPacket: Fix spline stuff for SMSG_UPDATE_OBJECT 2014-12-21 00:13:52 +01:00
AriDEV
c58d5d621a Server/DataStore: Added Scenario to MapTypes
Signed-off-by: AriDEV <aridev666@gmail.com>
2014-12-20 23:38:16 +01:00
Shauren
1e9dde73ca Core/Items: Missed reforging code 2014-12-20 23:16:35 +01:00
Shauren
17124c69bb Core/Items: Removed reforging 2014-12-20 23:15:40 +01:00
Vincent-Michael
6f8903ebf5 Core/MovementPacket: Fix typo (meh @Intelz) 2014-12-20 22:48:02 +01:00
Rat
381526dbf2 Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.x 2014-12-20 22:29:21 +01:00
Rat
92aafbf111 Core/Items: fixed inventory item moving/splitting 2014-12-20 22:29:06 +01:00
Vincent-Michael
356b27cb00 Core: Fix build 2014-12-20 17:44:17 +01:00
Rat
b3a5f466d5 Core/Items: fixed item destroy (needs porting..) 2014-12-20 17:37:13 +01:00
Rat
ec513ecfc2 Core/Items:
- Added basic inventory item movements
(packets need to be ported to new handlers after more testing)
- Fixed some item visual bugs
2014-12-20 17:25:15 +01:00
Duarte Duarte
e6339778c8 Merge pull request #13720 from AriDEV/6.x
Server/DataStore: Updated DBC & DB2 Checks For 6.0.3 (19342)
2014-12-20 16:06:54 +00:00
AriDEV
fc5e77f047 Server/DataStore: Updated Error Message Text
Signed-off-by: AriDEV <aridev666@gmail.com>
2014-12-20 16:23:54 +01:00
AriDEV
b9383bfa07 Server/DataStore: Updated DBC & DB2 Checks For 6.0.3 (19342)
Signed-off-by: AriDEV <aridev666@gmail.com>
2014-12-20 16:20:12 +01:00
Gooyeth
fa267e9613 Hide Battleground List window
The Battleground List window never showed on retail.

Blizzlike.
(cherry picked from commit 2a307f685c)

Conflicts:
	src/server/game/Battlegrounds/BattlegroundMgr.cpp
2014-12-19 23:34:24 +00:00
Shauren
9f0051c4e5 Core/Spells: Implemented using dbc spellpower/ap coeffiecients for spells 2014-12-19 23:52:29 +01:00
Vincent-Michael
2721cf8340 Core/Packets: Fix typo (meh @Intelz) 2014-12-19 22:14:18 +01:00
Rat
9fefd963b3 Core/Spells: fixed build and SelectEffectImplicitTargets logic 2014-12-19 20:47:01 +01:00
Rat
085df6d987 Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells
Conflicts:
	src/server/scripts/Northrend/Ulduar/HallsOfLightning/boss_loken.cpp
2014-12-19 20:10:10 +01:00
Shauren
5f133e3e4d Core/Spells: Implemented varying damage for spells with no base value 2014-12-19 18:55:09 +01:00
Shauren
fedca01b4b Core/Spells: Updated base scaling value calculation 2014-12-14 16:14:08 +01:00
Shauren
6437084d4c Core/Items: Updated random property value calculation 2014-12-14 16:13:41 +01:00
Shauren
19528f54a5 Core/Spells: Fixed player spells with only spellpower scaling doing no damage 2014-12-14 16:12:50 +01:00
Shauren
dc5a73da57 Core/Auras: Fixed a possible crash in proc triggering 2014-12-14 16:12:10 +01:00
Shauren
25ff9daab1 Core/Spells: Optimized spell effect info loading 2014-12-14 16:11:33 +01:00
Shauren
ee496b96a1 Core/PacketIO: Corrected values sent in SetSpellModifier - fixes client tooltips reporting incorrect damage/healing 2014-12-14 11:50:54 +01:00
Shauren
edf5fc2236 Core/Spells: Fixed a crash in SpellInfo::GetEffect happening when the current difficulty did not have an overriding effect 2014-12-14 11:28:13 +01:00
Nyeriah
8b8b4d5aeb Core/Misc: Fix build
(previously broken due to a branch disparity)
2014-12-11 02:15:31 -02:00
Nyeriah
99c4c4cee5 Core/RBAC: Allow setting different default security level roles to different realms
(cherry picked from commit c79af3f16f)
2014-12-10 22:50:28 -02:00
Rat
16ff14e758 Merge branch 'Spells' of https://github.com/TrinityCore/TrinityCore into Spells 2014-12-08 15:33:16 +01:00
Intel
4825832c85 Merge branch '6.x' into Spells
Conflicts:
	src/server/game/DataStores/DBCStores.h
	src/server/game/Entities/Player/Player.cpp
	src/server/game/Entities/Unit/Unit.cpp
	src/server/game/Server/Protocol/Opcodes.cpp
	src/server/scripts/Spells/spell_druid.cpp
2014-12-07 23:20:52 +02:00
Shauren
88ca8b95e0 Compile warning fix 2014-12-07 14:36:11 +01:00
Intel
518c744336 Core/Packets: Add connection indexes for server packets
Fixed IOCP define for linux
Minor code style change in inventory loading
2014-12-07 15:14:43 +02:00
Rat
30e2e04c01 Core/Spells: some work on effects scaling 2014-12-07 10:11:47 +01:00
joschiwald
384566f271 Core: fixed gcc build 2014-12-07 02:07:35 +01:00
Shauren
1b0d296da1 Core/DataStores: Refactored "gt" dbc handling. Wrapped these stores in a new GameTable class which will calculate correct dbc entry index based on given row/column as well as read number of rows/columns from client files instead of hardcoded GT_MAX_LEVEL 2014-12-07 01:50:50 +01:00
joschiwald
b68b6417f6 Core: fixed few coverity issues and warnings 2014-12-07 01:24:00 +01:00
joschiwald
9cda85a388 Fixed build 2014-12-06 00:19:12 +01:00
joschiwald
cc4ebdbe05 Core/Scripts: log ScriptNames assigned in database without core script 2014-12-05 23:55:06 +01:00
Intel
3ec88b7086 Core/Player: Prevent updating visibility if player is not in world. Closes #13659 2014-12-05 23:18:40 +02:00
Rat
305275e75e Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into Spells 2014-12-05 14:11:08 +01:00
Rat
21aae5b099 Merge branch 'Spells' of https://github.com/TrinityCore/TrinityCore into Spells 2014-12-05 14:10:40 +01:00
Rat
d74b4077c3 Core/Spells: finished implementing talent learning, talent reset, specialization learning 2014-12-05 14:10:02 +01:00
Intel
3a21d41c7c Core/Items: Fixed Inventory Loading from DB 2014-12-05 01:10:16 +02:00