Jonathan Hamilton

Results 27 comments of Jonathan Hamilton

I think what's happening here is when transferring or selling scientists it's not disassociating them from any lab they're currently working in, so the lab holds a reference to that...

Is the 50% "rendering" actually in the renderer? I remember the iterators for the actual TileObject loop in draw() being a surprisingly large amount of the profile time in my...

Removed the alien infiltration graph and moved to alpha - it's pretty much unplayable without knowing that stuff :)

So you want something that does: if (not transparent) pixel_colour = VALUE; or if (not transparent) pixel_colour += VALUE; ?

So you want something that does: if (not transparent) pixel_colour = VALUE; or if (not transparent) pixel_colour += VALUE; ?

Think this is fixed by #654

Added: - [x] Alien infiltration graph screen

I think someone drew *some* new glyphs - hence the *_new.dat files in data/fonts - they should already work and adding new bitmap fonts should be simple just by adding...

Yeah, that error saying "No ${OBJECT_TYPE} object matching ID ${X} found" is pretty much the last gasp before we know we're going to crash, as it's due to a StateRef...

@Nekon475 That issue doesn't seem to be related, so I pulled that out as #970