Can anyone tell me where the "What's New" information is for the 1.85? I have been gone for a while and the entire site has changed. Thanks.
I can't find where the "What's New" are for 1.85
Blitz3D Forums/Blitz3D Programming/I can't find where the "What's New" are for 1.85 I think it's included with the pack, but here's the stuff anyway (1.85 only)
***** V1.85 *****
Added:
brush=GetEntityBrush( entity )
brush=GetSurfaceBrush( surface )
texture=GetBrushTexture( brush[,index] )
name$=TextureName$( texture )
Note:
You should release the brush/texture returned by GetEntityBrush()/GetSurfaceBrush()/GetBrushTexture() after use to prevent leaks! Use FreeBrush/FreeTexture to do this.
Added:
class_name$=EntityClass$( entity )
Returns the actual 'class' of an entity. Possible return values are:
Pivot
Light
Camera
Mirror
Listener
Sprite
Terrain
Plane
Mesh
MD2
***** V1.85 *****
Added:
brush=GetEntityBrush( entity )
brush=GetSurfaceBrush( surface )
texture=GetBrushTexture( brush[,index] )
name$=TextureName$( texture )
Note:
You should release the brush/texture returned by GetEntityBrush()/GetSurfaceBrush()/GetBrushTexture() after use to prevent leaks! Use FreeBrush/FreeTexture to do this.
Added:
class_name$=EntityClass$( entity )
Returns the actual 'class' of an entity. Possible return values are:
Pivot
Light
Camera
Mirror
Listener
Sprite
Terrain
Plane
Mesh
MD2
versions.txt or something, inside the Blitz folder