Commit Graph

1405 Commits

Author SHA1 Message Date
Aokromes
b84c81faa4 More missing parts 2017-01-24 11:45:43 +01:00
Aokromes
2faf9a3eea more missing part 2017-01-23 19:19:48 +01:00
Aokromes
fa14d52747 More missing part 2017-01-23 19:16:11 +01:00
Aokromes
837dfd60eb Missing part 2017-01-23 19:09:53 +01:00
Aokromes
e504d0ed77 Core/Opcodes: Enable more opcodes
By ArkCORE
2017-01-23 18:56:15 +01:00
Aokromes
60316cb5cf Core/Opcodes: Enable more opcodes 2017-01-23 18:45:56 +01:00
Aokromes
fdcf8c636b Core/Opcodes: Enable more opcodes
By ArkCORE.
2017-01-23 18:31:44 +01:00
Aokromes
b27083d957 Core/Opcode: Implement CMSG_SET_CURRENCY_FLAGS
By ArkCORE
2017-01-23 18:18:53 +01:00
Aokromes
3736cc5963 Core/Opcodes: Implement CMSG_BATTLEFIELD_MGR_QUEUE_REQUEST
By ArcCORE.
2017-01-21 18:08:52 +01:00
Aokromes
719a317a67 Update copyright note for 2017 2017-01-02 07:26:38 +01:00
Aokromes
acdf0f3427 missing part 2016-12-29 05:30:28 +01:00
Aokromes
637ab1a56c Core/Opcodes: Enable another opcode 2016-12-29 04:57:27 +01:00
Aokromes
32b780bffd Core/Opcodes: Enable more opcodes 2016-09-23 01:41:44 +02:00
Aokromes
93561da63c Core/Opcodes: Enable more opcodes 2016-09-23 01:38:55 +02:00
Aokromes
47dae6daf3 Core/Opcodes: Enable more opcodes 2016-09-23 01:34:05 +02:00
Aokromes
5dabaf4d57 Core/Opcodes: Enable more opcodes 2016-09-23 01:29:02 +02:00
Aokromes
4c9d293732 Core/Opcodes: Enable few opcodes 2016-09-22 18:41:39 +02:00
Aokromes
ae3ca3f40c Core/Opcodes: Enable SMSG_BATTLEFIELD_MGR_EXIT_REQUEST, SMSG_BATTLEFIELD_MGR_STATE_CHANGE, SMSG_BATTLEFIELD_PORT_DENIED 2016-09-22 18:33:50 +02:00
Aokromes
6ae1fe0e38 Core/Opcodes: Enable STATUS_NEVER 2016-09-22 18:27:42 +02:00
Aokromes
681a60f05d Core/Opcodes: Enable SMSG_AVAILABLE_VOICE_CHANNEL 2016-09-22 18:25:40 +02:00
Aokromes
668f3147fa Core/Opcodes: Enable SMSG_AREA_TRIGGER_MOVEMENT_UPDATE 2016-09-22 18:22:36 +02:00
Aokromes
3bd0dddf21 Core/Opcodes: Enable CMSG_WRAP_ITEM 2016-09-22 18:19:20 +02:00
Aokromes
7fdcab3891 Core/Opcodes: Enable CMSG_WORLD_TELEPORT 2016-09-22 18:14:08 +02:00
Aokromes
f400234025 Core/Opcodes: Enable CMSG_WARDEN_DATA 2016-09-22 18:09:27 +02:00
Aokromes
28e0a7c74a Core/Opcodes: Enable CMSG_UPDATE_PROJECTILE_POSITION 2016-09-22 18:05:37 +02:00
Aokromes
905d4e7bba Core/Opcodes: Enable CMSG_UPDATE_MISSILE_TRAJECTORY 2016-09-22 18:01:48 +02:00
Aokromes
bb4aaa8cfd Core/Opcodes: Enable HandleRequestPetInfoOpcode 2016-09-22 05:52:54 +02:00
Aokromes
5146ec7003 Core/Opcodes: Enable CMSG_LFG_TELEPORT 2016-09-22 05:49:47 +02:00
Aokromes
37ffae50a7 Core/Opcodes: Enable CMSG_LFG_SET_ROLES 2016-09-22 05:46:20 +02:00
Aokromes
e7d3084ced Core/Opcodes: Enable CMSG_LFG_SET_BOOT_VOTE 2016-09-22 05:43:08 +02:00
Aokromes
80a2e6fa4a Core/Opcodes: Enable CMSG_HEARTH_AND_RESURRECT 2016-09-22 05:38:25 +02:00
Aokromes
399f27aee9 Core/Opcodes: Enable another opcode 2016-09-22 05:33:48 +02:00
Aokromes
ca4b5a0bcd add opcode handler CMSG_MOVE_GRAVITY_DISABLE_ACK, CMSG_MOVE_GRAVITY_E…
…NABLE_ACK

to supress the missing ack handler message.. from Arkcore
2016-09-22 05:26:18 +02:00
Aokromes
549d2add69 Core/Opcodes: Coding standards 2016-09-13 04:45:12 +02:00
Aokromes
ae8f32024a Core/Opcodes: Enable 2 opcodes updates #56 2016-09-13 04:26:59 +02:00
Aokromes
0d829c7d2d Core/Misc: Minimize differences between branches in WorldSession::Update
This commit removes OnUnknownPacketReceive script hook - it could never be fired anyway at that point
2016-08-31 08:15:01 +02:00
roc13x
a54adfd894 Core/Build: Fixed dynamic mode build
Core can now be built in dynamic mode, enabling the hotswap system to be
used.

Hotswap works fine on Windows. Didnt work for me on Debian, the rebuild
and reload process happens but the old version of the module remains for
some reason. Cant figure it out right now
2016-08-13 17:26:30 +01:00
Aokromes
5302d9112b Core/Game: Converted the game library to a shared library.
* There is still the possibility to static link against game.
2016-08-08 20:11:29 +02:00
Aokromes
1a1a33d0f0 Core/PacketIO: Missing changes from 548aa11 that could result in a crash due to double Locking (#17008)
Socket will be closed because of ReadDataHandlerResult::Error.
2016-07-19 15:58:23 +02:00
Aokromes
4fc5672a60 Core/PacketIO: Fixed crash happening when someone sends too small packet that is processed directly in WorldSocket 2016-07-07 20:25:29 +02:00
Shauren
af17e23204 Core/Misc: Fixed -Wmisleading-indentation warnings
(cherry picked from commit 3ac33163db)

# Conflicts:
#	src/server/game/Server/Protocol/PacketLog.cpp
2016-05-12 09:10:53 +02:00
DDuarte
4e4cbad69f Core/Network: Change SocketMgr.StartNetwork to take the thread count by arg instead of config
AuthSocketMgr doesn't need "Network.Threads" config

Fixes "Missing name Network.Threads in config file authserver.conf"

Ref #16859
2016-05-12 08:22:27 +02:00
Aokromes
be4075e81f Merge branch '4.3.4-fix_eject_passenger' into '4.3.4'
Fix ejecting passenger

Fixes ejecting passenger from mounts like mammoths

See merge request !11
2016-05-08 12:34:23 +00:00
Shauren
9d4e537a62 Core/PacketIO: Requeue packets handled with STATUS_LOGGEDIN received before player is fully loaded in one step after packet processing loop - reduces used locks from 3 per packet to 1 per packet
(cherry picked from commit 8086a39210)
2016-05-05 03:34:42 +02:00
Shauren
3be8fba942 Core/Misc: Removed unneccessary boost/asio/buffer.hpp include
(cherry picked from commit 01be486f2f)
2016-05-05 03:33:40 +02:00
Shauren
c2abc2df38 Core/Logging: Include more info in bad realm log
(cherry picked from commit a6dd6d7841)
2016-05-05 03:32:43 +02:00
Gangrene
e14b93f96e Fix ejecting passenger 2016-05-04 03:24:54 +02:00
Aokromes
303082546b Sync with 3.3.5a core 2016-05-03 12:50:49 +02:00
ariel-
65aec5f8f7 Merge remote-tracking branch 'tc/3.3.5' into 4.3.4
Note: additional hand-picked ports from 6.x to fix build

Conflicts:
	sql/updates/world/2016_02_22_00_world.sql
	sql/updates/world/2016_02_22_01_world.sql
	sql/updates/world/2016_02_22_02_world.sql
	sql/updates/world/2016_03_07_00_world.sql
	src/server/authserver/Realms/RealmList.cpp
	src/server/authserver/Realms/RealmList.h
	src/server/authserver/Server/AuthSession.cpp
	src/server/game/Accounts/AccountMgr.cpp
	src/server/game/AuctionHouse/AuctionHouseMgr.cpp
	src/server/game/Chat/Chat.cpp
	src/server/game/Conditions/ConditionMgr.cpp
	src/server/game/Conditions/ConditionMgr.h
	src/server/game/Entities/Player/Player.cpp
	src/server/game/Handlers/CharacterHandler.cpp
	src/server/game/Handlers/MiscHandler.cpp
	src/server/game/Scripting/ScriptLoader.cpp
	src/server/game/Scripting/ScriptLoader.h
	src/server/game/Server/WorldSession.cpp
	src/server/game/Server/WorldSocket.cpp
	src/server/game/World/World.cpp
	src/server/game/World/World.h
	src/server/scripts/CMakeLists.txt
	src/server/scripts/Commands/cs_gm.cpp
	src/server/scripts/Commands/cs_misc.cpp
	src/server/scripts/Commands/cs_rbac.cpp
	src/server/scripts/Commands/cs_ticket.cpp
	src/server/scripts/Commands/cs_wp.cpp
	src/server/scripts/EasternKingdoms/CMakeLists.txt
	src/server/scripts/EasternKingdoms/zone_burning_steppes.cpp
	src/server/scripts/EasternKingdoms/zone_stormwind_city.cpp
	src/server/scripts/Kalimdor/CMakeLists.txt
	src/server/scripts/Kalimdor/zone_dustwallow_marsh.cpp
	src/server/scripts/Kalimdor/zone_orgrimmar.cpp
	src/server/scripts/OutdoorPvP/CMakeLists.txt
	src/server/scripts/Spells/spell_dk.cpp
	src/server/scripts/Spells/spell_hunter.cpp
	src/server/shared/CMakeLists.txt
	src/server/worldserver/CMakeLists.txt
	src/server/worldserver/Main.cpp
	src/tools/mmaps_generator/CMakeLists.txt
2016-03-11 18:32:07 -03:00
DDuarte
2ea31027e5 Core: Backport 6.x realm changes
Make acessible all the info about current realm (e.g name) anywhere, not only realm id
Reduce the number of differences between the two branches

Original changes by Shauren

Partial port of bacc90b6ba and 63def8aa32
2016-03-06 19:46:59 +00:00