index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-25T10:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
shared
/
Dynamic
Age
Commit message (
Expand
)
Author
2013-01-14
Core/Misc: Apply codestyle to multiple files
Spp
2013-01-04
Core/Misc: Use ASSERT (custom, better macro) instead of the C macro assert()
Nay
2013-01-02
Core/Misc: Some minor changes here and there
Spp
2013-01-01
Update more copyright note for 2013. (alcohol sucks)
Vincent_Michael
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-11-27
Core/Misc: Set mode 0644 for files
Spp
2012-11-20
Core/Misc: Reduction of header dependencies - Step II
Spp
2012-10-02
Core: "Initial support for C++11 compilers"
Spp
2012-09-10
Core: Warning fixes (Also some -pedantic under game folder)
Spp
2012-04-12
Removed unused file
Shauren
2012-01-01
Update headers for 2012. HAPPY NEW YEAR!!!
kiper
2011-11-10
Fix compile in linux.
megamage
2011-11-10
Fix the crash when removing object from an unloaded grid. Object should alway...
megamage
2011-10-18
Minor changes here and there:
Spp
2011-09-29
Cosmetic: Multiple cosmetic changes
Spp
2011-09-29
Cosmetic: Replace "* )" with "*)" and "* /*" with "* /*"
Spp
2011-09-15
[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...
Spp
2011-06-11
Core: Codestyle cleanup
click
2011-04-29
Add spaces after commas
leak
2011-01-01
Update copyright note for 2011.
Machiavelli
2010-10-21
Buildsystem: Add initial support for Intel C++ Compiler (patch by Leak)
click
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-21
Core/Includes: Include ACE as an external dependency, not local (#include "ac...
click
2010-08-08
Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...
click
2010-06-25
Get rid of Trinity Singleton and Threading patterns and replace them with ACE...
Machiavelli
2010-06-14
Fix compile-errors on older versions of GCC (missing definitions - thanks to ...
click
2010-06-08
* Linux compile with and without PCH fixed
Brian
2010-06-07
* More cleanup
Brian
2010-06-07
* Nope still won't build yet
Brian
2010-06-07
* shared lib builds again under Linux.
Brian
2010-06-06
* Get rid of framework and move the files to game and shared.
XTZGZoReX