My current game has many different solid objects. Before I go an make many collision tests with each individual object is it possible to test once between player and "all objects" that are solid?
i.e., I don't care what kind of object it is, if it is solid I want my spaceship to blow up.