Commit Graph
26231 Commits
Author SHA1 Message Date
DDuarte 39078a9fd9 Core/Packets: Fix writing WorldPackets::Duel::DuelCountdown 2015-04-02 20:59:57 +01:00
MitchesD 9ed21eb5b1 Core/SAI: fix typo 2015-04-02 21:27:27 +02:00
DDuarte 7c776ddadf Core/Packets: Fix writing WorldPackets::Duel::DuelRequested 2015-04-02 18:58:35 +01:00
xerkoss ae9f9f5de6 Core/Packets: Updated and enabled duel opcodes
Closes #14438
2015-04-02 18:44:27 +02:00
MitchesD 23b1c042ad Core/SmartScripts: added SMART_ACTION_SET_COUNTER and SMART_EVENT_COUNTER_SET
as per request of DB developers
2015-04-02 18:02:34 +02:00
Duarte Duarte 06b75d8fa7 Merge pull request #14486 from Gigi1237/MailPacket
Core/PacketIO: Enabled and updated Mail
2015-04-02 16:28:03 +01:00
Carbenium 16e749cdd0 Core/Unit: Fix crash introduced by 930a6af70a 2015-04-02 17:07:23 +02:00
MitchesD 5c1600b9ba Core/PacketIO: updated CMSG_LOOT_ROLL 2015-04-02 15:58:45 +02:00
Carbenium 930a6af70a Core/Unit: Implement SMSG_HEALTH_UPDATE 2015-04-02 02:36:12 +02:00
Rat 7d3eb20777 Fixed compile 2015-04-01 18:56:16 +02:00
Gigi1237 7301aca589 Core/PacketIO: Enabled and updated Mail 2015-04-01 18:45:21 +02:00
Shauren bbefb4a433 Core/Arenas: Removed arena team related opcodes and methods that were only used by them 2015-04-01 18:22:49 +02:00
Shauren a7f2171274 Core/PacketIO: Uncommented all switches on opcodes 2015-04-01 11:13:10 +02:00
Shauren 3da0f7e409 Core/Networking: Fixed deadlock in HandlePing if the client is about to be kicked for overspeed pings 2015-04-01 01:47:40 +02:00
Shauren 5389180778 Core/PacketIO: Updated all client opcode values 2015-04-01 01:44:10 +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
Rat e734146a6f Core/Quests: updated SMSG_QUEST_GIVER_QUEST_LIST_MESSAGE packet
- updated gossip window handling
2015-03-31 19:55:53 +02:00
Rat 2fcfae1806 Core/Commands: Added more npc info to debug phase command 2015-03-31 19:49:29 +02:00
Gacko 835163746c Fix warning 2015-03-30 21:15:43 +02:00
Rat 132c06751a Core/Spells: Reset talent specialization when using reset talents command 2015-03-30 20:16:27 +02:00
Rat cc07de1d87 Core/PacketIO: Tested and enabled some opcodes 2015-03-30 20:14:41 +02:00
Rat 718ba572ae Core/Quests: updated questlog offset 2015-03-30 16:44:50 +02:00
joschiwald 355928305a Core/Conditions: adjust logging code after recent phases changes 2015-03-30 16:08:48 +02:00
Shauren c791bc0454 Core/Entities: Regenerated UpdateField data for build 19802 2015-03-30 14:49:38 +02:00
Vincent-Michael a44363ded5 Core/PacketIO: Fix typo (thx @ExHunter) 2015-03-30 05:59:43 +02:00
Gacko db9173488f Fix warnings 2015-03-29 21:56:22 +02:00
Vincent-Michael 844efdfebc Core/PacketIO: Sync with wpp 2015-03-29 20:22:25 +02:00
Gacko 58b4af6108 Sync changes from 3.3.5 non-pch build fix.
1995dcab7674c9ebae6ab8577e276cf27afeed4d
2015-03-29 20:12:02 +02:00
Rat ec99b19199 Merge pull request #14389 from streetrat/6.x
Core/Phases: Added new phasing system
2015-03-29 19:31:28 +02:00
Rat 17bd724559 Core/Phases: phaseMask remove part 1 2015-03-29 19:25:13 +02:00
Rat dcd18eef2a Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.x 2015-03-29 17:56:49 +02:00
Rat 81df6b2ad2 Core/Phases: Defined default phaseID 2015-03-29 17:56:20 +02:00
Gacko 833d57fa27 Fix non-pch build 2015-03-29 16:50:40 +02:00
Shauren 4040631a7c Core/PacketIO: Fixed bad opcode name 2015-03-29 16:50:10 +02:00
Naios ed4722b6e6 CMake: Use source_groups to represent the source tree
* It let ide's (like vs) display the source tree.
* Disabled by default.
* Soft requirement is cmake >= 2.8.12 .
* Offers 2 modes: flat & hierarchical.
* For detailed description see #14471
* Thanks @click for help and advises.
* Closes #14471

(cherry picked from commit c386711972260aa7b877cdc8cb49d24576ce1902)

Conflicts:
	src/server/authserver/CMakeLists.txt
2015-03-29 16:13:22 +02:00
Rat 3d84ab74b0 Core/Phases: updated packet handling to new format 2015-03-29 15:36:56 +02:00
Naios 83bbe00785 Core/Database: Return an unknown error code instead of false (0) if mysql_init failed.
* Thanks @et65 for noticing.
* ref #14139
2015-03-29 15:03:32 +02:00
jackpoz 9ba60b52c5 Core/Misc: Revert a static analysis "fix"
Revert assertion check added in 5dfd07fa4f , the issue reported by Coverity is a false positive.
2015-03-29 14:28:59 +02:00
Naios 47410157b1 Core/Database: Fix a mistake in 54ee526724
* Also use proper errno instead of 0 when reconnecting.
* Thanks @et65 for reporting
* ref #14139
2015-03-29 14:25:10 +02:00
Rat 3660c3a37f Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into 6.x
Conflicts:
	src/server/game/Handlers/MiscHandler.cpp
	src/server/game/Server/Protocol/Opcodes.cpp
2015-03-29 11:25:48 +02:00
Vincent-Michael c26dbb786a Core/Enum: Update ResponseCodes for 6.1.2 2015-03-29 06:12:23 +02:00
Vincent-Michael 61ffd31078 Core/PacketIO: Enable some char opcodes 2015-03-29 03:47:26 +02:00
Vincent-Michael dc67c9c801 Core/PacketIO: Fix warning 2015-03-29 03:28:29 +02:00
Vincent-Michael 3214665952 Core/PacketIO: Enable who/whois opcodes for 6.1.2 2015-03-29 03:23:12 +02:00
Vincent-Michael f5257631ee Core/PacketIO: Fix typo (thx @xerkoss) 2015-03-29 03:01:16 +02:00
Shauren 429b8bb2a5 Core/PacketIO: Added 1 more server opcode 2015-03-29 01:59:11 +01:00
Vincent-Michael cf3df0a396 Core/PacketIO: Enabled some others and channel opcodes for 6.1.2 2015-03-29 00:45:26 +01:00
Rushor e2c393673d DB/Quest: Calming the Kodo (Desolace) 2015-03-29 00:18:36 +01:00
Rushor 2add8bb8d0 DB/Quest: Get Me Out of Here! (Desolace) 2015-03-28 22:55:58 +01:00
Rushor 28209a853e DB/Creature: Twilight Element Warden + Conflagration
* Add two visuals for Blackrock Cavern
2015-03-28 22:26:05 +01:00