index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-10-01T02:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
collision
/
Maps
/
MapTree.cpp
Age
Commit message (
Expand
)
Author
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-09-10
Core: Warning fixes (Also some -pedantic under game folder)
Spp
2012-08-30
Core: Fix many "errors"/warnings and coding style (1)
Nay
2012-08-03
Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...
Spp
2012-03-04
Core/Collisions: Reverted a commit about M2 models.
Subv
2012-02-15
Core/VMaps: Logic fail in path cleanup
leak
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-09-15
[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...
Spp
2011-07-29
Core: Append single character to stream as character, not as a string
Spp-
2011-04-29
Add spaces after commas
leak
2011-03-21
Core: Removed all double (and more) empty lines
Shauren
2011-03-08
Core: Fixed warnings:
Shauren
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-08-31
Core: Fix more warnings and fix compile under linux 64
Spp
2010-08-08
Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...
click
2010-07-27
Add option for search distance to getHeight() functions and make Creature::Fa...
click
2010-07-10
Fix typo in previous commit *sighs*
click
2010-07-10
Fix incorrect blocked LOS-calculation on certain locations (by Lynx3d)
click
2010-07-09
Update VMap3 to "final" release (REEXTRACTION OF MAPS/VMAPS IS REQUIRED!) - t...
click
2010-06-19
Change some map/vmap-related runtime output to sLog format.
Machiavelli
2010-06-19
Some smaller fixes to the vmapextractor courtesy of Lynx3d (not using corefun...
click
2010-06-19
Fix usage of uninitialized waypoint array variables in ConfusedMovementGenera...
Machiavelli
2010-06-17
Fix a small "typo" regarding the calculation of LoS from the r9b1c565510 vmap...
click
2010-06-17
Add plane/finitecheck tests for OOB intersection-vectors (this should fix vma...
click
2010-06-15
Commit from Lynx3d: Add assert to values that can cause nasty freeze, but sho...
Shauren
2010-06-07
* Move VMap3 code to a separate static 'collision' library.
XTZGZoReX