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
Gacko
98e7ab4461
Build/Clang: Suppress unused-local-typedefs warning only for Clang 3.6.0+.
2015-11-15 18:54:32 +01:00
Gacko
27bb569368
Build/Clang: Suppress unused-local-typedefs warning.
2015-11-15 18:28:25 +01:00
Vincent-Michael
b5329d8a03
Core: Revert fail
2015-11-15 16:49:17 +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
b5fbf773a5
Buildsystem: Fixed building on windows 10 with cmake 3.4
2015-11-12 16:59:07 +01:00
Carbenium
e8108b518b
Tools/ConnectionPatcher: Fix signature patching on OSX
...
Closes #15003
2015-11-11 23:15:30 +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
Killyana
e2e8a0d1bc
DB/SAI: Add missing text for Lore Keeper of Norgannon
2015-11-10 16:27:52 +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
Killyana
26e7d01af6
DB/Quest: Aberrations
2015-11-09 14:52:20 +01:00
Killyana
e1d442cf7d
DB/Misc: Add missing gossip option text for Brassbolt Mechawrench and Reginald Arcfire
...
Replace vendor of the brewfest condition by achievement instead of quest
2015-11-09 14:49:15 +01:00
Shauren
7c238cdefa
Core/Items: Implemented new item bonus types
2015-11-08 15:10:18 +01:00
MitchesD
49d487b9c8
DB/SAI: fix phase related start up errors
2015-11-08 10:56:56 +01:00
Carbenium
271390753d
TDB 6.03 - 2015/11/08
TDB6.03
2015-11-08 02:20:45 +01:00
Carbenium
3dde44cf64
DB: Add missing change to char base after 39d29edf93
2015-11-08 00:39:33 +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
Carbenium
752474e2ae
Rename SQL files
2015-11-07 03:45:00 +01:00
Killyana
ff2db2758e
DB/Creature: Ahn'Qiraj 434 & 6X Spawns
...
Closes #15784
2015-11-07 02:11:59 +01:00
Killyana
e9d910a87b
DB/Creature: Apexis Flayer
2015-11-07 01:52:44 +01:00
Killyana
c9b7101d7f
DB/Page text: Saga of the Sin'dorei
2015-11-07 01:27:11 +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