index
:
mirror/TrinityCore.git
3.3.5
cata_classic
master
wotlk_classic
https://github.com/TrinityCore/TrinityCore.git @ 2025-12-25T15:01:01Z
root
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
server
/
game
/
Movement
/
Waypoints
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-31
Core/Waypoints: Fixed memory leaks happening when loading waypoints with inva...
Shauren
2014-07-25
Core/Waypoints: Allow the table waypoint_data to use Takeoff and Land waypoints.
Subv
2014-07-20
Refactored singletons to enable proper deconstruction during shutdown
leak
2014-07-01
Replaced all remaining ACE based Singletons
leak
2014-05-01
Core/Misc: Remove remaining COMPILER_HAS_CPP11_SUPPORT related macros
Dehravor
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-28
Core/Code: Unify [more] codestyle for brackets: )\n{\n} to ) { }.
leguybrush
2013-05-21
Core/Misc: Remove trailing whitespace, compile warnings and minor cosmetic ch...
Spp
2013-05-13
Core/Logging: Performance-related tweaks to logging system
Spp
2013-01-30
Core/Misc: Some changes to minimize differences with 4.3.4 branch
Spp
2013-01-01
Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps
Vincent_Michael
2013-01-01
Core: Fix build
Vincent_Michael
2013-01-01
Update copyright note for 2013.
Vincent_Michael
2012-12-21
Merge git://github.com/TrinityCore/TrinityCore into mmaps
kaelima
2012-11-27
Core/Misc: Set mode 0644 for files
Spp
2012-10-07
Merge remote-tracking branch 'origin/master' into mmaps
Nay
2012-10-07
Core/Misc: Fix some possible issues detected by static code analysis
kaelima
2012-08-22
Merge branch 'master' of github.com:TrinityCore/TrinityCore into mmaps
Subv
2012-08-16
Core/Loading: Re-enable Server loading log
Spp
2012-08-03
Fix compile under windows
Spp
2012-08-03
Core/Logging: Add Asyncronous logging with Loggers ("What to log") and Append...
Spp
2012-04-09
More changes for mmaps.
Venugh
2012-03-28
Core/DBLayer: Fix remaining errors in loading world tables and a couple of th...
Nay
2012-03-27
Core/DBLayer: Correct few more wrong read types (No. 4)
Nay
2012-03-24
Core/DBLayer: Convert PQuery() queries to prepared statements
leak
2012-01-01
Update headers for 2012. HAPPY NEW YEAR!!!
kiper
2011-10-15
Core/WaypointMgr: Allow to set orientation to waypoints.
kaelima
2011-09-15
[Cosmetic] Apply codestyle "XXX * " and "XXX *" changed to "XXX* " (with some...
Spp
2011-08-01
Core: Fix annoying compile warning and some other minor changes here and there
Spp-
2011-05-24
Core/WaypointMgr: Fixed crashes when loading data with `waypoint_data`.`id`=0...
Shauren
2011-04-29
Add spaces after commas
leak
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-22
Removing ProgressBars as they are performing badly on startup.
leak
2010-12-19
Streamlining loading functions for server startup
leak
2010-12-06
Core: Some optimizations
Spp
2010-10-07
REALLY fix the CRLF-crap...
click
2010-10-07
Remove the accidental additions of CRLF-crap from the header updates
click
2010-10-07
Update copyright headers (following the same standard in all files = good)
click
2010-09-11
Core/DBLayer:
Machiavelli
2010-08-30
Core: Fix more warnings
Spp
2010-08-08
Sourcefile sleanups -> tabs to spaces, remove whitespace - also update the cl...
click
2010-06-23
Use original taxipath data in taxi flight movement generator. Author: Vladimir
Machiavelli
2010-06-08
* Remove the last of the realative paths from #include statements
Brian
2010-06-06
* Even more restructuring of the game library.
XTZGZoReX