
v1.5 [Mar 30, 2016]
-Now defaulting to the VS2015 build, with the old VS2008 build still
available for Safe mode (Prison Architect Safe Mode.exe). This gives
a good speed improvement over the VS2008 version.
-Asynchronous job search system. Instead of synchronously looking for a job,
workers, guards, prisoners, doctors now place a request for a new job in a
queue. This queue is processed during render phase of the game loop so
shouldn't take up any time during the main game loop.
-Speed up rendering of the Feed Prisoners Objective. This was particularly
slow when their were a lot of hungry prisoners.
- Rebuild the indoor/outdoor shadow mask only when a cell changes its material
or indoor/outdoor status.
- Continued improving Thermodynamics
- 3d mode has been discovered
- Various bug fixes