Bug in scriptbuilder addon

Started by
1 comment, last by WitchLord 8 years, 2 months ago

There's a bug in the scriptbuilder addon that causes it to replace "/./" with nothing. It should replace these strings with "/", otherwise it pastes 2 directory names together.

For example:

/home/Solokiller/Documents/SCDS/./svencoop/scripts/plugins/admin/PlayerManagement.as

Becomes:

/home/Solokiller/Documents/SCDSsvencoop/scripts/plugins/admin/PlayerManagement.as

These paths are returned with a dot in there by a filesystem library that we cannot update easily.

Advertisement

This ought to be easy to fix. I'll take a look at it.

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

I've fixed this in revision 2295.

Thanks,

Andreas

AngelCode.com - game development and more - Reference DB - game developer references
AngelScript - free scripting library - BMFont - free bitmap font generator - Tower - free puzzle game

This topic is closed to new replies.

Advertisement