aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-04-21Scripts/Achievements: Move some achievement scripts to database.Supabad
Add database support for Ancient Protector and Ancient Courtyard Protector.
2011-04-21Core/Achievements: Removed unused parameter from UpdateAchievementCriteria ↵Shauren
and unused DoCompleteAchievement from BattlegroundMgr
2011-04-21Core/Achievements: Reset all possible crieteria with "in single ↵Shauren
battleground" requirement on BG start
2011-04-21Core/Spells: Fixed players getting stuck in shapeshift forms after too quick ↵Shauren
shifting
2011-04-21Core/Conditions: improve CONDITION_QUEST* conditions. Now you can invert ↵Azazel
meaning of these conditions by setting ConditionValue2 to 1. For example, if you use CONDITION_QUEST_COMPLETE and ConditionValue2=1 then this condition will be true if this quest has any status but completed
2011-04-20Core/Spells: Fix Diminishing Returns for temporary pets (Water Elemental, ↵Shocker
Feral Spirit, etc)
2011-04-20Core/Player: Correct bug with displaying reputation on new charactersVinolentus
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2011-04-19Core/DynamicObject: Research dynamicobject types, added DynamicObjectType enumSilverIce
2011-04-19Core/Chat: allow quest links with quest level = -1 and items with enchants/gemsAzazel
2011-04-19Core/GM System: rename columns of gm_surveys, gm_subsurveys, gm_tickets and ↵Azazel
lag_reports tables to lowerCamel, move queries to prepared statements and refactor the code of TicketMgr.
2011-04-18Core/GameObjects: Summon trigger for spellcast with at least spell cast time ↵Shauren
duration, also removed unneeded visibility hack
2011-04-18Scripts/NPCs: Remove Membership Cards requirement from ↵Shocker
npc_engineering_tele_trinket, they were removed in 3.1
2011-04-18Core/Player: Fixed interaction rules with dead creaturesShauren
2011-04-18Core/Creatures: Dismount creatures without CREATURE_TYPEFLAGS_MOUNTED_COMBAT ↵Shauren
when entering combat
2011-04-17DB/Conditions: add target condition for Koralon Burning BreathSvannon
fixes #1211
2011-04-17DB/Creatures: Obsidian Sanctum _template updatesSvannon
fixes #1239
2011-04-17DB/Spawns: Various Missing Spawns for Creatureids: ↵ZxBiohazardZx
33211,33499,24495,28602,26266,29563,29695,29719,29720,29747,29790,24910
2011-04-17DB/Spawns: Crystal Web Cavern & Garm Cavern By K3Svannon
2011-04-17DB/Spawns: Boneguard Lieutenant spawnsSvannon
fixes #1209
2011-04-17Core/Spells: Move cloning spells to SpellScriptkaelima
2011-04-17DB/Achievements: Fixed startup erros and rerunning possibility for previous ↵Shauren
achievement sql
2011-04-17Core/Units: Fixed kill creditsShauren
2011-04-17Core/Spells: Fix damage scaling of mages Water Elementals.kaelima
- Water Elemental scales with 33% of mages spell power. - Waterbolt scales with 83.33% of elementals spell power.
2011-04-17Scripts/Achievements: add multiple achievement scripts for Strand Of The ↵Supabad
Ancients. add kill counter reset related to Battleground achievements.
2011-04-16Core/Units: Fixed kill credits for vehiclesShauren
2011-04-16Merge branch 'master' of github.com:TrinityCore/TrinityCoreShauren
2011-04-16Core/Scripts: Extended escort AISawiner
2011-04-16DB/Gossip: Update alot of gossip texts and creature saysMalcrom
2011-04-16Scripts/Icecrown Citadel:Shauren
Prevented spawning Rotting Frost Giant if the related weekly quest is not active Added more strict checks for Sindragosa event
2011-04-16Core/Vehicles: Fixed vehicles with passengers not counting for kill creditingShauren
2011-04-16Core/Scripts: Removed some hungarian notationShauren
2011-04-16Scripts/Molten Core: Fixed core freezes caused by this scriptShauren
Closes #1217, #798, #905
2011-04-15Core/PacketIO: Updated SMSG_CHAR_ENUM data content (bag info)Shauren
2011-04-15Core/BlackrockSpire: add support for non-PCH compileSupabad
also add instance files to scriptloader
2011-04-14DB/Quest: Fix Black Knight of ... ChainZxBiohazardZx
also fix startuperrors
2011-04-14Core/SQL: fix a few minor mishaps with wrong keys not being updated in ↵Azazel
commit 5357b1ba77 - fixes import of base characters database (thanks click for pointing out). Closes #1231. Also rename indexes in recently cleaned tables to have 'idx_' prefix. Add queries to recreate indexes based on recently modified columns (just to make sure that all indexes are correct).
2011-04-14Scripts/SAI: Implemented AI for npc Murloc Lurker (it was an eventAI ↵Manuel Carrasco
script), it uses the new event implemented. Signed-off-by: Manuel Carrasco <manue.l@live.com.ar>
2011-04-14Core/SAI: Implemented SMART_EVENT_IS_BEHIND_TARGET, it is triggered when the ↵Manuel Carrasco
creature is behind its current target. Signed-off-by: Manuel Carrasco <manue.l@live.com.ar>
2011-04-13DB/Spawns: Increase active spawns for Herbalism poolsZxBiohazardZx
fixes #939
2011-04-13Commit: Arena_season_5 - more typosZxBiohazardZx
fixes 1226
2011-04-13Core/Arena: Arena team member saving fixeddrahy
fixes #1214
2011-04-13Core/CharDB cleanup: change creature_respawn and gameobject_respawn column ↵Azazel
names to lowerCamel, rename `instance` column to `instanceId` and move all queries to these tables to prepared statements. Fix import error in character_database.sql.
2011-04-13Core/Misc: move scheduled scripts counter to ScriptMgr (which is more ↵zergtmn
logical, isn't it?)
2011-04-12Core/WorldServer: Some minor text and code style clean up.runningnak3d
2011-04-12Core/Authserver: vi change word (cw) FAIL!runningnak3d
2011-04-12Core/AuthServer: Some minor text cleanup.runningnak3d
2011-04-12Core/Chat: fix client crash by wrong quest shift-link structure.Azazel
Protection only work with ChatStrictLinkChecking.Severity = 3 (original patch by VladimirMangos)
2011-04-12Commit: wrong file ftl: typofixZxBiohazardZx
2011-04-12SQL: Updated char db baseleak
2011-04-11Commit: pushed wrong file, but it just needed the guid set...ZxBiohazardZx