aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-10Core/Pets: Initialize pet level properly (stupid mistake), and set loaded XP ↵click
after initialization is completed. --HG-- branch : trunk
2010-10-10Core/Pets: Initialize petlevel before synchronizing with ownerclick
--HG-- branch : trunk
2010-10-10Core/Spells: Fix Hunters Mark and allow additional damage talents to provide ↵click
benefits - patch by Dr.Tenma Fixes issue 2674. Fixes issue 2792. --HG-- branch : trunk
2010-10-10Core/Entities: Ensure that pets retain their XP-points when dismissed in any ↵click
form or way (outrunning/riding/mounting/flying) Also clean up the logic a bit - pet stats initialization initializes hp/mana/powers on pets, while they should only be initialized/changed on pet call/creation. Fixes issues 4284 --HG-- branch : trunk
2010-10-09More missing boss scripts texts by AokromesSupabad
--HG-- branch : trunk
2010-10-09Core/Scripts: Fixed DefaultTargetSelector aura check, patch by bytewarriorShauren
Closes issue #4375. --HG-- branch : trunk
2010-10-09Core/Guild: Fixed crash when unstacking items in guild bankShauren
Closes issue #4360. --HG-- branch : trunk
2010-10-09DB-Schema/World/creature: Added possibility to override npcflag, unit_flags, ↵Shauren
dynamicflags in creature table Core/Player: Fixed bad query in previous revision --HG-- branch : trunk
2010-10-09Core: Added some anti-WPE filter checks to prevent putting non-empty bags ↵Shauren
into other bags/gbank/mail/auction, original patch from mythcore Core: Changed inventory saving - will no longer abort operation at single item fail Closes issue #1994. --HG-- branch : trunk
2010-10-09Core/Trade: Fixed crash in WorldSession::moveItems, thx Derex for pointing ↵Shauren
it out Closes issue #4216. --HG-- branch : trunk
2010-10-09Scripts/Icecrown Citadel: Added Rotface scriptShauren
Scripts/Icecrown Citadel: Corrected death speech for Stinky and Festergut Scripts/Icecrown Citadel: Fixed Boned! achievement conditions --HG-- branch : trunk
2010-10-09Core/Dungeon Finder: Partial revert "cfad2a99ac" (remove use of Luck of the ↵Spp
draw and Dungeon Deserter Spells) Note: Will be readed later after some functions remake --HG-- branch : trunk
2010-10-08Core/ScriptSystem: Add compile time type check of function assigned to hooks -QAston
prevents incorrect function calls. Since this rev you have to put PrepareAuraScript(<yourscriptclassnamehere>) at the beginning of every aura script. --HG-- branch : trunk
2010-10-08Buildsystem: Clean up the revision.h target generationclick
- rename src/revision.h folder to src/genrev - ensure BUILDDIR/revision.h file is cleared/removed before generation (deleted/recreated during buildmode-changes) Note: This needs further testing, so please give feedback. --HG-- branch : trunk rename : src/revision.h/CMakeLists.txt => src/genrev/CMakeLists.txt
2010-10-08Core/ScriptSystem: Add compile time type check of function assigned to hooks ↵QAston
- prevents incorrect function calls. Since this rev you have to put PrepareSpellScript(<yourscriptclassnamehere>) at the beginning of every spell script. Yes, i know it's unhandy, but unfortunately C++ preprocessor is very limited, so you have to do that extra work each time you write a script:(. --HG-- branch : trunk
2010-10-08Core/Spells:QAston
- Add more descriptive enumerator of procflags - now clearly pointing out that proc flags are dependant to the spell dmg class of the spells causing procs. - Define and implement PROC_FLAG_DONE_MAINHAND_ATTACK. --HG-- branch : trunk
2010-10-08really fix sql this time... ty svetilo12 for the noticeSupabad
--HG-- branch : trunk rename : sql/updates/10182_world_spell_script_names.sql => sql/updates/10183_world_spell_script_names.sql
2010-10-08fix sql from previous commitSupabad
--HG-- branch : trunk rename : sql/updates/10181_world_script_texts.sql => sql/updates/10182_world_script_texts.sql rename : sql/updates/10181_world_spell_script_names.sql => sql/updates/10182_world_spell_script_names.sql
2010-10-08Scripts/Ulduar: Boss IgnisSupabad
- Update Boss Ignis thanks to snakeice for main patch - add support for spell slagpot thanks to Shauren and Linencloth - apply trinity coding standard to patch --HG-- branch : trunk
2010-10-06Core/GameObject: Make chests (type 3) GOs active even if they have no loot ifrunningnak3d
a questID is defined and active for the player. It is possible for events to happen even if the GO has no loot. Original Author: NoFantasy Optomized by: kamikazetg --HG-- branch : trunk
2010-10-06Core/GameObject: Check if a GO is a requirement of a quest, and if so make itrunningnak3d
sparkle Author: NoFantasy --HG-- branch : trunk
2010-10-06Core/WorldPacket: Add support for generic (type 5) GOs sparkling if objectiverunningnak3d
of quest. Author: NoFantasy --HG-- branch : trunk
2010-10-06Core/WorldPacket: Update packet to make type 10 GOs sparkle when objective ofrunningnak3d
a quest. Author: NoFantasy --HG-- branch : trunk
2010-10-06Core/Transport: Update taxi mask size for 3.3.5arunningnak3d
Author: Fmut --HG-- branch : trunk
2010-10-07Buildsystem: Fix minor typoclick
--HG-- branch : trunk
2010-10-07Buildsystem: Clean up uninstall-target files a bitclick
--HG-- branch : trunk
2010-10-07Core/Authserver: Remove CRLF warnings for authserver.rcclick
--HG-- branch : trunk
2010-10-07Buildsystem: Move uninstall-target for UNIX and OSX platformsclick
--HG-- branch : trunk rename : cmake/platform/unix/cmake_uninstall.in.cmake => cmake/platform/cmake_uninstall.in.cmake
2010-10-07Scripts: Added some missing script texts for bosses. By Aokromes.Xanadu
--HG-- branch : trunk
2010-10-07Core/Arena: Add a missing change from revision 6802b3bf07. Also personal ↵Liberate
rating should now start at 1k again if the team rating is over 1k and a new member joins the team (and the start personal rating is set to 0 in the config). Fixes issue #4283 --HG-- branch : trunk
2010-10-07Core/Arena: Fix an exploit which made you gain personal rating when you ↵Liberate
leave arena, and add some comments to the arena system (which I should have done way earlier). --HG-- branch : trunk
2010-10-07Fix CRLF in the last fileShauren
--HG-- branch : trunk
2010-10-07REALLY fix the CRLF-crap...click
--HG-- branch : trunk
2010-10-07Remove the accidental additions of CRLF-crap from the header updatesclick
--HG-- branch : trunk
2010-10-07Doc: Add template headers for new/old sourcefiles (header-standard)click
--HG-- branch : trunk
2010-10-07More copyright header updates (will this ever end?)click
--HG-- branch : trunk
2010-10-07Copyright header updates - part 3... (and some whitespace cleanups)click
--HG-- branch : trunk
2010-10-07Yet more copyright header updatesclick
--HG-- branch : trunk
2010-10-07Update copyright headers (following the same standard in all files = good)click
--HG-- branch : trunk
2010-10-07DB: Fix typo in world base fileSpp
Patch by Antihrist Closses issue 4331 --HG-- branch : trunk
2010-10-06Core: auth.uptime.maxplayers should hold max players count, not max active ↵Shocker
sessions, closes issue 2219 --HG-- branch : trunk
2010-10-06Core/Spells: Fix Flask of the North, it should give specific buff depending ↵Shocker
on class --HG-- branch : trunk
2010-10-06Core/Dungeon Finder: Move all debug msgs to Debug.Spp
--HG-- branch : trunk
2010-10-06Core/Dungeon Finder: Add log error when no areatrigger found for map and ↵Spp
difficulty --HG-- branch : trunk
2010-10-06Core/Dungeon Finder: Move back some debug msgs to Debug level.Spp
--HG-- branch : trunk
2010-10-06Core/Dungeon Finder: After a new player have been found for a existing LFG ↵Spp
group, teleport player to any of the players inside dungeon not to the entrance. Also do not teleport players inside dungeon to entrance --HG-- branch : trunk
2010-10-05Core/Player: Added value for counting root times, used by ↵_manuel_
SMSG_FORCE_MOVE_ROOT & SMSG_FORCE_MOVE_UNROOT. Actually I am not sure for what it is. Thanks to linencloth for help. --HG-- branch : trunk
2010-10-05Code/ConditionMgr: cleanupRat
--HG-- branch : trunk
2010-10-05Code/ConditionMgr: added CONDITION_LEVEL(27) value1: player level, value2: ↵Rat
modify test statement, default(0) is '==' --HG-- branch : trunk
2010-10-05Core/ScriptSystem: Add missing script call preparation for SpellScripts - ↵QAston
fixes issues with core false alarms after recent changes --HG-- branch : trunk