aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-01-04DB/Gossip: add/update some gossips based on sniffed datamalcrom
closes #4545
2012-01-04DB/Creature: Add spawn & waypoints for Horace Alder (Entry: 27704 )malcrom
closes #4272
2012-01-04DB/creature: SAI and spawns for Pusillin And The Elder Azj'tordintharaca
closes #3534
2012-01-04DB/Creature: Pusillin And The Elder Azj'tordin spawns and waypointstharaca
closes #3535
2012-01-04Core/Quests: Add implementation of seasonal quest reset. uses a new table ↵kandera
much like character_queststatus_weekly. fixed typo where WEEKLY was WEKLY. Attempt 2
2012-01-04Core/Battleground: fix re-enter into battleground after disconnectWilds
2012-01-04DB/Quests: set correct questrelations for quests 12345 and 12377horn
closes #3569
2012-01-04DB/Creatures: set correct faction for frostmane troll whelpmalcrom
closes #1105
2012-01-04DB/SAI: fix quest Peace at Lastgecko32
closes #3144
2012-01-04DB/Quest: fix a typo in OfferRewardText for "Get to Getry"zoidmann
closes #3197
2012-01-04DB/Gossip: add some missing gossips from sniffMalcrom
2012-01-04Add Password change (Player level.) logsBezo
2012-01-03Merge pull request #4610 from Subv/fix005Shocker
Core/SmartAI: SMART_ACTION_MOVE_TO_POS should not overwrite the effects of SMART_ACTION_SET_RUN
2012-01-03Core/SAI: SMART_ACTION_MOVE_TO_POS should not overwrite the effects of ↵Subv2112
SMART_ACTION_SET_RUN Signed-off-by: Subv2112 <s.v.h21@hotmail.com>
2012-01-03Merge pull request #4608 from elecyb/farsightKaelima
Core/Spells: Some corrections after viewpoint visibility fix
2012-01-03Core/Misc: Separate RecordTimeDiff in World::Update for MapMgr and ↵Shocker
BattlegroundMgr
2012-01-03Core/Spells: Some corrections after ↵elecyb
65aca2b8061c2da59a7dd8155894e6064f5b5c7d, this should fix the console spam
2012-01-03DB/creatures: fix reputation rewardings for Oculus and Utgarde Pinnacle ↵zxbiohazardzx
heroic modes
2012-01-03DB/creatures: Summoned creatures that come with the portal guardian in ↵zxbiohazardzx
violet hold should not reward XP
2012-01-03DB/Game Event: update Darkmoon Faire starttimeszxbiohazardzx
2012-01-03Core/Spells: Add barfing to Spell::EffectInebriate.zwerg
Signed-off-by: Machiavelli <machiavelli.trinity@gmail.com>
2012-01-03Merge pull request #4591 from elecyb/farsightMachiavelli
Core/Spells: Update nearby visible objects for new viewpoints
2012-01-03Merge pull request #4582 from Chaplain/cleanup4Machiavelli
Core/Utilities: Implement random generator for float values. NOTE: Actually just casts the outcome of int randgen to float
2012-01-02Core/Spells: Fixed crash introduced in last commitelecyb
2012-01-02Merge pull request #4594 from Valcorb/masterNay
DB\Quests: Fix Plan B
2012-01-02DB\Quests:Valcorb
Fix Plan B
2012-01-02Core/Spells: Update nearby visible objects for new viewpoints, fix spells ↵elecyb
with Far Sight and Bind Sight effects.
2012-01-02Core/DBLayer: Couple fixesleak
2012-01-02[Core/Utilities] Implement random generator for float values.Chaplain
*for mt and sfmt *some codestyle
2012-01-01Fix 'The Undying' and 'The Immortal' achievements.Giuseppe Montesanto
2011-12-31Merge pull request #4567 from Kiperr/masterleak
Happy new year!
2012-01-01Core/DBLayer: Refactor prepared statement defines to new format (char db)leak
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-12-31Merge pull request #4559 from devilcoredev/fix_004Shauren
Core/Items: Fixed socket bonus activation with prismatic sockets.
2011-12-31Core/DBLayer: Refactor prepared statement defines Note:leak
The new format for the middle section is a 3-letter upper case abbreviation of the sql command being executed (select -> SEL, update -> UPD, etc.) {DB}_{SEL/INS/UPD/DEL/REP}_{Summary of data changed}
2011-12-31Core/DBLayer: Convert another Execute() query to a prepared statementleak
2011-12-31Core/DBLayer: Convert PExecute() queries to prepared statements No. 4leak
2011-12-31Fix the bonus socket activation with prismatic sockets.Giuseppe Montesanto
2011-12-31Core/DBLayer: Use column names in prepared statements to prevent avoidable ↵Machiavelli
prepare errors
2011-12-31Core/SpellScripts: Add BeforeCast, OnCast and AfterCast hooks to SpellScripts.QAston
2011-12-31Merge pull request #4554 from Aokromes/masterLopin
Scripts/SotA: Requires at least 1 door of each line of defense to be down to allow taking a relic
2011-12-31Requiere at least 1 door of each line of defense to be down to allow to take ↵Aokromes
relic
2011-12-31Core/DBLayer: Convert PExecute() queries to prepared statements No. 3leak
2011-12-30Core/SAI: Restore buildleak
2011-12-30Merge pull request #4503 from Subv/fix002Rat
Some changes in SMART_ACTION_MOVE_TO_POS
2011-12-30Core/Commands: Allow to search for other account/characters from a selected ↵Spp
player without having to write the ip as argument (By Bizzy)
2011-12-28Merge pull request #4477 from wilds/fix_bg_queue_timerShocker
Core/Battleground: Fix invite accept wait timer (m_events must always be updated, not only when scheduled) Closes #4103
2011-12-28Merge pull request #4404 from Warpten/authShocker
Core/Authserver: Add a missing header block
2011-12-28Fixed compile, thanks Lopin for pointing outSubv2112
2011-12-28Core/Players: Fix out of bound access (by MoltenDev)Spp