aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-22Core/Creatures: Set hover movement flag if bytes1 have hover flag and ↵Shauren
creature cannot fly
2013-02-21Core/Vehicles: Also remove mount auras for passengers not in charm seatMachiavelli
May fix related crashes: Ref #9256 #9255
2013-02-21Core/Misc: Remove devel log msg that shouldn't have been commitedSpp
2013-02-21Core/Logging: Fix mem leak. Thanks to @Sar777 for the reportSpp
2013-02-20Core/Players: Allow players to log out in combat when they are in resting ↵Shauren
area (logout in rest area is instant by default, but not when in combat)
2013-02-20Core/NPCs: Fix some equipment issues introduced with 028c72a9f2c606e8af3Nay
Also changed equips defaults to 0 (no equipment) instead of 1. It seems that some parts of the original commit were reverted locally, my bad.
2013-02-20Core/DBLayer: Comment out MySQL client/server version mismatch warningNay
MySQL version above 5.1 IS required in both client and server and there is no known issue with different versions above 5.1
2013-02-19Merge pull request #9168 from Kirkhammett/Ebonroc_BwlNay
Npc/Core: Was using Onyxia's Wing Buffet spell which can 1 shot lowbies...
2013-02-19DB/SAI: Add sai for quest Gather the Orbs (10859)Trista
Closes #7636
2013-02-19DB/Conditions: add conditions to Lokhtos Darkbargainer Thx badmoon for ↵ZxBiohazardZx
initial fix Closes #9028
2013-02-19DB/Creature: Set Triggerflags & behaviour to triggerNPCExodius
Closes #8950
2013-02-19DB/Creatures: Update damage done by ICC bosses to more blizzlike valuesLarya
Closes #8580
2013-02-19Core/Scripts: Removed useless const modifier on method parameters accepting ↵Shauren
primitive types passed by value
2013-02-19Core/SmartAI: Prevent recursive EnterEvadeMode callMachiavelli
Ref #8679
2013-02-18DB/Spell: Added an auto-kill spell if you go at No Man's Land in Isle of ↵Kinzcool
Conquest
2013-02-19Core/Startup: Write current and expected maps version when there's a version ↵Nay
mismatch
2013-02-19Core/ObjectMgr: Fix a logic error in GetEquipmentInfoNay
Thanks @Shauren
2013-02-18Scripts/Spells: Fix Winter Veil PX-238Nay
Ref #9238 Thanks @joschiwald
2013-02-18Merge pull request #9244 from Ascathor/masterNay
SQL Fix after 933381f
2013-02-18SQL Fix after 933381fAscathor
2013-02-18DB/Misc: Mostly gossip stuff for various creatures.Pitcrawler
Some scripts still need to be implemented. Fixes quest Blood Oath of the Horde.
2013-02-18Core/Vehicles: Fix a few issuesMachiavelli
- Fix position desync issue Closes #9073 - Fix a crash related to passenger's EventProcessor, thanks to Shauren - Fix crash related to charminfo - Make compiler happier about certain things
2013-02-18Core/RBAC: Add config option to set comma separated list of groups to add by ↵Spp
default - Allows to reduce the rows in rbac_account_groups
2013-02-18Core/NPCs: Refactor equipmentsNay
- creature_template.equipment_id deleted - creature_equip_template.entry == creature_template.entry - id field added to creature_equip_template -> PK(entry, id) - id field in creature_equip_template starts at 1 - creature.equipment_id references id of creature_equip_template - creature.equipment_id = 0 means no equipment at all (default 1) - creature.equipment_id = -1 means pick a random equipment from creature_equip_template - add equipment info to .npc info command While table creature_equip_template got bigger in size, this system is easier to mantain and allows creatures to have a random template from a group of equipments
2013-02-18Core/Config: Change CONFIG_EVENT_ANNOUNCE from int to boolNay
Also correct the description of BeepAtStart, it works in Windows as well
2013-02-18Core/Scripts: Correct orders of parameters used in OnGroupChangeLeader ↵Shauren
script hook
2013-02-18Core/Vehicles: Prevent infinite loop in VehicleJoinEvent:AbortMachiavelli
2013-02-18Core: Whitespace cleanupVincent_Michael
2013-02-18Core/Vehicles: Refactor some parts of vehicle systemMachiavelli
- Fix a few crashes: Closes #9235 - Simplify and get rid of lots of redundant and silly code - Optimisations in Unit::ChangeSeat - More documentation
2013-02-17SQLs: Rename some old SQL files to match standardsNay
2013-02-17Buildsystem: Disable building the nonfunctional meshextractor.tool (not in a ↵click
production-state atm), it CAN however be built with with using the -DWITH_MESHEXTRACTOR flag (not documented as option, and will most probably change in the future)
2013-02-17Merge pull request #9220 from roc13x/masterNay
Core/Items: Fix logic in Player::AddItem
2013-02-17Merge pull request #9234 from ak47sigh/patch-1Nay
declared WEATHER_STATE_FOG
2013-02-17Update src/server/game/Weather/Weather.cppAlexei_Nech
2013-02-17Core/Auras: Restore part of 1845ab79 that was accidentally revertedMachiavelli
2013-02-17declared WEATHER_STATE_FOG Alexei_Nech
2013-02-17Core/Vehicles: Fix another crashMachiavelli
Don't set Unit::m_vehicle until VehicleJoinEvent::Execute
2013-02-17Remove BOM from 2 SQL filesShocker
Closes #9233
2013-02-17Core/Auras: Always run all script hooks attached to the aura to prevent ↵Shauren
leaving aura script state stack in unbalanced state
2013-02-17Scripts/Icecrown Citadel: Improvements to Shadowmourne quest lineShauren
2013-02-16Core/SAI: Add actions to set/add/remove (104/105/106) gameobject flagsNay
2013-02-16Merge branch 'master' of github.com:TrinityCore/TrinityCoreShauren
2013-02-16Core/Auras: Prevent saving vehicle auras to db for players as they require ↵Shauren
both caster and target to be in world (which cannot be guaranteed)
2013-02-16Core/Character: Rename engrish functionVincent_Michael
2013-02-16Scripts/BWL: Fix build no. 2Vincent_Michael
2013-02-16Scripts/BWL: Fix buildNay
2013-02-16Say NO to whitespaceNay
2013-02-16Merge pull request #9228 from gigatotem/BWLv2Nay
Scripts/Blackwing Lair: Broodlord Lashlayer clean-up.
2013-02-16Scripts/BWL: Fix typo in recent commit.Gigatotem
2013-02-16Scripts/Blackwing Lair: Broodlord Lashlayer clean-up.Gigatotem