aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-08-02[8291] Now allow auto-casting pet spells out of combat by PetAI, related ↵megamage
code cleanups. Author: VladimirMangos --HG-- branch : trunk
2009-08-02 [8288] Add table base addition reqs for achievements with ↵megamage
ACHIEVEMENT_CRITERIA_TYPE_WIN_DUEL Author: VladimirMangos This prevent not proper finish some achievments added in 3.1.x --HG-- branch : trunk
2009-08-02[8286] Correctly show talent points after talents reset at login by "at ↵megamage
login" flag. Author: redcore --HG-- branch : trunk
2009-08-02[8285] Don't show creatures as lootable that have no loot. Author: Princemegamage
--HG-- branch : trunk
2009-08-02[8284] Use BuyCound instead Stackable for seelction original items amount ↵megamage
for new character. Author: VladimirMangos --HG-- branch : trunk
2009-08-02[8283] Implement 3.x way work for double damage from 35290 and ranks Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-08-02 Avoid target requirement checks for spells with caster base target ↵megamage
selection (self,pet,around). Author: VladimirMangos This fix cast fail for some spells, mostly triggered or scripted with unexpected prowided explicit tatrget different from caster. --HG-- branch : trunk
2009-08-02[8279] Fixed paladin auras for SpellSpecific. Author: nos4r2zodmegamage
--HG-- branch : trunk
2009-08-02*Fix ppm handling for victim auras - by pasdVn.QAston
--HG-- branch : trunk
2009-08-01*One more map correction - reset map pointer if still avalible in constructor.QAston
--HG-- branch : trunk
2009-08-01*Fix a typo.QAston
--HG-- branch : trunk
2009-08-01*Do not remove player reference to map on player remove from map.QAston
--HG-- branch : trunk
2009-08-01*Fix Glyph of Guardian SpiritNevan
--HG-- branch : trunk
2009-08-01*Teleport player to homebind if instance can't be created in ↵QAston
WorldSession::HandleMoveWorldportAckOpcode. --HG-- branch : trunk
2009-08-01*Store mapId in Corpse class for access to corpse when grid containing them ↵QAston
is unloaded and map pointer is unloaded leading to crash. --HG-- branch : trunk
2009-08-01*Fix Spell 1852 (This is a GM tool for silencing players.)Nevan
--HG-- branch : trunk
2009-08-01*Prevent possible creation of instance from bg map.QAston
--HG-- branch : trunk
2009-08-01*Fix a problem with instantioned bgs introduced in 4697.QAston
--HG-- branch : trunk
2009-08-01*Check in spell block chance calc to prevent return unexpected value - by ↵QAston
thenecromancer. --HG-- branch : trunk
2009-08-01*Update world_spell_full with missing data.QAston
--HG-- branch : trunk
2009-08-01*Remove unneeded assert.QAston
--HG-- branch : trunk
2009-08-01*Update Bloodworms Healing formulaNevan
*Removed unnecessary db proc data. --HG-- branch : trunk
2009-08-01*Improvements in map managing.QAston
--HG-- branch : trunk
2009-07-31*Tempfix for a crash caused by trying to access db script while out of ↵QAston
world. This will probably not fix all related issues - it's safer to use rev 4666 or older. Sorry for this problem, 1:1 merge from MaNGOS will never happen again. Issue is going to be solved with map handling change upcoming soon. --HG-- branch : trunk
2009-07-31*Remove data from world.sql - it exists now only for structure documentation.QAston
*Remove debug spell_check command - such things shouldn't belong to core. --HG-- branch : trunk
2009-07-31*Fix build on platforms using CMake - by BigladQAston
--HG-- branch : trunk
2009-07-31*Merge after backout.QAston
--HG-- branch : trunk
2009-07-31Backed out changeset "[8251] Store in some DB tables only data for first ↵QAston
rank. Author: VladimirMangos" until support for different values for ranks and for custom ranks is added. --HG-- branch : trunk
2009-07-31*Fix build.megamage
--HG-- branch : trunk
2009-07-31[8278] Update packet size checks in WorldSocket::HandleAuthSession to 3.x ↵megamage
state. Author: VladimirMangos --HG-- branch : trunk
2009-07-31[8277] Add new line at the end of some .cpp to make gcc happy Author: Gendalphmegamage
--HG-- branch : trunk
2009-07-31 [8276] Implement achievment ACHIEVEMENT_CRITERIA_TYPE_WIN_BG Author: ↵megamage
VladimirMangos * including new achievement createria data type ACHIEVEMENT_CRITERIA_DATA_TYPE_BG_LOSS_TEAM_SCORE Note: Some achivement creteria for success need data in `achievement_criteria_data` --HG-- branch : trunk
2009-07-31 [8274] use virtual m_TeamScore for battlegroundsmegamage
score is used in every battleground (not arena) so we can use it as a virtual variable to access it also from BattleGround-class Signed-off-by: balrok <der-coole-carl@gmx.net> --HG-- branch : trunk
2009-07-31*Fixed /played chat command. Author: tomrus88megamage
--HG-- branch : trunk
2009-07-31*Replace "LoginDatabase" with "loginDatabase"megamage
--HG-- branch : trunk
2009-07-31[8272] Fixed typos in world 'height' by code. Author: Soryamegamage
--HG-- branch : trunk
2009-07-31[8271] Fix: SQL typo in [8269] Author: Ebrithilmegamage
--HG-- branch : trunk
2009-07-31[8269] added "m_" prefix to ArenaTeam classmember-variables Author: balrokmegamage
--HG-- branch : trunk
2009-07-31 [8266] Move percent spells with flat energize effect spells to effect ↵megamage
code. Author: VladimirMangos * This is fix talent 51521 and ranks. * And replace hardcoded percent for talent 31876 and ranks. --HG-- branch : trunk
2009-07-31*Handle target area path as area cone for now.megamage
--HG-- branch : trunk
2009-07-31[8265] Add boss spells 64422 and 64688 to divided damage spells list. ↵megamage
Author: Lutik --HG-- branch : trunk
2009-07-31 [8262] Fixed work /played client chat command. Author: tomrus88megamage
Thanks to The_Game_Maste for prepering patch for master branch. --HG-- branch : trunk
2009-07-31*Use triggerAmount instead of fixed number for improved stormstrike. Author: ↵megamage
nos4r2zod --HG-- branch : trunk
2009-07-31 [8259] Move functions code from ChannelMgr.h to ChannelMgr.cpp. Author: ↵megamage
Infinity Also cleanups in #includes and singleton instantiate. --HG-- branch : trunk
2009-07-31[8258] Replace redundent PQuery uses by Query in EventAI code. Author: Infinitymegamage
--HG-- branch : trunk
2009-07-31*Skip [8257] Avoid remove daze and croud control spells except polymorph at ↵megamage
druid form change. Author: Astellar --HG-- branch : trunk
2009-07-31 [8252] Move DB scripting code from global World to Map. Author: Ambalmegamage
This one more step to pre-map events proccesing and parallel in future. [8256] Restore DB script loading broken after [8252]. Author: VladimirMangos Also propetly decrease scheduled DB script actions at map unloading. Some code style restore. --HG-- branch : trunk
2009-07-31 [8255] Makefile.am cleanup, comments + indentmegamage
Signed-off-by: freghar <compmancz@gmail.com> --HG-- branch : trunk
2009-07-31[8253] Some spell proc fixes. Author: Denmegamage
--HG-- branch : trunk
2009-07-31 [8251] Store in some DB tables only data for first rank. Author: ↵megamage
VladimirMangos * Allow add to DB data only for first rank in table `mangos_spell_bonus_data` and `mangos_spell_proc_event`. * Copy data for other ranks for speedup use at loading for this data and data from `spell_proc_item_enchant`. --HG-- branch : trunk