Commit Graph

11858 Commits

Author SHA1 Message Date
Shauren
cffbcea877 Core/Entities: Sixth part of removing GetGUIDLow() uses 2014-10-22 23:31:10 +02:00
Shauren
ac94efd507 Core/Entities: Fifth part of removing GetGUIDLow() uses 2014-10-22 22:18:21 +02:00
Shauren
bea5cad67d Core/Entities: Fourth part of removing GetGUIDLow() uses 2014-10-22 21:22:04 +02:00
Shauren
afeeddb0e9 Core/Entities: Third part of removing GetGUIDLow() uses 2014-10-22 19:33:06 +02:00
Shauren
71422dcd69 Core/Entities: Second part of removing GetGUIDLow() uses 2014-10-22 18:12:51 +02:00
Shauren
b3e3cfa81f Core/Entities: First part of removing GetGUIDLow() uses 2014-10-22 17:33:55 +02:00
Shauren
b10d3cd24a Scripts/Commands: Replaced lowguid printing in command output with ToString() formatted guid 2014-10-22 15:46:25 +02:00
Shauren
a5a84e8808 Core/Guilds: Use full guids in guild finder storage 2014-10-22 13:14:06 +02:00
Shauren
0e35a715e5 Core/Social: Use full guid for friend and ignore storage 2014-10-22 12:52:12 +02:00
Shauren
1ac720f95f Core/Groups: Use full guid for battleground score storage 2014-10-22 10:53:05 +02:00
Shauren
f13d0da626 Core/Groups: Use full guid for guild member storage 2014-10-22 00:47:29 +02:00
Shauren
e7d9830a06 Core/Groups: Use full guid for group lookup 2014-10-22 00:35:00 +02:00
Shauren
7ae708acf5 Core/ObjectMgr: Switched to full guids in cell corpse container 2014-10-22 00:13:32 +02:00
Shauren
68f45e8734 Core/Entities: Final batch of removing implicit conversions of ObjectGuid to uint64 2014-10-21 21:09:15 +02:00
Shauren
034561792c Core/Entities: Second batch of removing implicit conversions of ObjectGuid to uint64 2014-10-21 20:27:00 +02:00
Shauren
9cc7044546 Core/Entities: First batch of removing implicit conversions of ObjectGuid to uint64 2014-10-21 19:23:32 +02:00
Shauren
1bea52fd46 Core/DBLayer: Added support for BINARY field type 2014-10-21 14:57:20 +02:00
jackpoz
25d8b49313 Core/AHBot: Filter out from AHBot items that can't be looted
(cherry picked from commit 361d285ba3)
2014-10-20 19:59:27 +00:00
Shauren
26c9d4dc41 Core/Entities: First part of required database changes for migrating guids to 128 bit - all fields storing lowguid must be extended to uint64 2014-10-20 19:25:50 +02:00
Shauren
484eae18ea Merge pull request #13361 from Sovak/602
Core/NetworkIO: *Fixed basic auth packets
2014-10-20 01:33:10 +02:00
Shauren
5e56430156 Core/PacketIO: Updated packet headers to 6.0 2014-10-20 01:27:00 +02:00
Shauren
585f17b5e8 Battle.net: Fixed JoinRequestV2 and JoinResponseV2 structures 2014-10-20 01:20:44 +02:00
Sovak
51095ad39b Core/NetworkIO: *Fixed basic auth packets
Fixed basic character packets
Nulled all opcodes
Thanks to @Shauren for pointing some derps out

Signed-off-by: Sovak <sovak007@gmail.com>
2014-10-19 23:19:49 +02:00
joschiwald
53725517a0 Core/Misc: fixed a scenario when character factionchange create unexpected results, also moved packet generating code into unique methods
(Packet structure not verificated to 6.0.2)
2014-10-19 16:18:54 +02:00
jackpoz
5b08387792 Core/Misc: Remove unsafe not thread-safe localtime() calls
Replace not thread-safe localtime() calls with thread-safe localtime_r().
2014-10-19 15:09:15 +02:00
jackpoz
e2c2bce90f Core/Misc: Remove dead code
Remove a double check on result of same function, with the 2nd being always true.
2014-10-19 14:08:03 +02:00
Shauren
457c93bc4b Tools/Extractors: Updated vmap_extractor for 6.0.2 2014-10-19 14:02:08 +02:00
DDuarte
98ca9a7749 Merge remote-tracking branch 'origin/4.3.4' into 6.x 2014-10-19 04:59:47 +01:00
DDuarte
efa79f4469 Scripts/Cmds: Replace AccountMgr::normalizeString with Utf8ToUpperOnlyLatin 2014-10-19 04:06:01 +01:00
DDuarte
02842a20b6 Core/Shared: Fix typo in LoginDatabase enum 2014-10-19 03:50:53 +01:00
DDuarte
98f98fa17f Merge remote-tracking branch 'origin/4.3.4' into 6.x 2014-10-19 00:23:18 +01:00
DDuarte
eb68b11627 Merge remote-tracking branch 'origin/3.3.5' into 4.3.4 2014-10-19 00:22:33 +01:00
DDuarte
5bf55eacfd Merge remote-tracking branch 'origin/3.3.5' into 4.3.4
Conflicts:
	sql/base/auth_database.sql
	src/server/game/Instances/InstanceScript.h
	src/server/scripts/Northrend/isle_of_conquest.cpp
	src/server/shared/Database/Implementation/LoginDatabase.cpp
	src/server/shared/Database/Implementation/LoginDatabase.h
2014-10-19 00:18:06 +01:00
Nyeriah
5462936896 Scripts/Commands: Fix static analysis issues 2014-10-18 20:17:31 -03:00
Heihachi
15a9c6729e Scripts/Commands: Implement mutehistory command for GM's with requested improvements
Closes #13350
2014-10-18 23:34:18 +01:00
treak
f21b55068c Script/Spell: fix Mixology value bonus
Closes #13297
Fixes #2172

This might not be best solution but a better way could not be found for the moment.
2014-10-18 22:36:31 +01:00
Nyeriah
2f016098c2 Scripts/Commands: Implement commands to set and get boss states during run time
Closes #13186
2014-10-18 22:05:04 +01:00
Intra
98e1e06830 Scripts/MC: Rework Shazzrah script and implement spell script
Closes #13317
2014-10-18 22:57:30 +02:00
Golrag
5ede64260c Core/BattlegroundIC:
* Fixed Catapults
* Fixed Graveyards
* Fixed Cannons on Gunships
* More Blizzlike Teleport to Gunship
* Fixed Gunship Teleport to Hangar
* Fixed Teleporters

Closes #13052
Fixes #12323 and #9557
2014-10-18 21:33:21 +01:00
mik1893
ef4043436b Core/Spells: Grounding Totem: - correctly magnet spells and dies - let missile spells fly on it and destroys all spells during the travel time of first one
Thx @amsjunior1

Closes #13147
Fixes #5611
2014-10-18 21:13:37 +01:00
trickerer
47359a1ae2 Core/Spells: Trigger extra attacks on proper target
Ref #6892

Closes #11001
2014-10-18 20:51:00 +01:00
Duarte Duarte
670d12722c Merge pull request #13245 from Mihapro/4.3.4
DB/Quests: Fear No Evil changes
2014-10-18 18:59:31 +01:00
Duarte Duarte
996ad78122 Merge pull request #13353 from ShinDarth/335_quest_tracker
Core/Quest: implement Quest Tracker
2014-10-18 18:57:30 +01:00
ShinDarth
e806fc8a02 Core/Quest: implement Quest Tracker 2014-10-18 18:37:39 +02:00
Shauren
8936723291 Merge branch '4.3.4' of https://github.com/TrinityCore/TrinityCore into 6.x
Conflicts:
	dep/PackageList.txt
	src/server/bnetserver/Packets/WoWRealmPackets.cpp
	src/server/bnetserver/Server/Session.cpp
2014-10-18 17:03:30 +02:00
Shauren
4a0be2bffc Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4
Conflicts:
	src/server/game/Spells/SpellMgr.cpp
2014-10-18 16:00:20 +02:00
Warpten
8308f4a234 Merge pull request #13334 from Exodius/master
Core/Spells: Fix Ebon Plague and Wandering Plague
2014-10-18 15:54:49 +02:00
Shauren
c238e8faff Merge branch 'master' of https://github.com/TrinityCore/TrinityCore into 4.3.4
Conflicts:
	src/server/game/Battlegrounds/ArenaTeamMgr.cpp
	src/server/game/Handlers/GroupHandler.cpp
2014-10-18 15:54:30 +02:00
joschiwald
0de1603944 Core/ObjectAccessor: don't use singleton when calling static methods 2014-10-18 15:13:29 +02:00
ShinDarth
4940f8c37e Core/LootMgr: restore build 2014-10-18 11:27:36 +02:00