Commit Graph

30447 Commits

Author SHA1 Message Date
Carbenium
49a16c9fd0 Tools/MMapGenerator: Fix some warnings reported by GCC 4.9 and MSVC 14 with W4
* /var/lib/jenkins/jobs/tc_335_release_gcc49/workspace/src/tools/mmaps_generator/MapBuilder.cpp: In member function ‘void MMAP::MapBuilder::WorkerThread()’:
  /var/lib/jenkins/jobs/tc_335_release_gcc49/workspace/src/tools/mmaps_generator/MapBuilder.cpp:174:28: error: ‘mapId’ may be used uninitialized in this function [-Werror=maybe-uninitialized]
               buildMap(mapId);

* variable redefinition warning
* remove 2 "using namespace std"

*NO reextraction of mmaps needed*
2015-11-25 12:50:28 +01:00
Aokromes
d4810088a5 DB/Misc: disable 3.3.5a fixes 2015-11-24 23:09:07 +01:00
Killyana
5df0bcdd4e DB: Fix an incorrect Text range in creature_text 2015-11-24 17:52:38 +01:00
Killyana
3cd2301128 Fix a typo 2015-11-24 17:46:44 +01:00
Killyana
3d39993803 DB: Fix some SAI errors 2015-11-24 17:40:53 +01:00
Killyana
139682a526 DB/quest: Fix credit quest for The Wakening 2015-11-24 17:25:31 +01:00
Aokromes
f68b99b9a6 DB/Misc: 3.3.5a db fixes 2015-11-24 16:48:13 +01:00
Killyana
ee9e2ec385 DB/Creature: Fix some wrong quest givers 2015-11-24 15:50:03 +01:00
Carbenium
f0c7061f0b Tools/MapExtractor: Fix a warning reported by gcc 4.9
/var/lib/jenkins/jobs/tc_335_release_gcc49/workspace/src/tools/map_extractor/System.cpp:113:25: error: ignoring return value of ‘int chdir(const char*)’, declared with attribute warn_unused_result [-Werror=unused-result]
             chdir("../");

*NO reextraction of dbcs/maps needed*
Binary compatibility is ensured
2015-11-24 11:37:45 +01:00
Killyana
4298ade165 DB/Quest: Hot and Cold 2015-11-23 20:17:04 +01:00
Killyana
5c97339e89 DB/Quest: The Might of Kalimdor
By @sirikfoll
Closes #15830
2015-11-23 19:58:41 +01:00
Killyana
0d3ba0a79c DB/Loot: Fix Skinning Loot for Mottled Boar and Scorpid Worker
By @tkrokli
Closes  #15773
Closes #15772
2015-11-23 19:37:37 +01:00
Killyana
1461634e69 DB: Add comments on skinning loot template table
By @tkrokli
Closes #15760
2015-11-23 19:26:27 +01:00
Killyana
659428f636 DB: Remove skinloot from Critters
By @tkrokli
Closes #15871
2015-11-23 19:10:44 +01:00
Killyana
2cecc7b1f7 DB/Quest : Tomb of the Lightbringer
Closes #14733
By @Gargarensis

Clean required: ab90f74486/src/server/scripts/EasternKingdoms/zone_western_plaguelands.cpp (L280)
2015-11-23 17:28:57 +01:00
Kittnz
d93b445d31 Fix file name 2015-11-22 20:47:00 +01:00
Kittnz
9a2fc98c73 DB/Quest: Fix Seal of Ascension (quest chain for Upper Blackrock Spire)
by @Gargarensis Closes #15021
2015-11-22 20:45:15 +01:00
Kittnz
38c44fad8d Merge pull request #15884 from tkrokli/re-enable_flying_vehicles
Core/Creature: Flying vehicles able to fly again
2015-11-22 18:30:42 +01:00
sirikfoll
5d155895a7 Core/Creature: Flying vehicles able to fly again
by @sirikfoll, closes #15861

Flying vehicles could no longer leave the ground after commit 52692c3.
This is a modification of commit 52692c3 to make flying vehicles work again.
2015-11-22 17:14:58 +01:00
jackpoz
1511855fea Merge PR #14824 'tkrokli/spell_mod_stealth_stand_state' into 3.3.5 2015-11-22 15:37:32 +01:00
Aokromes
09b15428bc DB/Misc: Fix typo in 'OdesyusLanding'
By tkrokli, closes #15725
2015-11-22 12:08:18 +01:00
Aokromes
e4e0acbe5e DB/Creature: Delete duplicate spawn
By tkrokli, closes #15874
2015-11-22 12:04:20 +01:00
Aokromes
254aa21a85 Update UnixInstall.txt 2015-11-20 23:23:21 +01:00
Aokromes
2639783fe1 Update UnixInstall.txt 2015-11-20 23:21:49 +01:00
Aokromes
50afa7c7a5 Update UnixInstall.txt 2015-11-20 23:16:43 +01:00
Killyana
b5c12bd36f DB/Quest: The Dead Rise! 2015-11-20 15:02:20 +01:00
Aokromes
c91c6fd183 DB/Misc: Fix incorrect commit 2015-11-19 23:12:54 +01:00
Aokromes
d309f11435 DB/Misc: Typo fix 2015-11-19 22:28:59 +01:00
Aokromes
c4229eece2 DB/Misc: Fix import 2015-11-19 22:14:00 +01:00
jackpoz
0e9f714a09 Core/Items: Fix crash
Fix crash happening if item_template.StatsCount field in the database was higher than 10.
Fixes #15868
2015-11-19 20:23:09 +01:00
Aokromes
973e319bdc DB/Misc: 3.3.5a fixes 2015-11-18 11:32:59 +01:00
Shauren
f012800751 Core/Spells: Fixed typo in ecbbcc8972 2015-11-17 17:51:09 +01:00
DevRival
3fdbcf18ae Scripts/Spells: Hallow's End item Hallowed Wand
Hallowed Wand items should cast a transformation on party members.

by @DevRival, closes  #3574

Before this patch, the following spells do not have any effect at all:
- 24717, Pirate Costume
- 24718, Ninja Costume
- 24719, Leper Gnome Costume
- 24720, Random Costume
- 24737, Ghost Costume

Details from testing on the current 3.3.5 branch (commit ecbbcc8):
- 24724 (Skeleton Costume) seems to work as intended
- 24733 (Bat Costume) only lasts 10 seconds instead of 60 minutes
- 24741 (Wisp Costume) also seems to work as intended

All the spells listed above are included in this PR.
2015-11-17 17:24:25 +01:00
Golrag
ce90e30a80 Scripts/ICC: * Bosses now enter when in aggro range.
* Removed some of the MoveInLineOfSight calls
* Added more AreaTriggerScripts
2015-11-16 16:24:10 +01:00
Shauren
071ede8a93 Core/Misc: Fixed memory leak in trade handler
(cherry picked from commit fc852181c5)

CID 1339313
CID 1339312
2015-11-16 00:11:50 +01:00
jackpoz
fbaed38b5e Core/Quest: Fix issues reported by static analysis
Coverity defect IDs: 1339309, 1339310
2015-11-15 16:17:12 +01:00
jackpoz
63f2675076 Core/Player: Fix issue reported by static analysis
Coverity defect IDs: 1010154
2015-11-15 16:01:14 +01:00
Shauren
ecbbcc8972 Core/Spells: Fixed Raise Dead cooldown
Closes #15862
2015-11-15 00:31:17 +01:00
Carbenium
f01ef901ef Script/Naxxramas: Fix a -Winconsistent-missing-override warning reported by clang 3.6 2015-11-14 19:48:05 +01:00
Vincent-Michael
145b0b27da Core/Battleground: Fix issue reported by static analysis
Coverity defect ID: 1339311
2015-11-14 18:26:20 +01:00
Naios
1ce5a62feb Core/Worldserver: Enable the database updater by default.
* Seems like this feature is stable enough to enable it by default
  since the last missing bugs were fixed some months ago.
* The database updater is the preferred method to update the databases
  as described in the wiki: http://collab.kpsn.org/display/tc/Databases+Installation

(cherry picked from commit 25185967e8)
2015-11-14 17:08:01 +01:00
Carbenium
b292321798 Core/Player: Move KillRewarder to its own file
(cherry picked from commit 4e76974ce5)

Conflicts:
	src/server/game/Entities/Player/Player.cpp
	src/server/game/Entities/Player/Player.h
2015-11-14 15:06:47 +01:00
Shauren
7631ec444e Core/DBLayer: Improve error message from 0a27f8bce2
(cherry picked from commit d31706b07e)
2015-11-14 13:54:36 +01:00
Carbenium
1438c841ed Core/Player: Move TradeData to its own file
(cherry picked from commit 2d7d6f505c)

Conflicts:
	src/server/game/Entities/Item/Item.cpp
	src/server/game/Entities/Player/Player.cpp
	src/server/game/Entities/Player/Player.h
	src/server/game/Handlers/TradeHandler.cpp
	src/server/game/Spells/Spell.cpp
2015-11-14 13:40:32 +01:00
MitchesD
86aa1996a4 Merge pull request #15859 from tkrokli/coverity_defects
Scripts/Thaddius: Coverity scan Control flow issues  (MISSING_BREAK)
2015-11-14 12:08:20 +01:00
tkrokli
95d6f09243 Scripts/Thaddius: Coverity scan Control flow issues (MISSING_BREAK)
Coverity scan defects CID 1339315, 1339316 and 1339317:
- CID 1339315: boss_thaddius.cpp: 542
- CID 1339316: boss_thaddius.cpp: 811
- CID 1339317: boss_thaddius.cpp: 398

Added missing break; statements.
2015-11-14 05:12:25 +01:00
Vincent-Michael
d0c28c66eb Core: Fix warning 2015-11-14 01:23:28 +01:00
Vincent-Michael
d188960216 Core/Condition: Fix issue reported by static analysis
Coverity defect ID: 1339314
2015-11-14 00:56:44 +01:00
Vincent-Michael
2ee01a7b3d Core: Fix non pch build 2015-11-13 20:19:16 +01:00
Shauren
536365a70f Fix build for mysql versions older than 5.7
(cherry picked from commit 5604aed5f1)
2015-11-13 09:28:14 +01:00