aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-03-12Typo (sorry)Machiavelli
--HG-- branch : trunk
2010-03-12Fix faulty debug logging and a crash caused by improper typecasting. Fixes ↵Machiavelli
issue #1068 --HG-- branch : trunk
2010-03-12Correct faction of Titan Relic in SOTA.raczman
author: maxdestroyer --HG-- branch : trunk
2010-03-12Fixed crash on player kill and cleaned up the code a bit. Closes issue 1062. ↵Xanadu
Closes issue 1064. --HG-- branch : trunk
2010-03-11Fix achievement title check at startup.Trazom62
--HG-- branch : trunk
2010-03-11Fix Val'anyr, Hammer of Ancient Kings. Thanks sombre88.Trazom62
Fixe issue #910. --HG-- branch : trunk
2010-03-11Fix crash in getFactionTemplateEntry.Trazom62
Fixe issues #1050. --HG-- branch : trunk
2010-03-11Implement group loot for chest having GroupLootRules (go type=3, data15=1).Trazom62
Implement round robin loot. Implement round robin for underthreshold items (group loot and need befor greed). Fix "all players pass" bug on creature. Add SMSG_LOOT_LIST message to indicate looter (round robin or master). And some other minor loot bugs. Fixes issue #167. Fixes issue #247. --HG-- branch : trunk
2010-03-11Allow spellid_x fields in item_template to be signed integers. Thanks to ↵Machiavelli
Svannon and RedSonja for testing. --HG-- branch : trunk
2010-03-11Convert some C style casts to new functionsthenecromancer
--HG-- branch : trunk
2010-03-11Improvements in boss_four_horsemen script._manuel_
--HG-- branch : trunk
2010-03-11Remove some Debug logs nobody needed anymorethenecromancer
they've also contained wrong typecast function, therfore this'll fix issue 1054 --HG-- branch : trunk
2010-03-11MergeXanadu
--HG-- branch : trunk
2010-03-11Fixed SCRIPT_COMMAND_ORIENTATION, orientation needs to be float. Credit to ↵Xanadu
Malcrom. --HG-- branch : trunk
2010-03-11Add report unknown packets in the error log and close this packets.n0n4m3
--HG-- branch : trunk
2010-03-11Fixed ACTION_T_COMBAT_MOVEMENT preventing waypoint movement in OOC state.Xanadu
--HG-- branch : trunk
2010-03-10* Add 2 unknown target flags.XTZGZoReX
--HG-- branch : trunk
2010-03-10Minor code style cleanupMachiavelli
--HG-- branch : trunk
2010-03-10Use "REPLACE INTO" instead of "DELETE" + "INSERT INTO" in Item::SaveToDB ↵Machiavelli
call to fix a cause of items randomly disappearing (issue 925). Note: due to the hierarchy of the function calls, it's not possible to use DB transactions in this function. --HG-- branch : trunk
2010-03-10Overlooked ObjectMgr changes to reflect group table structure updates. Fixes ↵Machiavelli
issue #1046 --HG-- branch : trunk
2010-03-10* Another update of AiReaction.XTZGZoReX
--HG-- branch : trunk
2010-03-10Fix debug msg in Unit::SetCharmedBySpp
--HG-- branch : trunk
2010-03-10Fix crash in group loading.Spp
--HG-- branch : trunk
2010-03-10Totem* casts.raczman
--HG-- branch : trunk
2010-03-10Removed forgotten nonexistent colums from a query. Thank Aokromes for ↵Xanadu
pointing a finger on it --HG-- branch : trunk
2010-03-10* Add GUID logging in Unit::SetCharmedBy.XTZGZoReX
--HG-- branch : trunk
2010-03-10* Update AiReaction enum.XTZGZoReX
--HG-- branch : trunk
2010-03-09Fix quest reward money showing up as experience reward in quest reward ↵Machiavelli
offering dialogue. Fixes issue #829 --HG-- branch : trunk
2010-03-09Fix removal of action buttons by removing some redundant code.Machiavelli
--HG-- branch : trunk
2010-03-09Fix enchant items in trade window.Spp
Original patch by Kierkegaard closes issue #985 --HG-- branch : trunk
2010-03-09One overlooked redundant piece of code related to previous commit removed.Machiavelli
--HG-- branch : trunk
2010-03-09Small update to the group/party system.Machiavelli
- Fixes raid assistant privileges, Fixes issue #248 - Proper designation for Main tank and Main assistant roles - Remove 2 redundant columns in DB, namely groups.mainTank and groups.mainAssist. These are now defined by the value of group_member.memberFlags --HG-- branch : trunk
2010-03-09Removed not needed #include AuthSocket.n0n4m3
--HG-- branch : trunk
2010-03-09Removed unused function bool AuthSocket::IsLag, also small code cleanup.n0n4m3
--HG-- branch : trunk
2010-03-09Implement ACE netcode for realm server. Original author derex.n0n4m3
--HG-- branch : trunk
2010-03-09Cleanup and applying code style to some Database files.n0n4m3
--HG-- branch : trunk
2010-03-09Fix an incorrect say_text index in Razorfen Kraul.Spp
By Aokromes --HG-- branch : trunk
2010-03-09Add level restrictions to some commands:Spp
say, yell, emote, whisper, channel use, trade, auction, mail, tickets By azazel. Closes issue #598 --HG-- branch : trunk
2010-03-09Rename 'Hostil' to 'Hostile'Spp
Credits to NoFantasy (Mangos) Closes issue #411 --HG-- branch : trunk
2010-03-09Limit ChatHandler::HandleModifyHPCommand to players. Closes issue #1031Spp
--HG-- branch : trunk
2010-03-08Fix line endings.p0wer
--HG-- branch : trunk
2010-03-08Backed out commit 3cb8647899, values are in dbcs, if you have issues with ↵_manuel_
the spell try to show us the debug lines. --HG-- branch : trunk
2010-03-08fix my typo in a4f4c51dca,silver1ce
could not detect it earlier Сloses #1029 --HG-- branch : trunk
2010-03-08Fix crash in AuraEffect::HandleShapeshiftBooststhenecromancer
Add check to Spell::EffectSanctuary before casting (ensuring all appearances of "(Player *)" (whitespace incl.) are correct) --HG-- branch : trunk
2010-03-08Support for quest Doing your Duty by Malcrom. Thanks to Supabad._manuel_
--HG-- branch : trunk
2010-03-07fix my typosilver1ce
thanks to KingPin for pointing the problem --HG-- branch : trunk
2010-03-07Some Creature* casts moved to new ToCreature.raczman
Added const Creature* ToCreature() --HG-- branch : trunk
2010-03-07avoid send movement packet at death twice, cleanupsilver1ce
--HG-- branch : trunk
2010-03-07Added new type-safe cast functions.raczman
This, when properly used, should get rid of most memory corruption issues, currently, casting types C-style with no checks leads to some abstract crashing. Functionality is same as with dynamic_cast<>, but with no RTTI check - so when casting into invalid type you will receive NULL, and most probably crash. At the same time, i took the liberty to convert most Player* casts to ToPlayer(). Still needs crapload of casts being moved to new facility. --HG-- branch : trunk
2010-03-07Remove 94567c94e6, instead don't check range/facing when finishing instant ↵thenecromancer
cast spells --HG-- branch : trunk