| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2013-05-18 | Reverted part of 60a88a08f5e85c1986aee49f9bfdbf8fa254f370 | Shauren | |
| All 8 bytes must be read from file to match output from vmap4extractor | |||
| 2013-05-18 | Core/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-18 | Reverted part of 8be181c7e60daf9833044da61b379c2136892c37 that was not ↵ | Shauren | |
| supposed to be pushed | |||
| 2013-05-18 | Buildsystem/MSVC: Fix a minor issue with /Zm heap allocation parameters not ↵ | click | |
| being used 32-bit environment | |||
| 2013-05-17 | Core/Build: Fixed the build | Subv | |
| 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-17 | Merge pull request #9815 from Ascathor/master | Nay | |
| Core: Add "GetRaceNameByID" and "GetClassNameByID" to get localized class and race string. | |||
| 2013-05-17 | Core/Vehicles: Fixed a crash that happened during seat changes searching for ↵ | Shauren | |
| a previous free seat Closes #9609 | |||
| 2013-05-17 | Core/Misc: Another batch of fixes for issues found by static analysis | Shauren | |
| 2013-05-17 | Core/Misc: Fixed a bunch of issues found by static analysis | Shauren | |
| 2013-05-17 | Core: 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-16 | Merge pull request #9814 from vlad852/master | Shauren | |
| Fix startup errors | |||
| 2013-05-16 | Fix startup errors. | Vlad | |
| 2013-05-16 | Core: Fix compiler warnings | Nay | |
| 2013-05-14 | Merge pull request #9800 from horn/yogg_saron | Shauren | |
| Scripts/Ulduar: Fix warnings | |||
| 2013-05-14 | Scripts/Ulduar: Fix warnings | horn | |
| 2013-05-14 | Merge pull request #9799 from xjose93/DamageGO | Shauren | |
| Core/Commands: Improve .damage command, now can damage destructible gameobjects => ".damage go <guid> <damage>" | |||
| 2013-05-14 | Core/Commands: Improve .damage command, now can damage destructible ↵ | xjose93 | |
| gameobjects => ".damage go <guid> <damage>" | |||
| 2013-05-14 | Merge pull request #9690 from horn/yogg_saron | Shauren | |
| Scripts/Ulduar: Yogg-Saron | |||
| 2013-05-14 | Scripts/Ulduar: Yogg-Saron | horn | |
| 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-13 | Core/Debugging: Marked assert functions as non returning | Shauren | |
| 2013-05-13 | Core: Fixed windows compile | Shauren | |
| 2013-05-13 | Core/Spells: Manually reverted 8dea73fc83ed00764e03c6ee3bb7c1ffa28527eb. | Warpten | |
| Will have a closer and better look later. | |||
| 2013-05-13 | Core/Logging: Performance-related tweaks to logging system | Spp | |
| All sLog->out* functions (except outCommand atm) are replaced with TC_LOG_* macros. Memleak fix | |||
| 2013-05-13 | Core: Declare some functions const and remove use of "using" directive in a ↵ | Spp | |
| couple of files | |||
| 2013-05-13 | Merge pull request #9790 from vlad852/master | Shauren | |
| spell_target_position - allow use effectIndex | |||
| 2013-05-13 | Allow use effectIndex in spell_target_position. | Vlad | |
| 2013-05-12 | DB/Quests: Fix: The Focus on the Beach, Atop the Woodlands, The End of the Line | Pitcrawler | |
| Closes #367 #1848 | |||
| 2013-05-11 | Core/Spells | Shauren | |
| * 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-11 | Core/GameObjects: SMSG_DESTRUCTIBLE_BUILDING_DAMAGE needs to be sent for ↵ | Shauren | |
| destructible building heals as well | |||
| 2013-05-11 | Core/Tickets | illusion | |
| * 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-07 | Core/Players: Fixed deleting characters unlinked from accounts | Shauren | |
| Closes #9764 | |||
| 2013-05-07 | Core/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-04 | Core/Players: Fixed tabard championing in normal modes of WotLK level 80 ↵ | Shauren | |
| dungeons Closes #9227 | |||
| 2013-05-04 | DB/Creatures: update creature_text for Forgemaster Garfrost and add visual aura | joschiwald | |
| Closes #9720 | |||
| 2013-05-04 | DB/Creatures: set immunities for some Raidbosses | razer025 | |
| Closes #4947 Closes #9674 Closes #9675 | |||
| 2013-05-02 | Core/Spells: Fix a logging message error | Nay | |
| 2013-05-02 | Core/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-01 | Core/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-30 | Core/Dependencies: Fix an issue with CMake not being able to determine the ↵ | click | |
| language when linking gsoap Closes #9704 | |||
| 2013-04-30 | Core/Battlegrounds: Fixed a crash in queue logging | Shauren | |
| 2013-04-29 | Core/Players: Fixed deleting characters, remove CharacterNameData only after ↵ | Shauren | |
| the character is deleted, not before | |||
| 2013-04-29 | Merge pull request #9698 from xjose93/CharRename | Shauren | |
| Core/Commands: Improve .character rename [name], now can force rename .character rename [name] [newName] | |||
| 2013-04-29 | Core/Commands: Improve .character rename [name], now can force rename ↵ | xjose93 | |
| .character rename [name] [newName] | |||
| 2013-04-29 | Merge pull request #9733 from xjose93/ImproveLog10 | Aokromes | |
| Core/Logs: Add player guid into some logs | |||
| 2013-04-29 | Core/Logs: Add player guid into some logs. | xjose93 | |
| 2013-04-29 | Merge pull request #9732 from xjose93/ImproveLog9 | Aokromes | |
| Core/Logs: Add mapname at logging some info about loading bound instances | |||
