Skip to content

1.0.28.1841

Compare
Choose a tag to compare
@SphereII SphereII released this 23 Jul 23:07
· 63 commits to master since this release

Version: 1.0.28.1841

[ EntityAliveSDX ]
	- Fixed a null reference when picking up an NPC and selecting their item.
		- It was storing a LootListName, which may be null, causing the null ref.

[ Signs ]
	- Fixed an issue with http:// images not displaying correctly on signs.
	- Problem was identified that the new shader on the signs weren't allowing it.
		- Added a SCoreModEvents.GetStandardShader() that returns a Standard shader.
		- When using a custom http:// link, it will switch to this shader.
	- A Redesign is necessary.
	- Known Issue: URL text still shows up. Sometimes image doesn't.