aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-05-18Reverted part of 60a88a08f5e85c1986aee49f9bfdbf8fa254f370Shauren
All 8 bytes must be read from file to match output from vmap4extractor
2013-05-18Core/Collision: Corrected logic for closing source file in ↵Shauren
WorldModel_Raw::Read, fixes resource leak if method succeeds and prevents double free if it fails. Closes #9823
2013-05-18Reverted part of 8be181c7e60daf9833044da61b379c2136892c37 that was not ↵Shauren
supposed to be pushed
2013-05-18Buildsystem/MSVC: Fix a minor issue with /Zm heap allocation parameters not ↵click
being used 32-bit environment
2013-05-17Core/Build: Fixed the buildSubv
2013-05-17* Another small batch of fixes from static analysis tool.Subv
2013-05-17* Some more static analysis issues fixed.Subv
2013-05-17* Another issue found by static analysis fixed.Subv
2013-05-17* Batch of fixes for issues found by static analysis.Subv
2013-05-17Merge pull request #9815 from Ascathor/masterNay
Core: Add "GetRaceNameByID" and "GetClassNameByID" to get localized class and race string.
2013-05-17Core/Vehicles: Fixed a crash that happened during seat changes searching for ↵Shauren
a previous free seat Closes #9609
2013-05-17Core/Misc: Another batch of fixes for issues found by static analysisShauren
2013-05-17Core/Misc: Fixed a bunch of issues found by static analysisShauren
2013-05-17Core: Add "GetRaceNameByID" and "GetClassNameByID" to get localized class ↵Ascathor
and race names. Core: Add "GetRaceNameByID" and "GetClassNameByID" to get localized class and race names.
2013-05-16Merge pull request #9814 from vlad852/masterShauren
Fix startup errors
2013-05-16Fix startup errors.Vlad
2013-05-16Core: Fix compiler warningsNay
2013-05-14Merge pull request #9800 from horn/yogg_saronShauren
Scripts/Ulduar: Fix warnings
2013-05-14Scripts/Ulduar: Fix warningshorn
2013-05-14Merge pull request #9799 from xjose93/DamageGOShauren
Core/Commands: Improve .damage command, now can damage destructible gameobjects => ".damage go <guid> <damage>"
2013-05-14Core/Commands: Improve .damage command, now can damage destructible ↵xjose93
gameobjects => ".damage go <guid> <damage>"
2013-05-14Merge pull request #9690 from horn/yogg_saronShauren
Scripts/Ulduar: Yogg-Saron
2013-05-14Scripts/Ulduar: Yogg-Saronhorn
Known issues: - encounter doesn't start immediately after you enter the room, you need to go closer - players standing outside of the room are not turned Insane after 15 seconds - encounter resets if the last living player is gripped by Constrictor Tentacle or encased in Hodir's Flash Freeze - Hodir won't freeze multiple players when they die at the same moment - Flash Freeze missile (64176) won't hit anybody, probably cast too soon (cosmetic issue) - there are some unused spells, don't know when or why they should be cast - some spell animations hit multiple players, but they shouldn't do that
2013-05-13Core/Debugging: Marked assert functions as non returningShauren
2013-05-13Core: Fixed windows compileShauren
2013-05-13Core/Spells: Manually reverted 8dea73fc83ed00764e03c6ee3bb7c1ffa28527eb.Warpten
Will have a closer and better look later.
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
All sLog->out* functions (except outCommand atm) are replaced with TC_LOG_* macros. Memleak fix
2013-05-13Core: Declare some functions const and remove use of "using" directive in a ↵Spp
couple of files
2013-05-13Merge pull request #9790 from vlad852/masterShauren
spell_target_position - allow use effectIndex
2013-05-13Allow use effectIndex in spell_target_position.Vlad
2013-05-12DB/Quests: Fix: The Focus on the Beach, Atop the Woodlands, The End of the LinePitcrawler
Closes #367 #1848
2013-05-11Core/SpellsShauren
* Removed area MiscValue check for spells with SPELL_EFFECT_BIND, it's purpose is only to be sent in packets, not determine real area player will be bound to. * Corrected guid sent in SMSG_PLAYERBOUND, it should be caster's guid, not player's * Also updated position for Teach: Death Gate Closes #9661
2013-05-11Core/GameObjects: SMSG_DESTRUCTIBLE_BUILDING_DAMAGE needs to be sent for ↵Shauren
destructible building heals as well
2013-05-11Core/Ticketsillusion
* Fixed .ticket complete command not marking tickets as completed * Fixed "Need more help" button functionality after ticket has been answered by a GM Closes #9383
2013-05-07Core/Players: Fixed deleting characters unlinked from accountsShauren
Closes #9764
2013-05-07Core/AuctionHouse: Fixed field type mismatches when saving auction to ↵Shauren
database (db fields are unsigned int) and prevent posting auctions with bids or buyouts over gold cap Closes #9762
2013-05-04Core/Players: Fixed tabard championing in normal modes of WotLK level 80 ↵Shauren
dungeons Closes #9227
2013-05-04DB/Creatures: update creature_text for Forgemaster Garfrost and add visual aurajoschiwald
Closes #9720
2013-05-04DB/Creatures: set immunities for some Raidbossesrazer025
Closes #4947 Closes #9674 Closes #9675
2013-05-02Core/Spells: Fix a logging message errorNay
2013-05-02Core/Spells: Fixed a silly typo in SpellInfo::_IsPositiveEffect.Warpten
Fixes some auras being displayed as debuffs while they should not. (Just see Invisibility #66) Ref. #7912
2013-05-01Core/PacketIO: Corrected structures of SMSG_PARTY_MEMBER_STATS and ↵Shauren
SMSG_PARTY_MEMBER_STATS_FULL, fixes weird pet behavior in groups (appearing as "Unknown", breaking combat logs) Closes #345
2013-04-30Core/Dependencies: Fix an issue with CMake not being able to determine the ↵click
language when linking gsoap Closes #9704
2013-04-30Core/Battlegrounds: Fixed a crash in queue loggingShauren
2013-04-29Core/Players: Fixed deleting characters, remove CharacterNameData only after ↵Shauren
the character is deleted, not before
2013-04-29Merge pull request #9698 from xjose93/CharRenameShauren
Core/Commands: Improve .character rename [name], now can force rename .character rename [name] [newName]
2013-04-29Core/Commands: Improve .character rename [name], now can force rename ↵xjose93
.character rename [name] [newName]
2013-04-29Merge pull request #9733 from xjose93/ImproveLog10Aokromes
Core/Logs: Add player guid into some logs
2013-04-29Core/Logs: Add player guid into some logs.xjose93
2013-04-29Merge pull request #9732 from xjose93/ImproveLog9Aokromes
Core/Logs: Add mapname at logging some info about loading bound instances