aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-24DB/Hotfixes: Fixed some texts in broadcast_text that had double quotation marksKinzcool
2014-10-24DB/Hotfixes: Added TaxiPathNodeKinzcool
2014-10-24Core/Entities: Fourth part of converting int to bigint guids in databaseShauren
2014-10-24Core: Fix buildDDuarte
2014-10-24Core/Corpses: Fixed loading corpse guid during server startupShauren
2014-10-24Fixed typo in ObjectGuid.hShauren
2014-10-24DB/SAI: Added SAI for first part of mobs before the gunship battleMitchesD
I will add more when I will have more time. (Picked from 3.3.5)
2014-10-24Core/Opcodes: Remove "direction" flag from some opcode idsDuarte Duarte
OpcodeTable will be split in two to support opcode direction
2014-10-23DB/Creatures: Updated `creature_template` to 6.0.2.19034Kinzcool
2014-10-23Core/Entities: Third part of converting int to bigint guids in databaseShauren
2014-10-23Core/Entities: Added type definition to use for a low guidsShauren
2014-10-23Core/Entities: Second part of required database changes for migrating guids ↵Shauren
to 128 bit - all fields storing lowguid must be extended to uint64
2014-10-23Core/Misc: Optimized ByteBuffer::ReadStringShauren
2014-10-23Core/Entities: First step to 128 bit guidsShauren
* Database fields storing full guid have been converted to BINARY(16)
2014-10-23Fixed gcc linkingShauren
2014-10-23Fixed gcc build2Shauren
2014-10-23Fixed gcc buildShauren
2014-10-23DB/World: Remove duplicated file added in 24bd4592fce97DDuarte
2014-10-23DB/World: Cherry-picksDDuarte
- ee623a4006009e729ed4cfdd36aa9bb1525d72a9 & 3965ee33efd8751d64da6352227650fb4181fe31 - 8274caeef052ffaf21c9109de13b8c2a5355d9e4 - 805be8ebba07c3280089a128f1764d49f6f84ab6 - d680e82c38068d9f69393f9d32b3f10fc9729460
2014-10-23DB/Achievement: Fix map conditions for achievement "He's not getting any older"Nyeriah
25m used to be awarded in 10m vice-versa (cherry picked from commit 805be8ebba07c3280089a128f1764d49f6f84ab6)
2014-10-23Scripts/ScarletMonastery: Summon the Headless Horseman once the Call the ↵Nyeriah
Headless Horseman is quest complete By @cr4st Closes #13273 (cherry picked from commit 22f218540bedbe43fd5fefb049561dbeccddc6c5)
2014-10-23Scripts/Ulduar: Exclude Ignis' main target from the Slag Pot target selectorNyeriah
Closes #10516 (cherry picked from commit f4c035554fdc25d286ddc37c24e3ab43c71f1dae)
2014-10-23Core/Opcodes: Update some opcode ids to 6.0.2 from WPPDDuarte
2014-10-22Merge pull request #13432 from bloerwald/fix_compiler_detection_on_unixDuarte Duarte
cmake: platform: also detect clang by C_COMPILER_ID: C_COMPILER may vary
2014-10-22Merge pull request #13431 from bloerwald/fix_zmqpp_htonll_and_ntohll_on_osxDuarte Duarte
dep: zmqpp: fix: don't define htonll and ntohll if already #defined
2014-10-23Core/Entities: Removed Object::GetGUIDLow()Shauren
2014-10-23dep: zmqpp: add diff for htonll/ntohll workaroundBernd Lörwald
2014-10-23cmake: platform: also detect clang by C_COMPILER_ID: C_COMPILER may varyBernd Lörwald
2014-10-22dep: zmqpp: don't define htonll and ntohll if already #definedBernd Lörwald
is the case with osx: defined in /usr/include/sys/_endian.h
2014-10-22dep: zmqpp: don't specify namespace while inside same namespaceBernd Lörwald
2014-10-22Core/Entities: Sixth part of removing GetGUIDLow() usesShauren
2014-10-22Core/Entities: Fifth part of removing GetGUIDLow() usesShauren
2014-10-22Core/Entities: Fourth part of removing GetGUIDLow() usesShauren
2014-10-22Core/Entities: Third part of removing GetGUIDLow() usesShauren
2014-10-22Core/Entities: Second part of removing GetGUIDLow() usesShauren
2014-10-22Core/Entities: First part of removing GetGUIDLow() usesShauren
2014-10-22Scripts/Commands: Replaced lowguid printing in command output with ↵Shauren
ToString() formatted guid
2014-10-22Core/Guilds: Use full guids in guild finder storageShauren
2014-10-22Core/Social: Use full guid for friend and ignore storageShauren
2014-10-22Core/Groups: Use full guid for battleground score storageShauren
2014-10-22Core/Groups: Use full guid for guild member storageShauren
2014-10-22Core/Groups: Use full guid for group lookupShauren
2014-10-22Core/ObjectMgr: Switched to full guids in cell corpse containerShauren
2014-10-21Core/Entities: Final batch of removing implicit conversions of ObjectGuid to ↵Shauren
uint64
2014-10-21Core/Entities: Second batch of removing implicit conversions of ObjectGuid ↵Shauren
to uint64
2014-10-21Core/Entities: First batch of removing implicit conversions of ObjectGuid to ↵Shauren
uint64
2014-10-21Core/DBLayer: Added support for BINARY field typeShauren
2014-10-21SQL: Fix typo in 2014_10_20_00_world.sqlDuarte Duarte
2014-10-20Core/AHBot: Filter out from AHBot items that can't be lootedjackpoz
(cherry picked from commit 361d285ba3d42f0b5ec60bbb646d500ef6940488)
2014-10-20Core/Entities: First part of required database changes for migrating guids ↵Shauren
to 128 bit - all fields storing lowguid must be extended to uint64