Adventure Game Studio

AGS Development => Site & Forum Reports => Topic started by: Crimson Wizard on Tue 20/09/2022 15:56:59

Title: Invalid hyperlinks may be created in forum posts
Post by: Crimson Wizard on Tue 20/09/2022 15:56:59
I noticed that typing any words with a dot between them will create a hyperlink in post. This may be annoying, as one may be writing a AGS script or other programming language expressions which may contain dots between names.

Example: Game.Camera
Title: Re: Invalid hyperlinks may be created in forum posts
Post by: AGA on Wed 21/09/2022 16:20:32
It's annoying, but it looks like it's only valid top-level domains (https://en.wikipedia.org/wiki/List_of_Internet_top-level_domains) that cause this.  Game.Camera creates a link, but Game.NotARealDomain doesn't.

I'll see if there's a known fix.