aboutsummaryrefslogtreecommitdiff
path: root/src/server/scripts
AgeCommit message (Collapse)Author
2014-04-06Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
2014-04-05Scripts/Ulduar: Fix uninitialized valuesjackpoz
Fix uninitialized values in Ulduar script reported by Valgrind.
2014-04-05Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent-Michael
Conflicts: sql/old/3.3.5a/TDB52_to_TDB53_updates/world/2013_07_24_00_world_spell_script_names.sql sql/updates/world/2013_07_24_00_world_spell_script_names.sql sql/updates/world/2013_07_24_00_world_spell_script_names_335.sql src/server/game/Achievements/AchievementMgr.cpp src/server/game/Achievements/AchievementMgr.h src/server/game/Battlegrounds/ArenaTeamMgr.cpp src/server/game/Chat/ChatLink.cpp src/server/game/DataStores/DBCStores.cpp src/server/game/DataStores/DBCStructure.h src/server/game/DataStores/DBCfmt.h src/server/game/Entities/DynamicObject/DynamicObject.h src/server/game/Entities/Object/Object.cpp src/server/game/Entities/Player/Player.cpp src/server/game/Entities/Unit/StatSystem.cpp src/server/game/Entities/Unit/Unit.cpp src/server/game/Entities/Unit/Unit.h src/server/game/Groups/Group.cpp src/server/game/Handlers/QuestHandler.cpp src/server/game/Miscellaneous/SharedDefines.h src/server/game/Spells/Auras/SpellAuraEffects.cpp src/server/game/Spells/Auras/SpellAuras.cpp src/server/game/World/World.h src/server/scripts/Commands/cs_character.cpp src/server/scripts/Commands/cs_lookup.cpp src/server/scripts/Commands/cs_titles.cpp src/server/scripts/EasternKingdoms/ZulAman/boss_halazzi.cpp src/server/scripts/EasternKingdoms/ZulAman/boss_zuljin.cpp src/server/scripts/EasternKingdoms/ZulGurub/boss_jeklik.cpp src/server/scripts/Kalimdor/zone_darkshore.cpp src/server/scripts/Kalimdor/zone_mulgore.cpp src/server/scripts/Kalimdor/zone_tanaris.cpp src/server/scripts/Northrend/IcecrownCitadel/boss_the_lich_king.cpp src/server/scripts/Spells/spell_dk.cpp src/server/scripts/Spells/spell_mage.cpp src/server/scripts/Spells/spell_rogue.cpp src/server/shared/Database/Implementation/CharacterDatabase.cpp src/server/shared/Database/Implementation/CharacterDatabase.h src/tools/vmap4_extractor/mpq_libmpq04.h
2014-04-05Core/Spells: fixed Throw Shield Visual and Clone Weaponjoschiwald
2014-04-02Core/Misc: Fix uninitialized valuesjackpoz
Fix Position members not being always initialized. Valgrind log: at : Position::NormalizeOrientation(float) (Object.h:388) by : Position::SetOrientation(float) (Object.h:315) by : Position::Relocate(Position const&) (Object.h:310) by : spell_ulduar_stone_grip::spell_ulduar_stone_grip_AuraScript::OnRemoveVehicle(AuraEffect const*, AuraEffectHandleModes) (boss_kologarn.cpp:592)
2014-03-31Core/Misc: Fix typo in f47962f6707bb53a3241d23257a5bbd1b2679f87jackpoz
2014-03-31Core/Misc: Fix some static analysis issuesjackpoz
Add some asserts and additional NULL checks as sanity checks.
2014-03-29Scripts/Misc: Small code optimizationsVincent-Michael
2014-03-27Core/Misc: Fix some static analysis issuesjackpoz
Fix uninitialized values, most of which are false positives, always initialized before being accessed. Add some asserts and additional NULL checks as sanity checks. Use SpellMgr::EnsureSpellInfo() if the spell id is valid and always supposed to return a valid not-NULL SpellInfo* .
2014-03-26Fix non-pch build and remove blank lineGacko
2014-03-26Quest: The Power of the ElementsGacko
Remove hack SAI, use aura script
2014-03-25Scripts/Icecrown Citadel: Fixed Muradin/Saurfang attacking each other during ↵Shauren
Gunship Battle Closes #11786
2014-03-24Scripts/Icecrown CitadelShauren
* Deathbringer Saurfang will now evade if any player stands on the gunship * Fixed players being stuck in combat after defeating gunship * Fixed players not sticking to gunships
2014-03-23Fixed build without PCHShauren
2014-03-23Scripts/Icecrown Citadel: Icecrown Gunship BattleShauren
2014-03-22Scripts/ZulAman/Halazzi: convert text to create_text and fixed despawn of catMitchesD
2014-03-22Core/Map: Save weather, light and music overrides in map to send them to ↵Shauren
players logging in
2014-03-22Core/Misc: Fix some static analysis issuesjackpoz
Fix some static analysis issues about: - uninitialized values, most of which are false positives, always initialized before being accessed - unchecked return values - dead code never executed - bad formatting leading to wrong behavior Please ensure EventMap is never used with event id set to 0 or those events will never execute.
2014-03-22Scripts/Spells: fix logic fail in q9874MitchesD
2014-03-21Core/Misc: Fix some static analysis issuesjackpoz
Add some asserts and additional NULL checks as sanity checks.
2014-03-21Merge pull request #11747 from untaught/Trinity1Aokromes
Core/Scripts: Move 'The Defias Traitor' script to SAI
2014-03-21Merge pull request #11749 from untaught/Trinity2Aokromes
Core/Scripts: Move condition for 'npc_marin_noggenfogger' gossip menu op...
2014-03-21Merge pull request #11757 from untaught/Trinity3Aokromes
Core/Scripts: Move 'npc_deathly_usher' scripts to SAI.
2014-03-21Merge pull request #11746 from untaught/Trinity0Aokromes
Core/Scripts: Move condition for 'npc_skorn_whitecloud' gossip menu opti...
2014-03-20Core/Misc: Fix some static analysis issuesjackpoz
2014-03-20Core/Scripts: Move 'npc_deathly_usher' scripts to SAI.untaught
2014-03-19Core/Scripts: Move condition for 'npc_marin_noggenfogger' gossip menu option ↵untaught
to DB and remove 'npc_marin_noggenfogger' script
2014-03-19Core/Scripts: Move condition for 'npc_skorn_whitecloud' gossip menu option ↵untaught
to DB and remove 'npc_skorn_whitecloud' script
2014-03-19Core/Script: Logical fixesGacko
2014-03-18Core/Scripts: Move 'The Defias Traitor' script to SAIuntaught
2014-03-16Merge pull request #11718 from untaught/masterAokromes
Instance Script/Stratholme: Correct logic in Baron Run event and add SAI...
2014-03-16Core/Misc: Fix some static analysis issuesjackpoz
Fix some static analysis issues about uninitialized values. Most of them are false positives, always initialized before being accessed.
2014-03-16Instance Script/Stratholme: Correct logic in Baron Run event and add SAI for ↵untaught
Ysida Harmon
2014-03-15Scripts/Krikthir the Gatewatcher: Fix EVENT_ANUBAR_CHARGE event not being ↵jackpoz
triggered Fix EVENT_ANUBAR_CHARGE not being triggered due to value 0 being set to the EVENT_ANUBAR_CHARGE enum, even if 0 is a special value for EventMap to specify no event was triggered. Issue added in a127c0e1a7612094c2bf8b2f5092f55aa96f0556
2014-03-15Scripts/AhnKahet: Fix some uninitialized valuesjackpoz
Initialize all class fields in the constructor, even if they are set in Reset() and they shouldn't be accessed before Reset() is called. This fixes 2 Coverity reports.
2014-03-15Scripts/ZulGurub/Jeklik: Add missing "break"jackpoz
2014-03-09Scripts/TheStormPeaks: Possible crash fixjackpoz
Apply safe NULL checks added in 7d881a073961887d446d4430905f315b52928bb1 to similar code in same script
2014-03-09Scripts/Commands: Fix crash in ".kick" commandjackpoz
Fix a NULL dereference exception happening when using .kick command caused by a strtok(NULL) call without a previous call to the string to be tokenized. Issue added in 101cad1f2872a87be925b74b9d17760381bb9808
2014-03-05DB/Quest: Good Help is Hard to Find scriptMiha Penger
Good Help is Hard to Find (14069) quest script
2014-03-02Core/Player: delete queststatus (weekly/monthly/seasonal) on deleting ↵joschiwald
character thx @Expecto - also rename some prepared statements Closes #11658
2014-02-26Scripts/Onyxia Lair: Fix debug assertions about iteratorsjackpoz
2014-02-16Scripts/Ulduar: Fix Algalon the Observer outro phase(fixes kill credit and ↵w1sht0l1v3
some achieves).
2014-02-10Core/DB/Achievements:joschiwald
- fixed arena season title achievements and rewards - added mailtemplate support for `achievement_reward` table - fixed typo in GetBattleMasterBG which causes achievement reward mail expire in 1 day Ref #8777
2014-02-09Scripts: Added missing stuff in 1d1aeda86ca69e78daf85c3c4b1b29509c374ad7Vincent_Michael
2014-02-09Core: Fix buildVincent_Michael
2014-02-09Merge pull request #11457 from MitchesD/krikthirjoschiwald
Scripts/Krikthir the Gatewatcher: converted to EventMap and small optimalization
2014-02-09Scripts/Krikthir the Gatewatcher: converted to EventMap and small optimizationMitchesD
2014-02-08Scripts/Eastern Plaguelands: Fix flypath exploitjackpoz
Fix npc id 17209 in Eastern Plaguelands enabling taxi cheat to players just by talking to it.
2014-02-06Core/Entities: allow interaction with gameobject questgivers if player can ↵joschiwald
take or return quests Closes #11269 Closes #8898 Closes #10204 Closes #11410 Closes #7053 Closes #6189 Closes #9474
2014-02-01Merge branch 'master' of github.com:TrinityCore/TrinityCore into 4.3.4Vincent_Michael