| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2010-03-12 | Typo (sorry) | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-03-12 | Fix faulty debug logging and a crash caused by improper typecasting. Fixes ↵ | Machiavelli | |
| issue #1068 --HG-- branch : trunk | |||
| 2010-03-12 | Correct faction of Titan Relic in SOTA. | raczman | |
| author: maxdestroyer --HG-- branch : trunk | |||
| 2010-03-12 | Fixed crash on player kill and cleaned up the code a bit. Closes issue 1062. ↵ | Xanadu | |
| Closes issue 1064. --HG-- branch : trunk | |||
| 2010-03-11 | Fix achievement title check at startup. | Trazom62 | |
| --HG-- branch : trunk | |||
| 2010-03-11 | Fix Val'anyr, Hammer of Ancient Kings. Thanks sombre88. | Trazom62 | |
| Fixe issue #910. --HG-- branch : trunk | |||
| 2010-03-11 | Fix crash in getFactionTemplateEntry. | Trazom62 | |
| Fixe issues #1050. --HG-- branch : trunk | |||
| 2010-03-11 | Implement 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-11 | Allow spellid_x fields in item_template to be signed integers. Thanks to ↵ | Machiavelli | |
| Svannon and RedSonja for testing. --HG-- branch : trunk | |||
| 2010-03-11 | Convert some C style casts to new functions | thenecromancer | |
| --HG-- branch : trunk | |||
| 2010-03-11 | Improvements in boss_four_horsemen script. | _manuel_ | |
| --HG-- branch : trunk | |||
| 2010-03-11 | Remove some Debug logs nobody needed anymore | thenecromancer | |
| they've also contained wrong typecast function, therfore this'll fix issue 1054 --HG-- branch : trunk | |||
| 2010-03-11 | Merge | Xanadu | |
| --HG-- branch : trunk | |||
| 2010-03-11 | Fixed SCRIPT_COMMAND_ORIENTATION, orientation needs to be float. Credit to ↵ | Xanadu | |
| Malcrom. --HG-- branch : trunk | |||
| 2010-03-11 | Add report unknown packets in the error log and close this packets. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-03-11 | Fixed 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-10 | Minor code style cleanup | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-03-10 | Use "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-10 | Overlooked 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-10 | Fix debug msg in Unit::SetCharmedBy | Spp | |
| --HG-- branch : trunk | |||
| 2010-03-10 | Fix crash in group loading. | Spp | |
| --HG-- branch : trunk | |||
| 2010-03-10 | Totem* casts. | raczman | |
| --HG-- branch : trunk | |||
| 2010-03-10 | Removed 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-09 | Fix quest reward money showing up as experience reward in quest reward ↵ | Machiavelli | |
| offering dialogue. Fixes issue #829 --HG-- branch : trunk | |||
| 2010-03-09 | Fix removal of action buttons by removing some redundant code. | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-03-09 | Fix enchant items in trade window. | Spp | |
| Original patch by Kierkegaard closes issue #985 --HG-- branch : trunk | |||
| 2010-03-09 | One overlooked redundant piece of code related to previous commit removed. | Machiavelli | |
| --HG-- branch : trunk | |||
| 2010-03-09 | Small 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-09 | Removed not needed #include AuthSocket. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-03-09 | Removed unused function bool AuthSocket::IsLag, also small code cleanup. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-03-09 | Implement ACE netcode for realm server. Original author derex. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-03-09 | Cleanup and applying code style to some Database files. | n0n4m3 | |
| --HG-- branch : trunk | |||
| 2010-03-09 | Fix an incorrect say_text index in Razorfen Kraul. | Spp | |
| By Aokromes --HG-- branch : trunk | |||
| 2010-03-09 | Add 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-09 | Rename 'Hostil' to 'Hostile' | Spp | |
| Credits to NoFantasy (Mangos) Closes issue #411 --HG-- branch : trunk | |||
| 2010-03-09 | Limit ChatHandler::HandleModifyHPCommand to players. Closes issue #1031 | Spp | |
| --HG-- branch : trunk | |||
| 2010-03-08 | Fix line endings. | p0wer | |
| --HG-- branch : trunk | |||
| 2010-03-08 | Backed 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-08 | fix my typo in a4f4c51dca, | silver1ce | |
| could not detect it earlier Сloses #1029 --HG-- branch : trunk | |||
| 2010-03-08 | Fix crash in AuraEffect::HandleShapeshiftBoosts | thenecromancer | |
| Add check to Spell::EffectSanctuary before casting (ensuring all appearances of "(Player *)" (whitespace incl.) are correct) --HG-- branch : trunk | |||
| 2010-03-08 | Support for quest Doing your Duty by Malcrom. Thanks to Supabad. | _manuel_ | |
| --HG-- branch : trunk | |||
| 2010-03-07 | fix my typo | silver1ce | |
| thanks to KingPin for pointing the problem --HG-- branch : trunk | |||
| 2010-03-07 | Some Creature* casts moved to new ToCreature. | raczman | |
| Added const Creature* ToCreature() --HG-- branch : trunk | |||
| 2010-03-07 | avoid send movement packet at death twice, cleanup | silver1ce | |
| --HG-- branch : trunk | |||
| 2010-03-07 | Added 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-07 | Remove 94567c94e6, instead don't check range/facing when finishing instant ↵ | thenecromancer | |
| cast spells --HG-- branch : trunk | |||
