aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-08-25*Fix the bug that caster cannot have more than two persistent AA of the same ↵megamage
spell. --HG-- branch : trunk
2009-08-25*Do not allow to knockback target which is much larger than caster.megamage
--HG-- branch : trunk
2009-08-25*Delete object after map update. This will make mtmap safer.megamage
--HG-- branch : trunk
2009-08-25*Fix some typos that break many area aura spells.megamage
--HG-- branch : trunk
2009-08-25*Do not make getmapid virtual function to improve speed.megamage
--HG-- branch : trunk
2009-08-25*Do not give xp if mob is killed by vehicle.megamage
--HG-- branch : trunk
2009-08-25*Fix a crash.megamage
--HG-- branch : trunk
2009-08-25*Reapply rev [3274]. It was backoutted due to some reason but was not ↵megamage
reapplied as supposed. This should fix the bug that Shockwave can be dodged. --HG-- branch : trunk
2009-08-25*Fix the bug that sometimes vehicle is not usable after respawn.megamage
--HG-- branch : trunk
2009-08-25*Fix a crash.megamage
--HG-- branch : trunk
2009-08-24*Some update of aura system. Remove unnecessary variables and parameters ↵megamage
from auraeffect. Always refer to parent aura when finding target/source/caster. --HG-- branch : trunk
2009-08-24[8413] Fixed lost 0 in comment and swap enum elemys for better fit to 0.12 ↵megamage
cases. Author: VladimirMangos --HG-- branch : trunk
2009-08-24 [8412] Update some new and old client supported shift-links to proper ↵megamage
format. Author: VladimirMangos * List all client and server side supported shift-link types updated in Chat.cpp * Now Henchant anf Hglyph links can be used in commands as spell links. * Hitem and Hquest links changed to client supported form. --HG-- branch : trunk
2009-08-24 [8409] Fixed guild creation date loading, and added another guild ↵megamage
loading optimization - last one. Signed-off-by: Triply <triply@getmangos.com> --HG-- branch : trunk
2009-08-24 [8408] Optimized guild_member loading during startup. Changed rank ids ↵megamage
in guild_rank table. First start of mangos will take more time then usually, because of guild_rank change. If you want to speed first start up, execute command: UPDATE guild_rank SET rid = rid - 1; Signed-off-by: Triply <triply@getmangos.com> --HG-- branch : trunk
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: Mangosmegamage
--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: Mangosmegamage
--HG-- branch : trunk
2009-08-24[8395] Improved TimeStringToSecs Author: arraimegamage
--HG-- branch : trunk
2009-08-24 [8394] Fixes for some non-self only positive spells. Author: VladimirMangosmegamage
* 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-24Add 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 poolRat
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 InnervateNevan
--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-23Add 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 GrowthNevan
--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 thenecromancermegamage
--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 kaxapmegamage
--HG-- branch : trunk