Golrag
fd73bedd73
Core/Transmog: Implemented transmog sets
...
Closes #20133
Closes #20135
2017-08-24 20:39:22 +02:00
joschiwald
ab916fd1b3
Misc: Fixed gcc warning
2017-08-21 21:40:40 +02:00
Roger Stebler
4bc9ed0fde
Core/Quests: Implemented criteria tree quest objective type
...
Closes #20161
2017-08-20 17:24:41 +02:00
Seyden
5675902485
Core/Creatures: Implemented Basic Creature Scaling ( #20026 )
2017-07-29 21:40:28 +02:00
vincent-michael
1bf522ed7b
Core: Meh MSVC
2017-07-09 17:39:12 +02:00
vincent-michael
42ca3fff47
Core/Achievements: Added missing break
2017-07-09 17:36:18 +02:00
Golrag
ae83739ac7
Core/Players: Implement basics for the honor system
...
Closes #18480
Closes #19277
2017-06-04 16:52:53 +02:00
joschiwald
69e9ac8827
Core/Misc: Fixed warnings
2017-06-04 15:05:11 +02:00
Shauren
b453e12423
Core/Game: Include cleanup part 5
...
* ObjectMgr.h
* Player.h
* Unit.h
* G3D should no longer propagate everywhere from Spline/MotionMaster
2017-06-04 01:00:45 +02:00
Shauren
3d7c2ef88f
Core/Game: Include cleanup, part 4 - packets and largest headers (after preprocessing, except player/objectmgr)
2017-05-21 23:18:43 +02:00
Shauren
f2039981e0
Core/Game: Include cleanup, part 3
2017-05-20 00:09:37 +02:00
Shauren
c5d3dd90be
Core/Game: Include cleanup
...
* Mostly aimed at removing Log/DatabaseEnv includes from other headers
* Fix most packet headers including other packet headers - moved common structures such as ItemInstance to their own files
* Moved SAI function definitions to source files (massive or requiring many different dependencies)
2017-05-18 23:53:25 +02:00
Shauren
9299e9bde0
Core/Grids: Ported cmangos/mangos-wotlk@ea99457e50
2017-05-13 19:37:33 +02:00
Shauren
beb3316089
Core/Shared: Include cleanup
2017-05-13 11:49:09 +02:00
Shauren
3a418a0bbc
Core/Common: Include cleanup
2017-05-11 22:29:51 +02:00
Krudor
77d1080ff5
Core/Criterias: Fix an old criteria condition and added some new ones
...
Closes #19246
2017-03-17 19:14:13 +01:00
SnapperRy
41ed592d05
Core/Achievements: implement ACHIEVEMENT_CRITERIA_DATA_TYPE_S_ITEM_QUALITY to check if the item with entry miscvalue1 is exactly of the quality specified in achievement_criteria_data's value1 field.
...
Also ACHIEVEMENT_CRITERIA_DATA_TYPE_S_EQUIPED_ITEM --> ACHIEVEMENT_CRITERIA_DATA_TYPE_S_EQUIPPED_ITEM
(cherry picked from commit 2b48082b9d )
2017-02-18 15:57:18 +01:00
Aokromes
a77263da10
Core/Log: Move log to more logical loglevel
...
(cherry picked from commit e4ad88245a )
# Conflicts:
# src/server/game/Achievements/AchievementMgr.cpp
2017-02-11 22:43:15 +01:00
Krudor
3781b05263
Core/Criterias: Define 31 criteria types ( #19042 )
...
Defined criteria types:
CRITERIA_TYPE_SURVEY_GAMEOBJECT
CRITERIA_TYPE_CLEAR_DIGSITE
CRITERIA_TYPE_MANUAL_COMPLETE_CRITERIA
CRITERIA_TYPE_COMPLETE_CHALLENGE_MODE_GUILD
CRITERIA_TYPE_DEFEAT_CREATURE_GROUP
CRITERIA_TYPE_COMPLETE_CHALLENGE_MODE
CRITERIA_TYPE_SEND_EVENT
CRITERIA_TYPE_COOK_RECIPES_GUILD
CRITERIA_TYPE_EARN_PET_BATTLE_ACHIEVEMENT_POINTS
CRITERIA_TYPE_SEND_EVENT_SCENARIO
CRITERIA_TYPE_RELEASE_SPIRIT
CRITERIA_TYPE_OWN_PET
CRITERIA_TYPE_GARRISON_COMPLETE_DUNGEON_ENCOUNTER
CRITERIA_TYPE_COMPLETE_LFG_DUNGEON
CRITERIA_TYPE_LFG_VOTE_KICKS_INITIATED_BY_PLAYER
CRITERIA_TYPE_LFG_VOTE_KICKS_NOT_INIT_BY_PLAYER
CRITERIA_TYPE_BE_KICKED_FROM_LFG
CRITERIA_TYPE_LFG_LEAVES
CRITERIA_TYPE_COUNT_OF_LFG_QUEUE_BOOSTS_BY_TANK
CRITERIA_TYPE_REACH_AREATRIGGER_WITH_ACTIONSET
CRITERIA_TYPE_START_ORDER_HALL_MISSION
CRITERIA_TYPE_RECRUIT_GARRISON_FOLLOWER (was defined for id 187)
CRITERIA_TYPE_OWN_HEIRLOOMS
CRITERIA_TYPE_ARTIFACT_POWER_EARNED
CRITERIA_TYPE_ARTIFACT_TRAITS_UNLOCKED
CRITERIA_TYPE_HONOR_LEVEL_REACHED
Redefined criteria types:
CRITERIA_TYPE_RECRUIT_GARRISON_FOLLOWER_WITH_QUALITY (was
CRITERIA_TYPE_RECRUIT_GARRISON_FOLLOWER)
2017-02-05 00:17:43 +01:00
Krudor
7a9515b388
Core/Criterias: Declared a criteria type ( #18914 )
2017-01-30 11:08:29 +01:00
Krudor
08eaaad8b9
Core/Criteria: Implement new criteria tree operator for Legion ( #18912 )
2017-01-22 11:35:46 +01:00
vincent-michael
86b98686a9
Update copyright note for 2017
...
Happy new year
2017-01-01 16:23:13 +01:00
Shauren
538c8c3843
Core/Achievements: Add missing send packet
2016-12-20 17:14:11 +01:00
Shauren
63fd633d79
Core/PacketIO: Implemented CMSG_GUILD_GET_ACHIEVEMENT_MEMBERS/SMSG_GUILD_ACHIEVEMENT_MEMBERS
2016-12-19 23:59:23 +01:00
rstebler
9c8f641cd2
Core/Achievements: Add faction check before completing an achievement ( #18436 )
...
Fixes player getting achievements of both factions if they use the same criteria
2016-12-17 18:25:00 +01:00
Krudor
0abb9873ec
Core/Achievements: Add missing part of #18034
2016-11-07 19:09:49 +01:00
Krudor
8444ab7365
Core/Instances: Implemented base scenario system and objectives in dungeons
...
Closes #17905
Closes #18034
2016-11-06 23:30:49 +01:00
Shauren
f56d757735
Core/Achievements: Minimize branch differences
2016-09-12 20:41:21 +02:00
Aokromes
73ef2fa1bc
Update CriteriaHandler.h
2016-08-24 20:24:00 +02:00
Shauren
70137b8f3a
Merge branch '6.x' of https://github.com/TrinityCore/TrinityCore into legion
2016-07-06 00:05:13 +02:00
Shauren
d0d76abc9d
Core/Achievements: Implemented all criteria tree operators
2016-07-04 22:52:07 +02:00
Shauren
49d0823b70
Core: Update to 7.0.3.21963
2016-06-18 17:38:44 +02:00
Shauren
31009887e3
6.x rebase
2016-05-21 00:32:38 +02:00
Shauren
5c2c9a684f
Core/DataStores: Updated dbc/db2 to 7.0.1.20810
2016-05-20 23:46:17 +02:00
Shauren
e226c315cf
Core/Achievements: Add missing overrides
2016-05-07 14:55:15 +02:00
Shauren
5fe8e6f2cb
GCC build fix
2016-05-07 12:55:50 +02:00
Shauren
ff05e0c1f6
Warning fix
2016-05-07 12:33:32 +02:00
Shauren
c75fcbe20b
Core/Achievements: AchievementMgr refactoring
...
* Extracted base CriteriaHandler class that deals with criteria only and will be reused for future scenario implementation
* Fixed players earning guild achievements
2016-05-07 01:16:29 +02:00
Aokromes
d4146a23ac
Merge pull request #16038 from tkrokli/grammar_and_spelling_corrections_335
...
[3.3.5] Core/Logs: English text corrections
(cherry picked from commit 4cd937140b )
2016-04-08 19:48:58 +02:00
Naios
0cfdac70c4
Core/Game: Fix the no PCH build
...
* Ref cd777f97a1
2016-03-24 02:50:56 +01:00
Naios
cd777f97a1
Core/Game: Fix the clang build when building shared libraries
...
* Hackfix to solve an unresolved issue in clang that the visibility
flag is ignored in some explicit template specializations.
* See https://llvm.org/bugs/show_bug.cgi?id=24815
* See https://llvm.org/bugs/show_bug.cgi?id=23667
2016-03-24 02:33:04 +01:00
Naios
bf33159a70
Core/Game: Converted the game library to a shared library.
...
* There is still the possibility to static link against game.
2016-03-24 01:31:51 +01:00
Naios
329225b40d
Core/Game: Move singleton instances into compilation units
...
* Fixes issues when building shared libraries
(prevents gcc and clang from providing several instance)
2016-03-11 18:35:49 +01:00
Shauren
db0b8bf24e
Core/Maps: Changed the way area data is stored in maps, it now uses ID field from AreaTable.dbc instead AreaBit used for exploration marker (and is not unique anymore on top of simply being stupidly confusing)
...
Note: Extracting maps is required
2016-02-02 19:13:04 +01:00
Shauren
11ad71e2fc
Core/Misc: Fixed array out of bounds access when loading locales_achievement_reward, locales_creature_text, locales_gossip_menu_option and skip LOCALE_none when iterating over locales
2016-01-24 15:08:49 +01:00
Vincent-Michael
478cc756eb
Update copyright note for 2016
...
Happy new year (Again new year with idiots ...)
2016-01-01 00:34:25 +01:00
Shauren
d03ca37f10
Core/Players: Use constant gender from PLAYER_BYTES_3 where appropriate.
2015-11-27 21:53:27 +01:00
Naios
b7b49fe35f
Core/Globals: Use std::string rather than char* to pass script names around.
2015-11-04 20:52:13 +01:00
joschiwald
cf1e80e3d0
Core/Misc: removed some useless map checks
2015-10-04 14:53:05 +02:00
horn
e8b1faa156
Core/BattlePets: Basics for Battle Pets
2015-09-09 14:52:32 +02:00