aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-06Core/Player: Ignore SPELL_AURA_MOD_CURRENCY_GAIN when completing quests with ↵Shauren
currency objective and when refunding vendor items
2015-05-05Scripts/Eye of Eternity: Provide players with drakes when entering instance ↵Nyeriah
after Malygos' demise (cherry picked from commit 2d349da2acb5bbedf74ad622679560ad535a58cd)
2015-05-05Core/Spells: Defined names for some new spell effectsShauren
2015-05-04Core/Creatures: Extended npcflags to uint64Shauren
2015-05-03DB/Areatriggers: Added some more areatrigger teleport dataKinzcool
2015-05-03Core/Quest: Fix loading Quest GreetingsVincent-Michael
2015-05-03Fix warningGacko
2015-05-02DB/Spawns: Added missing spawns of creatures newly added behind the Dark PortalKinzcool
2015-05-02DB/Areatriggers: Added most of MoP & Draenor instance areatriggersKinzcool
2015-05-02Core/Battlegrounds: Load the orientation from WorldSafeLocs.dbc's data ↵Kinzcool
instead of custom values * Fixed incorrect starting graveyards for IoC
2015-05-03Core/PacketIO: Updated and enabled CMSG_TRAINER_BUY_SPELL, ↵Vincent-Michael
SMSG_TRAINER_BUY_FAILED
2015-05-03Core/PacketIO: Enabled SMSG_TRAINER_LISTVincent-Michael
2015-05-03Core/Misc: Warning fixShauren
2015-05-02DB/Hotfixes: Added all current blizz hotfixes - 19865 05/02/2015 22:03:24Vincent-Michael
2015-05-02Core/Misc: Renamed some misnamed flags that were referencing to item-sparse ↵Kinzcool
flags instead of the item_fields ones
2015-05-02SQL: Update characters_databaseVincent-Michael
2015-05-02Core/Objects: Added new error log for bad phaseId/phaseGroup in ↵Vincent-Michael
creature/gameobject table
2015-05-02Core/PacketIO: Updated and enabled SMSG_CHAT_SERVER_MESSAGEVincent-Michael
2015-05-02SQL: Update auth_databaseVincent-Michael
2015-05-02Fix non-PCH build.Gacko
2015-05-02Core/SAI: SMART_ACTION_SET_COUNTER now can be used for all targets, not just ↵MitchesD
for self
2015-05-01DB/Equipment: Filled creature_equip_template with blizzlike values up to ↵Kinzcool
MoP, patch 5.4.8
2015-05-01DB/Spawns: Added missing transport spawns from previous fixes along with the ↵Kinzcool
respective gameobjects
2015-05-02DB/World: Update quest template for 6.1.2 19865 part 8Vincent-Michael
2015-05-01Core/Enums: Defined two unknown item flags, and cleaned the other item flags ↵Kinzcool
enums to reflect a better standardization
2015-05-02DB/World: Update quest template for 6.1.2 19865 part 7Vincent-Michael
2015-05-02Core/Quest: Added new error log for load quest_poiVincent-Michael
2015-05-02Core/Commands: Added .go quest command to teleport your character to first ↵Vincent-Michael
quest poi
2015-05-02Core/Misc: Moved Position to its own fileShauren
2015-05-02Core/Networking: Fixed possible msvc debug assertions in vectorShauren
2015-05-01DB/Items: Added missing items in Item-sparse.db2Vincent-Michael
2015-05-01Warning fixShauren
2015-05-01Core/Misc: Fix issues reported by static analysisVincent-Michael
Coverity defect IDs: 1296283
2015-05-01Core/Player: Implemented seamless teleportingShauren
2015-05-01Core/PacketIO: updated and enabled SMSG_DISMOUNT, CMSG_FAR_SIGHTMitchesD
2015-05-01Core/PacketIO: Updated and enabled CMSG_ITEM_TEXT_QUERY, ↵Shauren
SMSG_QUERY_ITEM_TEXT_RESPONSE, CMSG_CANCEL_TEMP_ENCHANTMENT
2015-04-30Core/PacketIO: Fixed wrong FlushBits usage (mostly related to string lengths)Shauren
2015-04-30Core: Fix non pch buildVincent-Michael
2015-04-29Core/VoidStorage: Fixed possible crashVincent-Michael
2015-04-29Core/Movement: Updated spline flagsShauren
2015-04-28Build fix (1)Shauren
2015-04-28Core/Entities: Reworked guid scopesShauren
* Added ObjectGuid traits to easily access whether guid type can be generated globally (ObjectMgr) or not * This adds separate (per map) guid sequences depending on object type * Ported map object container from cmangos/mangos-wotlk@a2d396eb0bb195efc460944dd4e0fab2a858b300 * Added type container visitor for TypeUnorderedMapContainer * Implemented helper function to erase unique pairs from multimap containers * Moved object storage of all objects except players and transports to map level * Added containers linking database spawn id with creature/gameobject in world * Renamed DBTableGuid to spawnId * Added a separate spawn id sequence generator for creatures and gameobjects - this will be used in db tables * Moved building SMSG_UPDATE_OBJECT - updatefields changes broadcast to map update
2015-04-28Update .travis.ymlDuarte Duarte
Change libmysqlclient15-dev to libmysqlclient-dev
2015-04-28Core/Packets: Add a lost optional initialization.Naios
* ref 800d5d893964a82265 * some style improvements
2015-04-27Core/Misc: Use boost::in_place() to initialize optionals.Naios
* Improves commit 800d5d893964a822655 * Thanks @Shauren for this great suggestion.
2015-04-27Buildsystem: Updated FindBoost macro, now finds versions 1.57 and 1.58 as wellShauren
2015-04-27Core/Util: Fixed flag128 and removed flag96 - previously if flag128 and ↵Shauren
flag96 were used in together the result was always a bool instead of expected flag result due to implicit boolean conversion
2015-04-26Core/Misc: Replace tc's optional with boost::optional.Naios
* benefits from empty optimization (objects are only constructed if needed). * supports r-value references (move semantics) (boost >= 1.56.0). * preparation for c++14/17's std::optional and std::none_t. * add move constructor to CompactArray.
2015-04-26DB/Vendors: Small addition to dcadd04f9cac816fdf175b58ed619206f8413ae6Carbenium
2015-04-26DB/Vendors: Updated vendors in Redridge Mountains to 6.x (19865)Carbenium