Commit Graph

13663 Commits

Author SHA1 Message Date
Carbenium 0ffc89999e Fix build after recent cherry-picks 2015-11-23 10:32:28 +01:00
Kittnz e6465b5cb6 Merge pull request #15884 from tkrokli/re-enable_flying_vehicles
Core/Creature: Flying vehicles able to fly again
(cherry picked from commit 38c44fad8d)
2015-11-23 10:12:12 +01:00
Carbenium 94b22d98be Merge pull request #15835 from ariel-/entry
Creature Addon should be updated when entry is changed.
(cherry picked from commit 52692c3f9d)
2015-11-23 10:11:58 +01:00
jackpoz 7e056e25c7 Core/Quest: Fix issues reported by static analysis
Coverity defect IDs: 1339309, 1339310

(cherry picked from commit fbaed38b5e)
2015-11-23 10:11:55 +01:00
jackpoz 27e65ad33a Core/Player: Fix issue reported by static analysis
Coverity defect IDs: 1010154

(cherry picked from commit 63f2675076)

Conflicts:
	src/server/game/Entities/Player/Player.cpp
2015-11-23 10:11:54 +01:00
MitchesD 843955b8bf Merge pull request #15732 from ShinDarth/reset-health-mana
Scripts/Duel: implement duel reset of health and mana and improve duel reset
(cherry picked from commit a1150ce20f)

Conflicts:
	src/server/game/Spells/SpellHistory.cpp
2015-11-23 10:11:53 +01:00
Shauren 7a55541387 Core/PacketIO: Fixed a few swapped opcodes 2015-11-23 00:23:36 +01:00
Shauren 15bccf510b Core/Logging: Build for packet log is now taken from realmlist table for the current realm, thanks @Aokromes for suggestion 2015-11-22 00:11:32 +01:00
Shauren c14baf1538 Core/Logging: Changed build in packet log 2015-11-22 00:07:35 +01:00
Shauren 035a2b122e Core: Updated to 6.2.3.20726 2015-11-21 21:30:05 +01:00
MitchesD 8dfc753770 Scripts/Commands: updated .npc info to show correct PhaseIDs and PhaseGroups 2015-11-20 20:28:21 +01:00
Shauren def69c6ead Core/Spells: Fixed Raise Dead cooldown
Closes #15862

(cherry picked from commit ecbbcc8972)
2015-11-17 18:18:06 +01:00
Gacko 6b479e6c3e Server/Config: Fix typo in bnetserver.conf.dist 2015-11-16 21:46:41 +01:00
Carbenium 0064fc2336 Core/Player: Update some function declarations 2015-11-16 03:09:28 +01:00
Carbenium 98dd4d732a Core/Player: Improve log messages 2015-11-16 01:45:53 +01:00
Carbenium b705ebeb7f Core/Player:
* sprinkle some consts
* replace some C-style casts by static_cast
* replace NULL by nullptr
2015-11-16 01:15:14 +01:00
Shauren fc852181c5 Core/Misc: Fixed memory leak in trade handler 2015-11-16 00:08:32 +01:00
Gacko fb242d2b42 Fix build.
Thanks to @jackpoz / @Shauren
2015-11-15 19:55:19 +01:00
Vincent-Michael 5d584116fe Core: Added missing overrides 2015-11-15 16:48:12 +01:00
Vincent-Michael 00b4e8b6cc Scripts: Added missing overrides 2015-11-15 03:38:02 +01:00
Vincent-Michael d80f38ed4f Core/Condition: Remove unused code 2015-11-15 00:40:29 +01:00
Shauren c63b033131 Core/PacketIO: Updated and enabled guild finder opcodes 2015-11-15 00:13:35 +01:00
blub 2a9a68877a Merge pull request #15729 from Vincent-Michael/gpsTransport
Core/Commands: Added transport position for command .gps
2015-11-14 20:41:50 +01:00
Vincent-Michael 9c99a1d0c7 Core/Commands: Added transport position for command .gps 2015-11-14 20:12:50 +01:00
Naios 25185967e8 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
2015-11-14 16:59:42 +01:00
Carbenium a1df148182 Missed change 2015-11-14 16:27:51 +01:00
Carbenium e8ea7b5ede Core/Player: Fix wrong format specifier in a log message
(introduced in 230e820898)
2015-11-14 16:17:07 +01:00
Vincent-Michael 39a5844c6e Core: Fix warning
(cherry picked from commit d0c28c66eb)
2015-11-14 04:25:11 +01:00
Vincent-Michael 700508e484 Core/Condition: Fix issue reported by static analysis
Coverity defect ID: 1339314

(cherry picked from commit d188960216)
2015-11-14 04:24:51 +01:00
Carbenium 230e820898 Core/Creature: Remove duplicate call to LoadCreatureAddons in Creature::Create
* Add error log for duplicated aura entries in creature_(template_)addon

(cherry picked from commit c5f635b689)

Conflicts:
	src/server/game/Entities/Creature/Creature.cpp
	src/server/game/Globals/ObjectMgr.cpp
2015-11-14 04:22:42 +01:00
Carbenium 4e76974ce5 Core/Player: Move KillRewarder to its own file 2015-11-14 03:01:02 +01:00
Shauren 5b1303a795 Core/PacketIO: Updated and enabled a few movement opcodes 2015-11-14 00:20:59 +01:00
Shauren d31706b07e Core/DBLayer: Improve error message from 0a27f8bce2 2015-11-13 22:43:36 +01:00
Carbenium 17a5f51a29 Fix non-PCH build 2015-11-13 14:17:01 +01:00
Carbenium 2d7d6f505c Core/Player: Move TradeData to its own file 2015-11-13 10:23:33 +01:00
Shauren 5604aed5f1 Fix build for mysql versions older than 5.7 2015-11-13 00:01:31 +01:00
Shauren 0a27f8bce2 Core/DBLayer: Ensure that MySQL version used when compiling is the same as libmysql.dll version used for running the server.
Ref #15848
2015-11-12 17:54:22 +01:00
Shauren 524e83986e Core/PacketIO: Updated and enabled battlefield opcodes 2015-11-11 00:40:53 +01:00
jackpoz ec3bba64f0 Core/Commands: Fix NULL dereference crash
Closes #15833

(cherry picked from commit abd4e2e0f1)
2015-11-10 21:27:50 +01:00
Shauren 61c7161a10 Core/Units: Updated melee/spell hit chance calculation 2015-11-10 17:33:36 +01:00
Carbenium 7eb314fcd1 Core/Player: Improve a log message 2015-11-10 00:06:03 +01:00
Carbenium 4ea7e707f7 Core/ObjectMgr: Disable not linked graveyard error log for zoneId == 0
(cherry picked from commit 52394eb93c)

Conflicts:
	src/server/game/Globals/ObjectMgr.cpp
2015-11-09 23:51:41 +01:00
Killyana 7e0a61c70b Merge pull request #15022 from robinsch/GOdespawn
SmartAI: Possibility to despawn object with SMART_ACTION_FORCE_DESPAWN
(cherry picked from commit 90c4304f1e)
2015-11-09 18:10:46 +01:00
Shauren dfc8ea0ad5 Core/Commands: Improved additem and additemset commands. Added optional parameter allowing to specify bonuslist ids for items (you can copy the ids from wowhead urls) 2015-11-09 17:57:37 +01:00
Shauren 7c238cdefa Core/Items: Implemented new item bonus types 2015-11-08 15:10:18 +01:00
Melvin1263 262e61aae1 Core/DataStores: Fixed reading uint64 fields from DB2 files
Closes #15818
Closes #15752
2015-11-07 18:50:13 +01:00
Shauren 78aa35ad5e Merge pull request #15791 from Golrag/FlyingCreatureGroupsPositionZ
Core/CreatureGroups: Don't set positionZ to ground for flying creatures.
2015-11-07 14:51:37 +01:00
MitchesD 0031a6e134 Merge pull request #14664 from tkrokli/Exorcism_of_Colonel_Jules
[Core/DB] Quest: The Exorcism of Colonel Jules
(cherry picked from commit 5db0202a0a)
2015-11-07 13:32:24 +01:00
Vincent-Michael 6d01960448 Updated url for tc wiki 2015-11-07 11:22:16 +01:00
Shauren 88584a7398 Merge pull request #15495 from Treeston/3.3.5-gemperfection
Core/Spell: Implement "Gem Perfection" (and framework for similar spells in the future)
(cherry picked from commit 15cafba8d5)
2015-11-07 01:15:21 +01:00