aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2009-07-30*Fix penance client crash when interrupting it by esc - by thenecromancer.QAston
--HG-- branch : trunk
2009-07-30*Fix Death Knight Bloodworms (Heal every hit)Nevan
--HG-- branch : trunk
2009-07-30*Correct some trap proc checks (do not threat trap cast as triggered)QAston
*Fix a typo causing freeze. --HG-- branch : trunk
2009-07-30*Do not allow to save player single target spellstolen auras to prevent crash.QAston
--HG-- branch : trunk
2009-07-30*Fix per-caster aura state based on [8218] (Author: VladimirMangos;almost ↵QAston
nothing left from original patch): *Fixes all per caster aurastates instead of only conflagrate *Adds a holder for aura state auras for speedup search *Save some memory space by removing m_auraStateMask from aura class. --HG-- branch : trunk
2009-07-30*Fix exploit with preventing creature enter evade mode.QAston
--HG-- branch : trunk
2009-07-30*[8267] ArenaTeam: added check, that teamrating won't become negative ↵QAston
Author: Barlok *[8268] ArenaTeam: new rating-system for season 6 Authors: danielich and XTZGZoReX. --HG-- branch : trunk
2009-07-30*[8261] Skip not in world targets in same way as not existed targets (note: ↵QAston
this is a hack and needs better sollution) Author: VladimirMangos. --HG-- branch : trunk
2009-07-30*Backout some mangos stuff which is solved using better way in trinity.QAston
--HG-- branch : trunk
2009-07-30*Merge required after backout.QAston
--HG-- branch : trunk
2009-07-30*Merge required after backout.QAston
--HG-- branch : trunk
2009-07-30Backed out changeset 7fab27a57ecc - mangos [8218]QAston
--HG-- branch : trunk
2009-07-30Backed out changeset 9b89f42ffbd8 - mangos [8219]QAston
--HG-- branch : trunk
2009-07-30Backed out changeset 6ba74f274cb9 - mangos [8249]QAston
--HG-- branch : trunk
2009-07-30 [8250] Cleanup code and data for `spell_threat` Author: nos4r2zodmegamage
* Load table data to std::map instead SQLStorage and add check loaded spell existance. * Drop from table not existed spells. --HG-- branch : trunk
2009-07-30 [8249] Implement support `spell_proc_item_enchant` table for ppm item ↵megamage
enchantments triggering at hit. * Added a new SQL table, spell_proc_item_enchant, for "custom" ppmRates on Item Enchants that do not use auras. With table data this must fix ppm for effect from 8033 and ranks enchanting, and item 6947/10918 and ranks enchanting. * Implemented SPELLMOD_FREQUENCY_OF_SUCCESS (26). That must fix work talent 14113, spell 32645 with ranks, glyph 41094 and item set effect 64917 in frequency part. Thanks to MaS0n as author alternative patch that partly used in this patch. Thanks to Thenecromancer as author alternative patch that ideas inspire MaS0n's patch writing and then this patch also. Author: nos4r2zod *Note: has been implemented before. Only use part of the patch. --HG-- branch : trunk
2009-07-30[8246] Fixed check for spell 59921 debuf aura (55095) at target for spell ↵megamage
49202 and ranks. Author: raftom --HG-- branch : trunk
2009-07-30 [8244] Skip cheating check for buy bank slot opcode. Author: VladimirMangosmegamage
This is not big problem in any case and will allow buy slots in bank windows open using .bank command. --HG-- branch : trunk
2009-07-30[8243] Fixed problems with unexpected set diminishion return level at arena ↵megamage
for fear/turn spells. Author: VladimirMangos --HG-- branch : trunk
2009-07-30 [8237] Apply attack power multiplier to creature bonus attackpower. ↵megamage
Author: Lynx3d Note: mindmg/maxdmg in creature_template expected including attackpower part in its. attackpower field only show part of attackpower not affected by AP multiplier. Thanks also to Seizer for take part in reseach and patch review. --HG-- branch : trunk
2009-07-30 [8235] Fixed typos in ACTION_T_SET_INVINCEABILITY_HP_LEVEL. Author: ↵megamage
VladimirMangos Thanks to Zor for pointing. --HG-- branch : trunk
2009-07-30[8234] Implement support for explcit discovery spell 64323. Also better ↵megamage
checks at loading. Author: VladimirMangos --HG-- branch : trunk
2009-07-30 [8233] Implement new EventAI action ↵megamage
ACTION_T_SET_INVINCEABILITY_HP_LEVEL. Author: VladimirMangos Action set min. health value that can be set for creature in result damage apply. It can be used in duel like events with creatures to prevent killing creature and other cases when creature must avoid damage at some health level while it used. --HG-- branch : trunk
2009-07-30[8232] Implement talent 48438 and ranks in per-tick heal amount. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-07-30[8231] Use more safe destination buffer size for zlib compression. Author: ↵megamage
SilverIce [8230] Add new line at the end of file Player.h to make gcc happy. Author: Gendalph --HG-- branch : trunk
2009-07-30[8229] Improve stealth detection code for player case. Author: Ambalmegamage
--HG-- branch : trunk
2009-07-30[8225] Some fixes from 320 branch. Author: tomrus88megamage
--HG-- branch : trunk
2009-07-30 [8221] Removed trailing whitespacesmegamage
With excluded dep/ - as usual. Signed-off-by: freghar <compmancz@gmail.com> --HG-- branch : trunk
2009-07-30 [8220] Implement SPELL_EFFECT_PLAY_MUSIC(132) Author: evilstarmegamage
Thanks to GriffonHeart for help in reseach. --HG-- branch : trunk
2009-07-30[8219] Avoid hunter traps proccing when deleted at replace by another trap. ↵megamage
Author: nos4r2zod --HG-- branch : trunk