aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2010-08-28DB Scripts: Fix calling of DB scripts from spell_scripts tableazazel
--HG-- branch : trunk
2010-08-28Typo in r9b698bb399. Can this finally be over with? I'm being messy.Liberate
--HG-- branch : trunk
2010-08-28Add the sql of rfce5b5c218 to sql/base/characters_database.sql.Liberate
Thanks to bitherd for showing me this stupid mistake. --HG-- branch : trunk
2010-08-28Change the Arena Rating system to reflect the official system more.Liberate
Under 1000 rating the max rating gained should be 48. Between 1000 rating and 1300 rating the max rating gained should move from 48 to 24. Above 1300 rating the max rating gained is 24. Team Rating and Personal Rating use this formula now. --HG-- branch : trunk
2010-08-26Core/Dep: Remove libzipBrian
--HG-- branch : trunk
2010-08-28Make sure crafting spells with non-random loot are not allowed to be casted ↵Shocker
if inventory is full. Fixes issue #2791 --HG-- branch : trunk
2010-08-28Implement .reload all_gossips, .reload quest_poi, .reload ↵Shocker
locales_gossip_menu_option. Original code by VladimirMangos, ported by Ramus. Closes issue #3466, issue #3637 and issue #3477 --HG-- branch : trunk
2010-08-28*Send SMSG_SPELLINSTAKILLLOG on SPELL_EFFECT_INSTAKILL(1), thanks to Zor for ↵QAston
base packet info. --HG-- branch : trunk
2010-08-27*Send VICTIMSTATE_INTACT on melee attack miss.QAston
*Rename VICTIMSTATE_NORMAL to VICTIMSTATE_HIT. *Set default memory allocated in Spell::InitExecuteLogData to 32 bytes. --HG-- branch : trunk
2010-08-27*Fix size of SMSG_SPELLHEALLOG and build (rage!!!)QAston
--HG-- branch : trunk
2010-08-27*Fix issues with negative dmg of periodic power burn and periodic power ↵QAston
leech effects added recently. *Minor cleanup. --HG-- branch : trunk
2010-08-27Buildsystem: Make SSE-variables "advanced" so that they don't confuse people ↵click
more than needed (will not show unless 'advanced' is ticked in the GUI) --HG-- branch : trunk
2010-08-27*Consistent parameter names of spell effect handlers - use effIndex instead ↵QAston
of i or eff_idx or variations of it. --HG-- branch : trunk
2010-08-27Dungeon Finder: Fix incorrect use of guidSpp
--HG-- branch : trunk
2010-08-27Revert unintended change to UpdateFields.h. This file should NEVER be ↵Liberate
changed. My mistake. --HG-- branch : trunk
2010-08-27Remove previously renamed SQL-updates - they're part of 9632, not 9631 - hg ↵click
retardedness ftw. --HG-- branch : trunk
2010-08-27Rename sql files of rfce5b5c2182c to the correct revision number.Liberate
--HG-- branch : trunk
2010-08-27MergeLiberate
--HG-- branch : trunk
2010-08-27Updates the arena rating system to use Matchmaker Rating.Liberate
The arena_team_stats sql in this commit sets all ratings to 0. You start with 0 Team Rating and 1500 Matchmaker Rating. Personal rating is moved to character_arena_stats, and will not reset when disbanding an arena team. This new system is based on all the info I could get, but Blizzard didn't leak much info about the new system. At least this system is really close to the official system. Any issues found should be reported in an issue. Huge thanks go to Aokromes for the intensive testing he has done with me. Also thanks to Parzival for hearing me out and giving his ideas. Fixes issue #3189 --HG-- branch : trunk
2010-08-27Scripts/Icecrown Citadel: Added hacky workaround for teleporting spells ↵Shauren
because their default target is not supported by current grid system Scripts/Icecrown Citadel: Mark Gunship event as complete on Lady Deathwhisper's death (temporary, until transport system will fully allow scripting the event) --HG-- branch : trunk
2010-08-27*Fix combat logging of many spell effects - thanks to kiper, Ssp, Cyrax, and ↵QAston
manuel for providing data and to Zor for inspecting opcodes. --HG-- branch : trunk
2010-08-27Core/Dep: More hacking on g3d library (updated .diff) should now build on ↵Shauren
windows --HG-- branch : trunk
2010-08-27No need to hardcore spellid for arena visibility checkShocker
--HG-- branch : trunk
2010-08-27*Remove m_currentBasePoints from spell class, use m_spellValue instead.QAston
--HG-- branch : trunk
2010-08-25Core/Dep: Added libzip which IS needed by G3DBrian
Fixes compile on Windows and Linux (if you didn't have libzip installed for some reason). --HG-- branch : trunk
2010-08-27Fix arena visibility (no more seeing opponents before arena starts, also ↵Shocker
fixes visibility for partners' pets) --HG-- branch : trunk
2010-08-27Small cleanup/correctionsShocker
--HG-- branch : trunk
2010-08-27Fix arena unit frames, original code by A Metaphysical DramaShocker
--HG-- branch : trunk
2010-08-27Fix Gift of the Naaru healShocker
--HG-- branch : trunk
2010-08-27Core/Dependency: Upgrade G3d-library to v8.0-release (patched version!)click
Note: Due to issues with G3D (normally requiring X11 and the ZIP-library), the sourcetree version contains a modified version. The applied patch is commited to the repository for future reference. --HG-- branch : trunk
2010-08-27*Send to client periodic heal absorbtion.QAston
*Heal over time spells are updating healing achievement progress now. --HG-- branch : trunk
2010-08-27Remove unneeded line in .freeze so it won't bug players, fixes issue #3650Shocker
--HG-- branch : trunk
2010-08-26Scripts/Icecrown Citadel: Added Teleporter scriptShauren
Scripts/Icecrown Citadel: Implemented achievements for Deathbringer Saurfang --HG-- branch : trunk
2010-08-26*Backout r9c4be12837.QAston
--HG-- branch : trunk
2010-08-26Core/Logging:Machiavelli
- Implement sLog.outSQLDriver that will log SQL driver related events (non-content related). - Queries will now be logged into this file as well instead of normal log file (requires debug build). - Don´t forget to update your authserver.conf and worldserver.conf Core/build: - Fix non-PCH build --HG-- branch : trunk
2010-08-26MergeMachiavelli
--HG-- branch : trunk
2010-08-27Core/Cleanup: move repeating code for locale strings retrieval into separate ↵azazel
method. Related code cleanup. --HG-- branch : trunk