Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-21 | Core/Build: Merge common library and move database out of shared | StormBytePP | |
2015-07-25 | Core/Collision: Removed direct GameObject references from collision project | Shauren | |
2015-06-03 | Core/GameObject: Removed unneeded argument from GameObjectModel::Relocate ↵ | Shauren | |
and renamed it to UpdatePosition | |||
2015-01-01 | Update copyright note for 2015 | Vincent-Michael | |
Happy new year | |||
2014-05-25 | Core/Collision: Solve collision issues with non spawned GOs | Trisjdc | |
2014-03-23 | Core/Transports: Enabled LoS on transports | Shauren | |
2014-03-22 | Core/Misc: Fix some static analysis issues | jackpoz | |
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-01 | Update copyright note for 2014. | Vincent_Michael | |
Happy new year. | |||
2013-10-27 | Core/Code: Unify codestyle for brackets: {} to { }. | Ascathor | |
Also added missing copyright to some files. | |||
2013-01-01 | Update copyright note for 2013. | Vincent_Michael | |
Happy new year. | |||
2012-09-04 | Core/Gameobject: another attempt at fixing collision. chest gameobject ↵ | Kandera | |
initial collision provided by vincent-michael | |||
2012-02-18 | Core: Clean up whitespace and tabs in the base sourcetree | click | |
2012-02-09 | Core/Collision: Ported dynamic line of sight patch by Silverice from MaNGOS and | Subv2112 | |
added lots of improvements Please re-extract vmaps |