Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-06 | Core/Player: Ignore SPELL_AURA_MOD_CURRENCY_GAIN when completing quests with ↵ | Shauren | |
currency objective and when refunding vendor items | |||
2015-05-05 | Scripts/Eye of Eternity: Provide players with drakes when entering instance ↵ | Nyeriah | |
after Malygos' demise (cherry picked from commit 2d349da2acb5bbedf74ad622679560ad535a58cd) | |||
2015-05-05 | Core/Spells: Defined names for some new spell effects | Shauren | |
2015-05-04 | Core/Creatures: Extended npcflags to uint64 | Shauren | |
2015-05-03 | DB/Areatriggers: Added some more areatrigger teleport data | Kinzcool | |
2015-05-03 | Core/Quest: Fix loading Quest Greetings | Vincent-Michael | |
2015-05-03 | Fix warning | Gacko | |
2015-05-02 | DB/Spawns: Added missing spawns of creatures newly added behind the Dark Portal | Kinzcool | |
2015-05-02 | DB/Areatriggers: Added most of MoP & Draenor instance areatriggers | Kinzcool | |
2015-05-02 | Core/Battlegrounds: Load the orientation from WorldSafeLocs.dbc's data ↵ | Kinzcool | |
instead of custom values * Fixed incorrect starting graveyards for IoC | |||
2015-05-03 | Core/PacketIO: Updated and enabled CMSG_TRAINER_BUY_SPELL, ↵ | Vincent-Michael | |
SMSG_TRAINER_BUY_FAILED | |||
2015-05-03 | Core/PacketIO: Enabled SMSG_TRAINER_LIST | Vincent-Michael | |
2015-05-03 | Core/Misc: Warning fix | Shauren | |
2015-05-02 | DB/Hotfixes: Added all current blizz hotfixes - 19865 05/02/2015 22:03:24 | Vincent-Michael | |
2015-05-02 | Core/Misc: Renamed some misnamed flags that were referencing to item-sparse ↵ | Kinzcool | |
flags instead of the item_fields ones | |||
2015-05-02 | SQL: Update characters_database | Vincent-Michael | |
2015-05-02 | Core/Objects: Added new error log for bad phaseId/phaseGroup in ↵ | Vincent-Michael | |
creature/gameobject table | |||
2015-05-02 | Core/PacketIO: Updated and enabled SMSG_CHAT_SERVER_MESSAGE | Vincent-Michael | |
2015-05-02 | SQL: Update auth_database | Vincent-Michael | |
2015-05-02 | Fix non-PCH build. | Gacko | |
2015-05-02 | Core/SAI: SMART_ACTION_SET_COUNTER now can be used for all targets, not just ↵ | MitchesD | |
for self | |||
2015-05-01 | DB/Equipment: Filled creature_equip_template with blizzlike values up to ↵ | Kinzcool | |
MoP, patch 5.4.8 | |||
2015-05-01 | DB/Spawns: Added missing transport spawns from previous fixes along with the ↵ | Kinzcool | |
respective gameobjects | |||
2015-05-02 | DB/World: Update quest template for 6.1.2 19865 part 8 | Vincent-Michael | |
2015-05-01 | Core/Enums: Defined two unknown item flags, and cleaned the other item flags ↵ | Kinzcool | |
enums to reflect a better standardization | |||
2015-05-02 | DB/World: Update quest template for 6.1.2 19865 part 7 | Vincent-Michael | |
2015-05-02 | Core/Quest: Added new error log for load quest_poi | Vincent-Michael | |
2015-05-02 | Core/Commands: Added .go quest command to teleport your character to first ↵ | Vincent-Michael | |
quest poi | |||
2015-05-02 | Core/Misc: Moved Position to its own file | Shauren | |
2015-05-02 | Core/Networking: Fixed possible msvc debug assertions in vector | Shauren | |
2015-05-01 | DB/Items: Added missing items in Item-sparse.db2 | Vincent-Michael | |
2015-05-01 | Warning fix | Shauren | |
2015-05-01 | Core/Misc: Fix issues reported by static analysis | Vincent-Michael | |
Coverity defect IDs: 1296283 | |||
2015-05-01 | Core/Player: Implemented seamless teleporting | Shauren | |
2015-05-01 | Core/PacketIO: updated and enabled SMSG_DISMOUNT, CMSG_FAR_SIGHT | MitchesD | |
2015-05-01 | Core/PacketIO: Updated and enabled CMSG_ITEM_TEXT_QUERY, ↵ | Shauren | |
SMSG_QUERY_ITEM_TEXT_RESPONSE, CMSG_CANCEL_TEMP_ENCHANTMENT | |||
2015-04-30 | Core/PacketIO: Fixed wrong FlushBits usage (mostly related to string lengths) | Shauren | |
2015-04-30 | Core: Fix non pch build | Vincent-Michael | |
2015-04-29 | Core/VoidStorage: Fixed possible crash | Vincent-Michael | |
2015-04-29 | Core/Movement: Updated spline flags | Shauren | |
2015-04-28 | Build fix (1) | Shauren | |
2015-04-28 | Core/Entities: Reworked guid scopes | Shauren | |
* 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-28 | Update .travis.yml | Duarte Duarte | |
Change libmysqlclient15-dev to libmysqlclient-dev | |||
2015-04-28 | Core/Packets: Add a lost optional initialization. | Naios | |
* ref 800d5d893964a82265 * some style improvements | |||
2015-04-27 | Core/Misc: Use boost::in_place() to initialize optionals. | Naios | |
* Improves commit 800d5d893964a822655 * Thanks @Shauren for this great suggestion. | |||
2015-04-27 | Buildsystem: Updated FindBoost macro, now finds versions 1.57 and 1.58 as well | Shauren | |
2015-04-27 | Core/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-26 | Core/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-26 | DB/Vendors: Small addition to dcadd04f9cac816fdf175b58ed619206f8413ae6 | Carbenium | |
2015-04-26 | DB/Vendors: Updated vendors in Redridge Mountains to 6.x (19865) | Carbenium | |