Thrive icon indicating copy to clipboard operation
Thrive copied to clipboard

The main repository for the development of the evolution game Thrive.

Results 523 Thrive issues
Sort by recently updated
recently updated
newest added

and once added reset the microbe stage opening button (in the main wiki page) to open the root stages view

easy
programming
C#

if the player starts the cell move action without having a selected cell type to be placed, the new cell move action doesn't display correctly the cell that's about to...

intermediate
programming
bug
C#
stage:multicellular

and instead prints this error: ``` Engulfed something that couldn't have AABB calculated (graphical instance: ) ``` So might be a initialization wrong data order or a completion race. Other...

difficult
programming
bug
C#
stage:microbe

in the process panel, which looks like this: ![image](https://github.com/user-attachments/assets/2da5f9a0-4416-4eaa-85f0-8d72012bb626)

easy
programming
bug
translation

at least in the native lib upload script that asks multiple of these in a row. Bug is likely in the common module so I opened an issue there as...

intermediate
programming
bug
C#
platform:linux

as Jolt had that option added (and broke the build), it would be probably worth it to at least disable RTTI for out code as well as we very likely...

intermediate
programming
C++

and dissolve, probably a very similar problem as: https://github.com/Revolutionary-Games/Thrive/issues/5472

intermediate
programming
bug
C#
stage:microbe

as those might be a bit unclear what they do (show the numbers as if it was that time of day). probably need a tutorial to explain how the ATP...

easy
programming
C#
stage:microbe

It looks like that method is only really used in the night storage calculations, but I think maybe those should also be updated to use the equilibrium numbers as cells...

intermediate
programming
C#
stage:microbe

instead of allocating new instances for the results, this should help quite a bit in optimizing auto-evo memory allocation count

intermediate
programming
C#
stage:microbe