aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-06Forgot two removals in previous commitclick
--HG-- branch : trunk
2010-08-06Remove AuctionHouseBot-functionality from core (some cleanups may be required)click
--HG-- branch : trunk
2010-08-06Revert changes done in r0074e32c2f and r4d86e4199a - fixes buildissues ( ↵click
if()+reinterpret_cast is faster than dynamic_casts btw ) --HG-- branch : trunk
2010-08-05Add helper Player::GetAverageItemLevel() function for future use in Dungeon ↵silinoron
Finder and vehicle scaling. --HG-- branch : trunk
2010-08-06Remove phasing when player enters/leaves instance (by 2010phenix)azazel
Closes issue #3279 --HG-- branch : trunk
2010-08-06* Corpse related cleanup (author: Hunuza)azazel
* Avoid saving of the corpse in arenas (author: VladimirMangos) --HG-- branch : trunk
2010-08-05Make use of new ToItem() castsShauren
--HG-- branch : trunk
2010-08-05Make typecasting methods *really* safe and get rid of redundant ↵Shauren
typeId/Typemask checks, thanks Zor and Machiavelli for help --HG-- branch : trunk
2010-08-05Add forgotten proc flags in revision ed3790455dfd (9166)Shauren
--HG-- branch : trunk
2010-08-05* Implement item limit category (based on changes by VladimirMangos)azazel
* Additional check for HandleAutoBankItemOpcode (thanks to VladimitMangos) * Properly show empty vendor list for empty item list (author: a1ien) * More stricted checks for store operations (thanks to VladimirMangos) * Prevent autostoring of not empty bags (thanks to L1ghtGu4rd) Changes need testing. Please post bugs on our tracker. --HG-- branch : trunk
2010-08-05Fixed pet talents amount exploitShauren
Closes issue #3273. --HG-- branch : trunk
2010-08-04*Update CMSG_USE_ITEM opcode to fit new clientCastFlag handling.QAston
--HG-- branch : trunk
2010-08-05* Convert SCRIPT_COMMAND_* defines to enum. Make comments for values up-to-date.azazel
* Cleanup ScriptsProcess method. Move repeating parts of code to inline helper methods. * Improve SCRIPT_COMMAND_CAST_SPELL command. You can specify triggered attribute when datalong2 = 4 by making dataint negative. * Improve SCRIPT_COMMAND_KILL command. Now, if source is not a creature, it tries to use target object instead. --HG-- branch : trunk
2010-08-04Missing part of r7dd45a0182 :(QAston
--HG-- branch : trunk
2010-08-04*Fix a crash in Aura::UnregisterSingleTarget.QAston
--HG-- branch : trunk
2010-08-04*Typofix - Relocate != SetPosition - fixes problems with visibility after ↵QAston
changing zones. --HG-- branch : trunk
2010-08-04*Some more research about spell target flags - thanks to Zor for info.QAston
--HG-- branch : trunk
2010-08-04Add gender field to SMSG_WHO packet (author: MaS0n)azazel
Fix compile error --HG-- branch : trunk
2010-08-04Fixed pet talents: Guard Dog and SilverbackShauren
Removed pre-3.3.0 code for Improved Cower Closes issue #3198. --HG-- branch : trunk
2010-08-04*Update movement enums - thanks to Zor for info.QAston
*Add functions for position data streaming. --HG-- branch : trunk
2010-08-04Fixed issues with taking items from mailShauren
Closes issue #3263. --HG-- branch : trunk
2010-08-04Fixed timer displaying for timed questsShauren
--HG-- branch : trunk
2010-08-04Fixed Carrion Feeder pet talentShauren
Removed useless code for Wolverine Bite --HG-- branch : trunk
2010-08-04* Add operator -= to HookList.XTZGZoReX
--HG-- branch : trunk
2010-08-04Cleaned up item flags: separated item proto flags and item field flagsShauren
Implemented use of: ITEM_PROTO_FLAG_PROSPECTABLE and ITEM_PROTO_FLAG_MILLABLE now checked instead of bag family mask ITEM_PROTO_FLAG_SMART_LOOT for profession recipes, player has to have skillline and not know the recipe ITEM_PROTO_FLAG_OPENABLE item has to have it set to use item_loot_template ITEM_PROTO_FLAG_NOT_USEABLE_IN_ARENA if this is set item can never be used in arena ITEM_FLAG_UNLOCKED marks unlocked items Simplified BoA check for mail sending Stackable items are no longer refundable Removed useless code that always set ITEM_FIELD_FLAGS equal to proto flags Unlocking items (lockpicking) is now blizzlike --HG-- branch : trunk
2010-08-04*Fix crashy implementation of aura type 305.QAston
--HG-- branch : trunk
2010-08-04* (Very) minor cleanups.XTZGZoReX
--HG-- branch : trunk
2010-08-03Clean up some crap - remove generated config.h (old junk) and also ↵click
requirements for that in Error.h --HG-- branch : trunk
2010-08-03Really fix Sartharion adds loot farming this time.John Holiver
--HG-- branch : trunk
2010-08-03This should fix crashes introduced in revision 4e75fea59c6c (9138)Shauren
--HG-- branch : trunk
2010-08-03Fix a urand limit for Battleground Weights.John Holiver
--HG-- branch : trunk
2010-08-03Removed useless code setting gameobject flag locked with each use of ↵Shauren
gameobject type 22 --HG-- branch : trunk
2010-08-03Fix buildclick
--HG-- branch : trunk
2010-08-03Fixed Wolverine Bite damage (pet talent)Shauren
--HG-- branch : trunk
2010-08-03Compile fixShauren
--HG-- branch : trunk
2010-08-03Fixed Heart of the Phoenix pet spellShauren
--HG-- branch : trunk
2010-08-03*Update spell_bonus_data for Garrote - by svetilo12.QAston
*Fix build. --HG-- branch : trunk
2010-08-03*Add missing Bestial wrath and The Beast Withing immunities after client ↵QAston
change. Original patch by Visagalis. *Little typo from prev rev. --HG-- branch : trunk
2010-08-03*Add m_duringRemoveFromWorld lock to prevent adding single target auras ↵QAston
during or after remove from world process. --HG-- branch : trunk
2010-08-02Add support for CreatureAI::DamageDealt used in a Zul'Aman script. Thanks ↵silinoron
joshwhedon. --HG-- branch : trunk
2010-08-02Move a couple of warrior spell dummy effect handlers to spell scripts.silinoron
--HG-- branch : trunk
2010-08-02*Drop m_intTargetFlags, correctly send TARGET_FLAG_SOURCE_LOCATION and ↵QAston
TARGET_FLAG_DEST_LOCATION - fixes many spell visuals. --HG-- branch : trunk
2010-08-02Fixed typo (and a crash) - damn copypasting from one line aboveShauren
--HG-- branch : trunk
2010-08-02*Search for aura caster in our out of world in Aura::UnregisterSingleTarget().QAston
--HG-- branch : trunk
2010-08-02Moved spell_script_names data from world_scripts_full.sql to ↵teacher
world_database.sql, it is to be kept here from now on. Added missing data to fulls. Some cosmetic fixes to a couple of sql update files. No need to re-apply any sql file for this commit. --HG-- branch : trunk
2010-08-02*Fixes in spell targets packet reading and writing.QAston
--HG-- branch : trunk
2010-08-02Groups are now stored by low guid in mapShauren
Creatures and gameobjects also store looting group by low guid instead of full guid --HG-- branch : trunk
2010-08-02Move CharacterDatabaseCleaner to Tools in VS projectShauren
--HG-- branch : trunk
2010-08-02Updated .pdump commandsShauren
Deleted (but kept in db) characters cannot be dumped --HG-- branch : trunk
2010-08-02Add selection weights to BG and Arenas. Will determine the selected BG/Arena ↵Spp
chosen using random BG/Arenas from the enabled list. Closes issue 2843 --HG-- branch : trunk