index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-10-18T05:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Conditions
/
DisableMgr.cpp
Age
Commit message (
Expand
)
Author
2012-08-16
Core/Loading: Re-enable Server loading log
Spp
2012-08-03
Fix compile under windows
Spp
2012-08-03
Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...
Spp
2012-01-01
Update headers for 2012. HAPPY NEW YEAR!!!
kiper
2011-11-26
Core/DB: Fix character creation in Player::SaveToDB.
kaelima
2011-11-24
Core/DisableMgr: Fixed spells disables
Shocker
2011-11-23
Core/DisableMgr: Fixed possible crashes at startup
Shauren
2011-11-23
Core: Fixed more warnings (C6246: Local declaration of 'x' hides declaration ...
Shauren
2011-09-09
Conditions/DisableMgr: converted from singleton to namespace with free functi...
Spp-
2011-08-21
Core: Fix non-PCH build
click
2011-08-04
Core/GameEvent: Minor code optimization. (Also cosmetic changes in other unre...
Spp
2011-07-26
Core: Use new SpellInfo class in core. Sadly, this commit is not compatibile ...
QAston
2011-07-11
Core/Disables: Allow to disable certain vMaps through Disables system. Wiki w...
Lopin
2011-05-02
Fix warnings created by space-after-comma mass change
leak
2011-04-29
Add spaces after commas
leak
2011-03-21
Core: Removed all double (and more) empty lines
Shauren
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
Removing ProgressBars as they are performing badly on startup.
leak
2010-12-19
Streamlining loading functions for server startup
leak
2010-12-15
Core: Some warning fixes
Spp
2010-12-13
Core: Add new system for parallelizing client packet processing. Handle World...
click
2010-12-04
Core/Disables: Add flags SPELL_DISABLE_MAP and SPELL_DISABLE_AREA for sourceT...
Machiavelli
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-11
Core/DBLayer:
Machiavelli
2010-08-23
Core: Fix some warnings
Spp
2010-08-10
Fixed bug allowing players to enter instance even if selected difficulty was ...
Shauren
2010-08-08
* Some singleton renames for consistency:
XTZGZoReX
2010-08-06
* Added outdoorpvp_template table (currently unused).
XTZGZoReX
2010-07-30
*use ASSERT macro instead of regular assert for better output.
QAston
2010-07-26
Fixed bug in Player::Satisfy that allowed to sometimes bypass instance requir...
Shauren
2010-07-21
Added new spell disable flag - core will not check if that spell exists in db...
Shauren
2010-07-21
Fix compile under *nix when not using PCH
click
2010-07-21
Added global disable system and moved all disable fields/tables/configs into it
Shauren