index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-25T17:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Maps
/
MapManager.h
Age
Commit message (
Expand
)
Author
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-07-20
Refactored singletons to enable proper deconstruction during shutdown
leak
2014-07-01
Replaced all remaining ACE based Singletons
leak
2014-06-08
Replaced mutex related code in Common.h
leak
2014-05-01
Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros
Dehravor
2014-01-01
Update copyright note for 2014.
Vincent_Michael
2013-12-15
Core/Misc: Remove unused code
jackpoz
2013-10-16
Core/Transports
Shauren
2013-03-26
Core: Fix compile with WITH_COREDEBUG option enabled
Spp
2013-03-25
Core/Misc: Minor optimizations (+code changes to reduce differences with 4.3....
Spp
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-11-27
Core/Misc: Set mode 0644 for files
Spp
2012-06-21
Core/Misc: Code-style + some const methods.
Chaplain
2012-05-21
Core/MapManager: Fix logic in SetMapUpdateInterval()
Chaplain
2012-01-01
Update headers for 2012. HAPPY NEW YEAR!!!
kiper
2011-11-23
Do not allow base map be accessed from outside if map is instanceable.
megamage
2011-11-23
Clean up very some confusing MapManager functions (create/find map/base map).
megamage
2011-09-15
[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...
Spp
2011-08-05
Core/Battleground: Some (minor) code optimizations
Spp
2011-06-28
Core/Maps: Allow multi-threaded updates for all instances of a map, should in...
Shocker
2011-04-29
Add spaces after commas
leak
2011-04-28
Core/ObjectMgr: Refactor sInstanceTemplate
leak
2011-03-10
Core/Instances: Recycle instance IDs. Should fix instance ID shifting and rel...
leak
2011-02-23
Core/Maps: More unused maps
leak
2011-01-01
Update copyright note for 2011.
Machiavelli
2010-12-22
Core: Get rid of dirty operator workaround for ACE_Singleton class implementa...
Shauren
2010-10-24
Core/Creature: Implement FarTeleportTo (teleport to an other map)
linencloth
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/Game: fix all warnings related to converting doubles and floats.
silinoron
2010-08-21
Core/Includes: Include ACE as an external dependency, not local (#include "ac...
click
2010-08-06
* Corpse related cleanup (author: Hunuza)
azazel
2010-07-30
Add basic support for NPCs on transports; DB data required.
silinoron
2010-06-25
Get rid of Trinity Singleton and Threading patterns and replace them with ACE...
Machiavelli
2010-06-24
Fixed the compile.
Xanadu
2010-06-24
Remove a possible NaN-value in WorldObject::HasInArc (thanks to arrai)
click
2010-06-08
* Remove more not needed relative paths in include files
Brian
2010-06-08
Change around some more headers to adhere to new strucutre and namebase
click
2010-06-07
* Nope still won't build yet
Brian
2010-06-06
* Even more restructuring of the game library.
XTZGZoReX