Commit Graph
4 Commits
Author SHA1 Message Date
Acruid 78a33076f9 Merged client and server CollidableComponent into a shared version. Now shared code can add collidable components to entities. 2020-01-11 14:10:25 -08:00
Pieter-Jan Briers 333801b1c9 TypeEntityQuery improvements.
Added TypeEntityQuery<T> which requires T : IComponent
Added an assert to TypeEntityQuery so the type must inherit IComponent.
2019-09-25 00:25:23 +02:00
digitalisandPieter-Jan Briers 1b38996905 Fixes incorrect null check in PredicateEntityQuery (#813) 2019-05-24 16:51:10 +02:00
SilverandGitHub 25926a17b7 Renames SS14.* to Robust.* (#793)
RobustToolbox projects should be named Robust.* 

This PR changes the RobustToolbox projects from SS14.* to Robust.*

Updates SS14.* prefixes/namespaces to Robust.*
Updates SpaceStation14.sln to RobustToolbox.sln
Updates MSBUILD/SS14.* to MSBUILD/Robust.*
Updates CSProject and MSBuild references for the above
Updates git_helper.py
Removes Runserver and Runclient as they are unusable
2019-04-15 20:24:59 -06:00