Nyeriah
1e5336e30e
Scripts/Ulduar: Exclude Ignis' main target from the Slag Pot target selector
...
Closes #10516
(cherry picked from commit f4c035554fdc25d286ddc37c24e3ab43c71f1dae)
2014-10-23 01:32:38 +01:00
DDuarte
a539eecd6e
Core/Opcodes: Update some opcode ids to 6.0.2 from WPP
2014-10-23 00:52:45 +01:00
Duarte Duarte
774e22ec4a
Merge pull request #13432 from bloerwald/fix_compiler_detection_on_unix
...
cmake: platform: also detect clang by C_COMPILER_ID: C_COMPILER may vary
2014-10-22 23:38:08 +01:00
Duarte Duarte
8aa95eb0b3
Merge pull request #13431 from bloerwald/fix_zmqpp_htonll_and_ntohll_on_osx
...
dep: zmqpp: fix: don't define htonll and ntohll if already #defined
2014-10-22 23:37:39 +01:00
Shauren
a97bd333fe
Core/Entities: Removed Object::GetGUIDLow()
2014-10-23 00:29:16 +02:00
Bernd Lörwald
029e4fd2f6
dep: zmqpp: add diff for htonll/ntohll workaround
2014-10-23 00:12:50 +02:00
Bernd Lörwald
dfe0bbd0e8
cmake: platform: also detect clang by C_COMPILER_ID: C_COMPILER may vary
2014-10-23 00:08:46 +02:00
Bernd Lörwald
46f26bb75e
dep: zmqpp: don't define htonll and ntohll if already #defined
...
is the case with osx: defined in /usr/include/sys/_endian.h
2014-10-22 23:59:39 +02:00
Bernd Lörwald
2b6669c544
dep: zmqpp: don't specify namespace while inside same namespace
2014-10-22 23:59:39 +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
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
Duarte Duarte
fe634ac804
SQL: Fix typo in 2014_10_20_00_world.sql
2014-10-21 00:23:17 +01:00
jackpoz
25d8b49313
Core/AHBot: Filter out from AHBot items that can't be looted
...
(cherry picked from commit 361d285ba3d42f0b5ec60bbb646d500ef6940488)
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
Kinzcool
3af755e2ee
DB/Hotfixes: Added GameObjects
2014-10-19 21:12:41 -04:00
Shauren
f095a4089c
SQL: Removex 6x from file names
2014-10-20 01:40:26 +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
DDuarte
c74b5e3924
DB: Move hotfixes_database.sql to the /dev folder (just like world)
2014-10-20 00:07:05 +01:00
DDuarte
6c11194e62
DB: Create hotfixes_database.sql file and update .travis.yml to import hotfixes
...
Note: hotfixes_database.sql will be empty until the next TDB release
And here's a friendly reminder that trinity now uses 4 DBs: characters, auth, world and hotfixes
2014-10-19 23:57:47 +01:00
Kinzcool
73b8fd14ab
DB/Hotfixes: Fixed a problem from the parser
2014-10-19 17:34:20 -04: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 <[email protected] >
2014-10-19 23:19:49 +02:00
Kinzcool
d1ae8d7b01
DB/Hotfixes: Added BroadcastText
...
* ToDo: delete the one in `world`
2014-10-19 17:14:49 -04:00
Kinzcool
1c3e1fa15d
DB/Hotfixes: Added Creature & CreatureDifficulty
2014-10-19 13:11:51 -04: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
Shauren
035bda05ad
Tools/Extractors: Build fixes for linux
2014-10-19 14:40:13 +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
jackpoz
ced4fc6347
Build/CMake: CMake options cleanup after febb26d4b7
2014-10-19 12:15:30 +02:00
Aokromes
da67ef9c99
Update CONTRIBUTING.md
2014-10-19 11:41:13 +02:00
Kinzcool
0bf163bf8f
DB/Hotfixes: Created a hotfixes database for DB2 data that can be sent via SMSG_DB_REPLY
...
* Added AreaPOI
* Added AreaPOIState
2014-10-19 01:19:40 -04:00
DDuarte
2c6f773478
TDB 6.00 - 2014/10/19
2014-10-19 05:15:53 +01:00
Duarte Duarte
6db44efbf2
CI/Travis: Disabling Tools compile temporarily
2014-10-19 05:15:26 +01:00