aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-10-26DB/Creatures: Updated creature levels, factions & exp values up to 5.4.7.18019Kinzcool
2014-10-26DB/Creatures: Changed the default char value from 100 to 200 for some columnsKinzcool
2014-10-26SQL: Changed creature_template.family to be unsignedShauren
2014-10-26Misc: Fixed sql import, added new changes to world_database.sql, removed ↵Shauren
duplicate definition of ObjectGuidGenerator<HIGHGUID_PET>
2014-10-26DB/GameObjects: Updated `gameobject_template` to 5.4.7.18019Kinzcool
2014-10-25DB/Graveyards: Added a comment field to describe the graveyards in ↵Kinzcool
`graveyard_zone`
2014-10-26Core/Entities: Changed object lowguid to uint64Shauren
2014-10-26Scripts: replaced various Location struct defines with proper Position or ↵joschiwald
G3D::Vector3
2014-10-25Core/Entities: Changed a few lowguid uses to ObjectGuid::LowTypeShauren
2014-10-25Core: Fix build in some compilers by calling proper cctor of ObjectGuidDDuarte
2014-10-25Core/Opcodes: Support opcodes with the same ids and different directionDDuarte
- 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-25Merge pull request #13462 from marc0303/6.xDuarte Duarte
Fixed SQL typo in characters_database.sql
2014-10-25Fixed SQL typo in characters_database.sqlmarc0303
2014-10-25Core/Guilds: Fifth part of converting int to bigint guids in databaseShauren
2014-10-25Tools/Map extractor: Restored default configuration to make maps smaller at ↵Shauren
the cost of height data precision
2014-10-25DB/Misc: Cherry Picking missing commitsDr-J
Some fixes which I pushed to 3.3.5 which are also valid for 6.x.x but have been missed
2014-10-24Core/Misc: First part of renaming to Blizzard's namesKinzcool
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