aboutsummaryrefslogtreecommitdiff
path: root/src/common/Collision/Models/GameObjectModel.h
AgeCommit message (Expand)Author
2024-07-17Added missing GameObjectModel::iLosBlockingDisabled initialization in constru...Shauren
2024-07-17Core/GameObject: Implemented NotLOSBlocking door propertyShauren
2024-07-04Core/Vmaps: Replace manual reference counting with shared_ptr and slightly re...Shauren
2024-03-07Core/vmaps: Removed vmap lookup functions duplicating functionality of each o...Shauren
2024-03-06Tools/vmap_extractor: Move information about model type from spawns in vmap t...Shauren
2022-12-20Core/vmaps: Stop worldserver startup when gameobject models cannot be loadedShauren
2022-05-22Core/GameObjects: Use all axis rotations for gameobject model collision, not ...Shauren
2021-04-25Core/Vmaps: Reduce memory used by vmaps (and their size, slightly)Shauren
2020-06-28Core/Collision: Port new parts for retrieving area/liquid data from gameobjec...Shauren
2020-01-02New YearAokromes
2019-01-01Update copyright note for 2019vincent-michael
2018-12-09Core/Vmaps: Stop M2s from occluding for spellcast LoSHelloKitty
2018-04-08Core/GameObjects: Skip gameobjects with M2 models when searching for area inf...Shauren
2018-04-07Tools:Shauren
2018-03-28Core/Maps: Implemented getting area id from gameobject spawnsShauren
2018-03-25Core/Entities: Phasing rewriteShauren
2018-01-28Core/Misc: Fixed new-delete-type-mismatch issue reported by AddressSanitizerjoschiwald
2018-01-01Update copyright note for 2018vincent-michael
2017-05-05Fixed warningjoschiwald
2017-05-05Core/Collision: Replaced phasemask with proper phases in GameObject collision...joschiwald
2017-01-01Update copyright note for 2017vincent-michael
2016-03-24Core/Common: Converted the common library to a shared library.Naios
2016-03-11Core/Common: Move singleton instances into compilation unitsNaios
2016-01-01Update copyright note for 2016Vincent-Michael
2015-08-21Core/Build: Merge common library and move database out of sharedStormBytePP