aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2014-11-08Core: Fix non-pch buildBernd Lörwald
2014-11-08Scripts/Ulduar: fix Achievs "Champion of Ulduar" and "Conqueror of Ulduar"treak
Signed-off-by: treak <goodfeelingzzz@gmail.com> (cherry picked from commit 341e374c723f0dc78e755ca962d22d5d9a8f54d8) Conflicts: src/server/scripts/Northrend/Ulduar/Ulduar/instance_ulduar.cpp Codestyle (cherry picked from commit 3530b938a8d390d4d39ac840d5b0e7403b08dbc5)
2014-11-08Scripts/Instance: The StonecoreMihapro
(cherry picked from commit 50bf6cad6a6bf1e4190a492c3a88316d6d831656)
2014-11-08Core/NetworkIO: updated CMSG_RANDOMIZE_CHAR_NAME, SMSG_RANDOMIZE_CHAR_NAME, ↵joschiwald
SMSG_CLIENTCACHE_VERSION, SMSG_MOTD
2014-11-06Scripts/ToC: Simplify the code for "A Tribute to Immortality" achievementNyeriah
* also fixes the achievement being still awarded if players die indirectly during boss fights (Anub'arak adds, for example) (cherry picked from commit 9838cbda1a44ca6e45d114a0c2facc71cb481d38)
2014-11-04Core/PacketIO: Enabled SMSG_ADDON_INFO and SMSG_ACCOUNT_DATA_TIMESShauren
2014-11-03Core/NetworkIO: implemented undelete opcodes and moved char create/delete ↵joschiwald
packets to new packet classes
2014-11-02Core/Graveyards: Made the graveyard orientations loading from WorldSafeLocs.dbcKinzcool
2014-11-02Scripts/CoS: removed SetDespawnAtFar, fixed situation when Artas attacked ↵MitchesD
some NPC and disappeared because he was out of range of players With these lines it's almost impossible to finish properly this dungeon. For example when Arthas moves ahead to attack NPC and then returns back, when this happens, Arthas is despawned. (cherry picked from commit 9cd59c258cdb455850a250842651c426dac36f05)
2014-11-02Scripts/ToC: Remove a safe-measure call that caused issuesNyeriah
Closes #11874 (cherry picked from commit 3f094b9116d934ffeee917b0abf9ccd622381f68)
2014-11-01Scripts/ToC: Few codestyle changes and clean upsNyeriah
(cherry picked from commit f6896c9a3a460047b47190d2964d73029bf33eb1)
2014-11-01Scripts/ToC: Twin Val'kyrNyeriah
- Script rewritten to EventMaps - Implemented random special ability sequence - Adjusted timer for special abilities to 45 seconds - Misc clean up. Closes #7546 (cherry picked from commit e5da0dccfac75fc1ccb111b9977f31ff35745922)
2014-10-30Core/GameObjects: Updated GameObjectTemplate data structureShauren
2014-10-29Scripts/Ulduar: Fix Ignis' Slag Pot periodic ticks and enable achievement ↵Nyeriah
"Hot Pocket" (cherry picked from commit 21820b425b0b573229f683a2d45b23d8a42c888d)
2014-10-29Core/Entites: Updated GUID formatShauren
2014-10-29Scripts/Ulduar: Fix Ignis' golems not shattering in 25mUnholychick
Closes #10519 (cherry picked from commit 60493b3057034833dc24674d688eae9bf3d77505)
2014-10-29Scripts/Ulduar: Fix Kologarn's arms being despawned before they're used to ↵Nyeriah
access the rubble spawning triggers (cherry picked from commit 4c93ac74da81eeb5af27320777b64d347050f8e2)
2014-10-28Merge pull request #13440 from Rochet2/ahbotjackpoz
Core/AH: AHBot related fixes (cherry picked from commit 248847290ae11478d51decdc605691311dc934c5)
2014-10-27Core: Even more warning fixesDDuarte
2014-10-27Core: Fix warnings, mostly wrong printf formattersDDuarte
2014-10-27Core/Entities: Updated HighGuid valuesShauren
2014-10-27Scripts/Freya: Fix Lumberjacked Achievetreak
Closes #13435 Fixes #8166 (cherry picked from commit e0512dd4b43503d58a0334c54aed513bf24f6eff)
2014-10-26Core/Entities: Updated updatefieldsShauren
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-25Core/Guilds: Fifth part of converting int to bigint guids in databaseShauren
2014-10-24Core/Misc: First part of renaming to Blizzard's namesKinzcool
2014-10-24Core/Entities: Fourth part of converting int to bigint guids in databaseShauren
2014-10-24Core: Fix buildDDuarte
2014-10-23Core/Entities: Third part of converting int to bigint guids in databaseShauren
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/Entities: First step to 128 bit guidsShauren
* Database fields storing full guid have been converted to BINARY(16)
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/Entities: Removed Object::GetGUIDLow()Shauren
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-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-20Core/Entities: First part of required database changes for migrating guids ↵Shauren
to 128 bit - all fields storing lowguid must be extended to uint64
2014-10-19Core/Misc: fixed a scenario when character factionchange create unexpected ↵joschiwald
results, also moved packet generating code into unique methods (Packet structure not verificated to 6.0.2)
2014-10-19Core/Misc: Remove unsafe not thread-safe localtime() callsjackpoz
Replace not thread-safe localtime() calls with thread-safe localtime_r().
2014-10-19Scripts/Cmds: Replace AccountMgr::normalizeString with Utf8ToUpperOnlyLatinDDuarte