aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-03-26* Fix some conversion in DB logging.XTZGZoReX
--HG-- branch : trunk
2009-03-26*Fix a crash.megamage
--HG-- branch : trunk
2009-03-26* Implement logging of battleground chats.XTZGZoReX
* New config option: ChatLogs.BattleGround. --HG-- branch : trunk
2009-03-26*Fix a crash bug of pet.megamage
--HG-- branch : trunk
2009-03-26* Fixed two typos. Thanks Wormheart.XTZGZoReX
--HG-- branch : trunk
2009-03-26*Backport a missing function from TC2.megamage
--HG-- branch : trunk
2009-03-25*Fix a crash caused by pet.megamage
*Make pet class derived from guardian class. --HG-- branch : trunk
2009-03-25*Fix a crash caused by active object.megamage
--HG-- branch : trunk
2009-03-25*Summon all creatures by summon properties.megamage
--HG-- branch : trunk
2009-03-25[7539] Fixed log output Author: AlexDerekamegamage
--HG-- branch : trunk
2009-03-25[7538] Hide some implementation details for reputation/forced faction ↵megamage
reaction. Author: VladimirMangos --HG-- branch : trunk
2009-03-25*Merge.megamage
--HG-- branch : trunk
2009-03-25*Do not allow to add/remove obj to/from world more than once.megamage
--HG-- branch : trunk
2009-03-25*Fix dynamic object radius. Backported from TC2.megamage
--HG-- branch : trunk
2009-03-25* Merge.XTZGZoReX
--HG-- branch : trunk
2009-03-25* Fixed 4 possible chat logging crashes.XTZGZoReX
--HG-- branch : trunk
2009-03-25*Fix build. Sorry.megamage
--HG-- branch : trunk
2009-03-25* Fix build.XTZGZoReX
--HG-- branch : trunk
2009-03-25*Only set guardian's ownerguid in setpet.megamage
--HG-- branch : trunk
2009-03-25* AuctionHouseBot buyer/seller forced to be disabled. This is the only ↵XTZGZoReX
solution until it is fixed. It appears AHBot was causing the many crashes TC2 users had. --HG-- branch : trunk
2009-03-25* Merge.XTZGZoReX
--HG-- branch : trunk
2009-03-25* Implement Log::outString that takes no arguments and just prints \n - on ↵XTZGZoReX
request from megamage (makes MaNGOS merging easier). --HG-- branch : trunk
2009-03-25Missing lines responsible for core version in DB added.panaut0lordv
--HG-- branch : trunk
2009-03-25* Fix typo in last commit.XTZGZoReX
--HG-- branch : trunk
2009-03-25* Implemented WUPDATE_CLEANDB timer to clean `logs` table of old entries.XTZGZoReX
* New config option: LogDB.Opt.ClearInterval - time in minutes between each call to cleanup. * New config option: LogDB.Opt.ClearTime - maximum time in seconds to keep old log entries. --HG-- branch : trunk
2009-03-25* Added support for logging chats: Guild, raid, party, public, officer chat, ↵XTZGZoReX
addon messages, whispers, system/custom channels. * Added config options to enable/disable them (ChatLogs.*), LogDB.Chat (enables/disables DB logging of chats), and ChatLogFile to specify the log file to use. --HG-- branch : trunk
2009-03-25* Merged ScriptDev2 935Muhaha
--HG-- branch : trunk
2009-03-24*Try to fix a crash bug.megamage
--HG-- branch : trunk
2009-03-24*Fix a crash caused by deleting a obj twice.megamage
--HG-- branch : trunk
2009-03-24[7537] Command .lookup player will report in case found accounts/ip but ↵megamage
without existed characters. Author: VladimirMangos --HG-- branch : trunk
2009-03-24[7535] Fixed typo in transport boarding code. Author: maikashmegamage
--HG-- branch : trunk
2009-03-24[7534] Fixed some problems in achievement messages broadcasting. Author: ↵megamage
VladimirMangos * Send SMSG_CRITERIA_UPDATE to player itself only. This will fix bug when, for example near player death owerwrite another player death count in statistics until next death or relogin. * Send to near player CHAT_MSG_ACHIEVEMENT instead CHAT_MSG_GUILD_ACHIEVEMENT * Not send CHAT_MSG_GUILD_ACHIEVEMENT to player itself. * Limit around broadcast of SMSG_ACHIEVEMENT_EARNED to CONFIG_LISTEN_RANGE_SAY (same as for CHAT_MSG_ACHIEVEMENT) --HG-- branch : trunk
2009-03-24 [7533] Redirect movement packet in proper way to controlled target. ↵megamage
Author: VladimirMangos * In creature case ignore fall/etc damage * In player case apply fall damage/etc to controlled player, apply other movement effect to it also. --HG-- branch : trunk
2009-03-24[7532] Avoid warnings at use size_t with printf fromat strings. Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-03-24*Merge.megamage
--HG-- branch : trunk
2009-03-24*Merge.megamage
--HG-- branch : trunk
2009-03-24*Set interrupt aura with remove cancel.megamage
--HG-- branch : trunk
2009-03-24*Do not proc anything for aura remove type = delete.megamage
*Use delete type for duel complete. --HG-- branch : trunk
2009-03-24*Allow to proc when aura is cancelled.megamage
--HG-- branch : trunk
2009-03-24* Re-implemented SHORT_SLEEP (-DSHORT_SLEEP=1 in Cmake).XTZGZoReX
--HG-- branch : trunk
2009-03-24*Make sure the a player can only have one viewpoint.megamage
--HG-- branch : trunk
2009-03-24*Fix build.megamage
--HG-- branch : trunk
2009-03-24[7530] Fixed counting exalted reputation achievements work for factions with ↵megamage
base reputation != 0. Author: emsy --HG-- branch : trunk
2009-03-24[7529] Hide some implementation details for fall damage calculation and ↵megamage
breath timers. Author: VladimirMangos --HG-- branch : trunk
2009-03-24 [7528] Avoid use same iteration variable for internal loop. Author: Fogmegamage
This will fix problem with wrong item entry output in error message. --HG-- branch : trunk
2009-03-24[7527] Remove redundent arg from Player::EnvironmentalDamage Author: ↵megamage
VladimirMangos --HG-- branch : trunk
2009-03-24[7524] Removed commented code in Spell::EffectSendEvent() Author: Triplymegamage
--HG-- branch : trunk
2009-03-24 [7523] Fixed: players will now drop flag in battleground if they cast ↵megamage
immunity buff on themselves. Author: `win TODO: players who carry flag in bg are imune to immunity buffs casted by friendly players. (todo added to code). Bug: if paladin casts Hand of protection on flag carrier - flag will be dropped, but he should get "target is immune" message. Fixed: Do not call Battleground::Update for battleground template objects. Fixed: Do not allow immune player to click on object in battleground (not sure if this is correct in all cases). --HG-- branch : trunk
2009-03-24[7522] Fixed typo in spell cast check code. Author: Triplymegamage
--HG-- branch : trunk
2009-03-24*Fix a crash caused by summoncreature.megamage
--HG-- branch : trunk