Age | Commit message (Collapse) | Author | |
---|---|---|---|
20 hours | Core/Misc: Reduce differences between branches | Shauren | |
2025-08-31 | Core/Reputation: Fix ReputationMgr crash at first character login due to ↵ | thestrangerplana | |
AllReputation config (#31246) | |||
2025-07-13 | Core/Misc: Move large functions out of header files | Shauren | |
2025-05-22 | Core/PacketIO: Migration to PacketUtilities bit/string operations part 3 | Shauren | |
2024-08-16 | Core: Updated to 11.0.2 | Shauren | |
2024-08-02 | Core/PacketIO: Updated to 11.0.0 | Shauren | |
2023-08-27 | Core/Misc: Fixed doxygen docs being attached to wrong fields | Shauren | |
2023-04-11 | Core/Reputation: Fixed crash in reptutation code when ↵ | Shauren | |
PlayerStart.AllReputation is enabled in config Closes #28915 | |||
2023-01-29 | Core/Players: Several currency fixes and improvements (#28676) | Meji | |
2023-01-21 | Core/Reputation: Implemented renown reputation (Dragonflight) (#28653) | Meji | |
2023-01-08 | Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵ | Shauren | |
compatible api) | |||
2022-12-04 | Core: Updated to 10.0.2 | Shauren | |
2022-05-06 | Core/Misc: Remove implicit conversions from RaceMask class, fixes racemask ↵ | Shauren | |
check failing during loading from db | |||
2022-02-13 | Core/Misc: Minor game include cleanup | Shauren | |
2022-02-05 | Core/Misc: Convert leftover DatabaseTransactions-by-reference (pass them by ↵ | Treeston | |
value!) (cherry picked from commit 6b8f3d0f94b7a611eba81b7a2ff476cf75d09f4a) | |||
2021-12-23 | Core/Reputation: Fix Oracles/Frenzyheart not being set to war properly | sirikfoll | |
Closes #9469 (cherry picked from commit 47c49c391233d67e7cf992a2df9516f36d4f8ee5) | |||
2021-12-13 | Core/Unit: rename several getters to follow codestyle | ccrs | |
uint8 GetLevel() uint8 GetLevelForTarget(WorldObject const* /*target*/) void SetLevel(uint8 lvl) uint8 GetRace() uint32 GetRaceMask() uint8 GetClass() uint32 GetClassMask() uint8 GetGender() (cherry picked from commit 5c09ff51f7015b775def8d5cc1f678eaef37200f) | |||
2021-09-08 | Core/Achievements: Update CriteriaType enum (#26856) | Meji | |
2021-08-28 | Core/Misc: Fix gcc warnings | Shauren | |
2021-06-06 | Core/Reputation: Corrected sorting of friendship rep reactions | Shauren | |
2021-06-06 | Core/Reputation: Implemented paragon reputation | Shauren | |
2021-06-05 | Core/Reputation: Named all reputation flags | Shauren | |
2021-06-04 | Nopch build fix | Shauren | |
2021-06-04 | Core/Reputation: Implemented "friendship reputation" | Shauren | |
2021-05-09 | Core/Quests: Quest improvements | Shauren | |
* Add quest log slot argument to functions dealing with objective progress * Implemented QUEST_OBJECTIVE_FLAG_SEQUENCED (prevent progressing hidden objectives) | |||
2021-02-15 | Core/Reputation: Fix reaction with rival factions | Killyana | |
Closes #9469 Ref #20661 (cherry picked from commit e85a48179e3c1964cc70af1f779fd83eab62d93b) | |||
2020-09-04 | Core/Misc: Port all the refactors sneaked in master to 3.3.5 include cleanup ↵ | Shauren | |
port | |||
2020-08-14 | Core/Misc: Replace NULL with nullptr | Shauren | |
2020-07-16 | Fixes to all-reputation and all-skill custom option handling: | treeston | |
- Move on-create customs (all explored, all reputations) to CharacterHandler::HandlePlayerLogin for first login. Fixes #19839. - Add Wrath factions to all reputations custom (it only had BC factions). - Remove unused ReputationMgr::SendStates. Add ReputationMgr::SendState handling for sending all updated states in arbitrary order if nullptr is passed (used in point #1). - Fix all weapon skills max custom to properly apply on learning new weapon skills. (cherry picked from commit 4b6351e6a5a2e2c986f3c0ea8e25bc76055c5b2c) | |||
2020-04-27 | Core/Misc: Always reward all necessary reputations on creature kill (#19106) | xinef1 | |
(cherry picked from commit fb2aebe46be7439a8f9b99067edb27fd844c1a28) | |||
2020-03-30 | Core/Players: Fixed racemasks usage for new races | Shauren | |
2020-01-02 | New Year | Aokromes | |
2019-07-27 | Core/DBLayer: Prevent committing transactions started on a different database | Shauren | |
2019-07-27 | Core/DBLayer: Prevent using prepared statements on wrong database | Shauren | |
2019-01-01 | Update copyright note for 2019 | vincent-michael | |
auto happy = new year(2019); | |||
2018-03-12 | Core/DataStores: Fixed db2 structures after 7.3.5 | Shauren | |
2018-02-18 | Core/DataStores: Updated db2 structures to 7.3.5.25996 | Shauren | |
2018-01-01 | Update copyright note for 2018 | vincent-michael | |
auto happy = new year(2018); | |||
2017-06-04 | Core/Game: Include cleanup part 5 | Shauren | |
* ObjectMgr.h * Player.h * Unit.h * G3D should no longer propagate everywhere from Spline/MotionMaster | |||
2017-05-18 | Core/Game: Include cleanup | Shauren | |
* 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-01-01 | Update copyright note for 2017 | vincent-michael | |
Happy new year | |||
2016-11-14 | Core/Quests: Fixed quest reputation rewards in packets and implemented new ↵ | Shauren | |
fields - RewardFactionCapIn and RewardReputationMask | |||
2016-07-20 | Fixed nopch build and some leftover warnings | Shauren | |
2016-05-20 | Core/DataStores: Updated opcodes and db2 to 7.0.3.21414 | Shauren | |
2016-05-07 | Core/Achievements: AchievementMgr refactoring | Shauren | |
* Extracted base CriteriaHandler class that deals with criteria only and will be reused for future scenario implementation * Fixed players earning guild achievements | |||
2016-03-24 | Core/Game: Converted the game library to a shared library. | Naios | |
* There is still the possibility to static link against game. | |||
2016-03-07 | Core/PacketIO: Updated and enabled SMSG_SET_FACTION_STANDING | Shauren | |
2016-01-03 | Core/DataStores: Implemented checking PlayerCondition for future use | Shauren | |
2016-01-01 | Update copyright note for 2016 | Vincent-Michael | |
Happy new year (Again new year with idiots ...) | |||
2015-09-07 | Core/DataStores: Updated DBC and DB2 structures to 6.2.2.20444 | Shauren | |