aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2009-09-12*Config option to allow multiple Guild Masters by MrSmitemaximius
--HG-- branch : trunk
2009-09-13Add support for multirealm. Patch by streetrat.Kudlaty
--HG-- branch : trunk
2009-09-12*Revert r5588.Anubisss
--HG-- branch : trunk
2009-09-12*Storm Peaks Sibling Rivalry Quest (13064) by Verasmaximius
--HG-- branch : trunk
2009-09-12Fix small omission in AuctionHouse.cpp caught by MrSmite, this may not make ↵Chaz Brown
any difference at all, or it might make all the difference in the world for the distribution of items in the AH.... --HG-- branch : trunk
2009-09-11*Fix a typo that disabled switching specs in Battlegrounds even under ↵maximius
appropriate conditions --HG-- branch : trunk
2009-09-11*Attempt to fix PetAI crash, thanks WarHeadmaximius
--HG-- branch : trunk
2009-09-11*[8474] Allow to delete BattleGround objects when any of invited players ↵maximius
didn't click to enter battle. Rename m_TeamScores500disadvantage to m_TeamScores500Disadvantage, and optimize its update. Patch is tested. Author: Triply *Added some missed changes that might of broken compile in the last 2~ commits. *Some fixes to Warlock's Death Coil by Gyullo. *Last MaNGOS merge until KingPin says otherwise.. --HG-- branch : trunk
2009-09-11*[8472] Fixed argument for KilledMonsterCredit call. Author: ApoCmaximius
--HG-- branch : trunk
2009-09-11*[8471] Little correction to prev. commit. Spell effect 90 seems to be kill ↵maximius
credit but only for single person. Author: ApoC --HG-- branch : trunk
2009-09-11*[8467] Fixed some typos. Author: AlexDerekamaximius
--HG-- branch : trunk
2009-09-11*[8466] Applied mangos coding style for Guild code. Author: Triply. Also did ↵maximius
some cleanup of my own in Guild.cpp. --HG-- branch : trunk
2009-09-11*[8465] Removed not needed checks. Author: apocmaximius
--HG-- branch : trunk
2009-09-11*[8465] Fixed exploit of z-axis described in ↵maximius
http://getmangos.com/community/showthread.php?t=9652 Author: elecyb Note: mostly just code cleanup, parts of this already seemed to be implemented, and some code that was updated in MaNGOS doesn't even exist in our code. --HG-- branch : trunk
2009-09-11*Missed some changesmaximius
--HG-- branch : trunk
2009-09-11*[8463] Fixed race conditions in LockedQueue. Author: XTZGZoReXmaximius
--HG-- branch : trunk
2009-09-11* [8460] Use achievtment criteria data from table for ↵maximius
ACHIEVEMENT_CRITERIA_TYPE_CAST_SPELL as expected. Author: VladimirMangos --HG-- branch : trunk
2009-09-11*[8457] display summoner to summoned at .namego command Author: balrokmaximius
--HG-- branch : trunk
2009-09-11* [8456] Implement area check for SPELL_ATTR_EX6_NOT_IN_RAID_INSTANCE ↵maximius
Author: VladimirMangos --HG-- branch : trunk
2009-09-11Allow Wintergrasp honor rewards to be customized. Please update your ↵Machiavelli
trinitycore.conf. --HG-- branch : trunk
2009-09-11*Utgarde Keep: save & load door status, by Tartalo, thanks Aokromes for ↵maximius
testing, and thanks Paradox for telling me about RAND() :P --HG-- branch : trunk
2009-09-11*Base script for Maiden of Grief in Halls of Stone by Elronmaximius
--HG-- branch : trunk