index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-25T21:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
collision
/
Maps
Age
Commit message (
Expand
)
Author
2012-06-21
Core/Misc: Code-style + some const methods.
Chaplain
2012-03-07
Core/Maps
Shauren
2012-03-04
Core/Collisions: Reverted a commit about M2 models.
Subv
2012-02-18
Core: Clean up whitespace and tabs in the base sourcetree
click
2012-02-16
Fix a lot of warnings
Spp
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-02-09
Core/Collision: Ported dynamic line of sight patch by Silverice from MaNGOS and
Subv2112
2012-01-01
Update headers for 2012. HAPPY NEW YEAR!!!
kiper
2011-12-01
Fix vmapassembler
mns
2011-11-23
Core: Fixed a few warnings and silly typos in scripts
Shauren
2011-09-29
Cosmetic: Multiple cosmetic changes
Spp
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-05-11
Core/Collision: Fixed possible memory leaks
Shauren
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-12-06
Core: Some optimizations
Spp
2010-10-07
REALLY fix the CRLF-crap...
click
2010-10-07
Copyright header updates - part 3... (and some whitespace cleanups)
click
2010-08-31
Core: Fix more warnings and fix compile under linux 64
Spp
2010-08-23
Core: Fix some warnings
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
Fixed Extractors' windows compile issue (with click's blessing and ever viewi...
teacher
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
Fixed win build of vmap assembler, too.
Xanadu
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
* Finally it compiles (thanks click for noticing the "typo").
Brian
2010-06-07
* Reverted to the old G3D library, however collision still will not compile
Brian
2010-06-08
more cmake fixes. comment collision compilation until fixed
Tartalo
2010-06-07
* Move VMap3 code to a separate static 'collision' library.
XTZGZoReX