aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2014-09-07Core: Remove whitespace (again, again, ...)Vincent-Michael
2014-09-07Core/Misc: dropped obsolete GameObject::GetGameObject methodjoschiwald
2014-09-07Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
Fourth batch of fixes targeting 100 issues reported by Coverity
2014-09-07Core/Misc: Meh some white lines, an addition to last sql's comment and a ↵Nyeriah
spotted typo
2014-09-07Scripts/AV: Balinda StonehearthNyeriah
- Updated to EventMaps - Removed manual spawning of Water Elemental by using proper spell * The Water Elemental has a duration, it'll despawn once it's over. She'll resummon it during the encounter if it dies or disappears. * Fixes it's level scalling with owner. - Moved Water Elemental AI to database. - Script update ** Patch 3.1.0 (14-Apr-2009): Now casts Ice Block.
2014-09-07Scripts/ScarletMonastery: fix typo caused by copy-pasteMitchesD
2014-09-07Scripts/ScarletMonastery: Interrogator Vishas updated to BossAI and EventMapMitchesD
2014-09-07Scripts/Stratholme: Move Freed Soul AI to database and a small additionNyeriah
- They should follow players until they despawn
2014-09-07Remove CPP script for Ethereal Teleport PadDr-J
Remove CPP script which was not using proper mechanism for activating (ie gossip)
2014-09-07Core: Remove again whitespace (meh :/)Vincent-Michael
2014-09-06Core/Misc: Clear some outdated SD2 notes from recently modified scriptsNyeriah
2014-09-06Scripts/Scholomance: KormokNyeriah
- Updated to EventMaps - Replaced some hacks to summon adds with proper spells, but there might be still missing stuff
2014-09-07Core/InstanceScript: refactored load and save methodsjoschiwald
2014-09-06Scripts/Commands: Fix issues reported by static analysisjackpoz
Fix possible buffer overflow in ".server shutdown" and NULL-dereference/Triggered Debug Assert.
2014-09-06Scripts/Scholomance:Nyeriah
- Updated Ras Frostwhisper to EventMaps - Updated Vectus to EventMaps
2014-09-06SQL: Rename SQL after recent PR mergeVincent-Michael
2014-09-05Scripts/Commands: Move instance command strings to databaseNyeriah
2014-09-05Merge pull request #13008 from mik1893/onyxiaDuarte Duarte
Scripts/Onyxia Lair: small rework
2014-09-05Merge pull request #13016 from Odyssey/pinfoDuarte Duarte
Scripts/Commands: Move cs_misc.cpp command output hardcoded strings to DB
2014-09-05Merge pull request #13039 from Nyeriah/pr-cmdDuarte Duarte
Core/Tickets: Send global GM system messages on ticket complete
2014-09-05Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
Third batch of fixes targeting 100 issues reported by Coverity
2014-09-05Scripts/Auchindoun: Updates Pandemonius to EventMaps/BossAINyeriah
2014-09-05Scripts/Commands: Move cs_misc command output hardcoded strings to DB so ↵Odyssey
they can be localized too
2014-09-04Scripts/Scholomance: Jandice BarovNyeriah
- Updated to EventMaps - Removed hack to spawn illusions - Moved Illusion's script to SAI - Corrected Illusion's unit_flags
2014-09-04Remove CPP script for Oronok Torn-heartDr-J
2014-09-04Scripts/BF: The Maker rewritten to EventMapMitchesD
2014-09-04Core/Misc:joschiwald
- fixed an oracle/wolvar reputation change issue - moved texts of read pronouncement to db Closes #9105
2014-09-04Scripts/Onyxia Lair: small reworkmik1893
- fix crash on boss death - avoid abusing during phase switch - added better facing through trigger - corrected some timers - corrected inhabit type - cleanup and inheriting some BossAI functionalities instead of custom stuff
2014-09-04Scripts/Black Temple: Updates Najentus to BossAI and slight changesNyeriah
2014-09-04Scripts/Black Temple: Supremus to BossAI and slight changesNyeriah
2014-09-04Scripts/Blood Furnace: Update Broggok's script to EventMapsNyeriah
2014-09-03Core/Tickets: Send global GM system messages on ticket completeNyeriah
2014-09-03Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
2014-09-03Core/Misc: Kill a white line from last commit and a small change to last sqlNyeriah
2014-09-03Merge pull request #13020 from Nyeriah/wip-muruNyeriah
Scripts/SWP: Update M'uru script to EventMaps/BossAI
2014-09-03Scripts/SWP: Update M'uru script to EventMaps/BossAINyeriah
2014-09-03Scripts/Black Temple: Update Mother Shahraz to EventMapsNyeriah
2014-09-01Merge pull request #13004 from Nyeriah/pr-cmdDuarte Duarte
Scripts/Commands: Fix up logic at group join command, so it doesn't retu...
2014-08-31Scripts/Commands: Fix up logic at group join command, so it doesn't return ↵Nyeriah
full group error when it actually isn't full
2014-09-01Remove CPP Script Dr-J
Remove Greatmother Geyah's CPP Script
2014-09-01Scripts/Commands: Replace regex usageDDuarte
Sorry for the shitty C code but std::regex is not supported by GCC 4.7 and 4.8
2014-08-31Core/Misc: Refactor scripts to fix static analysis warningsjackpoz
First batch of fixes targeting 100 issues reported by Coverity
2014-08-31Core/Scripts: rename files, remove whitespace and some other small changes ↵joschiwald
after recent pull requests
2014-08-31Merge pull request #12992 from Nyeriah/patch-ukjoschiwald
Scripts/UtgardeKeep: Update Skarvald & Dalronn scripts to EventMaps
2014-08-31Merge pull request #12978 from Nyeriah/patch-auchijoschiwald
Scripts/Auchindoun: Update Talon King Ikiss' script to EventMaps
2014-08-31Scripts/UtgardeKeep: Update Skarvald & Dalronn scripts to EventMapsNyeriah
* Simplified creature_texts enum that was sort of confusing * Removed hack to spawn ghosts using the proper spells
2014-08-30Scripts/Auchindoun: Update Talon King Ikiss' script to EventMapsNyeriah
Codestyle Missing include
2014-08-30Scripts/Commands: Add optional reason to server shutdown/restart commandsDDuarte
Display a "reason" ingame in the server shutdown ingame messages Fix multiple typos in the .server idlerestart/idleshutdown/restart/shutdown commands Closes #2671
2014-08-30Core/Battleground/AV: convert trinity_strings to proper creature_textjoschiwald
Closes #12861
2014-08-29Merge pull request #12953 from Golrag/masterDuarte Duarte
Scripts/ICC: Fix Mutated Plague. Closes #12492