Commit Graph

25183 Commits

Author SHA1 Message Date
Keader
8a95417fce Fix Living Constellation not activating during Algalon encounter. 2016-03-15 17:09:06 -03:00
Shauren
9a01b47d48 Core/Players: Removed pointless log - this is not an error
Closes #16781
2016-03-14 17:24:21 +01:00
Shauren
fdc8b7b38a Merge branch '3.3.5' of https://github.com/TrinityCore/TrinityCore into 3.3.5 2016-03-13 20:18:22 +01:00
Shauren
1925778e44 Core/Players: Split playerBytes fields in characters table
(cherry picked from commit 2a6f65fddc)
2016-03-13 20:18:05 +01:00
Kittnz
144b9c34c4 DB/Event: Incense for the Festival Schorlings
by sirikfoll
Closes #6880
2016-03-13 17:12:14 +01:00
Shauren
c344961e3f Merge pull request #16775 from chaodhib/opcode_setspeed_fix
Fix MSG_MOVE_SET_* opcodes. The GUID was missing.
2016-03-13 16:55:45 +01:00
chaodhib
303f0a4430 Fix MSG_MOVE_SET_* opcodes. The GUID of the concerned unit was missing from the packet. 2016-03-13 15:34:23 +01:00
Shauren
895878010e Merge branch 'Golrag-sindragosa_ice_tomb_target' into 3.3.5 2016-03-13 11:21:13 +01:00
Golrag
00c5eb70f2 Scripts/Icecrown Citadel: Fixed Sindragosa ice tomb targets
* Also changed the way NonTankTargetSelector checks who is the tank.
2016-03-13 11:21:03 +01:00
r00ty-tc
7d092567f9 Another build fix 2016-03-13 03:32:19 +01:00
Vincent-Michael
7f1cef3fa7 Core: Fixed build 2016-03-13 00:57:23 +01:00
Shauren
e32bb4de9c Build fix 2016-03-13 00:22:53 +01:00
Shauren
5a6db6e84d Core/Misc: Minimize differences between branches in WorldSession::Update
This commit removes OnUnknownPacketReceive script hook - it could never be fired anyway at that point
2016-03-13 00:12:09 +01:00
Shauren
811b29c8e1 Core/Networking: Added new AsyncRead method to Socket class allowing to pass a custom completion handler
(Partially cherry-picked from f123c39659)
2016-03-12 23:56:18 +01:00
RelevantJesse
55bb3fb00c Update PetAI.cpp
Pulled check for IsReady to outside of the IsPositive check

(cherry picked from commit a71ea54a3a)
2016-03-12 23:54:24 +01:00
MitchesD
caef32d375 Core/Misc: fix build
(cherry picked from commit ce5def332f)
2016-03-12 23:52:51 +01:00
Shauren
fd819b0919 Core/Debugging: Make abort() less bad on windows by forcing crash log generation
(cherry picked from commit dea7d429ab)

# Conflicts:
#	src/server/bnetserver/Main.cpp
2016-03-12 23:52:35 +01:00
DDuarte
637f050b9e CMake/Revision: Use raw strings in path/executable #defines
Fixes some possible warnings (e.g. "warning C4129: 's': unrecognized character escape sequence")
especially on Windows

(cherry picked from commit 849c906014)
2016-03-12 23:50:58 +01:00
Shauren
c71987b1a1 Core/Logging: Force synchronous logging after io_service shutdown - fixes logging on worldserver shutdown
(cherry picked from commit a0b2be6c1d)
2016-03-12 23:49:56 +01:00
Shauren
9fc5c4bc41 Core/PacketIO: Requeue packets handled with STATUS_LOGGEDIN received before player is fully loaded in one step after packet processing loop - reduces used locks from 3 per packet to 1 per packet
(cherry picked from commit 8086a39210)
2016-03-12 23:49:39 +01:00
Shauren
67aa8cabce Warning fix
(cherry picked from commit 983635458b)
2016-03-12 23:45:42 +01:00
Shauren
3ed41235f3 Core/Misc: Removed unneccessary boost/asio/buffer.hpp include
(cherry picked from commit 01be486f2f)
2016-03-12 23:44:49 +01:00
Shauren
39dd376c40 Core/Logging: Include more info in bad realm log
(cherry picked from commit a6dd6d7841)
2016-03-12 23:43:08 +01:00
Andrew Letson
c83f29d2c4 AHBot item class modifiers
Adds missing modifiers to worldserver.conf

(cherry picked from commit e5c9997362)
2016-03-12 23:41:14 +01:00
Software Engineer
b9839f5148 Server/ObjectMgr: Added Error Log And Server Shutdown At ID Overflow
(cherry picked from commit 0d8b5c2142)
2016-03-12 23:39:48 +01:00
Cosmo Orzechovsky
b13e664e5d Misc: Removed unneeded info about character escaping from .conf.dist and improved example MotD
(cherry picked from commit c731bd5d59)
2016-03-12 23:34:29 +01:00
Shocker
7093c16c5d Core/RBAC: Fix revoking permissions
(cherry picked from commit cb911cad00)
2016-03-12 23:33:03 +01:00
Carbenium
b637c198af Core/Player: Update some function declarations
(cherry picked from commit 0064fc2336)
2016-03-12 23:25:01 +01:00
Carbenium
bff45bbb14 Core/Player: Improve log messages 2016-03-12 23:22:10 +01:00
Carbenium
f29e380797 Core/Player:
* sprinkle some consts
* replace some C-style casts by static_cast
* replace NULL by nullptr

(cherry picked from commit b705ebeb7f)

# Conflicts:
#	src/server/game/Entities/Player/Player.cpp
#	src/server/game/Entities/Player/Player.h
2016-03-12 22:36:45 +01:00
Vincent-Michael
f81488b90e Core: Revert fail
(cherry picked from commit b5329d8a03)
2016-03-12 21:46:56 +01:00
Vincent-Michael
d6f093681e Core: Added missing overrides
(cherry picked from commit 5d584116fe)
2016-03-12 21:46:37 +01:00
Vincent-Michael
509e54423a Scripts: Added missing overrides
(cherry picked from commit 00b4e8b6cc)
2016-03-12 21:45:37 +01:00
Vincent-Michael
782bc7cfaa Core/Commands: Added transport position for command .gps
(cherry picked from commit 9c99a1d0c7)
2016-03-12 21:37:40 +01:00
Shauren
2a37266269 Core/Auth: Fixed login for accounts with accented characters
Closes #16770
2016-03-12 21:22:16 +01:00
Shauren
298d70476e Core/Misc: Partial port of d9f1d6466d (refactoring) 2016-03-12 21:21:41 +01:00
Shauren
9b5adcc6fc Core/Networking: Fixed DelayedCloseSocket when compiled without TC_SOCKET_USE_IOCP (linux)
Closes #16769

(cherry picked from commit 0daba931ef)
2016-03-12 19:44:06 +01:00
Naios
cebe6122ad Core/Worldserver: Move the Realm instance into the game library
(cherry picked from commit 7c257aab5e)
2016-03-11 20:03:13 +01:00
Naios
b7f936891a Core/Game: Move singleton instances into compilation units
* Fixes issues when building shared libraries
  (prevents gcc and clang from providing several instance)

(cherry picked from commit 329225b40d)
2016-03-11 20:03:12 +01:00
Naios
3a4ec8bcbe Core/Database: Move singleton instances into compilation units
* Fixes issues when building shared libraries
  (prevents gcc and clang from providing several instance)
* Also instantiate the database worker pools in DatabaseEnv.cpp now.

(cherry picked from commit a8fe7f6eb7)
2016-03-11 19:51:07 +01:00
Naios
fbe724fab9 Core/Common: Generalize platform specific includes in common/Platform
(cherry picked from commit 30517cb1d3)
2016-03-11 19:09:56 +01:00
Naios
998607b106 Core/Common: Move singleton instances into compilation units
* Fixes issues when building shared libraries
  (prevents gcc and clang from providing several instance)

(cherry picked from commit 5c91586797)
2016-03-11 18:55:33 +01:00
Dr-J
d1efa0b8b1 DB/Quest: Survey Alcaz Island Credit
If you already had this quest in log prior you may need to abandon and retake/add quest before it will work as I had been trying to figure out why credit spell would not work even if cast on self, as soon as I removed and re-added quest worked

Thanks to @Kodekc
2016-03-10 16:12:02 +00:00
Dr-J
5c064e1e73 DB/Misc: Lady Jaina Proudmore
Few updates to 2b04a9c9d8 as found npc_text 7012 was assigned to gossip menu in db
2016-03-10 14:27:30 +00:00
Dr-J
c9f9e93c22 Remove Lady Jaina Proudmores CPP script from zone_dustwallow_marsh.cpp 2016-03-09 23:31:36 +00:00
Dr-J
2b04a9c9d8 DB/Quest: Survey Alcaz Island
Move Lady Jaina Proudmoore script (cw) to sai
Script turn in event for Survey Alcaz Island

Ref #16745 not closing issue yet as even though unrelated issue there maybe issue with credit (needs confirmation as works for me) but is currently delivered by spell_area which does not appear to be correct but the spell to give credit does not work otherwise not even if cast on self
2016-03-09 23:28:25 +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
Aokromes
7ee7548b94 DB/Misc: Fix some engrish
By tkrokli closes #16648
2016-03-07 10:35:33 +01:00
Aokromes
f7a05eba63 DB/Gameobject: Fix respawn time of few Quest GameObjects
By Tauriella, closes #16701
2016-03-07 10:32:57 +01:00