aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2009-03-24* Some costmetic changes in Log class.XTZGZoReX
* Removed LOG_TYPE_PACKET and changed LOG_TYPE_CRASH from 10 to 9. --HG-- branch : trunk
2009-03-24* Fixed wp command.XTZGZoReX
* Fixed 2131_world.sql - if you have already applied the older version of this, don't worry. 2160_world.sql contains the fixed lines too. --HG-- branch : trunk
2009-03-23*Fix a bug that antimagic zone freeze server and client.megamage
--HG-- branch : trunk
2009-03-23*Fix some crashes possibly related to vehicles.megamage
*Fix a bug that client crashes when seer is far away from caster. --HG-- branch : trunk
2009-03-23*Do not set applyaura to be "real" when set stack amount.megamage
--HG-- branch : trunk
2009-03-23*Add new log level "crash alarm" to record very dangerous errors.megamage
--HG-- branch : trunk
2009-03-24Added script for GO 184421 by Lukaasm.raczman
--HG-- branch : trunk
2009-03-23*Use return false to replace assert false in InstanceMap::Addmegamage
--HG-- branch : trunk
2009-03-23*Try to fix the bug that remove pet may cause crash.megamage
--HG-- branch : trunk
2009-03-23*Try to fix the bug that dynamic object has too small size.megamage
--HG-- branch : trunk
2009-03-23*Do not proc anything when aura is removed by cancel.megamage
*Remove aura by cancel when duel complete. This fix a crash. --HG-- branch : trunk
2009-03-23*Fix a crash in CanCast.megamage
--HG-- branch : trunk
2009-03-23*Try to fix the crash caused by boss_priestess_delrissa script.megamage
--HG-- branch : trunk
2009-03-23*Allow knockback creatures.megamage
--HG-- branch : trunk
2009-03-23*Fix a typo in knockback effect.megamage
--HG-- branch : trunk
2009-03-23*Fix a crash caused by eventai. Update eventai to SD2 933. Note that other ↵megamage
contents between 928 and 933 are not updated. Author: nofantasy. --HG-- branch : trunk