Shauren
f370c4e4d6
Core/PacketIO: Updated and enabled CMSG_CHANGE_SEATS_ON_CONTROLLED_VEHICLE and updated structure of movement packet sent in CMSG_CAST_(PET_)SPELL
2013-04-11 01:14:32 +02:00
Shauren
238f7e9253
Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4
2013-04-10 23:39:47 +02:00
Shauren
de4b15357e
Core/Objects: Fixed guild guids
2013-04-10 01:28:17 +02:00
Warpten
65ecb27a6e
Merge pull request #9009 from Souler/fix_mage_rof
...
[4.3.4] Spells/Mage: Ring of Frost
2013-04-09 16:11:45 -07:00
Shauren
5de7bf1f17
Core/Objects
...
* Vehicles can now be sent with UPDATETYPE_CREATE_OBJECT2
* Corrected HIGHGUID type for guilds
2013-04-09 17:26:02 +02:00
Shauren
4384f02352
Core/Players: Minor cleanup in PhaseMgr
2013-04-09 17:25:03 +02:00
Shauren
12a828fdbc
Core/Movement
...
* Implemented a generic way of sending movement packets depending on who controls the unit (player or server controlled)
* Added possibility to specify extra elements in movement packets (such as speed, extra passenger guid, collision height and similar) without having to add a special element only for these
* Removed Unit::SendMovementFlagUpdate as it was something working only in 3.3.5a and earlier (no serverside HEARTBEAT opcode exists now)
2013-04-09 17:24:39 +02:00
Souler
895a4dd352
Spells/Mage: Ring of Frost
2013-04-08 21:37:57 +02:00
Subv
c34fd8d862
Core/Quests: Corrected the function call to give the rewarded skill points
2013-04-07 11:57:08 -05:00
Subv
fbcdb5b0db
Core/Quests: Fixed currency handling in quests (Required and Reward currency) and reward skill points.
...
Closes #9101
2013-04-07 11:50:37 -05:00
Shauren
1ba6d0ce6f
Core/Units: Started work on updating movement (main goal: remove SendMovementFlagUpdate())
2013-04-03 20:13:33 +02:00
Shauren
7e9ac70420
Core/Units: Fixed spiky player movement
...
Closes #8792
2013-04-03 18:51:43 +02:00
Shauren
79d73bfa3d
Core/Units: Fixed transport positions sent in movement packets (also fixes a crash if on vehicle)
2013-04-01 23:20:57 +02:00
Shauren
1cfd71a858
Core/PacketIO: Fixed instant logouts displaying logout box with timer
2013-04-01 14:46:13 +02:00
Shauren
b431a499a7
Core/Units: Removed deprecated BuildMovementPacket method and updated MovementFlags2 enum
2013-04-01 14:45:47 +02:00
Shauren
f63fd0bc18
Core/Spells: Fixed a crash with summoning Wild Mushrooms
2013-03-28 23:52:58 +01:00
Vincent_Michael
1b8d917ea9
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2013-03-27 13:19:56 +01:00
Gacko
e635ba5b81
Core/SmartAI: SMART_ACTION_FORCE_DESPAWN for dead creatures
2013-03-26 21:51:59 +01:00
Spp
d7d62e4248
Core: Fix compile with WITH_COREDEBUG option enabled
2013-03-26 19:34:49 +01:00
Spp
3c6c8c1117
Core/Misc: Remove the use of logging system from WPFatal (Fixes tools compile)
...
Closes #9501
2013-03-26 09:44:01 +01:00
Spp
d03da1320a
typo fix after 1a6a23e
2013-03-25 14:36:04 +01:00
Spp
c97c381ea0
Merge branch 'master' into 4.3.4
...
Conflicts:
src/server/game/Entities/Object/Object.cpp
src/server/game/Entities/Object/Object.h
src/server/game/Entities/Pet/Pet.cpp
src/server/game/Entities/Player/Player.cpp
src/server/game/Entities/Player/Player.h
src/server/game/Events/GameEventMgr.cpp
src/server/game/Loot/LootMgr.cpp
src/server/shared/Packets/ByteBuffer.h
2013-03-25 14:34:22 +01:00
Spp
1a6a23ec96
Core/Misc: Minor optimizations (+code changes to reduce differences with 4.3.4 branch)
...
Core/Logging: Create new logger type "Cheat". Will be used to log all cheat attempts
2013-03-25 13:26:48 +01:00
Spp
7c36e3a298
Core/Misc: Minor optimizations (+ code changes to reduce differences with 4.3.4 branch)
2013-03-25 10:36:30 +01:00
Gacko
ccb95c7462
Script/Spell: Apply Shadow's Fate to Sindragosa
...
Sindgragosa is summoned in instance script and would not pass the modified check otherwise
Related to: #9487
2013-03-22 21:36:25 +01:00
Shauren
92a490e7cd
Core/Auras: Fixed mount display
...
Closes #9482
2013-03-22 21:21:33 +01:00
Shauren
d40a16a95f
Core/Auras: Fixed client freezes happening with scalable auras that do not have all effects applied on all targets
...
Closes #8913
2013-03-22 21:21:09 +01:00
Shauren
4c8ff6e6a3
Core/Auth: Updated AuthResult enum
2013-03-22 19:55:01 +01:00
Vincent_Michael
15a249e28c
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/Entities/Pet/Pet.cpp
src/server/game/Entities/Pet/Pet.h
src/server/scripts/EasternKingdoms/zone_burning_steppes.cpp
src/server/scripts/EasternKingdoms/zone_stormwind_city.cpp
src/server/scripts/Kalimdor/zone_azshara.cpp
2013-03-21 22:00:01 +01:00
Shauren
d05aac03ae
Core/Players: Cleanup code in SendPreparedQuest (checks doing nothing...)
2013-03-21 21:01:52 +01:00
Shauren
cf1c1cf992
Core/Pets: Fixed crashes introduced in 1496e4df84
2013-03-21 21:00:47 +01:00
Spp
4429830ed7
Core: More functions moved to const
2013-03-21 15:13:51 +01:00
Spp
1496e4df84
Core/Pets: Remove unnecesary member variable (m_owner)
2013-03-21 15:00:43 +01:00
Spp
156fb824a4
Core/Scripts: Removed CAST_CRE define
2013-03-21 13:48:36 +01:00
Spp
355029fb4f
Core/Scripts: Removed CAST_PLR define
2013-03-21 13:07:10 +01:00
Spp
d091097433
Core/AI: Do not expose internal storage of SummonList
2013-03-21 11:06:05 +01:00
Vincent_Michael
41822a8ed3
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/AI/EventAI/CreatureEventAI.cpp
src/server/game/AI/EventAI/CreatureEventAI.h
src/server/game/AI/EventAI/CreatureEventAIMgr.cpp
src/server/game/Battlegrounds/Battleground.cpp
src/server/game/DataStores/DBCStores.cpp
src/server/game/Entities/Object/Object.h
src/server/game/Entities/Player/Player.h
src/server/game/Entities/Unit/Unit.cpp
src/server/game/Entities/Unit/Unit.h
src/server/game/Spells/Auras/SpellAuraEffects.cpp
src/server/game/Spells/SpellInfo.h
2013-03-20 22:07:56 +01:00
Nay
94dd2cd850
Merge pull request #8734 from blipi/guardians_altar
...
Quest 4901 "Guardians of the Altar"
2013-03-20 14:01:34 -07:00
Spp
69e81d46b1
Core/Misc: Define multiple functions const (+ code cleanup here and there)
2013-03-20 14:20:17 +01:00
Spp
af200bfaa5
Core/Account: Remove unused helper functions
2013-03-20 14:20:17 +01:00
Spp
b4ee55dd05
Core/Misc: Do not use singleton when calling to static function ChooseDisplayId (and remove unused parameter)
2013-03-20 14:20:17 +01:00
baines
88dd08d4b0
Fix mismatching new/delete
2013-03-20 06:47:30 -04:00
Visagalis
10030774c5
Fixed TOC faction champions loot chest (Now it will be selectable after spawning).
2013-03-20 08:06:47 +02:00
Vincent_Michael
455da45d9c
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
2013-03-18 23:39:21 +01:00
Vincent_Michael
52340e74e2
Core: Fix warnings
2013-03-18 23:38:07 +01:00
Nay
4e1a4b3ce4
Core/DB: Fix a table name in CHAR_SEL_MAIL_LIST_INFO
2013-03-17 18:19:15 +00:00
Bezo
228d9803f3
Scripts/Commands: Add .list mail $char/$guid command
...
Prints a list of mails received by the characters
Closs #9421
2013-03-17 17:32:24 +00:00
Shauren
d06ada0807
Core/DataStores: Warning fixes for .db2
2013-03-17 17:32:41 +01:00
Vincent_Michael
2e4d6f9e26
Merge branch 'master' of git://github.com/TrinityCore/TrinityCore into 4.3.4
2013-03-17 16:05:27 +01:00
Shauren
df3954521e
Core/DataStores: Implemented using locales in .db2 stores
2013-03-17 16:04:52 +01:00