aboutsummaryrefslogtreecommitdiff
path: root/src/server/game/Guilds/Guild.cpp
AgeCommit message (Expand)Author
2011-08-01Core: Pass by const reference for simple objects replaced with pass by valueSpp-
2011-07-27Core/ObjectMgr: Remove GetPlayer function (Remove double use of singletons)Spp-
2011-06-12Core: Yet more cleanups in codestyle...click
2011-06-12Core: More codestyle cleanupsclick
2011-05-04Core/ObjectMgr: Refactor guild related functions into dedicated classleak
2011-04-29Add spaces after commasleak
2011-04-29More cleanup after last commit spreeleak
2011-04-29Core: use enum InventoryResult as return type for functions working with play...Azazel
2011-04-28Core/ObjectMgr: Refactor sItemStorageleak
2011-03-18Core/Cleanup: remove C-style cast to (Bag*):Azazel
2011-03-10Core: Cleaned up leftovers from loading functions streamliningleak
2011-03-08Core: Fixed warnings:Shauren
2011-02-20Core/Log: Implement log masks for debug log level, to allow selective debug o...Machiavelli
2011-01-20Core/Spells: Better solution for exploit check (Thanks to manuel)leak
2011-01-20SQL: Characters db storage type cleanup No. 6leak
2011-01-20SQL: Characters db storage type cleanup No. 5leak
2011-01-19SQL: Characters db storage type cleanup No. 4leak
2011-01-16Core/General: Fix some comment style. //* to // *. Fixes certain code display...Machiavelli
2011-01-10Core/Guilds: Fix a possible client crash in MSG_GUILD_BANK_LOG_QUERYMachiavelli
2011-01-01Update copyright note for 2011.Machiavelli
2010-12-23Core: Removed more operator workarounds for ACE_Singleton (missed previously ...Shauren
2010-12-22Core: Get rid of dirty operator workaround for ACE_Singleton class implementa...Shauren
2010-12-22Core/ObjectMgr: Static members are no longer accessed through singletonShauren
2010-12-15DB Schema/Characters: removed columns auctionhouse.item_template, character_i...azazel
2010-12-13Core: Add new system for parallelizing client packet processing. Handle World...click
2010-12-13Core/Guild: More signed/unsigned comparison fixes. Should fix guild log loading.Machiavelli
2010-12-13Core/Guilds: Fix logic in bank withdrawal method (unsigned comparison with si...Machiavelli
2010-12-13Core/DBLayer: Implement global ExecuteOrAppend methods to DatabaseWorkerPool ...Machiavelli
2010-11-11Core/Guild: Fix guildbank withdrawal limit (non-guildmaster character will no...click
2010-10-25Core: Fix warningsSpp
2010-10-21Core/Guilds: Fix a crashlinencloth
2010-10-17Core/Guilds: guild code was completely refactored and rewritten.azazel
2010-10-09Core: Added some anti-WPE filter checks to prevent putting non-empty bags int...Shauren
2010-10-07Remove the accidental additions of CRLF-crap from the header updatesclick
2010-10-07Update copyright headers (following the same standard in all files = good)click
2010-09-24Core/DBLayer:Machiavelli
2010-09-18Core: Optimize guild loadinglinencloth
2010-09-17Core: Cleanup locale handling.linencloth
2010-09-13Core/Guilds: Fix Guild bank event log for big stacks, fixes issue 3996, thank...Shocker
2010-09-11Core/DBLayer:Machiavelli
2010-08-30Wrap guild_bank_item save queries in transactions.Machiavelli
2010-08-30Core: Fix more warningsSpp
2010-08-23Replace World::getConfig with World::getFloatConfig, World::getIntConfig, and...silinoron
2010-08-21Core/Guild: Compile properly on *nix + fix so we don't delete the same item t...click
2010-08-21Fix linux build (with PCH enabled, mind you)Machiavelli
2010-08-21DB Layer:Machiavelli
2010-08-14Add a GuildScript class with a handful of hooks.silinoron
2010-08-13Fixed memory leaks at guild unload/disband (author: porteyoplait)azazel
2010-08-08* Some singleton renames for consistency:XTZGZoReX
2010-07-30*use ASSERT macro instead of regular assert for better output.QAston