| Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Closes #30585
|
|
|
|
|
|
expansion filter
|
|
|
|
|
|
Closes #30128
|
|
it to create deleters with compile time constant functions (reduces its size to just sizeof(void*))
|
|
|
|
trade timers to also count time offline
|
|
with offline buyers
|
|
Player::SaveInventoryAndGoldToDB() (#29582)
|
|
AuctionHouseObject::SendAuctionInvoice
|
|
Closes #29455
|
|
Closes #8390
Closes #29427
|
|
|
|
|
|
|
|
compatible api)
|
|
|
|
|
|
|
|
format argument instead being templated on it to slightly improve compile times and reduce executable size
|
|
|
|
|
|
* Core/Misc: fix double empty line
* worldserver.conf
(cherry picked from commit a32b6b8ac4c81128a56b282f20837fb085bdd9e7)
|
|
when expiring auctions that have offline bidders
(cherry picked from commit d0d0f51f325e4ae42c9bef7606fed4f4c00c98d6)
|
|
|
|
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)
|
|
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)
|
|
(cherry picked from commit 2ef9d301f0869b443122e2ba543af054c5b0e53c)
|
|
|
|
|
|
|
|
Closes #26621
|
|
Closes #26110
Closes #26619
|
|
lose of control state
(cherry picked from commit e315e41d36061fc88dfa09bfa0da1fbc0c00826f)
|
|
|
|
|
|
|
|
added after 6.0)
|
|
|
|
|
|
|
|
|
|
This speeds up the query execution time tremendously
Refs #19182
(cherry picked from commit ae9995f463ec9797eaa4a803bdca4fbf5978a9b7)
|