aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2009-03-09 [7428] Add new .map file format use more compact data store and usemegamage
Rewrite .map extractor + extract more useful data + add "-f 0" option for disable size/accuracy optimisation + Compatability vs 2.4.3 client data More fast get .map data Implement fatigue timer Rewrite breath timer Allow absorb/resist for lava/slime environmental damage Need re-extract map for work. Author: DiSlord --HG-- branch : trunk
2009-03-09 [7427] Sort ACHIEVEMENT_CRITERIA_TYPE_KILL_CREATURE achievements by ↵megamage
normal/heroic and check current player mode fit. Author: VladimirMangos Also ignore any ACHIEVEMENT_CRITERIA_TYPE_KILL_CREATURE achievements with not implemented custom requirements. --HG-- branch : trunk
2009-03-09 [7426] Mounted players now can capture tower point in Eye of Storm. ↵megamage
Author: Triply Renamed function isAllowUseBattleGroundObject to CanUseBattleGroundObject --HG-- branch : trunk
2009-03-09[7425] Fixed crash in BattleGround::Update() Author: Triplymegamage
--HG-- branch : trunk
2009-03-09[7424] Codestyle: removed not needed \n in log output. Author: balrokmegamage
--HG-- branch : trunk
2009-03-10*MergeQAston
--HG-- branch : trunk
2009-03-09 [7423] Disable incremental limking for binaries in debug mode. Author: ↵megamage
VladimirMangos Anyway it always fail and back to non-incremental way. --HG-- branch : trunk
2009-03-09[7422] Allow localization base at guildmaster locale default guild rank ↵megamage
names at guild creating. Author: VladimirMangos --HG-- branch : trunk
2009-03-10*Fix a typo.QAston
--HG-- branch : trunk
2009-03-09 [7421] Check fread result at DBC file loading. Author: VladimirMangosmegamage
This is more safe in general and prevent "warning: ignoring return value of 'size_t fread(void*, size_t, size_t, FILE*)', declared with attribute warn_unused_result" --HG-- branch : trunk
2009-03-09 [7420] Not set cdecl calling convention for x64 platform for Unic/Linux. ↵megamage
Author: VladimirMangos This will prevent generation "warning: 'cdecl' attribute ignored" --HG-- branch : trunk
2009-03-09[7419] Fixed some type convertion warnings. Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-03-09 [7418] Implement new log filter LogFilter_AchievementUpdates that let ↵megamage
avoid achievments updates spam in logs if not needed. Author: VladimirMangos Enabled by default. --HG-- branch : trunk
2009-03-09Revert "Flat Modifier for Glyph of Spiritual Attunement" Author: VladimirMangosmegamage
--HG-- branch : trunk
2009-03-09 [7417] Fixed crash at access by unexpected NULL pointer in quest ↵megamage
templates map. Author: VladimirMangos Never never use operator[] for _access_ to elements std::map. --HG-- branch : trunk
2009-03-09*Flat Modifier for Glyph of Spiritual Attunement Author: multiplexermegamage
--HG-- branch : trunk
2009-03-09*Restructured/Reordered Npc Commands Author: multiplexermegamage
--HG-- branch : trunk
2009-03-10Update stacking code.QAston
--HG-- branch : trunk
2009-03-09[7416] Fixed minimap icon for battlegrounds and arenas. Author: balrokmegamage
--HG-- branch : trunk
2009-03-09 [7415] Fixed removing player from battlegrounds Author: Triplymegamage
Probably fixed bug with not ending battlegrounds - reported in previous commit message Fixed player will loose arena rating if 1. he doesn't click on enter rated arena window - and timer will expire 2. he logs out during time he is invited to rated arena match 3. if he logs out during fight in rated arena match Patch is not tested, i will test it as soon as possible. --HG-- branch : trunk
2009-03-09 [7414] Fixed premature finish timer messages for battleground (va_start ↵megamage
was broken). Author: Triply Fixed typo with BattleGroundPlayerMap. Optimized implementation for removing offline players from battleground. Fixed typo in BattleGroundMgr::DeleteAllBattleGrounds. Patch is tested and should work. TODO there is a bug if you disable premature finish timer, that can cause battlegrounds to be never ending! TODO rewrite BattleGround::RemovePlayer function - and fix bugs there! I might not have today enough time to fix those bugs. --HG-- branch : trunk
2009-03-09 [7413] Fixed finally problems with node names localization in ↵megamage
BattleGroundAB messages. Author: VladimirMangos Also fix build at some platforms. Note: GetTrinityString should be removed in the future when AV is updated. --HG-- branch : trunk
2009-03-09[7412] Do not allow player with deserter debuff to be teleported to ↵megamage
battleground Author: Triply --HG-- branch : trunk
2009-03-09*Support localization for messsages in battleground. Author: VladimirMangosmegamage
[7411] Use similar localization classes for World::SendWorldText muti-line message. Author: VladimirMangos --HG-- branch : trunk
2009-03-09[7405] Show loaded 100% for case some player/pet/creature level data skipped ↵megamage
as unused. Author: VladimirMangos This cases have detail log output, but if detail mode disabled it look like strange not 100% load without reason. --HG-- branch : trunk
2009-03-09[7404] Fixed cheating in rated arena matches by alt+f4. Author: Triplymegamage
--HG-- branch : trunk
2009-03-09*Merge. (lifebloom patch skipped)megamage
--HG-- branch : trunk
2009-03-09*Fix a crash caused by bindsight spells.megamage
--HG-- branch : trunk
2009-03-09*Allow lifebloom stack from 2 different casters.QAston
--HG-- branch : trunk
2009-03-09*Fix Reflective Shield proc. Original patch by Lightguard.QAston
--HG-- branch : trunk
2009-03-09*Fix improved divine spirit.QAston
--HG-- branch : trunk
2009-03-09*Fixed op rogue damage.QAston
--HG-- branch : trunk
2009-03-08*Fix Illumination and Infusion of Light procs.QAston
--HG-- branch : trunk
2009-03-08*Fix typos in Guardian Spirit code.QAston
--HG-- branch : trunk
2009-03-08*Fix Guardian Spirit.QAston
*Fix Replenishment-by panaut0lordv. --HG-- branch : trunk
2009-03-08*Merge.megamage
--HG-- branch : trunk
2009-03-08*Merge.megamage
--HG-- branch : trunk
2009-03-08[7403] much more unneeded includes removed Author: balrokmegamage
--HG-- branch : trunk
2009-03-08*Fix a bug about visibility update.megamage
--HG-- branch : trunk
2009-03-08*Update Master of Subtlety code and fix Overkill.QAston
*Fix Aspect of the Viper-by pasdVn *Fix Circle of Healing. Fix Rapture-by pasdVn --HG-- branch : trunk
2009-03-08Codename update.panaut0lordv
--HG-- branch : trunk
2009-03-08[7402] Fixed graveyards in WSG, prevent from cheating. Patch provided by Balrok.megamage
--HG-- branch : trunk
2009-03-08*Merge.megamage
--HG-- branch : trunk
2009-03-08*Fix build in Linux.megamage
--HG-- branch : trunk
2009-03-08*Merge.megamage
--HG-- branch : trunk rename : sql/updates/XXX_characters_auctionhouse.sql => sql/updates/1164_characters.sql
2009-03-08*Fix build.megamage
--HG-- branch : trunk
2009-03-08*Merge.megamage
--HG-- branch : trunk
2009-03-08*Merge.megamage
--HG-- branch : trunk
2009-03-08*Update of relocation notify code.megamage
--HG-- branch : trunk
2009-03-08*Fix crash.QAston
*Fix Guard Dog and Improved Cower -by pasdVn. *Fix aura SPELL_AURA_OBS_MOD_ENERGY -by pasdVn. --HG-- branch : trunk