aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2010-10-21Core/Scripts: Uldaman improvements._manuel_
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
2010-10-21Scripts/VioletHold: Give Ichiron adds the proper visual model (give them the ↵click
proper aura) - fix by Gyullo / Manuel Closes issue 3288 --HG-- branch : trunk
2010-10-21Core/Scripts: Fix menu clearing in onGossipSelect()-sections for some ↵click
scripts (including examples) - patch/fix by Paradox Closes issue 4524 --HG-- branch : trunk
2010-10-19Core/Guilds: replace container type for guilds (use vector instead of map).azazel
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
2010-10-18Scripts/Forge of Souls: Added missing visual for Soul Fragment, thx Dark0rShauren
--HG-- branch : trunk
2010-10-18Scripts/Icecrown Citadel: Festergut will no longer target melee DPS with ↵Shauren
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
2010-10-18Scripts/Forge of Souls: Revisited Bronjahm script, removed ugly hacks and ↵Shauren
fixed spells properly --HG-- branch : trunk
2010-10-17Core/Scripts: Let Professor Putricide do his mischief on NIX-platforms to ↵click
(when not using PCH) --HG-- branch : trunk
2010-10-16Scripts/Icecrown Citadel: Added Professor Putricide scriptShauren
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
2010-10-16Fix most of the recently introduced warningsazazel
--HG-- branch : trunk
2010-10-15Core/Scripts: Target Dummies can be stunned in retail, and they leave combat ↵_manuel_
after 5 seconds (it starts to count after the last damage done) not 10. --HG-- branch : trunk
2010-10-11Scripts/Ulduar: Boss RazorscaleSupabad
- 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
2010-10-09Scripts/Icecrown Citadel: Added Rotface scriptShauren
Scripts/Icecrown Citadel: Corrected death speech for Stinky and Festergut Scripts/Icecrown Citadel: Fixed Boned! achievement conditions --HG-- branch : trunk
2010-10-08Core/ScriptSystem: Add compile time type check of function assigned to hooks -QAston
prevents incorrect function calls. Since this rev you have to put PrepareAuraScript(<yourscriptclassnamehere>) at the beginning of every aura script. --HG-- branch : trunk
2010-10-08Core/ScriptSystem: Add compile time type check of function assigned to hooks ↵QAston
- 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
2010-10-08Scripts/Ulduar: Boss IgnisSupabad
- 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
2010-10-07REALLY fix the CRLF-crap...click
--HG-- branch : trunk
2010-10-07Remove the accidental additions of CRLF-crap from the header updatesclick
--HG-- branch : trunk
2010-10-07More copyright header updates (will this ever end?)click
--HG-- branch : trunk
2010-10-07Copyright header updates - part 3... (and some whitespace cleanups)click
--HG-- branch : trunk
2010-10-07Yet more copyright header updatesclick
--HG-- branch : trunk
2010-10-06Core/Spells: Fix Flask of the North, it should give specific buff depending ↵Shocker
on class --HG-- branch : trunk
2010-10-04Scripts/Spells: Update Master's Call scriptQAston
--HG-- branch : trunk
2010-10-04Core/ScriptSystem:QAston
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
2010-10-04Core/Scripts/Ulduar: fix Ulduar TeleporterSupabad
- fix ulduar save system - adjust leviathan to use correct savesystem --HG-- branch : trunk
2010-10-03Buildsystem: Generating revision.h is now a part of build process ↵Shauren
(revision.h is back as target) Buildsystem: Removed non-existing include directories --HG-- branch : trunk
2010-09-29Buildsystem: Overhaul of the CMake buildsystem:click
- 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
2010-09-29Core: Fix compilelinencloth
--HG-- branch : trunk
2010-09-29Core/Scripts/Items: Removed unused variable from shadowmourne script (forgot ↵Shauren
to delete temp dev stuff) --HG-- branch : trunk
2010-09-28Core/Spells: Fixed Shadowmourne procShauren
Scripts/Quests: Fixed quest 24547 (A Feast of Souls) Closes issue #2331. --HG-- branch : trunk
2010-09-28Core/: Fix warningsSpp
--HG-- branch : trunk
2010-09-28Core/Spells: Fix Glyph of Blast Wave (based on patch by dr.tenma), closes ↵Shocker
issue 3593 --HG-- branch : trunk
2010-09-27Scripts/Vazruden: Stop the infinite respawning of the lootable chest after ↵click
the Vazruden fight. (Fix by Leak) Closes issue 4186. --HG-- branch : trunk
2010-09-25Core: Generic cleanup (tab2spaces/whitespace removal)click
--HG-- branch : trunk
2010-09-22Scripts/Icecrown Citadel: Fixed coldflame damageShauren
Closes issue #3569. Closes issue #3943. --HG-- branch : trunk
2010-09-21Scripts/Spells: move implementation of some spells into scripts.azazel
* 41337 Aura of Anger * 46394 Burn (Brutallus) * 53302 Sniper Training * 45472 Parachute * 66118 Leeching Swarm * 51685 Prey on the Weak * 20911 Blessing of Sanctuary * 25899 Greater Blessing of Sanctuary Scripts/Spells: remove several spells implementations from core to table (requires DB data) * 31231 Cheat Death * 51662 Hunger for Blood --HG-- branch : trunk
2010-09-21Core/Scripts: Small, insignificant cleanupsShocker
--HG-- branch : trunk
2010-09-20Core: Fix some warnings:Spp
- enumeration value ‘X’ not handled in switch - unused parameter 'X' --HG-- branch : trunk
2010-09-18Core/Spells: Allow a priest's Mana Burn to break fear.silinoron
Patch by dr.tenma. Fixes issue #3985 --HG-- branch : trunk
2010-09-18Scripts/Eastern Kingdoms/Scarlet Enclave: Fix some display issues.silinoron
Patch by Ramor. Fixes issue #2503 --HG-- branch : trunk
2010-09-18Scripts/Spelsl: improve 24751 Trick or Treat spell and implement 24750 Trick ↵azazel
spell. --HG-- branch : trunk
2010-09-17Scripts/Spell: implement script effect of spell 24751 Trick or Treat ↵azazel
(specially for Malcrom) --HG-- branch : trunk
2010-09-17Core: Cleanup locale handling.linencloth
It also fixes the recent problem of strange strings. --HG-- branch : trunk
2010-09-16Scripts/Quest: Fixed Quest 12019 (Last Rites), patch by Kuidin1@mail.ruShauren
Closes issue #3952. --HG-- branch : trunk
2010-09-16Scripts/Quests:azazel
* add support for quest 12634 Some Make Lemonade, Some Make Liquor (implement 51840 spell and Adventurous Dwarf AI, thanks akadabeer) * implement dummy effect for 49587 Seeds of Nature's Wrath spell (used in quest 12459 That Which Creates Can Also Destroy) * implement dummy effect for 19512 Apply Salve spell (used in quest 6124/6129 Curing the Sick) Scripts/Misc: some cleanup in chat log Core/Locales: fix issue when default locale for trinity_string strings was not used (thanks Aokromes for testing). --HG-- branch : trunk
2010-09-14Core/Vehicles: Removed hacky setting entry for multi-passenger mountsShauren
Core/Pools: Fixed compile --HG-- branch : trunk
2010-09-13Scripts/Deadmines: Fix OnUse hook usage, thanks zaphod, closes issue 3942.Shocker
Note: If you spot similar errors (forgotten changes for hooks) in other scripts, please report them --HG-- branch : trunk
2010-09-12Core/Quests: Fixed remaining issues with quest crediting (note: previous ↵Shauren
commits did not introduce issues, only revealed them) Core/DBLayer: Fixed more compile warnings Core/Spells: Corrected code style from revision 634af79146 Closes issue #3956. --HG-- branch : trunk
2010-09-12Cleanup/Core: Remove whitespace and tabsclick
--HG-- branch : trunk
2010-09-10Scripts/Violet Hold: Fix event start by initializing event phase variable, ↵Shocker
closes issue 2874, thanks PivoNRoll --HG-- branch : trunk