index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-10-02T23: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
2015-01-01
Update copyright note for 2015
Vincent-Michael
2014-08-23
Core/Misc: Fix some -Wconversion warnings
jackpoz
2014-07-17
Buildsystem/MSVC: Warning fixes
Shauren
2014-05-25
Core/Misc: Fix no-pch build
jackpoz
2014-05-25
Core/Misc: Throw an exception if client sends invalid float/double data
jackpoz
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-10-27
Core/Code: Unify codestyle for brackets: {} to { }.
Ascathor
2013-08-30
Core/Maps: Fix Spline triggered assert
jackpoz
2013-05-30
Core/Misc: Another batch of fixes for issues found by static analysis
Spp
2013-05-30
Core/Collision: Fix memory leak
Spp
2013-05-13
Core/Logging: Performance-related tweaks to logging system
Spp
2013-03-08
First step of comment style refactoring to doxygen-style.
Nefarion
2013-01-22
Tools: Build fix, for real this time
Shauren
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-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