aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
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