aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-01-16Implement option to use delay in ForcedDespawn for creature, allow use ↵n0n4m3
delayed forced despawn also in EAI, by NoFantasy. --HG-- branch : trunk
2010-01-16Fixed problem with not setAchievementCriteriaDataSet::criteria_id, Add ↵n0n4m3
achievement creteria requirements forACHIEVEMENT_CRITERIA_TYPE_BE_SPELL_TARGET*, by GriffonHeart. --HG-- branch : trunk
2010-01-16Prevent crash after .goname/namego teleports at same bg/arena, by mns.n0n4m3
--HG-- branch : trunk
2010-01-16Implement speed reduction at creatures DoFleeToGetAssistance, by NoFantasy.n0n4m3
--HG-- branch : trunk
2010-01-16Update formula for GameObject 'autoclose' time (dataN-field in_template), by ↵n0n4m3
NoFantasy. --HG-- branch : trunk
2010-01-16 Rewrite parts of GameObject use for GO type 10, by NoFantasy.n0n4m3
--HG-- branch : trunk
2010-01-16Fixed unread packet tail spam for CMSG_LEAVE_BATTLEFIELD, by VladimirMangos.n0n4m3
--HG-- branch : trunk
2010-01-16Auto-leave player at login back to bg/arena when bg/arena finished. by ↵n0n4m3
VladimirMangos. --HG-- branch : trunk
2010-01-16Fixed item dupe and apply enchantment while disarm state original patch by ↵n0n4m3
zhenya. --HG-- branch : trunk
2010-01-16Some replacements .count to .find for better performance - original patch by ↵n0n4m3
zhenya. --HG-- branch : trunk
2010-01-16Fixed some problems with pets, port from tc1, by krz, thx Frankir.n0n4m3
--HG-- branch : trunk
2010-01-16Propertly update combat ratings fields, by VladimirMangos.n0n4m3
--HG-- branch : trunk
2010-01-16Fixed wrong duration for Dancing Rune Weapon, removed in 3.2.x, thx QiSoft.n0n4m3
--HG-- branch : trunk
2010-01-16Fixed Lifebloom final crit, by PrinceCreed.n0n4m3
--HG-- branch : trunk
2010-01-16*Fix single target auras related crashQAston
*Apply aura stacking rules to m_ownedAuras holder. --HG-- branch : trunk
2010-01-16Fix a meam leak in GameObject's destructor.Anubisss
main part of my log: ==19804== 584 bytes in 73 blocks are definitely lost in loss record 107 of 298 ==19804== at 0x4C2626C: operator new(unsigned long) (vg_replace_malloc.c:230) ==19804== by 0x930A2B: GameObject::GameObject() (GameObject.cpp:43) --HG-- branch : trunk
2010-01-16* Fix a crash in logging part of [7048].XTZGZoReX
--HG-- branch : trunk
2010-01-16some changes into grid relocations, cleanupsilver1ce
player with incorrect coordinates wouldn't be added into map, fixed problem that sometimes grid not marked as active even with players inside --HG-- branch : trunk
2010-01-16Dustwallow Marsh: Implemented basic support for quest "Cleansing Witch Hill" ↵_manuel_
(11183). --HG-- branch : trunk
2010-01-15Dustwallow Marsh: Implemented improvements in scripts to make quest "What's ↵_manuel_
Haunting Witch Hill?" more blizzlike. --HG-- branch : trunk
2010-01-16* unsigned char -> uint8.XTZGZoReX
--HG-- branch : trunk
2010-01-16Fix again memory leaks in CreatureGroupManager::LoadCreatureFormations()Anubisss
my log: ==28921== 112 bytes in 7 blocks are definitely lost in loss record 8 of 67 ==28921== at 0x4C2626C: operator new(unsigned long) (vg_replace_malloc.c:230) ==28921== by 0x8A6043: CreatureGroupManager::LoadCreatureFormations() (CreatureGroups.cpp:111) ==28921== by 0xC00E91: World::SetInitialWorldSettings() (World.cpp:1553) ==28921== by 0x808D56: Master::Run() (Master.cpp:235) ==28921== by 0x808215: main (Main.cpp:154) --HG-- branch : trunk
2010-01-16Fix 2 mem leakz.Anubisss
I pasted my log if you don't mind: ==26756== 563,120 bytes in 70 blocks are possibly lost in loss record 263 of 282 ==26756== at 0x4C268AE: malloc (vg_replace_malloc.c:207) ==26756== by 0x5823DD1: my_malloc (in /usr/lib/libmysqlclient_r.so.15.0.0) ==26756== by 0x58272C4: alloc_root (in /usr/lib/libmysqlclient_r.so.15.0.0) ==26756== by 0x584B94E: cli_read_rows (in /usr/lib/libmysqlclient_r.so.15.0.0) ==26756== by 0x58499CD: mysql_store_result (in /usr/lib/libmysqlclient_r.so.15.0.0) ==26756== by 0xCF6EB6: DatabaseMysql::_Query(char const*, st_mysql_res**, st_mysql_field**, unsigned long*, unsigned int*) (DatabaseMysql.cpp:219) ==26756== by 0xCF72CB: DatabaseMysql::Query(char const*) (DatabaseMysql.cpp:245) ==26756== by 0xCF4CEE: Database::PQuery(char const*, ...) (Database.cpp:136) ==26756== by 0x8A6160: CreatureGroupManager::LoadCreatureFormations() (CreatureGroups.cpp:136) ==26756== by 0xC00E3D: World::SetInitialWorldSettings() (World.cpp:1553) ==26756== by 0x808D56: Master::Run() (Master.cpp:235) ==26756== by 0x808215: main (Main.cpp:154) --HG-- branch : trunk
2010-01-16Fix a mem leak in ObjectMgr::LoadWaypointScripts(), ↵Anubisss
http://pastebin.com/f701c1e11 --HG-- branch : trunk
2010-01-15* Update structure for SMSG_ADDON_INFO and add some sort of basic handling ↵XTZGZoReX
for incorrect addon CRCs (anti-cheating). * Fix CRLF in MovementHandler.cpp. * Move some handlers/senders to correct place. --HG-- branch : trunk
2010-01-15parse CMSG_CHANGE_SEATS_ON_CONTROLLED_VEHICLE opcode in proper waysilver1ce
--HG-- branch : trunk
2010-01-15Fixes issue #214 : infinite loop in Maiden of Grief scriptTrazom62
--HG-- branch : trunk
2010-01-15Stop aura update packet spam, sorry about thatsilver1ce
--HG-- branch : trunk
2010-01-14* Remove UNIT_FLAG_OOC_NOT_ATTACKABLE from Zumrah when he enters combat.Brian
--HG-- branch : trunk
2010-01-14* Tiny cosmetic fix for last two commits.XTZGZoReX
--HG-- branch : trunk
2010-01-14* Added sanity check for > 100 waypoints since levels > 100 aren't supportedBrian
* Author Kaelima --HG-- branch : trunk
2010-01-14* Set creature_template.unit_class to 1 (UNIT_CLASS_WARRIOR) if the value is ↵XTZGZoReX
wrong to prevent issues in CreatureBaseStats::Generate*() functions. --HG-- branch : trunk
2010-01-14* Merge...XTZGZoReX
--HG-- branch : trunk
2010-01-14* Add support for waypoint wisp's level to show the point of the waypointBrian
* Author Kaelima * Thanks Malcrom for the idea --HG-- branch : trunk
2010-01-14* creature_template.unit_class cannot be 0 - added check for this.XTZGZoReX
--HG-- branch : trunk
2010-01-14Issue 62: DK talent Impuritythenecromancer
Note that there are probably more of things having just "dummy effect". This way to get them is quite slow (auras are at least sorted by their type) and probably some sort of modifier could be stored for them --HG-- branch : trunk
2010-01-14Issue 322: build BG status packet and send it to player added to BG.thenecromancer
--HG-- branch : trunk
2010-01-14Fixed typo in FollowerAI._manuel_
--HG-- branch : trunk
2010-01-14Gnomeregan: Implemented Blastmaster Emi Shortfuse Event._manuel_
--HG-- branch : trunk
2010-01-14two more duplicate DELETE FROM in Player::DeleteFromDBSpp
--HG-- branch : trunk
2010-01-13* Remove duplicate DELETE FROM transaction in Player::DeleteFromDB for ↵XTZGZoReX
character_queststatus_daily. Thanks to manuel for reporting. --HG-- branch : trunk
2010-01-13* Merge.XTZGZoReX
--HG-- branch : trunk
2010-01-13Backed out changeset: 52e769d95f14XTZGZoReX
--HG-- branch : trunk
2010-01-13* Fix CRLF.XTZGZoReX
--HG-- branch : trunk
2010-01-13Fix CRLF.teacher
--HG-- branch : trunk
2010-01-13Fix Stealth Detection formula (Stealth auras are based on player level)thenecromancer
--HG-- branch : trunk
2010-01-13Mergethenecromancer
--HG-- branch : trunk
2010-01-13Removed all my commits for today, this is hack? really? okeyn0n4m3
--HG-- branch : trunk
2010-01-13Use replace into for character saves. This prevent crash on SaveToDB cause ↵n0n4m3
mtmaps. --HG-- branch : trunk
2010-01-13Fixed crash in load Pet Aura, cause mtmaps.n0n4m3
--HG-- branch : trunk