aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-08-30Scripts/Icecrown Citadel: Added Festergut script, thx Cromash for providing ↵Shauren
the base and Cyrax for sniffs Scripts/Icecrown Citadel: Added Professor Putricide script handling ONLY Festergut related events --HG-- branch : trunk
2010-08-31Scripts/Icecrown Citadel: Remove Mark of the Fallen Champion when Saurfang diesShauren
Scripts/Icecrown Citadel: Change previous scripts to use BossAI instead of ScriptedAI --HG-- branch : trunk
2010-08-31Core/Achievements: Pass killed unit pointer to UpdateAchievementCriteria for ↵Shauren
ACHIEVEMENT_CRITERIA_TYPE_KILL_CREATURE (use in scripts) --HG-- branch : trunk
2010-08-31Scripts/Icecrown Citadel: Corrected vehicleId for Deathbringer Saurfang, ↵Shauren
patch by Heisenberg/bolvor Closes issue #3704. --HG-- branch : trunk
2010-08-31Buildsystem/MSVC: Only use /bigobj on x64 platforms - should solve x86 debug ↵click
compilations (needs feedback) --HG-- branch : trunk
2010-08-31Fixes Druid T10 Balance 4P bonus.John Holiver
Fixes DK T10 Melee 4P bonus. --HG-- branch : trunk
2010-08-31Pet level-synchronization with owner should be done before initializing ↵Shocker
stats, closes issue 3732, thanks moriquendu --HG-- branch : trunk
2010-08-31File missing in the last commit.John Holiver
--HG-- branch : trunk
2010-08-31Fix to DK Tank 4P and Paladin Holy 4P T10 bonus.John Holiver
Fixes issue 2684. Fixes issue 2681. Thanks to svetilo12. --HG-- branch : trunk
2010-08-31Core/Scripts: Revert revision 619ba8b76250 and fix it properlyShauren
--HG-- branch : trunk
2010-08-31Better way to fix some warnings from rev 621c100eeb.Spp
--HG-- branch : trunk
2010-08-31Core/Groups: Fix a crash loading groups from DBSpp
Fixes issue 3693 --HG-- branch : trunk
2010-08-31Core: Fix more warnings (very few left under linux 32)Spp
--HG-- branch : trunk
2010-08-31Core: Fix more warnings and fix compile under linux 64Spp
--HG-- branch : trunk
2010-08-30Core: Fix more warningsSpp
--HG-- branch : trunk
2010-08-30Buildsystem: Whops, forgot to remove the last endif() in g3dlite CMakeLists.txtclick
--HG-- branch : trunk
2010-08-30Buildsystem: Remove some cruft (double set) of SCRIPT_LIB in worldserver ↵click
CMakeLists.txt - if this breaks OSX build, notify us. --HG-- branch : trunk
2010-08-30Buildsystem: Clean up target link-definitions a bitclick
--HG-- branch : trunk
2010-08-30Call _SaveTalents along side of _SaveSpells in Player::resetTalents.Machiavelli
Please leave feedback on how this affects your character_spell duplicate entry errors. --HG-- branch : trunk
2010-08-30Allow Soul Leech to proc from Conflagrate, fixes issue 2257Shocker
--HG-- branch : trunk
2010-08-30Wrap guild_bank_item save queries in transactions.Machiavelli
Fixes a potential dataloss issue --HG-- branch : trunk
2010-08-30*Missing function from commit r90b0ebdba9 :(.QAston
--HG-- branch : trunk
2010-08-30Buildsystem/MSVC: Correct 'bigobj' flag to lowercaseclick
--HG-- branch : trunk
2010-08-30*Allow channeled spells to be casted on dead targetQAston
*Define relted spell attributes --HG-- branch : trunk
2010-08-30Core: Fix more warningsSpp
--HG-- branch : trunk
2010-08-30Buildsystem/MSVC: Reinstate regular flags, seems like C++-flags and C-flags ↵click
doesn't mix very well on MSVC --HG-- branch : trunk
2010-08-30Buildsystem/MSVC: Ensure same compileoptions for both CXX and C objectsclick
--HG-- branch : trunk
2010-08-30Buildsystem/MSVC: Enable bigobject support for debug-compilesclick
--HG-- branch : trunk
2010-08-30Buildsystem/OSX: Properly set CONF_DIR and LIBSDIR (feedback needed)click
Fixes issue 3703 --HG-- branch : trunk
2010-08-30Immolate and Unstable Affliction can't stack anymore when casted by same ↵Shocker
caster, thanks Karolis.Rudzevicius, fixes Issue #2246. --HG-- branch : trunk
2010-08-30Cleansing Totem should no longer pulse at spawn as of patch 3.2.2, thanks ↵Shocker
SimonDMII/olegoriy for noticing, closes issue #3702. --HG-- branch : trunk
2010-08-30* Include needed SQL data for Lord Marrowgar / Deathbringer SaurfangShocker
* Small SQL correction from a previous commit, MySQL doesn't allow default value for a LONGTEXT on Windows, unlinke Linux where it's only a warning --HG-- branch : trunk
2010-08-29Rewrite much of the GM ticket systemsilinoron
* Extract storage and manipulation of tickets to TicketMgr (from ObjectMgr) * Extract ticket commands to TicketCommands.cpp * Adds support for sending GM responses and GM surveys. * Fix structure of several ticket-related packets. * Add support for understanding lag reports. * Thanks Zor for some of the packet structures, and Cyrax for some sniffs * Please report any issues encountered via the tracker. --HG-- branch : trunk
2010-08-29Add a function to calculate the ratin gain/loss, instead of calculating it ↵Liberate
seperately 5 times. Thanks to proof1337 for the patch. Closes issue #3686 --HG-- branch : trunk
2010-08-29Spell Scripts:azazel
* add new file spell_item.cpp for spells used by items (but not by quests) * move some dummy effects of generic spells to scripts * implement spell for quest 12937 Relief for the Fallen. Closes issue #3070 --HG-- branch : trunk
2010-08-29Buildsystem: Make MSVC behave a wee bit better :click
- Overload standard names with "secure" versions - Disable "non-secure" warnings by default - Disable POSIX-warnings by default --HG-- branch : trunk
2010-08-29*Allow SPELL_EFFECT_POWER_BURN(64) to proc with damage.QAston
--HG-- branch : trunk
2010-08-29Add HealReceived event for Creature AI to be used in scriptsShocker
--HG-- branch : trunk
2010-08-29*Allow damage shield hits to miss.QAston
*Send overkill on damage shield hit. *Correct data order for execute log of power take effects. --HG-- branch : trunk
2010-08-29Fixes gossip scripts or points of interests of npc's with a Scriptname ↵Liberate
assigned to them. This fixes guards in Major cities. Thanks to Aokromes for testing. Thanks to click for converting all the scripts to work with this change. --HG-- branch : trunk
2010-08-28Buildsystem: Move the test for "hidden" flag NOPCH down a bit so it can ↵click
override already set options --HG-- branch : trunk
2010-08-28Fixes the huge personal rating gained. Damned typos.Liberate
Also changes the max rating loss from 48 to 24 when under 1000 rating. Only the max rating gain is 48. Huge thanks to Gyullo for giving me lots of info which led to finding this hidden typo. Thanks go to click and Shocker as well for helping me find this issue. Now, please, is it finished yet? is it finally over? --HG-- branch : trunk
2010-08-28*Make EffectHealMechanical, EffectHealPct, EffectHealMaxHealth and ↵QAston
EffectHealthLeech to use proc system for their dmg/heal (thanks kiper for research) *Fix some spells with EffectHealMaxHealth with effect value set to 0. *Fix a typo. --HG-- branch : trunk
2010-08-28Buildsystem: Make the Readline-test NOT behave like a "callable" macro - ↵click
Find* functions are ALWAYS to be considered first in line when called --HG-- branch : trunk
2010-08-28Buildsystem: Split out the resultlist from the options, and print it AFTER ↵click
we've grabbed all the settings --HG-- branch : trunk
2010-08-28Buildsystem: Make options load BEFORE platformchecks, so they are preloaded ↵click
correctly + add some more output to make it easier to find possible issues with the new layout --HG-- branch : trunk
2010-08-28Core/Pets: Add forgotten change in revision 9fce5af1e5Shauren
--HG-- branch : trunk
2010-08-28Buildsystem: Update CMakeLists to use the proper check, not the old one...click
--HG-- branch : trunk
2010-08-28Buildsystem: Change over to a little more flexible method of using the CMake ↵click
buildsystem (partially WIP) - REQUIRES RERUNNING CMAKE! For finding out the "standard" parameters examine the cmake/options.cmake file and adjacent files for your platform/compiler. For platform settings -> cmake/platform/*/settings.cmake For compiler settings -> cmake/compiler/*/settings.cmake Some more testing and changes IS required, but I don't have OSX/XCode to kill off the main issues --HG-- branch : trunk rename : cmake/FindPlatform.cmake => cmake/macros/CheckPlatform.cmake rename : cmake/FindACE.cmake => cmake/macros/FindACE.cmake rename : cmake/FindMySQL.cmake => cmake/macros/FindMySQL.cmake rename : cmake/FindOpenSSL.cmake => cmake/macros/FindOpenSSL.cmake rename : cmake/FindPCHSupport.cmake => cmake/macros/FindPCHSupport.cmake rename : cmake/FindReadline.cmake => cmake/macros/FindReadline.cmake rename : cmake/cmake_uninstall.cmake.in => cmake_uninstall.cmake.in
2010-08-28Core/Pets: Improved hunter pet's scaling with stamina, values should now be ↵Shauren
closer to what retail has (but still not perfect) Core/Pets: Fixed display of pet's spell bonus --HG-- branch : trunk