DDuarte
5bc823f5e7
Core: Even more warning fixes
2014-10-27 22:52:19 +00:00
DDuarte
07a640de0d
Core: Fix warnings, mostly wrong printf formatters
2014-10-27 21:56:44 +00:00
AriDEV
c220f3d830
Server/Entities: Updated Item Container Sub Class & Bag Family Mask For Cooking Supplies.
...
Example: Portable Refrigerator (http://www.wowhead.com/item=92748 )
Signed-off-by: AriDEV <aridev666@gmail.com >
2014-10-27 13:20:10 +01:00
Shauren
7afab9f783
Core/Entities: Updated HighGuid values
2014-10-27 12:03:35 +01:00
AriDEV
73daa70c53
Server/Entities: Should Fix Compile Error Under GCC 4.8+
...
Signed-off-by: AriDEV <aridev666@gmail.com >
2014-10-27 10:09:17 +01:00
Shauren
209a743bbe
Core/Entities: Updated updatefields
2014-10-26 22:06:48 +01:00
Shauren
a231777c50
Misc: Fixed sql import, added new changes to world_database.sql, removed duplicate definition of ObjectGuidGenerator<HIGHGUID_PET>
2014-10-26 10:34:33 +01:00
Shauren
9e1930959d
Core/Entities: Changed object lowguid to uint64
2014-10-26 02:57:28 +02:00
joschiwald
747350a0bc
Scripts: replaced various Location struct defines with proper Position or G3D::Vector3
2014-10-26 01:56:06 +02:00
Shauren
10fb948c40
Core/Entities: Changed a few lowguid uses to ObjectGuid::LowType
2014-10-25 17:11:35 +02:00
DDuarte
f37e5b9afd
Core/Opcodes: Support opcodes with the same ids and different direction
...
- Split enum Opcodes in enum OpcodeMisc/OpcodeClient/OpcodeServer
- Old MSGs are temporarly in the enum OpcodeClient
- Split _internalTable of OpcodeTable in two tables, one for CMSG opcodes and another for SMSG opcodes
Note: most added static_cast<OpcodeX> will be removed once WorldPacket
is split in two classes (ServerPacket/ClientPacket, see #13434 )
2014-10-25 15:42:16 +01:00
Shauren
a363c88f03
Core/Guilds: Fifth part of converting int to bigint guids in database
2014-10-25 15:04:38 +02:00
Kinzcool
45a4a10de9
Core/Misc: First part of renaming to Blizzard's names
2014-10-24 23:23:12 -04:00
Shauren
9fc0b76cd1
Core/Entities: Fourth part of converting int to bigint guids in database
2014-10-24 19:56:17 +02:00
DDuarte
6cb52fe4e8
Core: Fix build
2014-10-24 18:41:17 +01:00
Shauren
6938d821f9
Fixed typo in ObjectGuid.h
2014-10-24 17:25:19 +02:00
Shauren
a20fbfc8e0
Core/Entities: Third part of converting int to bigint guids in database
2014-10-23 23:04:16 +02:00
Shauren
1db15bd685
Core/Entities: Added type definition to use for a low guids
2014-10-23 21:35:29 +02:00
Shauren
76f1f85d8b
Core/Entities: Second part of required database changes for migrating guids to 128 bit - all fields storing lowguid must be extended to uint64
2014-10-23 21:34:03 +02:00
Shauren
08c56eb110
Core/Entities: First step to 128 bit guids
...
* Database fields storing full guid have been converted to BINARY(16)
2014-10-23 17:01:26 +02:00
Shauren
a97bd333fe
Core/Entities: Removed Object::GetGUIDLow()
2014-10-23 00:29:16 +02:00
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
b3e3cfa81f
Core/Entities: First part of removing GetGUIDLow() uses
2014-10-22 17:33:55 +02:00
Shauren
0e35a715e5
Core/Social: Use full guid for friend and ignore storage
2014-10-22 12:52:12 +02:00
Shauren
e7d9830a06
Core/Groups: Use full guid for group lookup
2014-10-22 00:35:00 +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
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
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
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
DDuarte
98f98fa17f
Merge remote-tracking branch 'origin/4.3.4' into 6.x
2014-10-19 00:23:18 +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
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
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
Vincent-Michael
35bd935779
Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4
...
Conflicts:
src/server/game/DungeonFinding/LFGMgr.cpp
src/server/game/Handlers/ChatHandler.cpp
src/server/game/Handlers/GroupHandler.cpp
src/server/game/Handlers/LFGHandler.cpp
src/server/game/Handlers/PetitionsHandler.cpp
2014-10-18 00:32:39 +02:00
jackpoz
ee5eaab598
Core/Players: Fix players not being notified if on loading screen
...
Fix packets not being sent to players on loading screen even if the system supports these packets to be queued and sent till the player is in world.
There might be additional cases where this applies, please report back if you find any.
Fixes #11339
2014-10-17 22:35:28 +02:00
jackpoz
86e3737d11
Core/Movement: Fix evade issue
...
Fix evade issue happening when an evading creature assists another one, causing it to stay in evading state forever.
Fix #4943
2014-10-13 22:38:59 +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
2e455eee86
Core/Entities: Removed the possibility to teleport non-player objects to different maps
2014-10-08 20:24:55 +02:00
Kinzcool
bc97908822
Core/Defines: Updated some enums to build 6.0.2.18988
...
* Fixed build
2014-10-06 18:37:38 -04: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
Shauren
46acf64d0f
Core/GameObjects: Fixed possible crashes if transport objects don't have entries in TransportAnimation.dbc
2014-09-30 22:48:04 +02:00