aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2013-08-31Core/RBAC: Move bf commands to RBAC (using individual permissions)Nay
2013-08-31DB/Creature: Fix cords for quest "Death Comes From On High"Vincent-Michael
2013-08-31DB/Sai: Fix quest credit for quest "Blessing of Incineratus"Vincent-Michael
2013-08-31Scripted: Fix warningVincent-Michael
2013-08-31Core/Spells: Fix quest credit for quest "Death Comes From On High"Vincent-Michael
2013-08-31Core/Scripts: add creature_text to pet mojojoschiwald
Scripts/Karazhan/Moroes: cleanup a bit (should fixes mem leak)
2013-08-30Scripts/Icecrown Citaldel: Fixed spells cast by Professor Putricide during ↵Shauren
heroic Festergut and Rotface encounters Closes #7641 Closes #8243
2013-08-30Core: Fix warningVincent-Michael
2013-08-30Core/Quests: Remove CastedCreatureOrGO methodNay
- Remove EAI's ACTION_T_CAST_EVENT and ACTION_T_CAST_EVENT_ALL - Remove SAI's SMART_ACTION_CALL_CASTEDCREATUREORGO - Split QUEST_TRINITY_FLAGS_KILL_OR_CAST into QUEST_TRINITY_FLAGS_KILL and QUEST_TRINITY_FLAGS_CAST - Assign QUEST_TRINITY_FLAGS_CAST to all the quests that were using RequiredSpellCastX - (unrelated) Fix a warning in Player.cpp - Replace CastedCreatureOrGO usage in scripts by KilledMonsterCredit TODO: Convert the two EAI scripts commented out in the .sql to proper SAI Closes #10667
2013-08-30Core/Server: Fix a spammy warning in WorldSession and move code to .cppNay
2013-08-30Core/RBAC: Move ban commands to RBAC (using individual permissions)Spp
2013-08-30Core/RBAC: Move Achievements and Arena commands to RBAC (using individual ↵Spp
permissions)
2013-08-30Core/RBAC: Move account commands to RBAC (using individual permissions)Spp
2013-08-30Core/RBAC: Move RBAC commands to RBAC using individual permissionsSpp
- Use this commit as a sample on how to move commands to RBAC
2013-08-30Core/RBAC: Move commands security to RBAC (using generic RBAC Permissions)Spp
- Warning: This will break commands for any custom security level
2013-08-29Core/Quests: Drop world.quest_template.RequiredSpellCastXNay
These were non-wdb fields that didn't have much use. Most quests that were using these fields (not many) should still work, however, if you find any quest that worked before and is now broken please report it in the issue tracker and it will be promptly fixed.
2013-08-29Core/Quests: Escape from Silverbrook 12308Kirkhammett
2013-08-29Scripts/Spells: fix codestyle in 48783b86067f8c2691ec5e5e94e5bbd788b9deb2joschiwald
2013-08-29Core/Quests: Fuel for the Fire (12690)Kirkhammett
2013-08-28DB/Misc: Fix startup errorsVincent-Michael
2013-08-28Scripts/UtgardeKeep/Ingvar: remove hacks and fix warningjoschiwald
2013-08-27Merge branch 'master' of github.com:TrinityCore/TrinityCoreNay
2013-08-27Core&Scripts: Fix clang compiler warningsNay
2013-08-27Scripts/UtgardeKeep: reworked InstanceScript and cleanup some boss scriptjoschiwald
2013-08-26Scripts/Auchindoun: add missing InstanceScripts and cleanup some boss scriptsjoschiwald
2013-08-26Core/Scripts: Fixed uninitialized variable and memory leaksShauren
2013-08-26SAI & Scripts: Fix unitialized values found by ValgrindNay
==3064== Conditional jump or move depends on uninitialised value(s) ==3064== at 0x19B3031: boss_skarvald_the_constructor::boss_skarvald_the_constructorAI::UpdateAI(unsigned int) (boss_skarvald_dalronn.cpp:217) ==3064== Conditional jump or move depends on uninitialised value(s) ==3064== at 0x19B3948: boss_dalronn_the_controller::boss_dalronn_the_controllerAI::UpdateAI(unsigned int) (boss_skarvald_dalronn.cpp:388) ==3064== Conditional jump or move depends on uninitialised value(s) ==3064== at 0x15E2FCC: SmartScript::ProcessAction(SmartScriptHolder&, Unit*, unsigned int, unsigned int, bool, SpellInfo const*, GameObject*) (SmartScript.cpp:144) ==3064== Conditional jump or move depends on uninitialised value(s) ==3064== at 0x191CB98: dummy_dragonAI::UpdateAI(unsigned int) (boss_sartharion.cpp:961) ==3064== by 0x191D242: npc_shadron::npc_shadronAI::UpdateAI(unsigned int) (boss_sartharion.cpp:1122) ==3064== Conditional jump or move depends on uninitialised value(s) ==3064== at 0x19AE913: boss_ymiron::boss_ymironAI::UpdateAI(unsigned int) (boss_ymiron.cpp:215) ==3064== Use of uninitialised value of size 8 ... ==3064== by 0x18A9F4A: boss_illidan_stormrage::boss_illidan_stormrageAI::Reset() (boss_illidan.cpp:1805) ==3064== Conditional jump or move depends on uninitialised value(s) ... ==3064== by 0x18A9F4A: boss_illidan_stormrage::boss_illidan_stormrageAI::Reset() (boss_illidan.cpp:1805) ==3064== Conditional jump or move depends on uninitialised value(s) ==3064== at 0x191CB98: dummy_dragonAI::UpdateAI(unsigned int) (boss_sartharion.cpp:961) ==3064== by 0x191CE88: npc_tenebron::npc_tenebronAI::UpdateAI(unsigned int) (boss_sartharion.cpp:1027) ==3064== Conditional jump or move depends on uninitialised value(s) ==3064== at 0x191CB98: dummy_dragonAI::UpdateAI(unsigned int) (boss_sartharion.cpp:961) ==3064== by 0x191D5B8: npc_vesperon::npc_vesperonAI::UpdateAI(unsigned int) (boss_sartharion.cpp:1220) ==3064== Conditional jump or move depends on uninitialised value(s) ... ==3064== by 0x1868F59: boss_lady_vashj::boss_lady_vashjAI::Reset() (boss_lady_vashj.cpp:206) ==3064== Conditional jump or move depends on uninitialised value(s) ==3064== at 0x191C14C: dummy_dragonAI::MovementInform(unsigned int, unsigned int) (boss_sartharion.cpp:802) ==3064== Conditional jump or move depends on uninitialised value(s) ==3064== at 0x1046986: Position::NormalizeOrientation(float) (Object.h:388) ... ==3064== by 0x17D9463: boss_malchezaar::boss_malchezaarAI::SummonInfernal(unsigned int) (boss_prince_malchezaar.cpp:373)
2013-08-26Core&Tools: Fix multiple issues found by a static code coverage toolNay
2013-08-24Core&Tools: Fix multiple issues found by a static code coverage toolNay
2013-08-24Scripts: Fix two issues found by ValgrindNay
==3400== Invalid write of size 8 ==3400== at 0x1241C32: instance_ahnkahet::GetInstanceScript(InstanceMap*) const (instance_ahnkahet.cpp:54) ... ==3400== Conditional jump or move depends on uninitialised value(s) ==3400== at 0xB5DEAE: std::tr1::_Hashtable<unsigned long, std::pair<unsigned long const, Creature*>, std::allocator<std::pair<unsigned long const, Creature*> >, std::_Select1st<std::pair<unsigned long const, Creature*> >, std::equal_to<unsigned long>, std::tr1::hash<unsigned long>, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, false, true>::_M_find_node(std::tr1::__detail::_Hash_node<std::pair<unsigned long const, Creature*>, false>*, unsigned long const&, unsigned long) const (hashtable.h:830) ==3400== by 0xBDA4CA: std::tr1::_Hashtable<unsigned long, std::pair<unsigned long const, Creature*>, std::allocator<std::pair<unsigned long const, Creature*> >, std::_Select1st<std::pair<unsigned long const, Creature*> >, std::equal_to<unsigned long>, std::tr1::hash<unsigned long>, std::tr1::__detail::_Mod_range_hashing, std::tr1::__detail::_Default_ranged_hash, std::tr1::__detail::_Prime_rehash_policy, false, false, true>::find(unsigned long const&) (hashtable.h:698) ==3400== by 0xBDA5BF: HashMapHolder<Creature>::Find(unsigned long) (ObjectAccessor.h:67) ==3400== by 0xCB5C03: Map::GetCreature(unsigned long) (ObjectAccessor.h:114) ==3400== by 0xB6E6EF: Unit::GetCreature(WorldObject&, unsigned long) (Unit.cpp:13023) ==3400== by 0x10F0790: boss_hydross_the_unstable::boss_hydross_the_unstableAI::Reset() (boss_hydross_the_unstable.cpp:164)
2013-08-23Scripts/Halls of Reflection: Fixed accessing uninitialized memoryShauren
2013-08-23Script/Ahnkahet: Fix warningAokromes
2013-08-22Merge branch 'master' of github.com:TrinityCore/TrinityCorejoschiwald
2013-08-22Scripts/GruulsLair: reworked InstanceScriptjoschiwald
Known Issue: position desynch after creature respawn
2013-08-21Scripted/ShadeOfAkama: Some cleanupsVincent-Michael
2013-08-21Scripts/AhnKahet: reworked InstanceScriptjoschiwald
2013-08-21Core: Fix warnings and random changesVincent-Michael
2013-08-21Scripts/BlackTemple: reworked InstanceScriptjoschiwald
2013-08-20Scripts/AzjolNerub: reworked InstanceScriptjoschiwald
2013-08-20Core/Commands: Improved debug moveflags to also send associated opcodesShauren
2013-08-20Scripts/HallsOfLightning: reworked InstanceScriptjoschiwald
2013-08-19Scripts/Icecrown Citadel: Fixed Ice Tomb targeting tanks in phase 3 in ↵Shauren
Sindragosa encounter Closes #8778
2013-08-19Scripts: Random script fixes and code optimizationsjoschiwald
2013-08-18Core: Fix warningsVincent-Michael
2013-08-18Scripted/Misc: Remove some whitespaceVincent-Michael
2013-08-18Misc: replace Unit::GetPlayer with ObjectAccessor::GetPlayer and some ↵joschiwald
cosmetic changes
2013-08-18Core/Spells: Fix hunter T7 4P BonusVincent-Michael
Closes #8320
2013-08-17Core/Misc: Implemented GetObjectScale functionVincent-Michael
2013-08-17Core/Scripts: Placeholders for instances Maraudon and Dire Maul.w1sht0l1v3
It is needed for Random Dungeon Finder credit.
2013-08-17Core/Scripts: Placeholders for instances The Slave Pens and The Underbog.w1sht0l1v3
It is needed for Random Dungeon Finder credit.