index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-27T20:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Maps
/
MapManager.cpp
Age
Commit message (
Expand
)
Author
2010-08-12
*Remove transports from world on MapManager delete - thanks to click for help.
QAston
2010-08-08
* Rename InstanceData to InstanceScript
azazel
2010-08-08
* Some singleton renames for consistency:
XTZGZoReX
2010-08-06
* Corpse related cleanup (author: Hunuza)
azazel
2010-07-30
Add basic support for NPCs on transports; DB data required.
silinoron
2010-07-30
*use ASSERT macro instead of regular assert for better output.
QAston
2010-07-29
*Allow some spell effects to target units not in caster's map - fixes SPELL_E...
QAston
2010-07-29
Remade access_requirement table, now each difficulty mode for each instance h...
Shauren
2010-07-29
Convert to using ACE for reading configurationfiles, and remove dependency on...
click
2010-06-29
bypass Map::CanEnter() checks on login (fixes a crash)
Tartalo
2010-06-28
MapManager uses proper Map::CanEnter() function instead of rewriting the same
Tartalo
2010-06-26
Allow GMs to bypass instance entry requirements
Tartalo
2010-06-26
Fix some deprecated checks on MapManager::CanPlayerEnter()
Tartalo
2010-06-25
Get rid of Trinity Singleton and Threading patterns and replace them with ACE...
Machiavelli
2010-06-08
* Remove more not needed relative paths in include files
Brian
2010-06-07
* Nearly done with fixing the Linux build.
Brian
2010-06-06
* Even more restructuring of the game library.
XTZGZoReX