aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2009-09-14*Fix 2 typos.Anubisss
--HG-- branch : trunk
2009-09-14*Partially merge MaNGOS [8483] by bobaz (was mostly already implemented)maximius
--HG-- branch : trunk
2009-09-14*[8480] Provided real-time update for guidl ranks rights.maximius
Specially for guild bank tab access rights (including currently open tab case!) Send roster broadcast for all online guild memebers at any rank edit and guild bank tab buy. Author: VladimirMangos *Fix a pretty stupid mistake of mine with that Stoneclaw Totem fix, put the code block in the wrong function! *Use comparison instead of std::min (for some reason std::min seems to expect 3 arguments on Windows!?) --HG-- branch : trunk
2009-09-14*Less hacky Furor fix by thenecromancermaximius
--HG-- branch : trunk
2009-09-14*[Fix][Holy Priest] Empowered Renew by adrycasillomaximius
--HG-- branch : trunk
2009-09-14*Waypoint creature fix by DearScorpion - "example: the portal dragon in ↵maximius
Duskwood will basically return to it's spawnpoint and start over without this patch, with it however it will more or less kill you on the spot and continue its waypoint path where it left off" --HG-- branch : trunk
2009-09-14*[FIX] Furor (Energy part) by HiZedmaximius
--HG-- branch : trunk
2009-09-14*Stoneclaw Totem & Glyph of Stoneclaw Totem by Themris and thenecromancermaximius
--HG-- branch : trunk
2009-09-13*[Naxxramas] Four Horsemen heroic chest spawn by loop69maximius
--HG-- branch : trunk
2009-09-14Change some variables from MANGOS to TRINITYKudlaty
--HG-- branch : trunk
2009-09-13Remove the remaining obsolete Zthread codeChaz Brown
--HG-- branch : trunk
2009-09-13* Add missing file from cmake, fix *nix compilebiglad
--HG-- branch : trunk
2009-09-13*Missed a Boss Emote Command changemaximius
--HG-- branch : trunk
2009-09-13*Event Hooks (OnLogin, OnLogout, OnPVPKill) by Hawthornemaximius
*Boss Emote Command for DB Scripts by XTElite1 --HG-- branch : trunk