Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-24 | [8407] Extract from guild bank handler functions for 3 cases and move ↵ | megamage | |
code to Guild class. Author: VladimirMangos This mostly just move code and caller updates to use it from new place. More code chnages possible later. --HG-- branch : trunk | |||
2009-08-24 | *Handle some spell specific which is both food and drink. Source: Mangos | megamage | |
--HG-- branch : trunk | |||
2009-08-24 | [8405] Fixed possible crash in BGQueueRemoveEvent::Execute() when two ↵ | megamage | |
paralell BattleGroundQueue Updates are called, optimalized code. Signed-off-by: Triply <triply@getmangos.com> --HG-- branch : trunk | |||
2009-08-24 | [8403] Fixed cast spell opcode parsing for some cases with additional data. ↵ | megamage | |
Author: VladimirMangos --HG-- branch : trunk | |||
2009-08-24 | [8402] Optimalized guild_eventlog and guild_bank_eventlog loading from ↵ | megamage | |
database. Added config options to set count of eventlog records stored in DB. Attached SQL files will DROP existing and create new tables. Make sure you create backup (if you need old data). Renamed few variables in Guild class. Signed-off-by: Triply <triply@getmangos.com> *Note: existing guild bank log will be removed. --HG-- branch : trunk | |||
2009-08-24 | *Some better check of well-fed buff. Source: Mangos | megamage | |
--HG-- branch : trunk | |||
2009-08-24 | [8395] Improved TimeStringToSecs Author: arrai | megamage | |
--HG-- branch : trunk | |||
2009-08-24 | [8394] Fixes for some non-self only positive spells. Author: VladimirMangos | megamage | |
* Propertly reject self targeting for pet spell 2947 and ranks, and spell 54646. * Some related fixes for pet spells with target mode TARGET_SINGLE_FRIEND_2 * Implement original caster bonus part of spell 54646. --HG-- branch : trunk | |||
2009-08-24 | *Fix the wrong calculation in spell target selection. | megamage | |
--HG-- branch : trunk | |||
2009-08-24 | *Fix a logical error in IsOnVehicle check. | megamage | |
--HG-- branch : trunk | |||
2009-08-24 | *Fix some summon vehicle spells. | megamage | |
--HG-- branch : trunk | |||
2009-08-24 | *Remove log spams when ghoul is summoned. | megamage | |
--HG-- branch : trunk | |||
2009-08-24 | *Fix the bug that sometimes assisting mobs just chase the attacker without ↵ | megamage | |
attacking. --HG-- branch : trunk | |||
2009-08-24 | *Fix a bug that dk's ghoul generates energy twice per tick. | megamage | |
--HG-- branch : trunk | |||
2009-08-24 | Add more #defines for some scripts with hard coded text that didn't already ↵ | Chaz Brown | |
have them, Phase 1 complete. --HG-- branch : trunk | |||
2009-08-23 | *Fix a crash. | megamage | |
--HG-- branch : trunk | |||
2009-08-23 | *Allow vehicles to regenerate energy. | megamage | |
--HG-- branch : trunk | |||
2009-08-23 | *Let ghoul regenerate 20 energy per 2 seconds instead of 4 seconds (I think ↵ | megamage | |
it should be the same as rogue) --HG-- branch : trunk | |||
2009-08-23 | *Update vehicle system. Make vehicle a seperate class from creature. | megamage | |
--HG-- branch : trunk | |||
2009-08-24 | * Add debug message for HandleCharCreateOpcode in the hope to pinpoint bug ↵ | Machiavelli | |
that prohibits character creation for no apparent reason. --HG-- branch : trunk | |||
2009-08-24 | *rewrite The Lurker Below boss script (again) | Rat | |
--HG-- branch : trunk | |||
2009-08-24 | *add new fuction StartAutoRotate(direction, fullturntime) to creatures, it ↵ | Rat | |
will rotate any creature 360degrees, turning shouldn't be stopped by taunt and other effects. useful for some boss scripts --HG-- branch : trunk | |||
2009-08-24 | *enable fishing in Serpentshrine caverns' strange pool | Rat | |
it's a hack but don't have better idea --HG-- branch : trunk | |||
2009-08-23 | * Do not calculate resist chance twice in spells. | Machiavelli | |
--HG-- branch : trunk | |||
2009-08-23 | *Better mob ai for quest an end to all things. | megamage | |
--HG-- branch : trunk | |||
2009-08-23 | *Missing cmake change. | megamage | |
--HG-- branch : trunk | |||
2009-08-23 | *Fix Glyph of Innervate | Nevan | |
--HG-- branch : trunk | |||
2009-08-23 | *Rename some ai functions. | megamage | |
--HG-- branch : trunk | |||
2009-08-23 | *Allow to change creature's sight distance because 50 yards are too small ↵ | megamage | |
for some scripts. --HG-- branch : trunk | |||
2009-08-23 | Add more #defines for some scripts with hard coded text that didn't already ↵ | Chaz Brown | |
have them, Almost done. --HG-- branch : trunk | |||
2009-08-23 | *Fix Glyph of Wild Growth | Nevan | |
--HG-- branch : trunk | |||
2009-08-23 | *Seduction should have diminish fear/blind. By Themris. Thanks to Them. | megamage | |
--HG-- branch : trunk | |||
2009-08-23 | *Fix a typo in proc flag. By thenecromancer | megamage | |
--HG-- branch : trunk | |||
2009-08-23 | *Allow to get promotion in wintergrasp by killing vehicles and guards. | megamage | |
--HG-- branch : trunk | |||
2009-08-23 | *Fix Incanter's Absorption. Thanks to kaxap | megamage | |
--HG-- branch : trunk | |||
2009-08-23 | *Fix Glyph of Starfire | Nevan | |
*Fix Glyph of Shred *Fix Glyph of Backstab -- Thanks megamage for help me with that. --HG-- branch : trunk | |||
2009-08-23 | *Update rules of aura stack. | megamage | |
--HG-- branch : trunk | |||
2009-08-23 | * Fix the bug that hunter pets are gone forever after switching specs. | Machiavelli | |
--HG-- branch : trunk | |||
2009-08-23 | * Fix a typo | Machiavelli | |
--HG-- branch : trunk | |||
2009-08-23 | * Correctly calculate spell resist after spell hit check | Machiavelli | |
--HG-- branch : trunk | |||
2009-08-23 | * Correctly show 'miss' when a spell is missed instead of resist, by Themris | Machiavelli | |
--HG-- branch : trunk | |||
2009-08-23 | Add #defines for some scripts with hard coded text that didn't already have ↵ | Chaz Brown | |
them, will finish looking through the rest later. --HG-- branch : trunk | |||
2009-08-23 | *Update flame leviathan script. | megamage | |
--HG-- branch : trunk | |||
2009-08-23 | *Some update of spell target selection. | megamage | |
--HG-- branch : trunk | |||
2009-08-23 | *Do not always set faction in summonvehicle function. | megamage | |
--HG-- branch : trunk | |||
2009-08-23 | *Fix the bug that some vehicles cannot fly. | megamage | |
--HG-- branch : trunk | |||
2009-08-22 | *Consider target size for AOE spells. | megamage | |
--HG-- branch : trunk | |||
2009-08-22 | *Use ai function issummonedby to handle creature trigger spells. | megamage | |
--HG-- branch : trunk | |||
2009-08-22 | *Let all accessories enterevademode when vehicle enter evade mode. | megamage | |
--HG-- branch : trunk | |||
2009-08-22 | *Do not allow creature to enterevademode when it is on vehicle. | megamage | |
*Do not allow unit to attack its vehicle. --HG-- branch : trunk |