| Age | Commit message (Collapse) | Author |
|
loader implementation.
(files disabled but kept in repo, and will be fully reinstated once everything is sorted out)
Note: SQL-update-data is NOT supplied for 're-converting' to old help-system - this is after all considered a workrepo untill we tag a commit as stable!
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
closes issue 4669
(first 5 patches rolled into 1)
Patch by Paradox
--HG--
branch : trunk
|
|
Author: Kuidin1@mail.ru
Fixes issue #4390
--HG--
branch : trunk
|
|
Author: erocoloco
Fixes issue #4367
--HG--
branch : trunk
|
|
Author: Kaelima
Fixes issue #4421
--HG--
branch : trunk
|
|
erocoloco@hotmail.com
Closes issue #4645.
--HG--
branch : trunk
|
|
patch by bytewarrior
Closes issue #4633.
--HG--
branch : trunk
|
|
Scripts/Icecrown Citadel: Blood-Queen Lana'Thel will no longer spawn for Blood Princes intro if they were already killed
--HG--
branch : trunk
|
|
commandscripts to add your own commands to the core
Patch by Paradox
Closes issue 4630
--HG--
branch : trunk
|
|
fix. Thanks again to Aokromes
--HG--
branch : trunk
|
|
--HG--
branch : trunk
extra : rebase_source : 6eb3f49dece9087b4ac82a1cda236ca63ce97c24
|
|
Scripts/Icecrown Citadel: Added missing in room check for Blood Prince Council
Scripts/Icecrown Citadel: Fixed Professor Putricide facing during phase transitions
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
retriman, converted by D_Skywalker
--HG--
branch : trunk
|
|
by Gyullo (thanks)
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Scripts/Icecrown Citadel: Festergut will not cast Vile Gas on melee targets if there are at least 3 (25 man: 8) ranged targets
Scripts/Icecrown Citadel: Festergut and Rotface gates will close with delay (when Putricide reaches the balcony)
Scripts/Icecrown Citadel: Replaced ASSERT(instance) with code disabling the AI if not inside instance
Core/Spells: Fixed TARGET_DEST_TARGET_RANDOM usage
Core/Scripts: Extended DamageDealt in AI to accept damage type as 3rd parameter
Scripts/Quests: Fixed quest "Unholy Infusion" (24749)
--HG--
branch : trunk
|
|
- Master Kelerun Bloodmourn
- fix typo in previous commit
- fix typo in script and apply some standards
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Uldaman now is near to 99% blizzlike, datas and events are fully rewriten.
* Add save to instance.
* Add support for quest 2240 (Hidden Chamber).
* Archeadas Encounter more blizzlike.
* Ironaya Event (and animation) now working for Horde and Ally.
Author: D_Skywalk
Closes issue #4431.
--HG--
branch : trunk
|
|
proper aura) - fix by Gyullo / Manuel
Closes issue 3288
--HG--
branch : trunk
|
|
scripts (including examples) - patch/fix by Paradox
Closes issue 4524
--HG--
branch : trunk
|
|
Scripts/Misc: remove another warning (I can't pass by such things and I don't want to make separate commit for such changes).
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Vile Gas
Scripts/Icecrown Citadel: Rotface's Mutated Infection will now target only one player instead of whole raid
Closes issue #4449.
Closes issue #4422.
--HG--
branch : trunk
|
|
fixed spells properly
--HG--
branch : trunk
|
|
(when not using PCH)
--HG--
branch : trunk
|
|
Scripts/Icecrown Citadel: Fixed Professor Putricide gate opening when both Rotface and Festergut are dead
Scripts/Icecrown Citadel: Added script updating entries of NPCs at Light's Hammer depending on faction
Scripts/Icecrown Citadel: Rotface should not pick main tank as target for Slime Spray (removed debugging code)
Core/Spells/Conditions : Spell script target condition now accepts ConditionValue3 as affecting effect mask (only search targets with matching mask)
--HG--
branch : trunk
extra : rebase_source : 943e3bac5d9063974d7f7132f144e91946f825d4
|
|
--HG--
branch : trunk
|
|
after 5 seconds (it starts to count after the last damage done) not 10.
--HG--
branch : trunk
|
|
- Update Boss Razorscale thanks to PrinceCreed
- harpoon event needs work
- apply trinity coding standard to patch
- change minor typo in Boss Ignis Thanks to Lopin
--HG--
branch : trunk
|
|
Scripts/Icecrown Citadel: Corrected death speech for Stinky and Festergut
Scripts/Icecrown Citadel: Fixed Boned! achievement conditions
--HG--
branch : trunk
|
|
prevents incorrect function calls. Since this rev you have to put
PrepareAuraScript(<yourscriptclassnamehere>) at the beginning of every aura
script.
--HG--
branch : trunk
|
|
- prevents incorrect function calls. Since this rev you have to put PrepareSpellScript(<yourscriptclassnamehere>) at the beginning of every spell script. Yes, i know it's unhandy, but unfortunately C++ preprocessor is very limited, so you have to do that extra work each time you write a script:(.
--HG--
branch : trunk
|
|
- Update Boss Ignis thanks to snakeice for main patch
- add support for spell slagpot thanks to Shauren and Linencloth
- apply trinity coding standard to patch
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
on class
--HG--
branch : trunk
|
|
--HG--
branch : trunk
|
|
Add basic code for runtime checks of function calls in AuraScripts
Make AuraScript::PreventDefaultAction() do not take parameters and add description for the function
Remove PreventDefaultEffect() from aura script, use PreventDefaultAction() instead
Unload aura scripts memory on aura delete
--HG--
branch : trunk
|
|
- fix ulduar save system
- adjust leviathan to use correct savesystem
--HG--
branch : trunk
|
|
(revision.h is back as target)
Buildsystem: Removed non-existing include directories
--HG--
branch : trunk
|
|
- utilize CMake for completely generating revision.h (kills off genrev and revision.h targets):
- pull and set correct revision-ID/hash from Mercurial (hg) when using regular repository sourcetree
- pull and set correct revision-ID/hash from archived releases (when pulled from googlecode)
- set and use _BUILD_DIRECTIVE definition (earlier part of revision.h) as compiletime definition
- delete genrev and related buildsystems
(now deprecated)
- Move some files around to adhere to buildsystem structure
Thanks to Shauren for figuring out the definition-behaviour for MSVC while he was in the shower
--HG--
branch : trunk
rename : cmake_uninstall.cmake.in => cmake/platform/unix/cmake_uninstall.in.cmake
|