index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-29T10:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Guilds
/
Guild.cpp
Age
Commit message (
Expand
)
Author
2011-01-20
Core/Spells: Better solution for exploit check (Thanks to manuel)
leak
2011-01-20
SQL: Characters db storage type cleanup No. 6
leak
2011-01-20
SQL: Characters db storage type cleanup No. 5
leak
2011-01-19
SQL: Characters db storage type cleanup No. 4
leak
2011-01-16
Core/General: Fix some comment style. //* to // *. Fixes certain code display...
Machiavelli
2011-01-10
Core/Guilds: Fix a possible client crash in MSG_GUILD_BANK_LOG_QUERY
Machiavelli
2011-01-01
Update copyright note for 2011.
Machiavelli
2010-12-23
Core: Removed more operator workarounds for ACE_Singleton (missed previously ...
Shauren
2010-12-22
Core: Get rid of dirty operator workaround for ACE_Singleton class implementa...
Shauren
2010-12-22
Core/ObjectMgr: Static members are no longer accessed through singleton
Shauren
2010-12-15
DB Schema/Characters: removed columns auctionhouse.item_template, character_i...
azazel
2010-12-13
Core: Add new system for parallelizing client packet processing. Handle World...
click
2010-12-13
Core/Guild: More signed/unsigned comparison fixes. Should fix guild log loading.
Machiavelli
2010-12-13
Core/Guilds: Fix logic in bank withdrawal method (unsigned comparison with si...
Machiavelli
2010-12-13
Core/DBLayer: Implement global ExecuteOrAppend methods to DatabaseWorkerPool ...
Machiavelli
2010-11-11
Core/Guild: Fix guildbank withdrawal limit (non-guildmaster character will no...
click
2010-10-25
Core: Fix warnings
Spp
2010-10-21
Core/Guilds: Fix a crash
linencloth
2010-10-17
Core/Guilds: guild code was completely refactored and rewritten.
azazel
2010-10-09
Core: Added some anti-WPE filter checks to prevent putting non-empty bags int...
Shauren
2010-10-07
Remove the accidental additions of CRLF-crap from the header updates
click
2010-10-07
Update copyright headers (following the same standard in all files = good)
click
2010-09-24
Core/DBLayer:
Machiavelli
2010-09-18
Core: Optimize guild loading
linencloth
2010-09-17
Core: Cleanup locale handling.
linencloth
2010-09-13
Core/Guilds: Fix Guild bank event log for big stacks, fixes issue 3996, thank...
Shocker
2010-09-11
Core/DBLayer:
Machiavelli
2010-08-30
Wrap guild_bank_item save queries in transactions.
Machiavelli
2010-08-30
Core: Fix more warnings
Spp
2010-08-23
Replace World::getConfig with World::getFloatConfig, World::getIntConfig, and...
silinoron
2010-08-21
Core/Guild: Compile properly on *nix + fix so we don't delete the same item t...
click
2010-08-21
Fix linux build (with PCH enabled, mind you)
Machiavelli
2010-08-21
DB Layer:
Machiavelli
2010-08-14
Add a GuildScript class with a handful of hooks.
silinoron
2010-08-13
Fixed 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
2010-07-30
Deleted data blob in item_instance
Shauren
2010-07-28
* Fix small typo in commit 9073 -- oppppsss
Brian
2010-07-29
Convert to using ACE for reading configurationfiles, and remove dependency on...
click
2010-07-28
* Send the proper number of accounts in a guild in the SMSG_GUILD_INFO packet
Brian
2010-06-08
* Remove more not needed relative paths in include files
Brian
2010-06-07
More fixes for game/ cmake compilation
Tartalo
2010-06-05
rearranged core files
Rat