Vincent-Michael
00ee96bd18
SQL: Remove fail
2015-03-01 02:26:13 +01:00
Vincent-Michael
369b08b68d
Core/Misc: Update base stuff for V6.1.0 build 19702
2015-03-01 02:24:59 +01:00
Shauren
4282ec57f3
Core/DataStores: Fixed out of bounds array access in DBStorageIterator
2015-02-25 16:13:58 +01:00
Shauren
aa3b05c312
Core/PacketIO: Removed timezone adjustments from ReadPackedTime - player's session timezone offset should be used there, not server offset
2015-02-24 01:14:23 +01:00
Shauren
6755d3223c
Build warning fixes: field will be initialized after ...
2015-02-24 00:35:46 +01:00
Shauren
bbb2000fea
Build fix
2015-02-24 00:32:01 +01:00
Duarte Duarte
8a2f8df8ce
Merge pull request #14236 from Golrag/Notification1
...
Core/Packets: SMSG_NOTIFICATION
2015-02-23 21:47:37 +00:00
Shauren
3fcea2e9d4
Core/PacketIO: Handle ConnectToFailed and allow the client to reconnect up to 5 times before aborting login to world
...
Closes #14214
2015-02-23 22:35:26 +01:00
Golrag
78c7094b01
Core/Packets: SMSG_NOTIFICATION
2015-02-23 22:25:16 +01:00
Shauren
880be1bc63
Core/Cosmetic: Use DEFINE_HANDLER to mark implemented packets processed directly in WorldSocket
2015-02-23 19:35:52 +01:00
Duarte Duarte
d512512e0f
Merge pull request #14234 from Golrag/Exploration
...
Core/Packets: SMSG_EXPLORATION_EXPERIENCE
2015-02-23 17:09:38 +00:00
Shauren
4669f94018
Buildsystem/Genrev: Fixed revision generator not reading existing cmake cache variables
2015-02-22 20:51:25 +01:00
Golrag
573b59c46c
Core/Packets: SMSG_EXPLORATION_EXPERIENCE
2015-02-22 18:23:26 +01:00
Shauren
e81eb1192a
Core/Database: Removed locales_item from world database (use item_sparse_locale in hotfixes database)
2015-02-22 17:18:19 +01:00
Duarte Duarte
850b8ea8ed
Core/Packets: Fix a typo in WriteCreateObjectSplineDataBlock
2015-02-22 16:13:41 +00:00
Duarte Duarte
33535f7a1d
Merge pull request #14226 from Golrag/MirrorTimer
...
Core/Packets: SMSG_START_MIRROR_TIMER & SMSG_STOP_MIRROR_TIMER & SMSG_PAUSE_MIRROR_TIMER
2015-02-22 14:50:41 +00:00
Golrag
79bbca0bbf
Core/Packets:
...
* SMSG_START_MIRROR_TIMER
* SMSG_STOP_MIRROR_TIMER
* SMSG_PAUSE_MIRROR_TIMER -- not used
2015-02-22 13:25:03 +01:00
Shauren
9fa57479ca
DB: Dropped unused tables
2015-02-22 12:44:44 +01:00
Shauren
40b6736f69
Core/DataStores: Added iterator class for DBCStorage and DB2Storage
2015-02-22 12:44:24 +01:00
Shauren
8214a14ef8
Build fix
2015-02-22 12:16:24 +01:00
Shauren
5c4fd7ac4f
Core/DataStores: Added tables for all loaded DB2 stores
2015-02-22 10:29:12 +01:00
jackpoz
e36fb12359
Shared/Database: Improve dead-lock error handling
...
Improve dead-lock error handling by making sure only 1 thread at time retries to execute a transaction so they don't keep dead-locking each other.
(cherry picked from commit 62001360dd )
2015-02-22 06:21:13 +00:00
jackpoz
a7c8caf2ef
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
(cherry picked from commit 2eee1b349f )
Conflicts:
src/server/game/AuctionHouse/AuctionHouseMgr.cpp
2015-02-22 06:21:02 +00:00
jackpoz
6d27bed2e1
Core/LFG: Fix assertion triggered
...
Fix assertion triggered since 9582b32d22
(cherry picked from commit dcb500388c )
2015-02-22 06:19:48 +00:00
jackpoz
111e9ebaa7
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
(cherry picked from commit 9582b32d22 )
2015-02-22 06:19:39 +00:00
jackpoz
c6990e65bd
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.
(cherry picked from commit b89f3be8d5 )
2015-02-22 06:19:16 +00:00
click
b05caa738a
Core/Log: Move a few PetHandler INFO-notifications over to DEBUG-level
...
(cherry picked from commit cffef1e80d )
Conflicts:
src/server/game/Handlers/PetHandler.cpp
2015-02-22 06:18:55 +00:00
click
b02f14e5ac
Core/Log: Change periodic spell notificiations to DEBUG-level and set it as a unique logging-mechanism named "spell.periodic"
...
(cherry picked from commit 8c8ca2ab8d )
Conflicts:
src/server/game/Spells/Auras/SpellAuraEffects.cpp
2015-02-22 06:18:10 +00:00
click
324c5fd7b7
Core/Logs: Throw a little more sensible textoutput when missing maps/vmaps (the old text was a tad confusing mixing maps and vmaps etc).
...
(cherry picked from commit 4999864c4a )
2015-02-22 06:12:47 +00:00
Duarte Duarte
b7052d2ed7
Merge pull request #14103 from Epicurus4/6.x
...
Added a player searcher
2015-02-22 05:49:39 +00:00
Duarte Duarte
8ff752afa0
Merge pull request #14167 from Golrag/WorldStates
...
Core/Opcodes: SMSG_INIT_WORLD_STATES
2015-02-22 05:48:13 +00:00
Duarte Duarte
3695ba18aa
Core/Packets: Re-order DEFINE_SERVER_OPCODE_HANDLER calls and remove a duplicated one
2015-02-22 05:41:41 +00:00
Duarte Duarte
abfeb89094
Dep/CascLib: Update to 4235e5f203
2015-02-22 05:38:27 +00:00
Shauren
ea9eccae85
Core/Spells: Restored totem category check
...
Revert "Core/Totems: In cata totem items are no longer needed"
This reverts commit 45e0cae7be
2015-02-21 16:58:09 +01:00
jackpoz
d2396fb897
Core/Misc: Fix static analysis issues
...
Fix some static analysis issues reported by Coverity
2015-02-21 14:53:17 +01:00
Shauren
68fceee10e
Core/Spells: Removed leftovers of old cooldown handling
...
* Use ItemEffect.db2 data directly instead of copying it to another structure
2015-02-21 13:08:33 +01:00
MitchesD
6ff1764084
Core/Movement: Clarify log meaning
2015-02-20 14:31:50 +01:00
Rushor
b5458f9d76
Scripts/Violet Hold: Zuramat the Obliterator - Improve Summonbehaviour of Void Sentry
...
closes #12175
(cherry picked from commit f06b77dcb3 )
2015-02-20 14:15:39 +01:00
Aokromes
eb910d7d6e
DB/Misc: Golden Lotus On Kill Reputation
...
By AriDEV, closes #14158
2015-02-20 12:23:05 +01:00
Aokromes
051ff97721
DB/Quest: GO MoP queststarters
...
By AriDEV, closes #14159
2015-02-20 12:20:26 +01:00
Shauren
474d299b0e
Core/Auras: Implemented using Mount.db2 for selecting mount display id
2015-02-19 22:25:59 +01:00
joschiwald
1cb513295b
Merge pull request #14179 from Aaron126/6.x
...
Core/Misc: Correct some wrong integer types in DB query results
2015-02-19 17:12:18 +01:00
Aaron126
287165d254
Core/Misc: Correct some wrong integer types in DB query results
...
Fixes errors when running a worldserver compiled using WITH_COREDEBUG cmake option
2015-02-19 10:03:36 -06:00
leak
f9e5f216b7
CMake: Allow specifying the mysql location by environment variable.
2015-02-19 10:23:37 +01:00
Duarte Duarte
fc847f48c8
Contrib: Update merge_updates batch files with hotfixes db
2015-02-19 00:09:19 +00:00
Rushor
809c125881
Scripts/HallsOfLightning: Boss Volkhan - Add OOC Forgecast
...
closes #14066
(cherry picked from commit dc87cc69a1 )
2015-02-18 20:18:39 +01:00
Rushor
93236fdda4
Scripts/Arcatraz: Warden Mellichar - Set summoned Units in Combat
...
(cherry picked from commit 1e90b096ca )
2015-02-18 18:15:36 +01:00
joschiwald
2d40d3678d
Core/Packets: fixed crash on SMSG_ATTACKSTOP and fixed init of ItemInstance
2015-02-17 21:08:28 +01:00
joschiwald
d56d318c7f
Core/Spells: fixed mem leak
2015-02-17 21:00:15 +01:00
Nyeriah
9a2c1a9a48
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
(cherry picked from commit 85105ac87b )
2015-02-17 15:41:14 -02:00