I was the last person tinkering, and I'm not disciplined with tags etc, but the version 6.7 is the last thing I numbered for windows .msi installation and the currently checked in git code. I have not maintained linux or mac variants for years (about 5 years?), working on windows exclusively, so you'll very very likely have to tinker to get it to build on linux, in particular it might complain about not enough source files being included in the build for the libfreewrl component. LMK if you would...
git > branches > develop - not using other branches -Doug I was the last person tinkering, and I'm not disciplined with tags etc, but the version 6.7 is the last thing I numbered for windows .msi installation and the currently checked in git code. I have not maintained linux or mac variants for years (about 5 years?), working on windows exclusively, so you'll very very likely have to tinker to get it to build on linux, in particular it might complain about not enough source files being included in...
Testing in version 6.7 of freewrl: It's the backslash vs foreslash issue: In the file as exported, it complains it can't locate file texturesUntitled.png <imagetexture def="IM_Untitled" url=""textures\Untitled.png""> -- its as though it takes out the backslash and concatonates the parts. If I change to foreslash: <imagetexture def="IM_Untitled" url=""textures/Untitled.png""></imagetexture></imagetexture> -- then no complaints and the texture shows up. If I change to a double-backslash: <imagetexture...
Ticket received. Thanks very much Michalis for the detailed problem report and helpful solutions with details and links. -Doiug From: tickets@freewrl.p.re.sourceforge.net tickets@freewrl.p.re.sourceforge.net on behalf of Michalis Kamburelis kambi@users.sourceforge.net Sent: July 1, 2024 12:53 PM To: Ticket #3: Missing DLLs (msvcp140.dll, likely also vcruntime140.dll) upon installing FreeWRL on fresh Windows 11 installation Subject: [freewrl:tickets] #3 Missing DLLs (msvcp140.dll, likely also vcruntime140.dll)...
Version 6.7
PointSet > appearance bug, needed long long
Scripting - another memory bug
Scripting > memory bug fix