index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-10-01T21:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Grids
/
ObjectGridLoader.cpp
Age
Commit message (
Expand
)
Author
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-11-27
Core/Misc: Set mode 0644 for files
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-12-07
Some clean up of grid system.
megamage
2011-11-11
Fix another place where corpse is added twice to a grid.
megamage
2011-11-11
Add some comments for the previous crash fix. Thanks to Amit86.
megamage
2011-11-11
Cleanup before deleting objects when unloading grid. Fix #3922.
megamage
2011-11-10
Fix the crash when removing object from an unloaded grid. Object should alway...
megamage
2011-10-24
Core/Misc: Some minor cleanups
kaelima
2011-10-18
Clean up grid system. Get rid of GridLoader. This patch should not change any...
megamage
2011-10-18
Rename some classes in grid system.
megamage
2011-10-11
Fix compile error in gcc.
megamage
2011-10-07
Fix the relocation of creatures across cells. Try to fix #3054.
megamage
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-02-20
Core/Log: Implement log masks for debug log level, to allow selective debug o...
Machiavelli
2011-02-04
Core/DynamicObjects: Change the way how dynamic objects are bound to their ow...
QAston
2011-01-13
Core/Maps: Fix a possible crash in ObjectGridStoper:Visit
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-17
Core/Unit: Renamed addUnitState/hasUnitState/clearUnitState to AddUnitState/H...
Shauren
2010-11-13
Core:
linencloth
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-23
Replace World::getConfig with World::getFloatConfig, World::getIntConfig, and...
silinoron
2010-08-08
* Some singleton renames for consistency:
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-06
* Move some grid stuff.
XTZGZoReX