aboutsummaryrefslogtreecommitdiff
path: root/src/server/collision/Models/GameObjectModel.h
AgeCommit message (Collapse)Author
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP
2015-07-25Core/Collision: Removed direct GameObject references from collision projectShauren
2015-06-03Core/GameObject: Removed unneeded argument from GameObjectModel::Relocate ↵Shauren
and renamed it to UpdatePosition
2015-01-01Update copyright note for 2015Vincent-Michael
Happy new year
2014-05-25Core/Collision: Solve collision issues with non spawned GOsTrisjdc
2014-03-23Core/Transports: Enabled LoS on transportsShauren
2014-03-22Core/Misc: Fix some static analysis issuesjackpoz
Fix some static analysis issues about: - uninitialized values, most of which are false positives, always initialized before being accessed - unchecked return values - dead code never executed - bad formatting leading to wrong behavior Please ensure EventMap is never used with event id set to 0 or those events will never execute.
2014-01-01Update copyright note for 2014.Vincent_Michael
Happy new year.
2013-10-27Core/Code: Unify codestyle for brackets: {} to { }.Ascathor
Also added missing copyright to some files.
2013-01-01Update copyright note for 2013.Vincent_Michael
Happy new year.
2012-09-04Core/Gameobject: another attempt at fixing collision. chest gameobject ↵Kandera
initial collision provided by vincent-michael
2012-02-18Core: Clean up whitespace and tabs in the base sourcetreeclick
2012-02-09Core/Collision: Ported dynamic line of sight patch by Silverice from MaNGOS andSubv2112
added lots of improvements Please re-extract vmaps