aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
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.
2013-08-17Core/Scripts: Placeholder for instance Ragefire Chasm.w1sht0l1v3
It is needed for Random Dungeon Finder credit.
2013-08-17Core/Scripts: Placeholder for instance The Stockade.w1sht0l1v3
It is needed for Random Dungeon Finder credit. Correct entry for last encounter in the instance.
2013-08-16Scripts/DrakTharonKeep: update Tharon'JaMitchesD
- update Tharon Ja to BossAI - update one creature - cosmetic npc Closes #10524
2013-08-15Core/Spells: Fixed warrior T10 4p dps bonusShauren
Closes #493
2013-08-11Core/Spells: Convert hunter "Improved Mend Pet" in spell scriptVincent-Michael
Closes #5597 Closes #9006 Closes #10346
2013-08-11Core/Spells: Fix hunter talent "Rapid Killing"Vincent-Michael
Close #1166
2013-08-11Core/Player: Add debug log when SendCanTakeQuestResponse(INVALIDREASON_*) is ↵Nay
used Intent is to find broken quest chains Requested by Aokromes
2013-08-11Scripted/ToC5: Add missing stuff in c0bf535e5bc978257952c9bd4e258eed238d1828Vincent-Michael
2013-08-11Core/Spells: Convert "Summon Memory" in spell scriptVincent-Michael
2013-08-10Scripts/ZulFarrak: Convert Witch Doctor Zum'rah from SAI to CppKirkhammett
Closes #10508
2013-08-10Scripted: Use now override for instance scriptsVincent-Michael
2013-08-10DB/EAI: Fix unit_field changes, outdated since initial 3.x versionsDiscover-
2013-08-10Scripts/Pet: Fix non pch compileNay
2013-08-09Core: Fix buildVincent-Michael
(cherry picked from commit 81daef8b2205fca4310720d3186bafca8d75a792)
2013-08-09Scripted: Fix non pch buildVincent-Michael
2013-08-09Scripted/Pets: Move some player pets in pet_xxx.cppVincent-Michael
2013-08-09DB/SAI: Fix quest Jormuttar is Soo Fat...untaught
Scripts/Spells: Script spell Bear Flank Master Closes #10484