Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/game/StarWorldTiles.hpp
AgeCommit message (Collapse)Author
2024-04-01Fix more cases of tile collision not taking object material spaces into accountKae
Fixes #53
2024-03-25fix some server-side collision calls not including object collisionKae
2024-03-09hopefully fix #33Kae
in OpenStarbound, players can place blocks with their own collision type. this can cause objects to override the collision type if the object has material spaces and a previous attempt at accounting for this led to that bug: giving object collision its own field in the server tile should fix this
2024-02-25Use "#pragma once" instead of include guardsKai Blaschke
2023-07-31Tile PredictionKae
2023-06-20everything everywhereKae
all at once