Prison Architect

Prison Architect

TimeWarpFactor Calculator
Showing 1-6 of 6 entries
Update: 6 Sep, 2018 @ 4:31am

Tweaked the reports demo a bit so you know how to show different info per tab instead of each tab having the same info.

Be aware that the reports demo is dirty, so it's normal that some question marks might appear above your head while going through the code :)

function PopulateReport( tabIndex ) gets a string, so you need to tonumber(tabIndex) in order to read it as a number, even though the code might suggest it's already a number because it does some nonsense tostring(tabIndex) stuff.

Update: 5 Sep, 2018 @ 4:34am

- added Custom Reports Tab demo

Update: 27 Aug, 2018 @ 1:51am

- fixed brain lag bug when object is placed 1 minute before the whole hour. It would start to calculate for the whole next hour, oops...

Update: 25 Aug, 2018 @ 2:25pm

tweaked to show results for 1 game minute instead of 3

Update: 25 Aug, 2018 @ 8:41am

adjusted some comments in the code

Update: 25 Aug, 2018 @ 6:40am

initial release