aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-03-26[7550] Remove dublicate code. Author: DiSlordmegamage
--HG-- branch : trunk
2009-03-26Fix typo.panaut0lordv
--HG-- branch : trunk
2009-03-26[7548] Fixed some commands by replacing !args with !*args check Author: arraimegamage
--HG-- branch : trunk
2009-03-26[7547] Improvments in reputation achievements implememtaion. Author: ↵megamage
VladimirMangos * Speedup achievement checks at reputation updates. * Implement - ACHIEVEMENT_CRITERIA_TYPE_GAIN_REVERED_REPUTATION - ACHIEVEMENT_CRITERIA_TYPE_GAIN_HONORED_REPUTATION - ACHIEVEMENT_CRITERIA_TYPE_KNOWN_FACTIONS --HG-- branch : trunk
2009-03-26[7545] Fixed exploration achievements for certian areas Author: DonTomikamegamage
[7546] move uptime table to Realm database, use realmid column. Author: Triply --HG-- branch : trunk
2009-03-26*Move most reputation/force faction reaction code to new ReputationMgr. ↵megamage
Author: VladimirMangos --HG-- branch : trunk
2009-03-26*Fix broken single spell immune.megamage
--HG-- branch : trunk
2009-03-26*Remove viewpoint when dynamicobject is removed from world.megamage
--HG-- branch : trunk
2009-03-26*when spell cancelled, remove aura as cancelled.megamage
--HG-- branch : trunk
2009-03-26*Clear farsight when player logginmegamage
--HG-- branch : trunk
2009-03-26* Merge.XTZGZoReX
--HG-- branch : trunk
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