Vincent-Michael
f94339271e
Core/Creatures:
...
- Renamed creature_template.exp_unk to RequiredExpansion
- Added creature_template.HealthScalingExpansion
- Added creature_template.VignetteID
2016-08-13 21:55:39 +02:00
Shauren
c74a1fcad0
Core/GameObjects: Renamed gameobject_template.unkInt32 to RequiredLevel
2016-08-01 16:14:35 +02:00
Shauren
0d9136f764
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legion
2016-07-10 00:37:33 +02:00
Shauren
a78aa3cf4e
Core/PacketIO: Refactored building SMSG_UPDATE_OBJECT to append directly to final buffer and removed UpdateMask class
2016-07-10 00:11:19 +02:00
Shauren
6226f04caf
Core/PacketIO: Updated query opcodes
2016-06-07 19:56:40 +02:00
Vincent-Michael
478cc756eb
Update copyright note for 2016
...
Happy new year (Again new year with idiots ...)
2016-01-01 00:34:25 +01:00
Shauren
cd27fd38b9
Core/Maps: Moved corpse management to map level
2015-09-28 17:20:27 +02:00
Vincent-Michael
8aa55a0b57
Core/Misc: Update game creature template locale in simple system
2015-08-01 11:58:14 +02:00
Vincent-Michael
2e586bc520
Core: Header cleanup in game/*/*.cpp
2015-07-25 20:18:42 +02:00
Shauren
a22e4e121a
Core/Misc: Fixing warnings detected by Visual Studio 2015 compiler
2015-07-21 00:33:36 +02:00
Vincent-Michael
f4536f3812
Core/Misc: Update game object template locale in simple system
2015-07-18 19:58:13 +02:00
Shauren
38f9821627
Core/PacketIO: Disabled SMSG_DB_REPLY
2015-07-05 01:09:35 +02:00
Vincent-Michael
d7a95a88c5
Core/PacketIO:
...
- Updated and enabled SMSG_DB_REPLY
- Enabled some movement opcodes
- Enabled SMSG_FEATURE_SYSTEM_STATUS / SMSG_FEATURE_SYSTEM_STATUS_GLUE_SCREEN
2015-07-05 01:03:01 +02:00
Carbenium
63d0a73598
Core/ObjectMgr: Add some constness
2015-06-30 16:38:07 +02:00
Shauren
1b5f6d44f0
Core/PacketIO: Updated and enabled CMSG_ITEM_TEXT_QUERY, SMSG_QUERY_ITEM_TEXT_RESPONSE, CMSG_CANCEL_TEMP_ENCHANTMENT
2015-05-01 00:20:41 +02:00
Shauren
7e5df6d504
Core/Logging: Removed a bunch of useless "received X" logs
2015-04-21 21:26:15 +02:00
Vincent-Michael
10be34303e
Core/PacketIO: Enabled some guild opcodes for 6.1.2
2015-04-12 02:51:17 +02:00
Vincent-Michael
95bb20d073
Core/PacketIO: Updated & enabled CMSG_QUERY_QUEST_COMPLETION_NPCS / SMSG_QUEST_COMPLETION_NPC_RESPONSE
2015-04-12 01:26:01 +02:00
Vincent-Michael
af62ebe765
Core: Fix warning
2015-04-11 19:50:41 +02:00
Vincent-Michael
9e2e8a7eeb
Core/PacketIO: Fix SMSG_QUERY_PAGE_TEXT_RESPONSE
2015-04-11 19:36:46 +02:00
Vincent-Michael
cb2bb1c1ee
Core/Misc: Update page text locale to simple system
2015-04-11 05:24:06 +02:00
Vincent-Michael
22e230ecec
Core/Misc:
...
- Drop locales_npc_text
- Update npc_text for WoD
- Implemented Quest Greeting
- Sync auth database
2015-04-11 03:26:36 +02:00
Shauren
38def5969a
Warning fixes
2015-04-10 17:54:45 +02:00
Shauren
3e063be399
Core/PacketIO: Reimplemented SMSG_SET_FORCED_REACTIONS as a response to client request instead of sending it automatically during map change
2015-04-09 00:05:31 +02:00
Rat
e248d5a406
Core/DataBase: implemented creature_questitem and gameobject_questitem tables
2015-04-06 19:49:39 +02:00
Vincent-Michael
7b34fd4b43
Core: Fix warnings
2015-04-05 06:37:26 +02:00
Vincent-Michael
4359c4c758
Core/PacketIO: Updated and enabled CMSG_QUEST_POI_QUERY / SMSG_QUEST_POI_QUERY_RESPONSE
2015-04-05 05:54:53 +02:00
Rat
ca9781f94e
Core/Handlers: prevent sending empty packet in npc text query if no BroadcastTextID is set in db, to prevent wrong client caching. writes error instead
2015-03-31 20:24:10 +02:00
Shauren
5c4fd7ac4f
Core/DataStores: Added tables for all loaded DB2 stores
2015-02-22 10:29:12 +01:00
Duarte Duarte
17361275c5
Core/Packets: Update multiple opcode names and values (sync with WPP)
2015-02-16 17:47:30 +00:00
joschiwald
be6b1f5251
Core/Packets:
...
- updated who packets
- fixed typos from previous commits
2015-02-05 20:18:32 +01:00
Shauren
0ceb8003ee
Core/PacketIO: Implemented CMSG_QUERY_TIME/SMSG_QUERY_TIME_RESPONSE
2015-01-19 18:24:03 +01:00
Nayd
08a98c6237
Line ending fix, sorry.
2015-01-19 00:07:10 +00:00
Mogadischu
c2722959a9
Core/PacketIO: Updated corpse related packet structures
2015-01-15 02:25:19 +01:00
Vincent-Michael
ab90f74486
Update copyright note for 2015
...
Happy new year
2015-01-01 00:28:09 +01:00
joschiwald
9ecc578cb1
Core/Scripts: multiple changes
...
- fixed non pch build
- fixed some warnings
- fixed some coverity issues
- some random things here and there
2014-12-29 01:00:16 +01:00
Vincent-Michael
5c3762e1ee
Core/Packets: Fix SMSG_GAMEOBJECT_QUERY_RESPONSE data size calculation
2014-12-28 20:47:06 +01:00
Golrag
8fec200670
Core/Opcodes:
...
Added Structure for:
* CMSG_GAMEOBJECT_QUERY
* CMSG_GAMEOBJ_REPORT_USE
* CMSG_GAMEOBJ_USE
* SMSG_GAMEOBJECT_QUERY_RESPONSE
Closes #13791
2014-12-28 16:01:53 +00:00
Shauren
3c3b42362f
Core/DataStores: Added DB2Manager
...
* Moved DB2 helpers to new class
* Moved hotfix data to hotfixes database and core management functions to DB2Manager class
* Updated HotfixNotifyBlob packet
2014-12-26 01:38:40 +01:00
joschiwald
b68b6417f6
Core: fixed few coverity issues and warnings
2014-12-07 01:24:00 +01:00
Intel
60de2169a9
Core/Packets: Fixed Item.db2 and Item-sparse.db2 query replies
2014-11-27 13:45:05 +02:00
Intel
d1c21a03b8
Core/Packets: Added the following packets:
...
CMSG_BANKER_ACTIVATE
CMSG_BINDER_ACTIVATE
CMSG_GOSSIP_HELLO
CMSG_LIST_INVENTORY
CMSG_TRAINER_LIST
SMSG_GOSSIP_MESSAGE
SMSG_LIST_INVENTORY
CMSG_NPC_TEXT_QUERY
SMSG_NPC_TEXT_UPDATE
Implemented CMSG_DB_QUERY_BULK and SMSG_DB_REPLY and removed unused CMSG_REQUEST_HOTFIX
2014-11-24 21:39:56 +02:00
Intel
cd9be92395
Core/Packets: Added CMSG_PAGE_TEXT_QUERY and SMSG_PAGE_TEXT_QUERY_RESPONSE
...
Moved QueryPlayerName to QueryPackets
2014-11-15 17:40:04 +02:00
Intel
b08b54c8bb
Core/Packets: CMSG_CREATURE_QUERY and SMSG_CREATURE_QUERY_RESPONSE handler
2014-11-14 01:55:29 +00:00
joschiwald
620f23d9dc
Core/World: hold deleted characters in character store
2014-11-12 19:16:14 +01:00
Rat
ac0ff1fc9b
Merge branch 'dbc' of https://github.com/Intel/TrinityCore into Intel-dbc
...
Conflicts:
src/server/game/DataStores/DBCStores.cpp
src/server/game/DataStores/DBCStructure.h
src/server/game/Events/GameEventMgr.cpp
2014-11-10 15:18:01 +01:00
DDuarte
78a3d21e38
Fix build
2014-11-10 07:46:15 +00:00
DDuarte
ec60d64498
Core/Packets: SMSG_NAME_QUERY_RESPONSE (PlayerNameResponse) handler
2014-11-10 06:44:43 +00:00
DDuarte
ec7923c2e6
Core/Packets: CMSG_NAME_QUERY (QueryPlayerName) handler
2014-11-10 05:53:05 +00:00
Intel
4123e27a66
Core/DataStores: Fixed name consistency and improved coords handling
2014-11-07 13:53:25 +02:00