Victor Cornillère
Victor Cornillère
Add a timer at the top of the screen that shows the current Date/Time. This requires defining a scaling from real time to in-game days.
Sometimes, a giant version of a creature appears in the middle of the world. This might be due to value errors such as division by zero or overflows that render...
Based on the perception system I implemented in a previous PR, I made a first version of Boids algorithm for the Herbivores (for now). They now try to flock together...
Right now, if you change the scale of an entity via the `set_scale`method of its `Transform`, the collider `Circle` does not change radius. If we can adapt the size of...
## Description The `YResponse` serialization fails when trying to access quote history older than 1st of January 1970. This is due to the timestamp of these dates becoming a negative...