Commit Graph

16747 Commits

Author SHA1 Message Date
Nay
e8f08be901 Core/Items: Fix compile 2012-08-04 20:03:15 +01:00
LordJZ
880e708658 Tools: Proper default target build output
Ref #7022
2012-08-04 19:47:45 +01:00
Nay
c7c714eb38 Merge pull request #7267 from cyberbrest/pull5
[434][Item] remove support KeyRing Slots and CurrencyTokenSlots.
2012-08-04 11:40:42 -07:00
Nay
2207dd18c4 Merge pull request #7272 from cyberbrest/pull6
[434][PacketIO] castbar.
2012-08-04 11:39:44 -07:00
Subv
297aed81e2 Core/PacketIO: Enabled some more opcodes 2012-08-04 13:19:06 -05:00
Nay
da2db28cab Core/PacketIO: Add some (possible) missing FlushBits 2012-08-04 19:11:13 +01:00
Subv
fc318a2da7 Core/Protocol: Enabled CMSG_BUY_ITEM 2012-08-04 13:01:29 -05:00
Nay
45910ab638 Core/Chat: Fix unitialized lang variable (set to LANG_UNIVERSAL) when text type is emote, afk or dnd 2012-08-04 17:55:45 +01:00
kaelima
f5d19939bf Core/Guilds: Implemented some guild packets, some basic guild functions is working, though most are still WIP/TODO 2012-08-04 18:41:18 +02:00
Subv
d9da2e8e50 Core/Player: Use DBC data to set the correct amount of hp and mana based on player level and class 2012-08-04 11:33:49 -05:00
Nay
5518daa74b Core/Chat: Send addon prefix in addon messages
Correct structure of some CMSG_MESSAGECHAT_ADDON_x opcodes
Fix a compile error in HandleReforgeItemOpcode
2012-08-04 15:58:09 +01:00
cyberbrest
fb7015d0dc [PacketIO] castbar. 2012-08-04 13:21:37 +03:00
Subv
17e852d9b3 Items/Reforge: Partially implemented reforge, still ToDo: Apply real stat modifiers to the player 2012-08-03 20:48:47 -05:00
Nay
48db4b2b7d Core/PacketIO: Fix and enable SMSG_MESSAGECHAT
TODO: 	- Send addon prefix in this packet when language is Addon
	- Cleanup uses of SMSG_MESSAGECHAT (17 different "handlers" for it is not okay) (long term)
	- Missing a CMSG_MESSAGECHAT_ADDON_x or two
2012-08-04 01:39:18 +01:00
Nay
12307c7d06 Whitespace is the root of all evil 2012-08-03 22:39:34 +01:00
Nay
3577afcfaf Core/WorldSession: Bypass assigned handler restriction if .debug send opcode command is used 2012-08-03 22:39:34 +01:00
Nay
f53e724cfa Merge pull request #7264 from cyberbrest/pull4
[434][Misc]: Fix loading quest locales.
2012-08-03 12:55:44 -07:00
cyberbrest
b2f42fef44 [Item] remove support KeyRing Slots and CurrencyTokenSlots.
ToDo: on rewarding currency items no need create item, just set curency count.
2012-08-03 22:24:09 +03:00
Shauren
dfd7cc38ce Merge pull request #7265 from horn/4.3.4
Core/PacketIO: Enabled CMSG_GUILD_LEAVE, MSG_TABARDVENDOR_ACTIVATE and some petitions releated opcodes
2012-08-03 07:55:11 -07:00
horn
b0803d7e37 Core/PacketIO: Enabled CMSG_GUILD_LEAVE, MSG_TABARDVENDOR_ACTIVATE and some petitions releated opcodes 2012-08-03 16:49:27 +02:00
cyberbrest
891a31ef5c [Misc]: Fix loading quest locales. 2012-08-03 17:43:35 +03:00
Shauren
0344aa2cb3 Merge pull request #7245 from cyberbrest/pull3
Core/PacketIO: Fixed mistake in object create guid.
2012-08-02 15:12:55 -07:00
Nay
8f07d0cc52 Core/Loading: Fix some wrong sql types in ObjectMgr loading code 2012-08-02 23:02:41 +01:00
Kandera
1bad9d1f15 Core/PacketIO: enable cmsg_whois and smsg_whois 2012-08-02 17:29:47 -04:00
Kandera
f6f16d243c enable smsg_who 2012-08-02 17:22:51 -04:00
Kandera
048cfd754e Enable who opcode 2012-08-02 17:20:44 -04:00
Nay
6b666d77d9 Core/PacketIO: Update and enable handler for CMSG_GROUP_INVITE 2012-08-02 18:18:32 +01:00
Nay
2070039638 Core/DataStores: Add missing LoadDBCs
Thanks to Venugh for noticing
2012-08-02 12:40:59 +01:00
Nay
23ccadbe2a Remove a wrong copy paste comment (related to prev commit) 2012-08-02 01:20:36 +01:00
Nay
edee3732c5 Core/Transmog: Charge money for transmogrification 2012-08-02 01:16:45 +01:00
Nay
e909fd036b One last missed change to fix non PCH build 2012-08-02 00:30:22 +01:00
Nay
0b0501173f Core/Build: Fix non pch build (MSVC) 2012-08-01 23:37:51 +01:00
Shauren
b90bc1960f Core/PacketIO: Send better values for SMSG_FEATURE_SYSTEM_STATUS 2012-08-01 21:58:28 +02:00
Shauren
69bbe1fded Core/Items: Added loading and saving transmogrification. 2012-08-01 14:31:09 +02:00
cyberbrest
5f22d081aa [PacketIO] mistake in transport guid. 2012-08-01 12:04:16 +03:00
Nay
cecde87c32 Core/Misc: Basic implemention of Transmogrification
TODO: charge money and fix some quirks and bugs
Thanks to Shauren for finding item flags and proper validation
2012-08-01 02:46:32 +01:00
Nay
ac252899de Core/PacketIO:: Change status of CMSG_VIOLENCE_LEVEL to STATUS_AUTHED since it's now sent at the loading screen
We still don't do anything with that packet...
2012-08-01 02:43:47 +01:00
Nay
53ba7b8b14 Core/ByteBuffer: Fix a subscript out of range exception (in debug mode) when ReadString is used with length 0 2012-08-01 02:42:33 +01:00
Nay
ce1391840f Core/VS: Finally fix item swapping, correct a file name 2012-07-30 21:51:21 +01:00
Nay
940f655a3c Core/VS: Allow to store/retrive random stats items in void storage
Also set items to soulbound on withdraw
2012-07-30 18:34:39 +01:00
Nay
3df10d8273 Core/DBLayer: Fix a typo in void_storage table name 2012-07-30 16:41:48 +01:00
Nay
c24de2c6d8 Core: Implement Void Storage 2012-07-30 16:39:46 +01:00
Nay
195e0369cf Core/PacketIO: Fix structure of CMSG_SET_TRADE_ITEM
Thanks Subv and Shauren
2012-07-30 01:15:41 +01:00
Shauren
42ad1b8334 Core/Objects: Added missed changes, thanks cyberbrest for noticing
Closes #7224
2012-07-29 23:44:30 +02:00
Shauren
3b19f42da2 Core/PacketIO: Limited number of update fields sent to other players 2012-07-28 19:18:47 +02:00
Shauren
790ef5add5 Core/Channels: Updated channel join structure 2012-07-28 19:11:47 +02:00
Shauren
868c6e853b Core/PacketIO: Fixed CMSG_PING (and pong) 2012-07-26 18:36:26 +02:00
Shauren
8a98ae2d48 Core/PacketIO: Fixed SMSG_TRADE_STATUS_EXTENDED 2012-07-26 11:05:48 +02:00
Nay
f2c074d37e Core/PacketIO: Add a missing FlushBits to SendTradeStatus 2012-07-26 03:51:48 +01:00
Nay
ee2e4ba023 Core/PacketIO: Fix a silly copy paste error in SendTradeStatus 2012-07-26 03:31:46 +01:00