Commit Graph

25903 Commits

Author SHA1 Message Date
Shauren
e63872e1ee Core/DataStores: Updated dbc structures to 6.1 2015-03-04 12:17:06 +01:00
Shauren
0652b1072a Core/DataStores: Made prepared statement index argument for DB2Storage constructor required 2015-03-04 12:15:38 +01:00
Shauren
dd6ce022ee Tools/Map extractor: Updated dbc file list 2015-03-03 18:58:10 +01:00
Vincent-Michael
1ba9266045 Core/PacketIO: Sync with wpp and enable some opcodes 2015-03-04 17:43:16 +01:00
Epicurus4
7665c9ee55 Core/PacketIO: Sync with wpp 2015-03-01 16:21:15 -05:00
Epicurus4
75419fc2b1 Core/PacketIO: Sync with wpp 2015-03-01 12:33:34 -05:00
Vincent-Michael
15fd7b866b Core/PacketIO: Sync with wpp and enable some opcodes 2015-03-01 17:48:15 +01:00
Epicurus4
3b364bc580 Core/PacketIO: Sync with wpp 2015-03-01 10:30:32 -05:00
Vincent-Michael
ae8a7b0a5b Core/PacketIO: Sync with wpp and enable some opcodes 2015-03-01 14:24:19 +01:00
Vincent-Michael
e4797c4765 Core/PacketIO: Sync with wpp and enable some opcodes 2015-03-01 13:16:26 +01:00
Gacko
e98a098b51 Fix non pch build 2015-03-01 10:02:32 +01:00
Vincent-Michael
f09f4b49e6 Core/PacketIO: Sync with wpp and enable some opcodes 2015-03-01 05:58:16 +01:00
Vincent-Michael
efc77f455c Core/Spells: Update SpellCastResult for 6.1.0 2015-03-01 05:13:47 +01:00
Vincent-Michael
3ede65cc94 Core/PacketIO: Update SpellTargetData for 6.1.0 2015-03-01 04:50:17 +01:00
Vincent-Michael
36901e8c5c Core/Unit: Added missing update for UpdateFieldFlags 2015-03-01 03:36:35 +01:00
Vincent-Michael
2672a5cef6 Core/PacketIO: Update more opcodes for 6.1.0 2015-03-01 02:57:22 +01:00
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