Voxel Turf
Voxel Turf 1.0.8
Version Date
Sept. 21, 2017
Patch Notes
Patch Notes: 1.0.8
Version 1.0.7 fixes bad shader performance on the machines that were having it. Version 1.0.8 adds some commands that let you set the appearance of the time of day (which is useful for filming), and makes daytime 2 hours longer.
This has been set to the public Beta distribution, which can be accessed in Steam via right-click Voxel Turf -> Properties -> Beta -> (select Beta)
VERSION: 1.0.8 - 21/09/17
==================
- [Feature] - Adds /dawn, /midday, /middnight, /dusk, /afternoon commands. This makes the client render as if it is this time. This is NOT counted as a cheat
- [Feature] - Adds /unfreeze command to reverse the effects of above.
- [Misc] - Burning barrels produce a bit more light
- [Misc] - Daytime is now 2 hours longer. Sunset is now at 8pm (up from 6pm)
VERSION: 1.0.7 - 21/09/17
==================
- [Bugfix] - Experimental fix for *extremely* slow shader performance on some cards
The problem was that some cards can't handle byte vec3's, but can handle byte vec4's, and this is not documented anywhere on the internet.
- [Modding] - Exposed turf.Lot.BASE_RADIUS, ECONOMIC_RADIUS and NEAR_RADIUS to the modding api.