aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/AuctionHouse/AuctionHouseMgr.cpp
AgeCommit message (Expand)Author
2015-03-30Core/Misc: Remove unused headersleak
2015-03-18Core/Misc: Fix some issues detected by static analysisNaios
2015-02-13Core/AHBot: Fix AHBot bidding and correct logged AH typejackpoz
2015-01-01Update copyright note for 2015Vincent-Michael
2014-10-26Core/AH: Code cleanupjackpoz
2014-10-26Merge pull request #13455 Rochet2/ahjackpoz
2014-10-25AH related fixesRochet2
2014-10-17Core/Players: Fix players not being notified if on loading screenjackpoz
2014-10-01Core/AH: Don't send expired auctions to clientsjackpoz
2014-09-30Revert "Core/AuctionHouse: Delete expired auctions at startup."jackpoz
2014-09-28Core/AH: Fix Auction House items not deleted from databasejackpoz
2014-09-14Core/Entities: Use ObjectGuid class in game projectShauren
2014-08-23Core/Auctionhouse: Better fix for 809fb9894ec5ee5aDDuarte
2014-08-23Core/Auctionhouse: Hide known recipes when the Usable box is checked in the AHAokromes
2014-04-27Core: Droped `faction_H` field -- only one faction table is necessaryKinzcool
2014-01-01Update copyright note for 2014.Vincent_Michael
2013-11-08Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...Spp
2013-10-28Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.leguybrush
2013-09-27Core/RBAC: Move RBAC code to namespace rbacSpp
2013-06-10Core/Auctionhouse: Fix crash when reloading AH itemskaelima
2013-05-13Core/Logging: Performance-related tweaks to logging systemSpp
2013-05-07Core/AuctionHouse: Fixed field type mismatches when saving auction to databas...Shauren
2013-04-26Core/DBLayer: Fixed mismatched field type in auction house prepared statement.Shauren
2013-03-20Core/Misc: Define multiple functions const (+ code cleanup here and there)Spp
2013-03-08Core/RBAC: Fix multiple permissions and remove multiple config options that a...Spp
2013-02-25Core/RBAC: Add new Permission "Log gm trade". Config option still active, but...Spp
2013-02-25Core/RBAC: Remove unnecessary header includes from other header filesSpp
2013-01-01Update copyright note for 2013.Vincent_Michael
2012-12-18Core/AuctionHouse: Partially revert 3cf260068809 to keep compatibility with t...Nay
2012-12-18Core/AuctionHouse: Fix a possible auctionhouse crashMrSmite
2012-11-27Core/Misc: Random changes here and there to minimize differences with 4.3.4 b...Spp
2012-10-02Core/Utilities: Use generic templates with AddPct, ApplyPct and CalculatePctSpp
2012-09-18Core/Achievements: Force all calls to AchievementMgr be done through Player f...Spp
2012-09-10Core: Warning fixes (Also some -pedantic under game folder)Spp
2012-08-16Core/Loading: Re-enable Server loading logSpp
2012-08-03Fix compile under windowsSpp
2012-08-03Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...Spp
2012-07-20Core/AuctionHouse: Corrected mail body for auction outbid and cancelled mails...Shauren
2012-07-19Core/AuctionHouse: Refactored and corrected building auction mail messagesShauren
2012-03-29Core/Misc: Code style and remove unused define.Gyx
2012-03-24Core/DBLayer: Convert PQuery() queries to prepared statementsleak
2012-03-14Revert "Core: more more cleanup" - Build test anyone?leak
2012-03-14Core: more more cleanupthomas33
2012-02-16Core/Movement: Fix a crash when a player logout in a hostile area. The honorl...kaelima
2011-12-31Merge pull request #4567 from Kiperr/masterleak
2012-01-01Core/DBLayer: Refactor prepared statement defines to new format (char db)leak
2012-01-01Update headers for 2012. HAPPY NEW YEAR!!!kiper
2011-09-15[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...Spp
2011-09-08Core: Define helper functions to know if an account is Player, Moderator, GM,...Spp-
2011-09-08AccountMgr singleton converted to namespace with free functions as it has no ...Spp-