aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2013-11-13Scripts/SunwellPlateau: reworked InstanceScript and applied codestyleMitchesD
2013-11-10Scripts/The Slave Pens: Fix up Mennu the Betrayer and add Rokmar the Cracker ↵Malcrom
& Quagmirran.
2013-11-10Scripting/The Slave Pens: Moved boss_mennu_the_betrayer from EAI to CPP.Malcrom
2013-11-10Scripting/The Arcatraz: Add text scripting for deathsMalcrom
2013-11-10Scripting/Arcatraz: Move Zereketh the Unbound, Dalliah the Doomsayer, & ↵Malcrom
Wrath-Scryer Soccothrates to cpp scripting and some cleanup.
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ↵Spp
names are case-sensitive)
2013-11-03Fix quest ... Or Maybe We Don't (12138) and remove the core scriptuntaught
2013-11-03Fix quest Redeeming the Dead (9685) and remove the core scriptuntaught
2013-11-03[Area Trigger Scripts] Add Support for Teleport for Quest: Breaking Through ↵untaught
(11898)
2013-10-28Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.leguybrush
2013-10-27Core/Code: Unify codestyle for brackets: {} to { }.Ascathor
Also added missing copyright to some files.
2013-10-27Core/Command: Fix ban info order for .pinfoAscathor
2013-10-25Core/Chat Commands: Allow to add overlapping teles .jackpoz
Allow to add overlapping teles like "abc" even if "abcde" already exists. This wasn't possible and a "Teleport already exists" error was thrown instead.
2013-10-22Scripts/Misc: Coding Style unification? (by Aokromes)Vincent_Michael
2013-10-21Merge pull request #11050 from Ascathor/masterSubv
Core/Command: Improve .group list to feature several notes and features ...
2013-10-20Core/Group: Fix crash in "Group::GetMembersCount"gerripeach
closes: #9350
2013-10-19Misc: Removed some whitespaceVincent_Michael
2013-10-18Scripted/ScarletMonastery: Fix crash for headless horsemanVincent_Michael
2013-10-17Core/Command: Improve .group list to feature several notes and features to ↵Ascathor
improve handling.
2013-10-17Core/Creatures: Removed remains of creature_transport tableShauren
2013-10-16Core/TransportsShauren
* Rewritten path generation, now uses splines - timers are a lot more accurate now * Implemented stopping transports * Implemented spawning transports in instances * Implemented spawning gameobjects as transport passengers * Transport passengers are now stored in creature/gameobject table using gameobject_template.data6 from transport's template as map id
2013-10-14Fix non-pch build.joschiwald
2013-10-14Fix build.joschiwald
2013-10-14Scripts/Ahnkahet: Prince Taldaram rewritten to BossAIjoschiwald
Closes #10993
2013-10-13Scripts/TheBlackMorass: Fix first 7 rifts spawn timingsjackpoz
Partially revert 7e76ab97f895da1320106fad28e31d6b34c15443 to properly spawn first 7 rifts. Also allow only 1 EVENT_NEXT_PORTAL event at time.
2013-10-08Scripts/HoR: fixed infinite spawn, added some missing spell target ↵joschiwald
conditions and fixed codestyle Closes #10754
2013-10-07Scripts/HallsOfReflection: Revert 3ffbd27cddbd96d9736e7b22a286cef8f4ab2174jackpoz
Revert 3ffbd27cddbd96d9736e7b22a286cef8f4ab2174 and PR #10985 , this change doesn't fix any issue and instead breaks the logic of the instance event.
2013-10-03Core/Players: Fixed issues with incorrect targets being selected for spellsShauren
2013-10-02Update wrong Escape stateBaeumchen
Found by w5860363 : http://www.trinitycore.org/f/topic/9112-halls-of-reflectioncpp-question%EF%BC%9F/
2013-09-29Fix compile under linux and update auth db with latest changesSpp
2013-09-29Core/RBAC: Simplify RBAC implementationSpp
- Drop groups (roles than can have inherited roles) and roles (set of permissions) - Permissions can now have inherited permissions (those act as roles) RBAC DB structure is now limited to four tables - rbac_permissions: Contains permissions and roles - rbac_linked_permissions: Contains the relation between permissions and linked permissions (those permissions that have linked permissions are called roles) - rbac_default_permissions: Contains the list of permissions to be granted to each security level [Added to maintain compatibility in an easy way] - rbac_account_permissions: Contains the list of permissions granted or denied for a particular account. NOTE: IF YOU ARE USING CUSTOM PERMISSIONS, ROLES OR GROUPS CHECK THE SQL BEFORE APPLYING...
2013-09-28Core/Scripts: Fix uninitialized values in The Black Morassjackpoz
Valgrind log: Conditional jump or move depends on uninitialised value(s) at 0x1798C2C: npc_medivh_bm::npc_medivh_bmAI::UpdateAI(unsigned int) (the_black_morass.cpp:192) by 0x11AEFC0: Creature::Update(unsigned int) (Creature.cpp:542) by 0x12E96F8: Trinity::ObjectUpdater::Visit(GridRefManager<Creature>&) (GridNotifiersImpl.h:45) Conditional jump or move depends on uninitialised value(s) at 0x1798C7E: npc_medivh_bm::npc_medivh_bmAI::UpdateAI(unsigned int) (the_black_morass.cpp:200) by 0x11AEFC0: Creature::Update(unsigned int) (Creature.cpp:542) by 0x12E96F8: Trinity::ObjectUpdater::Visit(GridRefManager<Creature>&) (GridNotifiersImpl.h:45) Conditional jump or move depends on uninitialised value(s) at 0x1798CB0: npc_medivh_bm::npc_medivh_bmAI::UpdateAI(unsigned int) (the_black_morass.cpp:205) by 0x11AEFC0: Creature::Update(unsigned int) (Creature.cpp:542) by 0x12E96F8: Trinity::ObjectUpdater::Visit(GridRefManager<Creature>&) (GridNotifiersImpl.h:45) Conditional jump or move depends on uninitialised value(s) at 0x1798CE2: npc_medivh_bm::npc_medivh_bmAI::UpdateAI(unsigned int) (the_black_morass.cpp:210) by 0x11AEFC0: Creature::Update(unsigned int) (Creature.cpp:542) by 0x12E96F8: Trinity::ObjectUpdater::Visit(GridRefManager<Creature>&) (GridNotifiersImpl.h:45)
2013-09-27Core/RBAC: Move RBAC code to namespace rbacSpp
2013-09-27DB/Core: The Storm King's VengeanceKirkhammett
2013-09-25Core/Scripts: added some OVERRIDEsjoschiwald
2013-09-25Merge pull request #10933 from MitchesD/SteamVaultjoschiwald
Scripts/SteamVault: reworked InstanceScript
2013-09-23Scripts/SteamVault: reworked InstanceScriptMitchesD
2013-09-22Merge pull request #10875 from zorix/PR2Shauren
Core/Script:
2013-09-22Core/Script:zorix
ICC: Convert possible non valid pointer to guid Close #9954
2013-09-21Scripts/ScarletEnclave: Fix uninitialized values in Highlord Darion Mograinejackpoz
Reset() has if checks on values that are initialized after them so it's required to initialize these fields in the constructor. Valgrind log: Conditional jump or move depends on uninitialised value(s) by 0x11CF472: HashMapHolder<Creature>::Find(unsigned long) (ObjectAccessor.h:67) by 0x11CE36F: Creature* ObjectAccessor::GetObjectInWorld<Creature>(unsigned long, Creature*) (ObjectAccessor.h:114) by 0x1257C13: Creature* ObjectAccessor::GetObjectInMap<Creature>(unsigned long, Map*, Creature*) (ObjectAccessor.h:135) by 0x12E64F1: Map::GetCreature(unsigned long) (Map.cpp:2767) by 0x10AF4DE: Unit::GetCreature(WorldObject&, unsigned long) (Unit.cpp:13021) by 0x16F8F81: npc_highlord_darion_mograine::npc_highlord_darion_mograineAI::Reset() (chapter5.cpp:386) by 0x16F8D36: npc_highlord_darion_mograine::npc_highlord_darion_mograineAI::npc_highlord_darion_mograineAI(Creature*) (chapter5.cpp:314) by 0x16F8CD6: npc_highlord_darion_mograine::GetAI(Creature*) const (chapter5.cpp:307) by 0x132AF6C: ScriptMgr::GetCreatureAI(Creature*) (ScriptMgr.cpp:796) by 0x1441D45: FactorySelector::selectAI(Creature*) (CreatureAISelector.cpp:41)
2013-09-18Core/Achievements: Implemented ACHIEVEMENT_CRITERIA_TYPE_KILL_CREATURE_TYPEjoschiwald
2013-09-15Merge pull request #10823 from jackpoz/icewall_overflowNay
Scripts/HoR: Fix possible array overflow
2013-09-15Scripts/HoR: Fix possible array overflowjackpoz
Fix possible array overflow reported by coverity, issue id 1062436 .
2013-09-13Core/Commands: Fix NULL dereference crash in .account passwordjackpoz
Fix NULL dereference crash in .account password added in bd8d0cfbce9a38e0f2fc8b6903434c3553faf143 Fixes #10791
2013-09-12Fix buildMachiavelli
2013-09-12Merge pull request #10792 from Ascathor/masterNay
Core/Command: Fixing .account password to no longer crash
2013-09-12Core/Command: Fixing .account password to no longer crashAscathor
And add some comments to it.
2013-09-11Merge pull request #10782 from Ascathor/masterNay
Core/Commands: Fixing some problems with .account email
2013-09-11Core/Commands: Fixing some problems with .account emailAscathor
2013-09-11Merge pull request #10781 from jackpoz/create_pet_creaturetemplateNay
Scripts/Commands: Retrieve Creature template in HandlePetCreateCommand f...