aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/AuctionHouse
AgeCommit message (Collapse)Author
9 daysCore/Misc: Fix boost 1.90 compatibility changeShauren
9 daysCore/Misc: Build fix with boost 1.9011.2.5.64502Shauren
2025-03-02Core: Updated to 11.1.0Shauren
2025-02-23Core/Misc: Add a bunch of examples for 67418a1aeee9035234d304b5e9653b832488dd66Shauren
2025-01-25Core/Items: Fixed item spell charge slot indexingShauren
Closes #30585
2024-12-31Core/Misc: Include cleanup - remove MapUtils.h from Containers.hShauren
2024-11-06Core/PacketIO: Named a bunch of unknown/unused fieldsShauren
2024-11-03Core/AuctionHouse: Updated AuctionHouseFilterMask and implemented current ↵Shauren
expansion filter
2024-11-03Core/AuctionHouse: Skip own account commodity listing when buyingShauren
2024-11-03Core/AuctionHouse: Minor code modernizationShauren
2024-11-03Core/AuctionHouse: Fixed use after freeShauren
Closes #30128
2024-10-01Core/Utilities: Extend make_unique_ptr_with_deleter functionality to allow ↵Shauren
it to create deleters with compile time constant functions (reduces its size to just sizeof(void*))
2024-08-02Core/PacketIO: Updated to 11.0.0Shauren
2024-04-12Core/Items: Implemented CreateTime item field and changed refund/soulbound ↵Shauren
trade timers to also count time offline
2024-03-06Core/AuctionHouse: Fixed possible use after free when auctions are removed ↵Shauren
with offline buyers
2024-02-25Core/Players: Drop Player::SaveGoldToDB() and move it's code to ↵Mykhailo Redko
Player::SaveInventoryAndGoldToDB() (#29582)
2023-12-07Core/Auction House: Added missing nullptr check in ↵Shauren
AuctionHouseObject::SendAuctionInvoice
2023-11-24Core/Locales: Set active code page and locale used by c string functions to utf8Shauren
Closes #29455
2023-11-21Core/Calendar: Implement different timezone support for ingame calendarShauren
Closes #8390 Closes #29427
2023-08-24Core/Misc: Modernize comparison operatorsShauren
2023-06-07Codestyle fixShauren
2023-06-07Core/Auction House: Fixed sorting items with itemlevel greater than 255Shauren
2023-01-08Core/Logging: Switch from fmt::sprintf to fmt::format (c++20 standard ↵Shauren
compatible api)
2023-01-01Core/Misc: Fixed deprecation warnings for c++20Shauren
2022-12-04Core: Updated to 10.0.2Shauren
2022-11-06Core/Misc: Added noexcept to move constructors and move assignment operatorsShauren
2022-09-19Core/Misc: Changed string formatting functions to accept std::string_view as ↵Shauren
format argument instead being templated on it to slightly improve compile times and reduce executable size
2022-06-09Core/BattlePets: Move BattlePet stuff from SpellMgr to BattlePetMgr (#27986)Meji
2022-06-02Core/DataStores: Updated structures to 9.2.5Shauren
2022-03-05Core: whitespace cleanup, reduce double blank line to single (#25795)Kargatum
* Core/Misc: fix double empty line * worldserver.conf (cherry picked from commit a32b6b8ac4c81128a56b282f20837fb085bdd9e7)
2022-02-28Core/Auction House: Eliminate blocking db queries for account permissions ↵Shauren
when expiring auctions that have offline bidders (cherry picked from commit d0d0f51f325e4ae42c9bef7606fed4f4c00c98d6)
2022-02-13Core/Misc: Minor game include cleanupShauren
2022-01-23Core/Time: Rename GetGameTime{System, Steady}Point methodsTreeston
The names are a bit unhandy. Rename them (shorter but still meaningful). GetGameTimeSystemPoint() -> GetSystemTime() GetGameTimeSteadyPoint() -> Now() Also add 2 new typedefs: typedef std::chrono::steady_clock::time_point TimePoint; typedef std::chrono::system_clock::time_point SystemTimePoint; Closes #25042 (cherry picked from commit 896b68d5c297b06587645caebc98b704978ecaa7)
2021-12-13Core/Unit: rename several getters to follow codestyleccrs
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-10-14Misc: Pass std::chrono types by value everywhere.Treeston
(cherry picked from commit 2ef9d301f0869b443122e2ba543af054c5b0e53c)
2021-09-08Core/Achievements: Update CriteriaType enum (#26856)Meji
2021-08-11Core/Items: Implemented secondary shoulder transmog appearanceShauren
2021-08-08Core/PacketIO: 9.1.0 opcodes and packet structuresShauren
2021-06-24Core/AuctionHouse: Fixed paying for commoditiesShauren
Closes #26621
2021-06-23Core/AuctionHouse: Fixed buying commoditiesShauren
Closes #26110 Closes #26619
2021-06-16Core/Entities: don't allow client control if player is still affected by any ↵ariel-
lose of control state (cherry picked from commit e315e41d36061fc88dfa09bfa0da1fbc0c00826f)
2021-04-05Core/Misc: Change all unix time columns in character database to bigint (signed)Shauren
2021-03-03Core/AuctionHouse: Fix overflow in item ordering. (#26196)MaxtorCoder
2020-12-08Core/PacketIO: Fill new packet fields with dataShauren
2020-09-19Core/PacketIO: Renamed a bunch of opcodes based on more research (only those ↵Shauren
added after 6.0)
2020-06-18Core/Auction House: Fixed sorting in non-equipment categoriesShauren
2020-05-15Core/PacketIO: Send item flags in auction itemsShauren
2020-05-13Core/AuctionHouse: Don't overflow mail attachments, send max 16 items per mailShauren
2020-05-01Merge pull request #24500 from funjoker/cherry-picksShauren
2020-04-27Core/Auction: wrap item deletions from AHBot auction on a transactionariel-
This speeds up the query execution time tremendously Refs #19182 (cherry picked from commit ae9995f463ec9797eaa4a803bdca4fbf5978a9b7)