aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-04DB/Creature: Delete creature_addon's of some earlier deleted creatures.kaelima
Closes #2159
2011-07-03Scripts/Ulduar: Cleanup in Flame Leviathan.Supabad
2011-07-03Scripts/Achievements: Fixed mass replace mistakeShauren
2011-07-03Core: Fix compile after the last attribute renaming (naming of this flag ↵click
might change later)
2011-07-03Core/Spells: More spell attribute definitions.QAston
2011-07-03Core: Cleaning up hungarian notation - Phase8: pSummon -> summon (also did ↵click
related hits)
2011-07-03Core: Prohibit aggro on righclicking if not in rangeclick
2011-07-03Core: Cleaning up hungarian notation - Phase7: pOwner -> ownerclick
2011-07-02Core: Cleaning up hungarian notation - Phase5: pKiller -> killerclick
2011-07-02Core: Cleaning up hungarian notation - Phase5: pWho -> whoclick
2011-07-02Core: Cleaning up hungarian notation - Phase3: pVictim -> victimclick
2011-07-02Core: Remove last trace of CONFIG_GM_LEVEL_ALLOW_ACHIEVEMENTSclick
2011-07-02Core: Cleaning up hungarian notation - Phase3: pTarget -> targetclick
2011-07-02Core: Cleaning up hungarian notation - Phase2: pPlayer -> playerclick
2011-07-02Core: Start cleaning up hungarian notation - Phase1: pCreature -> creatureclick
2011-07-02DB: Fix query for deletion in previous commit (didn't test it, sorry!) - and ↵click
the original SQL is by Durotar, not Aokromes - thanks to both anyway... :P
2011-07-02DB: Add teleportlocations for the following locations: The Frozen Halls, The ↵click
Shadow Vault, Chamber Of Aspects (thanks to Aokromes)
2011-07-02Core/Spells: Define 2 more spell attributes: ↵QAston
SPELL_ATTR6_CAN_TARGET_POSSESSED_FRIENDS and SPELL_ATTR6_CAN_TARGET_UNTARGETABLE
2011-07-02Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreQAston
2011-07-02Core/Spells: Define many unknown SpellCastTargetFlags enum values, rename ↵QAston
some target type enum values to follow standards, also correctly implement TARGET_UNIT_TARGET_PASSENGER.
2011-07-02Scripts/Icecrown CitadelShauren
* Fixed combat logs for Essence of the Blood Queen healing * Added missing initialization for weekly quest status Blood Quickening * Build fix for previous revision
2011-07-02Scripts/Icecrown Citadel: Fixed room check for Blood Prince CouncilShauren
2011-07-02Scripts/Icecrown Citadel: Teleporting to the Frozen Throne should now happen ↵Shauren
as on retail (with an areatrigger, not gossip), also added missing spawns to Frozen Throne and Tirion's gossip NOTE: This does NOT mean The Lich King script is coming soon
2011-07-02Core/SAI: Add action SMART_ACTION_JUMP_TO_POS.Jesper Meyer
2011-07-02Core: Fix the achievement-command to use the new functionname.click
2011-07-02Core: Fix previous commit (stupid mistake)click
2011-07-02Core/Achievements: Simplify handling of achievements for GMs: Do not allow ↵click
achievements when GM-mode is enabled, allow when disabled
2011-07-02Core: Fix a minor issue with GUID readout for a questhandler logentryclick
2011-07-01Core/Achievements: Fix The Sickly Gazellehorn
Closes #2154
2011-07-01Scripts/Ulduar: Fixed achievement Iron Dwarf, Medium Rare in Razorscale's ↵Lopin
encounter. Thanks to Shauren for help with this achievement
2011-07-01Core: Do not use STL container size method to check if container is emptySpp-
2011-07-01Core/Spells: define SPELL_ATTR1_CHANNEL_DISPLAY_SPELL_NAME(0x20000000)QAston
2011-07-01Merge branch 'master' of https://github.com/TrinityCore/TrinityCoreQAston
2011-07-01Core/Spells: Define attributes: SPELL_ATTR0_CAST_TRACK_TARGET(0x00400000), ↵QAston
SPELL_ATTR1_CHANNEL_TRACK_TARGET(0x00004000), SPELL_ATTR0_ON_NEXT_SWING_2(0x00000400), add some attribute flag comments based on client research.
2011-07-01Core: Clean up script variables to make variables consistant/standardized, ↵click
and some additional warning-removals: + Fix compilewarning in Unit.cpp + Remove/comment out unused parameters for some commandscripts/scripts (warnings) + Replace "plr" with "player" all over the scriptbase for consistency
2011-07-01DB: Fix a small issue with reapplying the SQL removing the old text for ↵click
ZulGurub Venoxis
2011-06-30SQL: Fix a typo in a delete queryNay
2011-07-01DB/Items: Fix Recipe: Kungaloosh (wrong taught spell)glkrlos
Closes #2158 (Rename a SQL file)
2011-07-01DB/NPCs: Add a sh*tload of waypoints (Netherstorm zone)Malcrom
2011-06-30Core/Scripts: Commented EventMap and added GetNextEventTime to know when ↵Shauren
will next event with given id run
2011-06-30Edited sql/updates/world/2011_06_30_01_world_sai.sql via GitHubNay
2011-06-30Scripts/ZulGurub: Venoxis: Add SAI (spellcasting and handling) for Parasitic ↵Tome
Serpent (NPC 14884) Signed-off-by: click <click@gonnamakeyou.com>
2011-06-30Scripts/ZulGurub: Some small fixes to Venoxis:click
- Remove mini-AI-part from Parasitic Serpent, it'll be handled in SAI. - Set Venoxis passive untill aggroed.
2011-06-30Scripts/ZulGurub: Convert Venoxis over to use BossAIclick
2011-06-30Cosmetic: rename function escape_string to EscapeStringSpp-
2011-06-30Scripts: Reorder file names in Commands/CMakeList file and cosmetic changes ↵Spp-
in all scripts
2011-06-30Core/Command: Don't parse varags for simple string in '.server info' commandSpp-
2011-06-30Cosmetic: Remove trailing whitespacesSpp-
2011-06-30Scripts/Icecrown Citadel: Boiling Blood will not attempt to find a target if ↵Shauren
there isnt any
2011-06-30Core/Spells: Prevent abilities that are 'usable while stunned' being usable ↵tobmaps
while in non-stun effects. Original idea by darkstalker