aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-09-22* AHBot rewritten to cause less lag spikes when checking for bids and when ↵Chaz Brown
adding new auctions. * AH Deposit function rewritten to generate deposits closer to official. * AH Mail system rewritten to fix some bugs. * MULTI_THREAD_MAP enabled by default (I have no idea why this was commented out before) * CLIENT_VER added for allowing parts of the code to be enabled/disabled depending on the client version supported. Only used in AHBot for now. * Various code cleanups. --HG-- branch : trunk
2009-09-22*Another regen tweak, by Taliesin.maximius
--HG-- branch : trunk
2009-09-22*Fix Unit::m_regenTimer so creatures regen health properly, by MrSmitemaximius
*Partial Utgarde Pinnacle instance & boss scripts, rewritten by Tartalo, original by ckegg *Fix a bug where pets would engage new attackers while approaching the target their owner sent them to attack, by MrSmite --HG-- branch : trunk
2009-09-21*Force non-dead mobs that are either: out of combat, or polymorphed, to ↵maximius
regenerate at each update, thanks Gyullo --HG-- branch : trunk
2009-09-22Fix problems with no stack limit.Kudlaty
--HG-- branch : trunk
2009-09-21*[8508] Not assign boolean value to integer variable, expecting to always be ↵maximius
0. Also renaming member variables. Author: NoFantasy *[8516] Implement spell 53271. Author: Shendor *[8519] Use RuneType enum where appropriate and more explicit data for rune init. Author: VladimirMangos Thanks to: Stryker *[8520] Limit telent 49182 and ranks triggering expected:wq runes cooldown case. Author: Shendor *Fix Herald Volazj wrongly targeting himself on Shadow Bolt Volley instead of randomly targeting on Shiver, by tlexii. --HG-- branch : trunk
2009-09-21Reapply patch about changing modelid_a/h(2) values to modelid1..4, display ↵Kudlaty
ids are no longer incorrectly chosen based on player faction. --HG-- branch : trunk
2009-09-21* Add two flags for items with no stack limitKudlaty
* Added proper checking of faction based on seller for items with RequiredReputaionFaction=0 * This will allow 100% proper WDB data to be used Thx to Malcrom and Brian --HG-- branch : trunk
2009-09-21Fix compileKudlaty
--HG-- branch : trunk
2009-09-20*Ahn'Khalet: Partial Herald Volazj script, by Tartalomaximius
*Check for null pointers in SelectTargetHelper, thanks to Spp *Remove rank aura from last battle (possibly there due to crash), by Spp --HG-- branch : trunk
2009-09-20*Ahn'Khalet: GO handling & Prince Taldaram scripting by Tartalo & tlexiimaximius
*Cleanup, remove all DB-specific data that needs review from 5700_world.sql -- TDB topic here: http://bit.ly/POdro --HG-- branch : trunk
2009-09-20*Remove some not needed casts or used correct casts.Anubisss
--HG-- branch : trunk
2009-09-20*Fix some possible crashes.Anubisss
--HG-- branch : trunk
2009-09-20*Add missing end-tags for vcproj.Anubisss
--HG-- branch : trunk
2009-09-20*Fix a typo. This fix the compile error. I hope haven't got errors in WIN.Anubisss
--HG-- branch : trunk
2009-09-20*Fix a typo. Patch by Thyros.Anubisss
--HG-- branch : trunk
2009-09-20*Add missing files for CMake/VCproj and ScriptLoader.Anubisss
*Fix a possible crash. --HG-- branch : trunk
2009-09-20*Fix 2 possible crashes.Anubisss
--HG-- branch : trunk
2009-09-20*Fix some typos, by Darkshinesmaximius
*More Fix About NPC dont regenerate HP, by Gyullo --HG-- branch : trunk
2009-09-19*Cleanup + Fix Linux build by WarHeadmaximius
--HG-- branch : trunk
2009-09-19*GO - Southfury Moonstone script, from SD2, patch by manuelmaximius
*Fix Auctionhouse CPU usage during item expire check, by MrSmite --HG-- branch : trunk
2009-09-19*quest: "Long Forgotten Memories"maximius
*quest: "A Pawn on the Eternal Board" *World Event: AQ-War Effort *quest: "Eranikus, Tyrant of the Dream" *Sunken temple -> "Snake Puzzle event" *duskwood boss "Twilight Corrupter" for quest: "The Nightmare's Corruption" *All by kb_z, please tell me if I missed anything, and somebody please review the SQL.. a LOT Of stuff in this needs to go to TDB! --HG-- branch : trunk
2009-09-19*Missed changes! ><maximius
--HG-- branch : trunk
2009-09-19*Quest - Taken by the scourge by BlackOnemaximius
*Quest - The Warsong Farms by Thraxx *Gameobject Script - Fel Crystalforge & Bash'ir Crystalforge by johnholiver --HG-- branch : trunk
2009-09-19*Missed changemaximius
--HG-- branch : trunk
2009-09-19*Wintergrasp: Prevent defenders team to click the relic. Patch by Spp.maximius
*Zum'Rah Area Trigger Script, Zum'Rah should become hostile when approached. By totoro. *Judgement of Light PPM based, not 100%. By Drevi. *Fix Deflection Exploit. By manuel, thanks to TheNecromancer and Gyullo. *Correct Wintergrasp Tenacity formulas, by Gyullo. *A Spirit Guide Escort Quest, code from SD2, patch by manuel. *TrullyOne/MeanMachine Waypoint System Restored. Patch by XTElite1. --HG-- branch : trunk
2009-09-19Replace useless code with more useful code.Chaz Brown
--HG-- branch : trunk
2009-09-19Fix some errors in last commitChaz Brown
--HG-- branch : trunk
2009-09-18Make adding/removing realm builds easier for use in multirealm environments ↵Chaz Brown
- original patch provided by Kudlaty --HG-- branch : trunk
2009-09-18*Indentation cleanupmaximius
--HG-- branch : trunk
2009-09-18*[8475] fixed some gcc-warnings Author: balrokmaximius
*[8476] Revert some recent cleanup changes, some other fixes and cleanups. Author: VladimirMangos *[8489] Fixed player visibility update in case view point different from player itself. Author: SilverIce *[8493] Avoid unexpected multiply error messages at wrong `quest_template`.`RewSpell*` Author: VladimirMangos *[8496] Resolve some #include cycles and unsafe code. * Common.h -> Threading.h -> Errors.h -> Common.h * Remove reduncdent #include "ByteBuffer.h" in headers * Remove redundent #include "Auth/BigNumber.h" in headers * Avoid multyply data copy at use some now dropped functions in BigNumber. * Avoid copy fixed byte count from byte arrays with unknown real size created from BigNumber. * Avoid possible problems for build mangos at different platform or compilers. Author: VladimirMangos. *[8501] Apply code style and cleanups to some Player functions. Author: VladimirMangos. *[8502] Disable quests related to specific game events at startup if event not active. Also rename member boolean variable. Author: NoFantasy *[8506] Add check for IsAutoComplete() in SendPreparedQuest(). For cases where quest is repeatable but has Method!=0, QuestDetails must be sent instead of RequestItems. Some additional code cleanup. Author: NoFantasy *[8507] Check amount of spawned pools before decrement to avoid unexpected result. Also rename variable to more meaningful name. Signed-off-by: NoFantasy <nofantasy@nf.no> Thanks to Stryker and onkelz28! --HG-- branch : trunk
2009-09-18Fix typo in wintergrasp. Patch by GyulloKudlaty
--HG-- branch : trunk
2009-09-17*fix Kael'thas (TK) summoning double phoenix, broken by an sd2 mergeRat
--HG-- branch : trunk
2009-09-17Update to Gluth script; lower the distance required between zombie chow and ↵Machiavelli
Gluth before Gluth consumes it for a more blizzlike experience --HG-- branch : trunk
2009-09-17*Escort Quest The Totem of Kar'dash from SD2, thanks manuelmaximius
--HG-- branch : trunk
2009-09-17*Better fix to the waypoint mobs returning to spawn issue, thanks XTElite1maximius
--HG-- branch : trunk
2009-09-17*Backed out changeset f2d288ace33dmaximius
--HG-- branch : trunk
2009-09-16*[FIX] New characters are flagged on non-PvP servers by XTElite1maximius
--HG-- branch : trunk
2009-09-16*[Ingvar The Plunderer] Fix Animation of Undead Part by Gyullomaximius
--HG-- branch : trunk
2009-09-16*Little changes in borean_tundra.cpp by manuelmaximius
--HG-- branch : trunk
2009-09-16* Changed the logging for missing spell_script_target / spell_script_positionroot@trinity
* entries in DB to "debug" level. * Set the default level for DBLogLevel in trinitycore.conf.dist to 2 "detail" --HG-- branch : trunk
2009-09-15*Levelling Weapon Skill patch (Author: Menia), thanks Sorken :)maximius
--HG-- branch : trunk
2009-09-15*Disable commit 4821 / 9d0967884f0b (caused some NPCs to not regenerate HP ↵maximius
when they should), found by Gyullo and tested by Manuel --HG-- branch : trunk
2009-09-15[8500] Fixed long existed bug with vmaps unloading.Chaz Brown
When order of coordinates has been updated for loading case, unloading part escape fixing in past. Patch By Jolan --HG-- branch : trunk
2009-09-15*Fix pets not selecting next target bug, by MrSmitemaximius
--HG-- branch : trunk
2009-09-15Fix Instance resets not occuring without restarting server, patch provided ↵Chaz Brown
by Trazom --HG-- branch : trunk
2009-09-15Add Chinese 3.1.3 build to expected client builds, you will need to enter ↵Chaz Brown
10146 in the gamebuild column in realmd.realmlist for any realms allowing this client --HG-- branch : trunk
2009-09-15Add Server revision to realmd.uptime tableChaz Brown
--HG-- branch : trunk
2009-09-14Backed out changeset d3fe2d6d504a (please test your patches thoroughly ↵maximius
before getting me to push them ogeraisi) --HG-- branch : trunk
2009-09-14*Merged MaNGOS [8458], [8475], [8476] by ogeraisi, thanks to all authors :)maximius
--HG-- branch : trunk