Commit Graph

17547 Commits

Author SHA1 Message Date
click
db302c28c2 Core: Move some more INFO-level logentries to DEBUG 2015-03-08 05:18:51 +01:00
MitchesD
999a5ffa64 Merge pull request #14012 from Rushor/Arca
Scripts/Arcatraz: Harbinger Skyriss Adds - Remove Unattackable Flag on Spawn
2015-03-07 17:53:38 +01:00
D4R4
ceea37c9e3 Scripts/The Lich King: Defile should not grow when player grabbed by Val'kyr is moves across
Closes #14131
2015-03-07 17:46:43 +01:00
joschiwald
31ee86e6ba Fixed typo in dea095a84b 2015-03-07 17:44:13 +01:00
MitchesD
5009d67f0c Scripts/Nexus: commanders converted from SAI to C++ 2015-03-07 11:38:10 +01:00
Aokromes
61c150a293 Merge pull request #14303 from danlapps/3.3.5
remove king jotum vehicule of code as per Killyana request
2015-03-07 09:26:36 +01:00
Lapps
25c7fbc887 fix build 2015-03-06 23:23:23 -05:00
joschiwald
dea095a84b Scripts/Rotface: moved mutated infection removal handling to spellscripts to fix an startup error
(cherry picked from commit 1dc60e8717)
2015-03-07 03:36:39 +01:00
Lapps
8659b0176c remove king jotum vehicule of code as per Killyana request 2015-03-06 19:55:26 -05:00
jackpoz
5e7d4a44e0 Core/PacketLog: Avoid unneeded calls with disabled packet logs
Avoid calling GetOpcodeNameForLogging() when packet logs are disabled.
2015-03-03 23:09:42 +01:00
jackpoz
43f74fd8cf Shared/Logs: Add support to .server set loglevel command after 003d67708b
Update the lowest log level when using ".server set loglevel" command.
2015-03-03 21:11:08 +01:00
jackpoz
003d67708b Shared/Logs: Improve log performances
Improve Log::ShouldLog() performances by saving the lowest log level across all loggers and discarding any log with lower level than that.
2015-03-02 22:32:36 +01:00
jackpoz
49ececf038 Core/Player: Optimize Player::HaveAtClient() performance
Change m_clientGUIDs from std::set to std::unordered_set to reduce by 2.7x times the cpu usage in Player::HaveAtClient()
2015-03-01 18:40:46 +01:00
Shauren
e52b46abba Core/Crypto: Fixed output of BigNumber::AsByteArray when generated array is shorter than requested size 2015-03-01 14:16:16 +01:00
jackpoz
3035a4218b Core/Collision: Fix crash when loading invalid vmap data
Fix array overflow when loading Models from vmap tiles with wrong/outdated/bad data.
Try extracting again vmaps if you see this error.
Closes #14255
2015-02-27 22:56:29 +01:00
jackpoz
fd844e3d7e Core/CrashHandler: Fix char[] without '\0' handling
Fix char[] without a NULL character '\0' in the array reading over the char[] bounds
2015-02-27 21:31:30 +01:00
Intel
b911356bad Core/Networking: Fixed IOCP define for linux
(cherry-picked from commit 518c744336)
2015-02-25 23:30:54 +00:00
Shauren
869bc4e0f7 Buildsystem/Genrev: Fixed revision generator not reading existing cmake cache variables 2015-02-24 18:51:46 +01:00
joschiwald
61ba5e4f34 Core/Achievements: pick more changes from 4.3.4/6.x branch, required after abee9046a6 2015-02-23 01:22:41 +01:00
Duarte Duarte
2fe8885463 Core/Spells: Fix a float division issue in EffectLeapBack
Ref Coverity CID 1227511

(cherry picked from commit 709275eecb)

Conflicts:
	src/server/game/Spells/SpellEffects.cpp
2015-02-22 06:10:16 +00:00
Duarte Duarte
958999ff5c Core/Server: Catch exceptions in int main()
The exceptions is rethrown on debug mode.

Ref Coverity CID 1010213, 1022574, 1227501, 1227502,
1227503, 1227504, 1227505, 1254536 and 1254612

(cherry picked from commit e68ca82d4d)

Conflicts:
	src/server/bnetserver/Main.cpp
2015-02-22 06:09:01 +00:00
Duarte Duarte
a6505dd46a Merge pull request #14103 from Epicurus4/6.x
Added a player searcher
(cherry picked from commit b7052d2ed7)
2015-02-22 05:51:26 +00:00
click
cffef1e80d Core/Log: Move a few PetHandler INFO-notifications over to DEBUG-level 2015-02-22 01:28:47 +01:00
click
8c8ca2ab8d Core/Log: Change periodic spell notificiations to DEBUG-level and set it as a unique logging-mechanism named "spell.periodic" 2015-02-22 01:20:26 +01:00
joschiwald
abee9046a6 Core/Achievements: check db criteria data for all achievements 2015-02-21 21:24:10 +01:00
click
4999864c4a Core/Logs: Throw a little more sensible textoutput when missing maps/vmaps (the old text was a tad confusing mixing maps and vmaps etc). 2015-02-21 20:27:05 +01:00
jackpoz
b89f3be8d5 Core/Config: Force SaveRespawnTimeImmediately config to Enabled
Force SaveRespawnTimeImmediately config to Enabled to avoid assertions triggered at runtime when Disabled. It will be possible to Disable this config again only when all issues will be fixed.
2015-02-20 22:44:04 +01:00
MitchesD
c5a29004f3 Core/Movement: Clarify log meaning
(cherry picked from commit 6ff1764084)
2015-02-20 14:35:24 +01:00
MitchesD
f6656d7536 Merge pull request #14117 from Rushor/Zuramat
Scripts/Violet Hold: Zuramat the Obliterator - Improve Summonbehaviour of Void Sentry
2015-02-20 13:55:18 +01:00
Rushor
f06b77dcb3 Scripts/Violet Hold: Zuramat the Obliterator - Improve Summonbehaviour of Void Sentry
closes #12175
2015-02-18 20:25:30 +01:00
MitchesD
3bb0abcd52 Merge pull request #14111 from Rushor/Volkhan
Scripts/HallsOfLightning: Boss Volkhan - Add OOC Forgecast
2015-02-18 20:12:07 +01:00
MitchesD
2a405b94e7 Merge pull request #14053 from Rushor/Melli
Scripts/Arcatraz: Warden Mellichar - Set summoned Units in Combat
2015-02-18 18:12:12 +01:00
jackpoz
dcb500388c Core/LFG: Fix assertion triggered
Fix assertion triggered since 9582b32d22
2015-02-17 19:51:55 +01:00
Nyeriah
85105ac87b Scripts/BlackTemple: Shade of Akama
* Updated to BossAI
* Solved issue with door not closing when event starts
* Solved issue with gossip flag being reset after event is done
* Misc code clean ups

Updates #10430
2015-02-17 15:35:53 -02:00
Rushor
cfc5fb29b6 DB/Misc: Fix a few startup errors from recent Updates 2015-02-15 23:11:33 +01:00
Aokromes
8fbfe677db Merge pull request #14156 from Rushor/robot
Scripts/The Barrens: Add missing Text for Q: 'The Escape'
2015-02-15 14:34:40 +01:00
jackpoz
9582b32d22 Core/LFG: Fix LFG issue when player was teleporting
Fix a LFG issue that would kick a player out of a just-formed LFG party if player was being teleported.
Fix a log warning "Player: GUID Full: 0x0000000000000001 Type: Player Low: 1 not ingame while retrieving his LockedDungeons" if player was being teleported.

Refers to #14039 , #10191
2015-02-15 14:22:01 +01:00
Rushor
8904a94856 Scripts/The Barrens: Add missing Text for 'The Escape'
closes #12259
2015-02-15 14:17:56 +01:00
MitchesD
89a7026898 Merge pull request #13989 from Rushor/Leaves
Scripts/Areatrigger: Assign Script to 'Ancient Leaves' Trigger
2015-02-15 12:21:35 +01:00
Dr-J
77bed4c4bb Remove CPP script for Blueleaf tubers 2015-02-14 20:13:32 +00:00
jackpoz
2eee1b349f Core/AHBot: Fix AHBot bidding and correct logged AH type
Correct AuctionHouseType definition to log the right AH type.
Handle auctions without bidder but with a bid as bought by the AH Bot
Closes #14124
2015-02-13 23:39:58 +01:00
joschiwald
2478bbcdb8 Merge pull request #14144 from Rushor/ZulAman
Scripts/ZulAman: Enable Script for Gazakroth
2015-02-13 22:37:30 +01:00
Rushor
ca60ae6d19 Scripts/ZulAman: Enable Script for Gazakroth
*removes one more startuperror from #13707
2015-02-13 22:22:22 +01:00
joschiwald
6dfc35d13c Scripts/FoS: improved bronjahm encounter, thanks @Grimton1337, @tkrokli
Closes #14130
2015-02-13 21:15:30 +01:00
Aokromes
e9263d9f71 Merge pull request #14138 from Rushor/mulgore
Scripts/Kalimdor: Remove Mulgorescripts
2015-02-13 14:06:48 +01:00
Rushor
87f40a5ad3 Scripts/Kalimdor: Remove Mulgorescripts 2015-02-13 14:04:19 +01:00
Aokromes
c21a600478 Delete zone_mulgore.cpp 2015-02-13 13:54:45 +01:00
Nyeriah
69d016d0fe Scripts/ForgeOfSouls: Fix an indentation issue on Bronham's script 2015-02-13 03:28:44 -02:00
Aokromes
11f41d9461 Merge pull request #14129 from Rushor/Ghost
Scripts/Mulgore: The Plains Vision - Move Corescript to SAI
2015-02-13 03:01:23 +01:00
Rushor
adfd8a6172 Scripts/Mulgore: The Plains Vision - Move Corescrript to SAI 2015-02-12 23:42:43 +01:00