index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-25T20:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Entities
/
DynamicObject
Age
Commit message (
Expand
)
Author
2015-03-30
Core/Misc: Remove unused headers
leak
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-09-14
Core/Entities: Use ObjectGuid class in game project
Shauren
2014-08-09
Core/Server: Add missing overrides
DDuarte
2014-06-13
Core/Transports: Fixed crash happening during teleporting transports
Shauren
2014-04-29
Core/Misc: Remove obsolete C++11 backward compatibility macros
Dehravor
2014-03-16
Core/Transports: Added support for DynamicObjects on transports
Shauren
2014-01-01
Update copyright note for 2014.
Vincent_Michael
2013-12-23
Core/Chat: Refactored building chat packets
Shauren
2013-11-08
Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...
Spp
2013-05-13
Core/Logging: Performance-related tweaks to logging system
Spp
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-11-27
Core/Misc: Set mode 0644 for files
Spp
2012-09-10
Core: Warning fixes (Also some -pedantic under game folder)
Spp
2012-08-03
Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...
Spp
2012-05-26
Add function for SetObjectScale
Vincent-Michael
2012-03-09
Some random cleanup here and there
Spp
2012-02-29
Core/Object:
kaelima
2012-01-01
Update headers for 2012. HAPPY NEW YEAR!!!
kiper
2011-12-20
Update grid system. Try to fix some crashes and transport passengers (now the...
megamage
2011-11-28
Delete DynamicObject if AddToMap fails.
megamage
2011-07-26
Core: Use new SpellInfo class in core. Sadly, this commit is not compatibile ...
QAston
2011-06-16
Core/DynamicObject: Delete DynObjAura on DynObj delete, not on aura remove fr...
QAston
2011-06-11
Core: Codestyle cleanup
click
2011-04-29
Add spaces after commas
leak
2011-04-19
Core/DynamicObject: Research dynamicobject types, added DynamicObjectType enum
SilverIce
2011-02-04
Core/DynamicObjects: Change the way how dynamic objects are bound to their ow...
QAston
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-11-13
Core:
linencloth
2010-10-07
REALLY fix the CRLF-crap...
click
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-08-06
*** New core <-> script library interface - complete rewrite of the old one.
XTZGZoReX
2010-07-30
*use ASSERT macro instead of regular assert for better output.
QAston
2010-06-25
Get rid of Trinity Singleton and Threading patterns and replace them with ACE...
Machiavelli
2010-06-08
* Remove more relative paths from includes
Brian
2010-06-07
* Getting closer (at least for Linux :) )
Brian
2010-06-06
* Even more restructuring of the game library.
XTZGZoReX