index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-11-06T23:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
collision
/
Management
/
VMapManager2.cpp
Age
Commit message (
Expand
)
Author
2015-02-08
Core/Misc: Fix static analysis issues
jackpoz
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-10-10
Core: Fix non pch build
Vincent-Michael
2014-10-09
Build: Fixed game & collision depending on each other for linking
Shauren
2014-08-23
Core/Misc: Fix some -Wconversion warnings
jackpoz
2014-07-14
Replacing ACE based multi threading with PCQ
leak
2014-07-01
Replaced all remaining ACE based Singletons
leak
2014-06-08
Replaced mutex related code in Common.h
leak
2014-01-01
Update copyright note for 2014.
Vincent_Michael
2013-11-08
Core/Logging: Remove LOG_FILTER_XXX defines with it's value (remember logger ...
Spp
2013-05-30
Core/Collision: Fix memory leak
Spp
2013-01-22
Tools/Extractors: Mmap extractors no longer depend on shared and MySQL libraries
Shauren
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-08-03
Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...
Spp
2012-03-07
Core/Players
Shauren
2012-03-07
Core/Maps
Shauren
2012-03-04
Core/Collisions: Reverted a commit about M2 models.
Subv
2012-02-14
Core/Collision: Models with flag MOD_M2 (mostly trees, among some other objec...
Subv
2012-01-01
Update headers for 2012. HAPPY NEW YEAR!!!
kiper
2011-11-26
Core/Misc: Make VMapManager2::acquireModelInstance and releaseModelInstance t...
Machiavelli
2011-09-29
Random minor code cleanup
unknown
2011-09-09
Conditions/DisableMgr: converted from singleton to namespace with free functi...
Spp-
2011-07-11
Core/Disables: Allow to disable certain vMaps through Disables system. Wiki w...
Lopin
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-01-01
Update copyright note for 2011.
Machiavelli
2010-12-23
Core: Removed more operator workarounds for ACE_Singleton (missed previously ...
Shauren
2010-10-08
Core/Vmaps: Remove the ability to ignore individual maps from vmap LOS /
runningnak3d
2010-07-27
Add option for search distance to getHeight() functions and make Creature::Fa...
click
2010-07-09
Update VMap3 to "final" release (REEXTRACTION OF MAPS/VMAPS IS REQUIRED!) - t...
click
2010-06-19
Add another assert to track down an issue where variable gets infinity value
Machiavelli
2010-06-19
Fixed win build of vmap assembler, too.
Xanadu
2010-06-19
Fix possible crash in VMapManager sLog.OutXX functions.
Machiavelli
2010-06-19
Fix usage of uninitialized waypoint array variables in ConfusedMovementGenera...
Machiavelli
2010-06-07
* Move VMap3 code to a separate static 'collision' library.
XTZGZoReX