Commit Graph

11792 Commits

Author SHA1 Message Date
Shauren
69a17346d4 More build fixes, everyone loves pch 2014-10-18 00:26:41 +02:00
Shauren
863eac9c1a Fixed nopch build 2014-10-18 00:01:00 +02:00
Shauren
f773a9e053 Core: Implemented IPC (Inter-process communication) between worldserver and bnetserver using ZeroMQ library.
* Implemented ToonReady and ToonLoggedOut battle.net packets
2014-10-17 22:48:06 +02:00
jackpoz
40cff79b25 Merge pull request https://github.com/TrinityCore/TrinityCore/pull/12779 from PortgasDAce/8
Core/Spells: Fixed Range Weapon durability loss
2014-10-15 21:07:42 +02:00
Shauren
cc27497ea7 Battle.net: Removed not implemented comment from stream items opcodes 2014-10-14 16:53:44 +02:00
Shauren
1ef31ba752 Battle.net: Implemented cache stream items 2014-10-13 17:22:24 +02:00
Vincent-Michael
42f5017261 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
Conflicts:
	src/server/game/Handlers/MiscHandler.cpp
2014-10-12 21:46:40 +02:00
MitchesD
a96ff6043d Merge pull request #13321 from Kittnz/unit_state
Core/Misc: Fix current player state when logging out
2014-10-12 21:36:46 +02:00
Shauren
cf521de9cb Battle.net/Packets: Added packet name mapping for logging 2014-10-12 20:58:25 +02:00
jackpoz
bb046ce4ed Core/Maps: Apply const-correctness to GridMap::loadData() 2014-10-12 20:01:27 +02:00
Kittnz
68293aa9b2 Core/Misc: Fix current player state when logging out
Sit should only be apply'd when player is standing.
For example when sitting on a chair when logging out, player should stay on the chair until fully logged out and not sit on the floor.
2014-10-12 19:23:40 +02:00
Shauren
5f2252e863 Core/Authserver: Removed battle.net authresult enum from authserver 2014-10-12 18:59:01 +02:00
Sebastian Valle Herrera
679e663df1 Bnet/Friends: Send the "proper" error message in SocialNetworkCheckConnectedResult 2014-10-12 10:32:49 -05:00
Shauren
7679ecd7b3 Core/Battle.net: Improved logging - use separate filters instead of throwing everything to one logger 2014-10-12 15:34:01 +02:00
Shauren
c2a39ce36a Core/PacketIO: Let packets that have a handler in array through to worldsession update 2014-10-12 15:32:25 +02:00
Sovak
d0db99961f Core/PacketIO: Restored client opcode handler check lost in ace->boost transition 2014-10-12 12:38:04 +02:00
Vincent-Michael
241fdc49a7 Core: Fix non pch build 2014-10-12 02:02:40 +02:00
Vincent-Michael
02192ab870 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-10-12 02:02:07 +02:00
Shauren
0f83c6ac32 Build fix 2014-10-11 23:49:31 +02:00
Shauren
665b1daab7 Core/PacketIO: Removed PacketFilter::DropHighBytes 2014-10-11 23:40:51 +02:00
Shauren
cbabfe9920 Core/Battle.net: Handle ConnectionClosing 2014-10-11 22:45:01 +02:00
DDuarte
103fd9cb63 Scripts/GO: Remove go_field_repair_bot_74A
Replaced by SAI in c05a4189e2
2014-10-11 20:40:48 +01:00
Duarte Duarte
611f7749a2 Merge pull request #13307 from beach-creature/master
Adjust random movement wait time and implement variable wait times
2014-10-11 18:58:17 +01:00
Vincent-Michael
1e181d7021 Core:/SAI: Added better error log output in 0a897616da 2014-10-11 18:56:58 +02:00
joschiwald
90a2acfbdf Core/SAI: changed multiple validation checks 2014-10-11 18:52:01 +02:00
Shauren
26e4b67e85 Core/Battle.net: Removed remaining authserver references 2014-10-11 15:16:06 +02:00
Shauren
56cf7ff2a8 Core/Battle.net: Implemented updating realm list after initial login 2014-10-11 15:13:30 +02:00
Intra
06afdeffcb Adjust random movement wait time and implement variable wait times 2014-10-11 14:20:24 +02:00
Vincent-Michael
0a897616da Core/SAI: Added new error for wrong target orientation value 2014-10-11 05:33:34 +02:00
Shauren
00603772df Core/Battle.net: Added missing includes and changed default config file name 2014-10-10 23:48:01 +02:00
Shauren
cb06ac47b3 Removed a file that somehow came back - I blame magic. 2014-10-10 23:28:34 +02:00
Shauren
f52e921521 Core/Config: Removed bnet port from authserver and authserver port from bnet config giles 2014-10-10 23:22:11 +02:00
Shauren
a04393f554 Core/Auth: Moved battle.net handling to separate project 2014-10-10 23:19:40 +02:00
Vincent-Michael
03732846fe Core: Fix non pch build 2014-10-10 22:42:48 +02:00
Vincent-Michael
d760579dd6 Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-10-10 21:43:33 +02:00
Vincent-Michael
889e82ebe4 Core: Fix non pch build 2014-10-10 19:31:17 +02:00
Vincent-Michael
63d7b348bb Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-10-10 05:29:06 +02:00
Shauren
67f9d916cb Build: Fixed game & collision depending on each other for linking 2014-10-09 23:01:31 +02:00
Vincent-Michael
ba676f8c3e Core/Spells: Added new error log for spell linked 2014-10-09 18:54:46 +02:00
MitchesD
9e7a9ff6e1 Scripts/Dalaran: remove unneeded script 2014-10-09 16:42:08 +02:00
yesitsme
de7b503cc4 Core/SmartScripts: Fix multiple target_types
Checking the worldobjects GUID against the iterators GUID instead of pointer to worldobject against pointer to iterator, as 2 different pointers may point to the same object.
Closes #12670
2014-10-09 00:04:04 +02:00
Shauren
2e455eee86 Core/Entities: Removed the possibility to teleport non-player objects to different maps 2014-10-08 20:24:55 +02:00
Shauren
b781a4dc33 Core/Logging: Replaced direct calls to GetCounter() in logs with ToString() 2014-10-08 17:59:27 +02:00
Vincent-Michael
ec784be893 Core/SAI: Ingore text valid errors for SMART_TARGET_CREATURE_DISTANCE / SMART_TARGET_CREATURE_RANGE / SMART_TARGET_CLOSEST_CREATURE 2014-10-07 22:56:50 +02:00
jackpoz
db88bf02b5 Core/LFG: Fix Leader flag being ignored
Fix bug added in 5ca00bc14d that removed Leader flag of LFG without ever adding it back, giving leadership to players who didn't want it.
2014-10-07 22:15:01 +02:00
Vincent-Michael
def151bb18 Core/SAI: Fix text over errors 2014-10-07 21:49:50 +02:00
DDuarte
0fb9ba4f28 Core/Players: Update gold cap
> As of Patch 4.0.1, the gold cap is 999,999
2014-10-06 21:59:56 +01:00
Aokromes
43f0b67e99 Update worldserver.conf.dist
Match the rest of the conf.
2014-10-06 16:29:30 +02:00
Subv
08ca6591d1 Merge branch '4.3.4' of github.com:TrinityCore/TrinityCore into 4.3.4 2014-10-05 17:22:59 -05:00
Subv
7b02e5fc78 Authserver/Battle.net: Fixed a typo 2014-10-05 17:22:26 -05:00