index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-24T17:01:02Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
shared
/
Define.h
Age
Commit message (
Expand
)
Author
2015-04-15
Prevent collisions in GCC attribute definitions
Daniel M. Weeks
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-09-20
Core/Misc: Avoid Helgrind reporting libstdc++ false positive race conditions
jackpoz
2014-09-18
Shared/Logging: Use standard format specifier for size_t
jackpoz
2014-09-18
Core/Scripts: implemented a guid map in InstanceScript, this way you can easi...
joschiwald
2014-08-23
Core/Misc: Fix some -Wconversion warnings
jackpoz
2014-08-05
Core: Fix build for shit OS
Vincent-Michael
2014-07-20
Fixed gcc build without pch
Shauren
2014-07-20
Core: Fix non pch build (gcc)
Vincent-Michael
2014-07-14
Corrected order of inclusion in Define.h
leak
2014-07-08
Fixed the UI64FMT and SI64FMT format specifiers
Subv
2014-06-08
Use correct define for endianess
leak
2014-06-01
Replaced ACE based typedefs for fixed width ints with C++11 versions
leak
2014-04-29
Core/Misc: Remove obsolete C++11 backward compatibility macros
Dehravor
2014-04-20
Core/Misc: Fixed some -Weffc++ warnings
Shauren
2014-01-01
Update copyright note for 2014.
Vincent_Michael
2013-07-06
Misc: Use override and final C++11 keywords in a few places (mostly scripts)
Nay
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-11-27
Core/Misc: Set mode 0644 for files
Spp
2012-10-03
Core: Fix build without PCH
Spp
2012-01-01
Update headers for 2012. HAPPY NEW YEAR!!!
kiper
2011-04-29
Add spaces after commas
leak
2011-04-22
Core: Added definitions to mark methods as deprecated and marked DoCompleteAc...
Shauren
2011-01-01
Update copyright note for 2011.
Machiavelli
2010-10-07
REALLY fix the CRLF-crap...
click
2010-10-07
Update copyright headers (following the same standard in all files = good)
click
2010-08-22
Core: Fix more warnings, add new function sLog.outStaticDebug() that replaces...
click
2010-06-07
Fix some paths on shared/ includes and CMakeLists.txt
Tartalo
2010-06-06
* Get rid of framework and move the files to game and shared.
XTZGZoReX