aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2011-01-22Core/Vehicles: Hotfix for client freeze on vehicle enter by reverting certain...Machiavelli
2011-01-22Scripts/Spells: Moved all special target filtering cases to scriptsShauren
2011-01-21Scripts/Spells: Implemented UnitTargetHandler spell script hook, it can be us...Shauren
2011-01-20Core/Scripts/Oculus: Implemented AI for boss Varos Cloudstrider <Azure-Lord o...Manuel
2011-01-20Core/Spell: Modified ImplicitTargets of spells 54069 and 56251 for correct fu...Manuel
2011-01-20Core/ZoneScript: Implemented ProcessEvent function for units.Manuel
2011-01-20Core/Spells: Better solution for exploit check (Thanks to manuel)leak
2011-01-20SQL: Characters db storage type cleanup No. 7 (final) - Note:leak
2011-01-20SQL: Characters db storage type cleanup No. 6leak
2011-01-20SQL: Characters db storage type cleanup No. 5leak
2011-01-19SQL: Characters db storage type cleanup No. 4leak
2011-01-19SQL: Characters db storage type cleanup No. 3 - Note:leak
2011-01-19SQL: Characters db storage type cleanup No. 2leak
2011-01-19SQL: Characters db storage type cleanup #1 - Note:leak
2011-01-18Core/Spells: Stop exploit that allowed looting despawned gameobjects by packe...leak
2011-01-17Core/Dungeon Finder: Fix exploit that allowed players to get random reward af...Spp
2011-01-16Core/Spells: Fixed Ignite talent getting removed by Ice BlockShauren
2011-01-16Merge branch 'master' of github.com:TrinityCore/TrinityCoreManuel
2011-01-16Core/Scripts: Fixed issues with Drakkari Colossus/Elemental after recent chan...Manuel
2011-01-16Scripts/Icecrown Citadel: Added check on damage done by Ball of Inferno Flame...Shauren
2011-01-16SQL: Removed unused spell script name.Shauren
2011-01-16Core/DBLayer: Fix another possible crash on shutdown. This should be the last...Machiavelli
2011-01-16Core/General: Fix some comment style. //* to // *. Fixes certain code display...Machiavelli
2011-01-16Scripts/Sholazar Basin: Fix logic in npc_jungle_punch_target. Allows quest cr...Machiavelli
2011-01-16Core/Spells: Add unittarget check for spell 54798Machiavelli
2011-01-16Core/Maps: Unload transports in MapManager::UnloadAll instead of singleton de...Machiavelli
2011-01-15Core/Scripts: Rewritten Drakkari Colossus encounter from Gundrak.Manuel
2011-01-15Core/DBLayer: Use default parameters for DatabaseWorker::activate. Fixes a po...Machiavelli
2011-01-15Core/Spells: Implement SPELL_ATTR6_IGNORE_CROWD_CONTROL_TARGETS (0x00000100)....Machiavelli
2011-01-15Scripts/Icecrown Citadel: Despawn Ooze after unregistering from Rotface's sum...Shauren
2011-01-14Core/Battleground: Combine bg score type enum values with the same nameShauren
2011-01-14Scripts/Icecrown Citadel: Fixed Invocation of Blood jump timing, info taken f...Shauren
2011-01-14Add missing opcodes to OpcodeHandlerTable.Lightguard
2011-01-14Scripts/Icecrown Citadel: Fixed crash in Blood-Queen Lana'thel scriptShauren
2011-01-14Core/Loot: Fixed looting of individual, owner only items (item loot/skinning)VladimirMangos
2011-01-14Core - Modifies a few security checks to take realm id into consideration. It...JohnHoliver
2011-01-14Core/Spells: Fixed Glyph of Pain SuppressionShauren
2011-01-14Core/Player: Pets are unsummoned after spec switch. Fixes #180Manuel
2011-01-14Scripts/Trial of the Crusader: Fixed Slime Pool duration on all difficulties ...Drethek
2011-01-14Scripts/Borean Tundra: Add Support for areatrigger conditions for Quest: Brea...Machiavelli
2011-01-13Core/Quests: Resolve ambiguity between QUEST_STATUS_COMPLETED and rewarded st...Machiavelli
2011-01-13Core/Maps: Fix a possible crash in ObjectGridStoper:VisitMachiavelli
2011-01-13Core/DBLayer: Properly manage mysql library initialization and shutdown in au...Machiavelli
2011-01-13Core/DBLayer: Properly deallocate SQLOperation objects from Databaseworkerpoo...Machiavelli
2011-01-13Core/DBLayer:Machiavelli
2011-01-12Scripts/Icecrown CitadelShauren
2011-01-12Core/Guilds: Don't allow more than 25 and 100 log events to be sent to the cl...Machiavelli
2011-01-12Scripts/Icecrown Citadel: Fixed players being teleported to entrance when Pro...Shauren
2011-01-12Fix a crash in Spell::CheckCast().Anubisss
2011-01-11Core: Fix some warningsSpp