Commit Graph

17366 Commits

Author SHA1 Message Date
Nay
8bfdfd18cd Scripts: Fix a merge issue, thanks cyberbrest 2012-08-31 19:48:26 +01:00
Nay
5ab5cbcd2c Core/Loading: Fix a typo when loading creature_template 2012-08-31 17:48:05 +01:00
Nay
d61f3131fb Merge remote-tracking branch 'origin/master' into 4.3.4
Conflicts:
	src/server/game/Entities/Creature/Creature.cpp
	src/server/game/Entities/Player/Player.cpp
	src/server/game/Globals/ObjectMgr.cpp
	src/server/game/Server/Protocol/Opcodes.h
	src/server/scripts/EasternKingdoms/silverpine_forest.cpp
	src/server/scripts/Kalimdor/silithus.cpp
	src/server/shared/DataStores/DBCFileLoader.h
	src/server/shared/Database/Implementation/WorldDatabase.cpp
	src/tools/map_extractor/System.cpp
	src/tools/map_extractor/dbcfile.cpp
	src/tools/vmap4_extractor/adtfile.cpp
	src/tools/vmap4_extractor/dbcfile.cpp
	src/tools/vmap4_extractor/wdtfile.cpp
2012-08-30 23:06:19 +01:00
Nay
e3d9768a50 Core: Fix many "errors"/warnings and coding style (3)
Game

Errors were found using Cppcheck, open-source static analysis tool
2012-08-30 22:44:33 +01:00
Nay
abbb896cfb Core: Fix many "errors"/warnings and coding style (2)
Scripts; also reverted a change to AuthSocket

Errors were found using Cppcheck, open-source static analysis tool
2012-08-30 22:44:03 +01:00
Nay
5f1977cb1d Core: Fix many "errors"/warnings and coding style (1)
Extractors, worldserver, authserver, shared and collision affected

Errors were found using Cppcheck, open-source static analysis tool
2012-08-30 19:07:59 +01:00
Nay
902d48811e Merge pull request #7571 from daniik/master
Remove duplicated code in FleeingMovementGenerator
2012-08-30 06:31:25 -07:00
danik
28a478589d Core/MovementGenerator: Remove duplicated code 2012-08-30 15:26:22 +02:00
Kaelima
dd98331999 Merge pull request #7566 from Souler/fix_copy_weapon_auras
Scripts/Spells: Fix Weapon Copy related auras.
2012-08-30 03:36:40 -07:00
Souler
5ee99a9412 Scripts/Spells: Fix Weapon Copy related auras.
Closes #3731
2012-08-30 11:50:07 +02:00
kaelima
bdfae83898 Core/Creature: Added DB support for UNIT_FIELD_FLAGS_2. Thanks cyberbrest
- Added more flags to UnitFlags2 enum (Thanks wpp)
2012-08-30 04:52:56 +02:00
Nay
e909e5515b Scripts/Hellfire: Add missing include 2012-08-29 22:36:04 +01:00
Nay
872c239dbe Merge remote-tracking branch 'origin/master' into 4.3.4 2012-08-29 22:29:06 +01:00
Gacko
e07a8db6da Scripts/Hellfire: Rework Blood Furnace 2012-08-29 22:23:15 +01:00
Nay
b89b8ff277 Core/Loading: Change info/error messages to printf when config is not loaded 2012-08-29 20:02:55 +01:00
Nay
3d1f8fd292 Core/Groups: Enable SMSG_GROUP_LIST and correct position of petauramask 2012-08-29 15:47:30 +01:00
Nay
4070f5ac84 Merge pull request #7487 from drskull/master
Core/Spells: Sentry Totem Aura remove fix and some minor fix in totem.cpp

Closes #4376
2012-08-29 06:08:13 -07:00
Nay
adb6ae7770 Core: Add missing include to BfHandler (thanks Chevron) and a typo in HandleRequestPartyMemberStatsOpcode (thanks Kaelima) 2012-08-29 14:06:52 +01:00
Nay
aa9f2e9f18 Merge remote-tracking branch 'origin/master' into 4.3.4 2012-08-29 14:01:38 +01:00
Tuxity
ee760ab360 Core/BG: Initial work on battleground and battlefield related packets 2012-08-28 23:46:46 +01:00
Shauren
122df95165 Core/Items: Bind item to owner when using it for transmogrification 2012-08-28 23:32:09 +02:00
Nay
f50811f3a9 Core/Group: Code style corrections and logic fixes 2012-08-28 21:42:49 +01:00
Nay
568e7eb3ea Core/Groups: Simplify some GroupUpdateFlags handling and fix a typo 2012-08-28 21:21:05 +01:00
Nay
49532cd220 Core/Groups: Fix some failures when building stats
Thanks Zakamurite and Kaelima
2012-08-28 21:02:48 +01:00
Vincent-Michael
856a5b62fb DB/Achievements: Fix achievements 'Koralon the Flame Watcher' / 'Toravon the Ice Watcher' 2012-08-28 21:13:37 +02:00
Nay
d533c950cb Scripts: Fix code style after PR 2012-08-28 19:31:15 +01:00
Nay
a9e6f5453b Merge pull request #7553 from Trista/master
Core/Spells: Destabilizing Azure Dragonshrine
2012-08-28 11:26:48 -07:00
thesensei
66917624bb Core/Spells: Destabilize Azure Dragonshrine
*Spell script support for spell 49370
2012-08-28 20:58:03 +03:00
Kandera
ff886b626e Core/Wintergrasp: correctly fix collision for invisible wall in wg. also fixes recent crash. closes #7548 2012-08-28 09:52:59 -04:00
Nay
449e577b70 Core/Authserver: Fix previous merge 2012-08-28 14:12:17 +01:00
Nay
9bb198d170 Merge remote-tracking branch 'origin/master' into 4.3.4
Conflicts:
	src/server/authserver/Authentication/AuthCodes.cpp
	src/server/authserver/Authentication/AuthCodes.h
	src/server/authserver/Server/AuthSocket.cpp
	src/server/game/Entities/Creature/GossipDef.cpp
	src/server/game/Entities/Player/Player.cpp
2012-08-28 14:11:04 +01:00
Shauren
ec527fa172 Core/Quests: Fixed quest honor rewards properly.
REALLY closes #1356
2012-08-28 12:03:39 +02:00
Nay
154aaa0ad5 Core/Quests: Fix quest honor reward
Based on the patch of Tassader
Closes #1356
2012-08-28 00:25:49 +01:00
Shauren
ad8010730c Core/Authserver: Improved realmlist for multiple realms with different versions, idea from MaNGOS and allow 4.0.6a, 4.2.2 and 4.3.4 clients to use the authserver (no world connections) 2012-08-28 01:11:03 +02:00
Nay
e4aacd3f86 Merge pull request #7543 from gigatotem/4.3.4
Spells/Shaman: Heroism and Bloodlust
2012-08-27 15:17:54 -07:00
Gigatotem
b7fa5cb566 Spells/Shaman: Heroism and Bloodlust
Heroism and Bloodlust will now check for Temporal Displacement from Time Warp and Insanity from Ancient Hysteria.
2012-08-28 00:03:37 +02:00
Nay
e09591b8a7 Merge remote-tracking branch 'origin/master' into 4.3.4
Conflicts:
	src/server/scripts/EasternKingdoms/ZulGurub/boss_mandokir.cpp
2012-08-27 22:43:07 +01:00
Vincent-Michael
c4f011f332 Core/Battlefield: Small cleanup 2012-08-27 22:58:45 +02:00
Nay
9a11dc5ea6 Config/worldserver: Rename references to the old realmd database to auth 2012-08-27 20:42:56 +01:00
Shauren
353ebad6b9 Core/Guilds
* Item moves within the same guild bank tab will not be logged
* Updated and enabled CMSG_GUILD_BANK_QUERY_TEXT, CMSG_GUILD_EVENT_LOG_QUERY, CMSG_SET_GUILD_BANK_TEXT, SMSG_GUILD_BANK_LOG_QUERY_RESULT, SMSG_GUILD_BANK_QUERY_TEXT_RESULT and SMSG_GUILD_EVENT_LOG_QUERY_RESULT
2012-08-27 20:20:17 +02:00
Vincent-Michael
7e2d007e0d Core/Spells: Fix 'Foam Sword Rack' mechanic 2012-08-27 19:57:26 +02:00
joschiwald
fe970b1c1e DB/Conditions: Fix 'Foam Sword Attack' / 'Foam Sword Attack' targets 2012-08-27 19:56:07 +02:00
nelegalno
5f2c73d3a8 DB: (Db) Fix quest Fire Upon the Waters
Thanks to wispeckt, zxbiohazardzx and Svannon
Closes #1344
2012-08-27 18:44:54 +01:00
Trista
11b91ef2e9 DB/Spells: (SB) Fix quest The Angry Gorloc
Closes #1288
2012-08-27 18:37:55 +01:00
CDawg
1d05d2d4fa Core/Misc: Fix resting zone in inn or tavern, reduce the area resting is active
Closes #7516
2012-08-27 18:14:47 +01:00
Trista
41a62da6b5 DB/SAI: (HF) Fix quest The Shining Light
Closes #1230
2012-08-27 18:09:39 +01:00
Kandera
b8decc8989 Core/Wintergrasp: fix handling for invisible wall in wintergrasp. will now be destroyed and rebuilt with the vault gate 2012-08-27 13:01:54 -04:00
Kandera
31dd9de068 Core/Wintergrasp: fix possible crash on startup 2012-08-27 12:30:03 -04:00
Nay
09821b4953 SQLS: Fix a typo 2012-08-27 17:24:48 +01:00
Vincent-Michael
ccb20a1947 Core/Spells: Fix Pick Lock calculation
Closes: #4323
2012-08-27 18:18:27 +02:00