aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
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
2010-09-10Scripts/Violet Hold: Azure Saboteur should stick to opening the prison ↵Shocker
portals only, thanks PivoNRoll/amu.cng, closes issue 3930 --HG-- branch : trunk
2010-09-09Scripts/Icecrown Citadel: Fixed compile warningsShauren
--HG-- branch : trunk
2010-09-08Core/Spells: Fixed PvP Trinket / Every Man for Himself / Will of the ↵Shocker
Forsaken shared CD, fixes issue 1872, based on dr.tenma's patch --HG-- branch : trunk
2010-09-08Core/Spells: Fix Permanent Feign Death spells to be used in creature_addon aurasShocker
--HG-- branch : trunk
2010-09-08Core/Scripts: Use same standard for all GetInstanceScript's, closes issue 3890Shocker
--HG-- branch : trunk
2010-09-08Typo fixes, closes issue 3885, thanks zaphod & ParadoxShocker
--HG-- branch : trunk
2010-09-07Script: Fix crash in boss_tharon_ja.Trazom62
Fixes issue #3356. --HG-- branch : trunk
2010-09-07Core/Script/Item: fix urand range in Six Demon Bag.Trazom62
--HG-- branch : trunk
2010-09-06Core: Fix some warningsSpp
--HG-- branch : trunk
2010-09-05Buildsystem/Scripts: Include examples as part of compilation (forgot that ↵click
they are referenced in the ScriptLoader) --HG-- branch : trunk
2010-09-05BuildSystem/ALL: Remove unused custom code (most are duplicated as in examples)click
+ remove fileglobbing for scripts (less error-prone) + Create proper lists per "scriptsection" NOTE! This change requires new files (cpp/h) to be MANUALLY ADDED to <type>/CmakeLists.txt --HG-- branch : trunk
2010-09-05Scripts/Forge of Souls: Bronjahm should only cast Spirit Bolts if tank is ↵Shauren
not within melee range during phase 1, patch by Ottowayne Closes issue #3657. --HG-- branch : trunk
2010-09-05Cleanup: Some typo fixes, closes issue 3798, thanks tru.bazoozoo and LopinShocker
--HG-- branch : trunk
2010-09-05Scripts/Texts:azazel
* fix script texts in various locations (thanks TerrorBringer for the heads up). Closes issue #2055. Closes issue #3087. * cleanup world_script_texts.sql file (remove spaces, order entries) Scripts/Misc: * remove obsolete random seed initialization from scripts * fix some warnings in scripts * some cleanup in chat_log.cpp --HG-- branch : trunk
2010-09-04Core/ScriptSystem: Refactor ScriptMgr::OnPlayerChat to no longer accept a ↵silinoron
C-style parameter of type void*. Instead, use overloaded methods for the different types. --HG-- branch : trunk
2010-09-02Core/Players: Don't set instanceId to 0 when player is on transport during ↵Shauren
loading, there CAN be transports inside instances Core/Scripts: Added waypoint id to OnRelocate transport hook Core/Scripts: Make use of ZoneScript::GetGameObjectEntry at gameobject creation (makes it possible to override gameobject entries in instances) Core/Transports: Call InstanceScript::EventInform for transport events Core/Transports: Use guid from db for transports, not just its entry - adds partial support for instancing them (still cannot use transports table for it, but can spawn manually now) Scripts/Icecrown Citadel: Fixed crash in Deathbringer Saurfang when event is started by more than one person (can't do this anymore) Closes isssue #3749. --HG-- branch : trunk
2010-09-04Scripts/Ulduar: Ulduar TeleporterSupabad
- add check for formation grounds thanks to silentstormpt - fix gossip for ulduar teleporter --HG-- branch : trunk
2010-09-04Spell Scripts:azazel
* moved some generic spell dummy effects to scripts * implemented two spell scripts for quests: 8913 Sacred Cleansing (Quest 55), 44936 Quest - Fel Siphon Dummy (Quest 11515). Closes issue #3040 * did some cleanup in spell scripts and added more comments --HG-- branch : trunk
2010-09-03Fix snake's HP for hunter's Snake TrapShocker
--HG-- branch : trunk
2010-09-01Scripts/Blackrock Depths: fix spectral chalice spawning for quest with the ↵azazel
same name (thanks niksad8). Closes issue #3086. Closes issue #2989. --HG-- branch : trunk