Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-01-03 | DB/Spell: add aura allowing player to see miscaller soo-gan for a quest | dr-j | |
Closes #7868 | |||
2013-01-03 | DB/Quest: fix some quest linking for Winter Veil | nelegalno | |
2013-01-03 | typofix IN not = | ZxBiohazardZx | |
2013-01-03 | DB/Misc: fix some startup errors | ZxBiohazardZx | |
2013-01-03 | Core/Scripts: Drop `gameobject_scripts` table - empty, deprecated and no ↵ | Nay | |
longer needed | |||
2013-01-03 | Core/SmartScripts: Fixed SAI targets 10 & 14 (SMART_TARGET_CREATURE_GUID, ↵ | Shauren | |
SMART_TARGET_GAMEOBJECT_GUID) Note: If you used these targets to perform actions across maps, it will not work anymore, this functionality is deprecated as it was not safe. | |||
2013-01-03 | Core/Spells: Rename SPELL_EFFECT_PLAYER_NOTIFICATION to SPELL_EFFECT_PLAY_SOUND | Vincent_Michael | |
2013-01-03 | DB/Item: add proper flags to real-life-duration items Closes #3601 | ZxBiohazardZx | |
2013-01-03 | DB/Gameobject: Add Invincible Grave Plaque Closes #8693 | ZxBiohazardZx | |
2013-01-03 | DB/SAI: SAI for some of the trash in ICC Closes #8773 | JunkyBulgaria | |
2013-01-03 | Update src/server/game/Achievements/AchievementMgr.cpp | Machiavelli | |
Core/Achievements: Add player name and guid to CompletedAchievement log | |||
2013-01-03 | Grammar/Spelling fix. | Ellie | |
2013-01-03 | DB/Misc: remove the scripts! | ZxBiohazardZx | |
2013-01-03 | DB/SAI: converted the last gameobject_script to SAI, jeej! | ZxBiohazardZx | |
2013-01-03 | DB/Scripts and more gameobject_script removals, only 1 left?! --> please not ↵ | ZxBiohazardZx | |
that not all doors may function yet. this is a known issue | |||
2013-01-03 | DB/Script: more conversions THIS UNSUPPORTS THE BLACKROCK DUNGEON untill a ↵ | ZxBiohazardZx | |
fix is found for SAI issues also fixed naming of file | |||
2013-01-03 | DB/Script: More removal of gameobject scripts. some of the doors do not work ↵ | ZxBiohazardZx | |
yet, this is a known issue | |||
2013-01-03 | Core/Misc: More corrections to guid handling change (2292025) | Spp | |
2013-01-03 | DB/Ulduar: Fix Kologarn Stone Grip in 25m mode | Vincent_Michael | |
2013-01-02 | Core/Scripting: Created a hook for when a player is about to be saved. | Ellie | |
2013-01-03 | DB/Scripts: More removals of gameobject_scripts | ZxBiohazardZx | |
UNSUPPORTS old treasure chest in Scholomance | |||
2013-01-03 | DB/Script: more gameobject_script removals: Stasis Chamber Alpha conversion | ZxBiohazardZx | |
2013-01-03 | DB/Script: More horribad script removals: | ZxBiohazardZx | |
Zul gurub: Brazier summons 4 creatures, removed 3 bad spawns, and unsupported the encounters starting with Gri'lek Fix the MovementType issue Closes #8834 | |||
2013-01-03 | DB/Script : kill more gameobject_scripts. THIS UNSUPPORTS THE FOLLOWING ↵ | ZxBiohazardZx | |
DUNGEON BOSSES: Scholomance: Kirtenos the Herald Scarlet Monestry - Cathedral: Fairbanks, Mograine, Whitemane | |||
2013-01-02 | DB/Waypoints: Add some missing spawns and waypoints. | Malcrom | |
2013-01-02 | Core: Fix warning | Vincent_Michael | |
2013-01-02 | DB/Script: Add the Undead Postman script to the proper mailboxes and use SAI ↵ | ZxBiohazardZx | |
instead of gameobject_script TODO: add Parcel Packet when i have more information about it | |||
2013-01-02 | Core/Misc: Missing changes from 8968dbc (Partial revert of 2292025) | Spp | |
Closes #8843 | |||
2013-01-02 | DB/Scriptremoval: Remove not working scripts from gameobject_scripts: the ↵ | ZxBiohazardZx | |
objecttype is not correct for this useage | |||
2013-01-02 | Core/Scripting: Some file name updates. | Malcrom | |
2013-01-02 | Core/Scripting: Rename zone scripts. | Malcrom | |
2013-01-02 | Script/AQ: Implement Buru the Gorger | Mislav Blažević | |
2013-01-02 | Core/Scripting: Properly name boss_thorngrin_the_tender file. | Malcrom | |
2013-01-02 | DB/SAI/Waypoints: Fix some sai and add some missing waypoints. | Malcrom | |
2013-01-02 | Core/MT: Fix model for "Pure Energy" | Vincent_Michael | |
Closes #8838 | |||
2013-01-02 | DB/SAI: convert the gameobject_script for stonewraught pass lever, and fix ↵ | ZxBiohazardZx | |
the non-working one while at it. also remove the uldaman gameobject_script. it has a CPP, if any scripts are required put it there! | |||
2013-01-02 | DB/Waypoints: Add some missing waypoints to Zul'Drak | Malcrom | |
2013-01-02 | DB/Waypoints: Add some missing waypoints to The Botanica | Malcrom | |
2013-01-02 | Core/Misc: Partial revert of 2292025 (Core/Misc: Replaced some macro ↵ | Spp | |
definitions with inline functions) - That code is 4.3.4 and wasn't supposed to be pushed to master | |||
2013-01-02 | Core/Misc: Removed odd code from CreatureAIImpl.h, it does not belong here | Spp | |
- Also some minor corrections from previous commit | |||
2013-01-02 | Core/Mysql: Multiple changes | Spp | |
- added support for setting NULL column values to MySQL wrapper in core - replaced nonstandard strdup function and manual memory management with std::string - fixed bug in MySQLPreparedStatement::getQueryString method, it failed when string parameter contained embedded '?' symbols - fixed memory leak in MySQLPreparedStatement::setString method | |||
2013-01-02 | Core/Misc: Some minor changes here and there | Spp | |
2013-01-02 | Core/Misc: Use equal_range instead of lower_bound/upper_bound calls where ↵ | Spp | |
possible. | |||
2013-01-02 | Core/Misc: Replaced some macro definitions with inline functions | Spp | |
2013-01-02 | Core/Misc: EventMap will no longer inherit from std::map | Spp | |
2013-01-02 | Script/EoE: Some fixes here and there | Trista | |
* Add db support for Power Sparks, Teleports and Drakes * Fix Power Sparks animations and texts and add support for giving buff to players + warning * Fix Power Spark way of stacking - should be MultiSlot aura, didn't stack before either way * Teleporters mechanic is fixed and will summon only 1 spark per 30-35 sec * Fixed players getting mounted on 3rd phase * Cleanned some wrong aggro handling, but whole aggro/attack system should be rewritten to get it working blizz That is for today, this doesn't fix the whole instance by any means! | |||
2013-01-02 | DB/Creature: Removed "Grand Apothecary Putress" from Shattrath City | Vincent_Michael | |
Patch 3.0.3 (2008-11-04): Removed from Shattrath City. | |||
2013-01-02 | DB/SAI: Improve SAI for Summoned Bloodwarder Mender. Add SAI for Summoned ↵ | Malcrom | |
Bloodwarder Reservist | |||
2013-01-02 | Core: Add missing changes in f7e7f5fe26cca68f51e9ad9869f057ebbe191d32 | Vincent_Michael | |
2013-01-02 | SQL: Fix sql import problem | Vincent_Michael | |