Vincent-Michael
f42e6647e4
Core/Commands: Added transport position for command .gps
...
(cherry picked from commit 9c99a1d0c7 )
2016-05-04 02:59:13 +02:00
Shauren
3c6e9fe8b6
Core/Auth: Fixed login for accounts with accented characters
...
Closes #16770
Conflicts:
src/server/database/Database/Implementation/LoginDatabase.cpp
2016-05-04 02:56:53 +02:00
Shauren
ddb85e242a
Core/Networking: Fixed DelayedCloseSocket when compiled without TC_SOCKET_USE_IOCP (linux)
...
Closes #16769
(cherry picked from commit 0daba931ef )
2016-05-04 02:52:03 +02:00
Aokromes
9a074db8bf
Compile fix
2016-05-03 17:29:59 +02:00
Aokromes
303082546b
Sync with 3.3.5a core
2016-05-03 12:50:49 +02:00
Aokromes
0ac5f4a440
Sync with 3.3.5a core
2016-05-03 12:40:27 +02:00
Aokromes
41e7c525f6
Build fix
2016-05-01 16:12:56 +02:00
Carbenium
dd917e4214
Merge branch 'patch-3' into '4.3.4'
...
Raid/Baradin Hold: Pit Lord Argaloth
Pit Lord Argaloth should cast one time Fel Firestom at 66% Health and 33% Health. The way it was scripted made boss cast continuosly Fel Firestom from 66% to 0%. Now it is ok.
See merge request !9
2016-04-30 22:48:49 +00:00
Aokromes
f036d55daa
Merge branch 'patch-2' into '4.3.4'
...
Zul'Aman/Hexlord : Deleted unused code and improoved for 4.3.4
See merge request !8
2016-04-30 22:45:35 +00:00
Aokromes
2c44f9ed2c
Core/SmartAI: Correct startup log
2016-04-26 02:08:17 +02:00
Girip Dragos
88ba2d4ebd
Typo
2016-04-19 22:23:03 +00:00
Aokromes
14042c8104
Core/DataStores: Renamed unknown dbc field
...
From 6.x branch
2016-04-14 17:19:41 +02:00
Aokromes
1b0cc33b3e
Core: Name some Spell Effects
2016-04-13 23:57:19 +02:00
Aokromes
e8d994f568
Core/Spells: Implemented spell effects SPELL_EFFECT_UPDATE_PLAYER_PHASE and SPELL_EFFECT_UPDATE_ZONE_AURAS_AND_PHASES
...
By Lopfest
2016-04-13 20:39:21 +02:00
Girip Dragos
e909652eba
Everything should be fine now.
2016-04-09 19:21:22 +00:00
Girip Dragos
b6e2285289
My bad.
2016-04-09 19:15:31 +00:00
Girip Dragos
07551d62b0
Raid/Baradin Hold: Pit Lord Argaloth
2016-04-09 19:05:00 +00:00
Girip Dragos
74dfec580c
Zul'Aman/Hexlord : Deleted unused code and improoved for 4.3.4
2016-04-08 23:04:48 +00:00
Aokromes
db7358ff69
Core: fixed few coverity issues and warnings
2016-04-05 04:57:34 +02:00
Aokromes
70697c6fce
Core: fixed few coverity issues and warnings
2016-04-03 08:04:26 +02:00
Aokromes
30b80d6e82
Core: fixed few coverity issues and warnings
...
Partial port of b68b6417f6 by joschiwald
2016-04-03 07:36:50 +02:00
Aokromes
6b00c75b99
Core/Phase: fixed phase update on area change
...
by Lopfest
2016-03-24 19:13:27 +01:00
Aokromes
ef29f1037e
Misc: Fix download db url
2016-03-17 19:05:46 +01:00
ariel-
ccc89900ba
Core/Quest: Merge Quest template constructor with 3.3, removed double increment of some vars, remove multiple iterations
2016-03-11 20:08:00 -03:00
ariel-
98a1e712d4
Bnetserver: Fix warning
2016-03-11 20:06:59 -03:00
ariel-
65aec5f8f7
Merge remote-tracking branch 'tc/3.3.5' into 4.3.4
...
Note: additional hand-picked ports from 6.x to fix build
Conflicts:
sql/updates/world/2016_02_22_00_world.sql
sql/updates/world/2016_02_22_01_world.sql
sql/updates/world/2016_02_22_02_world.sql
sql/updates/world/2016_03_07_00_world.sql
src/server/authserver/Realms/RealmList.cpp
src/server/authserver/Realms/RealmList.h
src/server/authserver/Server/AuthSession.cpp
src/server/game/Accounts/AccountMgr.cpp
src/server/game/AuctionHouse/AuctionHouseMgr.cpp
src/server/game/Chat/Chat.cpp
src/server/game/Conditions/ConditionMgr.cpp
src/server/game/Conditions/ConditionMgr.h
src/server/game/Entities/Player/Player.cpp
src/server/game/Handlers/CharacterHandler.cpp
src/server/game/Handlers/MiscHandler.cpp
src/server/game/Scripting/ScriptLoader.cpp
src/server/game/Scripting/ScriptLoader.h
src/server/game/Server/WorldSession.cpp
src/server/game/Server/WorldSocket.cpp
src/server/game/World/World.cpp
src/server/game/World/World.h
src/server/scripts/CMakeLists.txt
src/server/scripts/Commands/cs_gm.cpp
src/server/scripts/Commands/cs_misc.cpp
src/server/scripts/Commands/cs_rbac.cpp
src/server/scripts/Commands/cs_ticket.cpp
src/server/scripts/Commands/cs_wp.cpp
src/server/scripts/EasternKingdoms/CMakeLists.txt
src/server/scripts/EasternKingdoms/zone_burning_steppes.cpp
src/server/scripts/EasternKingdoms/zone_stormwind_city.cpp
src/server/scripts/Kalimdor/CMakeLists.txt
src/server/scripts/Kalimdor/zone_dustwallow_marsh.cpp
src/server/scripts/Kalimdor/zone_orgrimmar.cpp
src/server/scripts/OutdoorPvP/CMakeLists.txt
src/server/scripts/Spells/spell_dk.cpp
src/server/scripts/Spells/spell_hunter.cpp
src/server/shared/CMakeLists.txt
src/server/worldserver/CMakeLists.txt
src/server/worldserver/Main.cpp
src/tools/mmaps_generator/CMakeLists.txt
2016-03-11 18:32:07 -03:00
Dr-J
c9f9e93c22
Remove Lady Jaina Proudmores CPP script from zone_dustwallow_marsh.cpp
2016-03-09 23:31:36 +00:00
Nyeriah
c1905771f0
Scripts/Command: Solve several format exception crashes introduced in a recent commit
...
Ref #16648
Closes #16751
2016-03-09 00:42:45 -03:00
DDuarte
a41bd8e943
Tools/MMaps: Add format library linking to mmaps_generator
...
(Very) partial cherry pick of ed75b0649a
2016-03-07 17:30:06 +00:00
DDuarte
7b687be4ba
Core/Auth: Fix the "Added realm" spam
2016-03-07 00:06:13 +00:00
DDuarte
6cd63ca3d4
Core/Authserver: Partial port of 56cf7ff2a8
...
Change the "UpdateIfNeed" logic to a deadline_timer
2016-03-06 19:46:59 +00:00
DDuarte
2ea31027e5
Core: Backport 6.x realm changes
...
Make acessible all the info about current realm (e.g name) anywhere, not only realm id
Reduce the number of differences between the two branches
Original changes by Shauren
Partial port of bacc90b6ba and 63def8aa32
2016-03-06 19:46:59 +00:00
jackpoz
510bb30b2c
Scripts/Misc: Fix issues reported by static analysis
2016-03-06 16:11:55 +01:00
Aokromes
9ba8fe52d2
Core/Quest: Remove duplicate things
2016-03-06 09:35:55 +01:00
ariel-
691b0df6ae
Core/Conditions: fix a memory leak for CONDITION_SOURCE_TYPE_TERRAIN_SWAP
...
Reported by Aokromes.
(cherry picked from commit 3a7f311547 )
Conflicts:
src/server/game/Entities/Object/Object.cpp
2016-03-06 04:08:04 -03:00
ariel-
bf6eb656ee
Core/Quests: initialize Emotes array
...
Ref #59
2016-03-06 03:52:42 -03:00
ariel-
95b6332bef
Revert "Core/Auras: Should not remove other targets' aura if it keeps on same phase than caster"
...
Was causing assertion fails in UnregisterSingleTarget, further research into the issue is needed.
This reverts commit d44dd09737 .
Reopens #42
2016-03-06 03:40:06 -03:00
Shauren
7fe5a77f5e
Warning fix
2016-03-05 20:17:37 +01:00
Shauren
3d0b065135
Core/Commands: Fixed a crash in .wp mod by @Magnifikator
...
Closes #16732
2016-03-05 20:16:42 +01:00
Shauren
e73d5a7bf4
Core/Commands: Fixed incorrect use of GetGUID instead of GetSpawnId in waypoint commands
...
Updates #16732
2016-03-05 20:14:58 +01:00
treeston
49de12b1cf
Unit/PlayerAI: Yeah, we allow charmer to be null now, should probably check for that.
...
Fixes and closes #16728 .
2016-03-05 13:29:49 +01:00
sirikfoll
c4e4ee3ae1
Core/Scripts: Fixed Yogg-Saron Portals
...
Closes #16390
Closes #16708
2016-03-04 20:45:28 +01:00
treeston
f46a0e7eb3
Instance/SunkenTemple: Some cleanup.
2016-03-04 17:52:07 +01:00
MitchesD
e081bc36dc
Merge pull request #16720 from tkrokli/npc_thrall_warchief
...
Core/Scripts: npc_thrall_warchief hardcoded text
2016-03-04 10:49:57 +01:00
durotar
768a5cf354
Scripts/SunkenTemple: Quest 3447 Secret of the Circle Thanks to Tkrokli, Kilyana and Nayd Closes #808
...
Signed-off-by: MitchesD
Closes https://github.com/TrinityCore/TrinityCore/pull/16367
2016-03-04 00:05:52 +01:00
MitchesD
8e152e0d4a
Merge pull request #16523 from tkrokli/smart_action_set_corpse_delay
...
[3.3.5][6.x]Core/SmartScript: create SMART_ACTION_SET_CORPSE_DELAY
2016-03-03 23:16:59 +01:00
tkrokli
2bbe00e5f4
Core/Scripts: npc_thrall_warchief hardcoded text
...
7 more text lines removed in the ongoing series:
"Remove hardcoded text from core scripts".
Core script for quest 6566, What The Wind Carries
(part of the Horde Onyxia quest chain)
- create new gossip_menu_option entries
- link the options via the table gossip_menu
- remove hardcoded text from the script
2016-03-03 21:40:39 +01:00
treeston
fe707db96f
Core/AI: Fix an edge case crash with PlayerAI. Again. Sheesh.
2016-03-03 20:57:03 +01:00
ariel-
d44dd09737
Core/Auras: Should not remove other targets' aura if it keeps on same phase than caster
...
Closes #42
2016-03-03 01:57:46 -03:00
ariel-
5df10956c0
Core/Misc: Fix crash in .reload creature_template
2016-03-03 01:36:03 -03:00