aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2011-04-11DB/Event: Arena Season 5 related spawns & vendor templatesZxBiohazardZx
fixes #1168
2011-04-11Core/PacketIO: Add support for receiving CMSG_UPDATE_PROJECTILE_POSITIONkaelima
2011-04-11DB/Misc: Add Spectral Gyphron to WintergraspZxBiohazardZx
fixes #956
2011-04-11DB/Loot: add Mature Lasher loot tableZxBiohazardZx
fixes #719
2011-04-11DB/Achievements: Fix Subtraction Achievementmark07
fixes #1198
2011-04-11Core/Misc: fix compilation warningsAzazel
2011-04-11Core/Spells: fix Global Cooldown reset on spell cast interrupt.SimonDMII
2011-04-11Core/CharDB Cleanup: alter `corpse` table making column names lowerCamel and ↵Azazel
move all queries to prepared statements. NOTICE: column can be named `guid` only if it represents character guid. All other guids will be renamed to reflect their purpose (like corpseGuid in this specific case)
2011-04-10Core/Instances: Fixed crashes happening when trying to access already ↵Shauren
deleted players.
2011-04-10Core/BattleGrounds: update Gameobject hook to support multiple destructable ↵Supabad
building events. little cleanup in GameObject.cpp
2011-04-10Core/Arena: Restore personal rating loadingleak
2011-04-09Core/GameObjects: Destructible gameobjects now read display info from dbc filesShauren
2011-04-09Core/DBC: Cleaned LoadDBCStores function, added semi-automated counting dbc ↵Shauren
files count
2011-04-09Core/Spells: Add default handler for apply aura spell effect when both ↵Shauren
ImplicitTargets are 0, removed unused structure
2011-04-09Core/GameObjects: add script hook when destructable building is damaged.Supabad
2011-04-09Core/Misc: AddAura should allow adding auras to dead targets if spell is ↵Shocker
passive/can target dead targets
2011-04-09Core/Misc: Fix possible endless loop in HandleMoveWorldportAckOpcode / LogoutShocker
2011-04-09Core/Conditions: fix little typo in previous commit.Supabad
2011-04-09Core/Conditions: updated CONDITION_SPELL to allow to return false alsoSupabad