Nay
7c18bbb95f
Merge pull request #9815 from Ascathor/master
...
Core: Add "GetRaceNameByID" and "GetClassNameByID" to get localized class and race string.
2013-05-17 17:52:35 -07:00
Shauren
6d0b14d5f5
Core/Vehicles: Fixed a crash that happened during seat changes searching for a previous free seat
...
Closes #9609
2013-05-17 22:25:47 +02:00
Shauren
7d46703413
Core/Misc: Another batch of fixes for issues found by static analysis
2013-05-17 21:30:02 +02:00
Shauren
8be181c7e6
Core/Misc: Fixed a bunch of issues found by static analysis
2013-05-17 20:39:53 +02:00
Ascathor
baa1874f57
Core: Add "GetRaceNameByID" and "GetClassNameByID" to get localized class and race names.
...
Core: Add "GetRaceNameByID" and "GetClassNameByID" to get localized class and race names.
2013-05-17 18:27:09 +02:00
Shauren
4f43584af8
Merge pull request #9814 from vlad852/master
...
Fix startup errors
2013-05-16 14:08:33 -07:00
Vlad
e823f8d1f7
Fix startup errors.
2013-05-16 23:44:01 +03:00
Nay
60dae46462
Core: Fix compiler warnings
2013-05-16 01:10:53 +01:00
Shauren
e0c8020a21
Merge pull request #9800 from horn/yogg_saron
...
Scripts/Ulduar: Fix warnings
2013-05-14 09:33:37 -07:00
horn
cd8e6d12fd
Scripts/Ulduar: Fix warnings
2013-05-14 18:25:58 +02:00
Shauren
823924c061
Merge pull request #9799 from xjose93/DamageGO
...
Core/Commands: Improve .damage command, now can damage destructible gameobjects => ".damage go <guid> <damage>"
2013-05-14 09:09:07 -07:00
xjose93
e858057eff
Core/Commands: Improve .damage command, now can damage destructible gameobjects => ".damage go <guid> <damage>"
2013-05-14 18:07:13 +02:00
Shauren
4c2e4661c8
Merge pull request #9690 from horn/yogg_saron
...
Scripts/Ulduar: Yogg-Saron
2013-05-14 08:57:27 -07:00
horn
0a0698b1d4
Scripts/Ulduar: Yogg-Saron
...
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-14 17:52:37 +02:00
Shauren
8e1601e202
Core/Debugging: Marked assert functions as non returning
2013-05-13 18:12:01 +02:00
Shauren
86d846e627
Core: Fixed windows compile
2013-05-13 18:10:20 +02:00
Warpten
6bc144a328
Core/Spells: Manually reverted 8dea73fc83.
...
Will have a closer and better look later.
2013-05-13 18:00:15 +02:00
Spp
d1677b2db0
Core/Logging: Performance-related tweaks to logging system
...
All sLog->out* functions (except outCommand atm) are replaced with TC_LOG_* macros.
Memleak fix
2013-05-13 15:07:36 +02:00
Spp
243c325ca4
Core: Declare some functions const and remove use of "using" directive in a couple of files
2013-05-13 15:04:05 +02:00
Shauren
e5928e13d7
Merge pull request #9790 from vlad852/master
...
spell_target_position - allow use effectIndex
2013-05-13 05:55:43 -07:00
Vlad
78195b3c54
Allow use effectIndex in spell_target_position.
2013-05-13 11:30:48 +03:00
Pitcrawler
16074667c0
DB/Quests: Fix: The Focus on the Beach, Atop the Woodlands, The End of the Line
...
Closes #367 #1848
2013-05-12 14:08:42 +02:00
Shauren
e2f8abd48d
Core/Spells
...
* 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 12:16:36 +02:00
Shauren
1fbe054bd5
Core/GameObjects: SMSG_DESTRUCTIBLE_BUILDING_DAMAGE needs to be sent for destructible building heals as well
2013-05-11 11:40:12 +02:00
illusion
f4b83273ec
Core/Tickets
...
* 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-11 11:19:57 +02:00
Shauren
77d4acc776
Core/Players: Fixed deleting characters unlinked from accounts
...
Closes #9764
2013-05-07 19:55:16 +02:00
Shauren
27ceee92fb
Core/AuctionHouse: Fixed field type mismatches when saving auction to database (db fields are unsigned int) and prevent posting auctions with bids or buyouts over gold cap
...
Closes #9762
2013-05-07 18:47:36 +02:00
Shauren
45bae8d4b7
Core/Players: Fixed tabard championing in normal modes of WotLK level 80 dungeons
...
Closes #9227
2013-05-04 20:50:14 +02:00
joschiwald
80769a4366
DB/Creatures: update creature_text for Forgemaster Garfrost and add visual aura
...
Closes #9720
2013-05-04 10:43:26 +02:00
razer025
ef19606212
DB/Creatures: set immunities for some Raidbosses
...
Closes #4947
Closes #9674
Closes #9675
2013-05-04 10:41:44 +02:00
Nay
26efbacfab
Core/Spells: Fix a logging message error
2013-05-02 03:56:34 +02:00
Warpten
8dea73fc83
Core/Spells: Fixed a silly typo in SpellInfo::_IsPositiveEffect.
...
Fixes some auras being displayed as debuffs while they should not. (Just see Invisibility #66 )
Ref. #7912
2013-05-02 04:08:35 +03:00
Shauren
b1e8c42259
Core/PacketIO: Corrected structures of SMSG_PARTY_MEMBER_STATS and SMSG_PARTY_MEMBER_STATS_FULL, fixes weird pet behavior in groups (appearing as "Unknown", breaking combat logs)
...
Closes #345
2013-05-01 21:56:39 +02:00
click
18f1ceb567
Core/Dependencies: Fix an issue with CMake not being able to determine the language when linking gsoap
...
Closes #9704
2013-04-30 23:28:24 +02:00
Shauren
54749e6918
Core/Battlegrounds: Fixed a crash in queue logging
2013-04-30 11:10:39 +02:00
Shauren
2e1b1b8ceb
Core/Players: Fixed deleting characters, remove CharacterNameData only after the character is deleted, not before
2013-04-29 15:29:51 +02:00
Shauren
48dbccc352
Merge pull request #9698 from xjose93/CharRename
...
Core/Commands: Improve .character rename [name], now can force rename .character rename [name] [newName]
2013-04-29 03:21:25 -07:00
xjose93
f2b6b2f95e
Core/Commands: Improve .character rename [name], now can force rename .character rename [name] [newName]
2013-04-29 11:26:54 +02:00
Aokromes
c94d50236a
Merge pull request #9733 from xjose93/ImproveLog10
...
Core/Logs: Add player guid into some logs
2013-04-29 01:22:17 -07:00
xjose93
fc02b7f8a0
Core/Logs: Add player guid into some logs.
2013-04-29 10:15:35 +02:00
Aokromes
7a7004bd2b
Merge pull request #9732 from xjose93/ImproveLog9
...
Core/Logs: Add mapname at logging some info about loading bound instances
2013-04-29 00:25:03 -07:00
xjose93
c0b7755384
Core/Logs: Add mapname at logging some info about loading bound instances
2013-04-29 09:20:26 +02:00
Vincent_Michael
c33b811829
Core/Guild: Fix logic fail
2013-04-28 17:01:13 +02:00
blub
88c45875d6
Merge pull request #9730 from joschiwald/eventscriptloader
...
Core/ScriptLoader: load eventscripts
2013-04-28 06:59:25 -07:00
joschiwald
425f85c354
Core/ScriptLoader: load eventscripts
2013-04-28 15:57:44 +02:00
Subv
17c116a346
Merge pull request #9727 from Ascathor/master
...
Core/Player: CharDelete.Heroic.MinLevel as seperated unlink requirement for Heroic classes
2013-04-27 22:45:08 -07:00
Vincent_Michael
52a86950e1
SQL: Add missing renames for merge
2013-04-28 00:07:59 +02:00
Ascathor
1c2d617c18
Core/Player: CharDelete.Heroic.MinLevel as seperated unlink requirement for Heroic classes
...
Also added documentation for GetCharacterNameData
2013-04-28 00:04:55 +02:00
Vincent_Michael
7bead2d151
SQL: Fix file format and rename for merge
2013-04-27 23:46:29 +02:00
Aokromes
06e6d570ca
Merge pull request #9725 from xjose93/ImproveLog7
...
Core/Log: Add playerguid and mapnames when player still in world when its teleported
2013-04-27 11:00:11 -07:00