Jump to content

Ultra Engine testing


Josh
 Share

Recommended Posts

At 1080p with 100% scaling, my wholesome avatar is distorted although the client downloaded it as 200x200.

I also find it weird that it reports that I don't have full community features and 2GB of space despite me being a customer of Leadwerks for 8 years. 🤪

Otherwise, it's really nice. 

image.thumb.png.90e47dd23054855cebe2ff9bec7c610b.png

  • Thanks 1

Cyclone - Ultra Game System - Component PreprocessorTex2TGA - Darkness Awaits Template (Leadwerks)

If you like my work, consider supporting me on Patreon!

Link to comment
Share on other sites

1 hour ago, reepblue said:

I also find it weird that it reports that I don't have full community features and 2GB of space despite me being a customer of Leadwerks for 8 years. 🤪

Some of that is just stuff to fill up the page right now.

  • Haha 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Note the color fade transitions on the side panel, and on those blocks in the "community" and "learn" pages. (The content there is just filler for now too). When you hover over them with the mouse there is a nice smooth color change. The fade is very fast on the side panel, because otherwise it creates too much of a "trailing" effect.

  • Like 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

1. For me the avatar is distorted as well:

image.png.102ec295630edfe07eaef60f99666b6e.png

2. Windows Defender marked the zip file as a thread, but a more advanced scan with other scanners don't;

image.png.77cd3971803783e41bdb6096276b4dea.png

3. The spinner animation looks a bit off, I mean it isn't spinning at the center, It looks like the center is off by one pixel or so.

  • Intel® Core™ i7-8550U @ 1.80 Ghz 
  • 16GB RAM 
  • INTEL UHD Graphics 620
  • Windows 10 Pro 64-Bit-Version
Link to comment
Share on other sites

It actually looks like the edges of the exclusion curves are sort of going inside each other, like the radius is bigger than the radius of the circle.

Yeah, I think the spinner SVG frames are a little off-center. I made them myself. You can see these in Icons/spinner.

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Big improvements:

  • Editor is always installed to the same directory as the client, to prevent potential hacks that could trick the uninstaller from deleting the wrong directory.
  • Keeps track of all installed files, even ones extracted from zip archives.
  • Installed files list uses relatives paths and a character whitelist. ".." is searched for in each file, in order to prevent potential hacks that could trick the uninstaller into deleting the wrong file.
  • No longer using server-side compression. If a zip file is uploaded, the installer automatically decompresses it after downloading.
  • Console windows are hidden when batch scripts are run.
  • Window icon does not need to be stored in an external file.
  • Run scripts manually option is back and working
  • Install / uninstall bat files are much more human-readable now

client4.zip

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Version 5:

client5.zip

This update fixes some edge cases in the install / uninstall / update process and adds a new step in the project update workflow. You can view all changed or missing files, and show a diff on all text files with VSCode. In the future I hope to add checkboxes next to the files so you can permanently disable updates of certain files or prevent deleted files from getting re-copied.

Untitled.thumb.png.ef50d44f8cb01318c0b1f11b4fa087ca.png

The text files extensions (for both diff and copying special project variables) and the diff command are both editable, so you can integrate a different diff tool if you wish:

settings.thumb.png.8d58274c51ae1f5d2cef8ea541310055.png

  • Like 1
  • Thanks 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

The diff feature is extremely useful if the Visual Studio project files are ever modified, like adding a new file in the base configuration. Previously this would have ruined your project or required very detailed instructions to update your project, but now you can easily see the difference side by side.

This update fixes some bugs and will support special strings in the template files, like $PROJECTNAME, which gets replaced with the name of the new project.

Those of you who have access to the SDK can now build and run the engine in debug mode.

I also discovered that separate .lib files are no longer necessary for Newton, OpenAL, etc. They all get packed into the UltraEngine.lib file now in Visual Studio 2022. This is a big improvement!

The program now only asks for admin permission if it is not able to create a test file in the target directory.

Finally, the program now uses C:\ProgramData\Ultra Engine to store special files instead of C:\Users\(USER)\AppData\Local\Ultra Engine.

 

  • Like 3
  • Thanks 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Quote

I also discovered that separate .lib files are no longer necessary for Newton, OpenAL, etc. They all get packed into the UltraEngine.lib file now in Visual Studio 2022. This is a big improvement!

Does that make compiling faster?

Have a release date in mind?  I'm ready to give you money.

Link to comment
Share on other sites

27 minutes ago, SpiderPig said:

Does that make compiling faster?

It could, but it's also using precompiled headers in a way that makes compilation very fast, about one second.

  • Like 2

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Yes, exactly.

Looks like release builds are coming in at less than 5 MB after UPX compression. Release build does not require any DLLs except Lua, and I think I can get rid of that too.

 

  • Like 1

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

Okay, I eliminated the need for the lua dll. The one thing my updater does not do is handle file deletion, so you can just delete Lua51.dll from the Templates/Common folder.

The debug build uses the Newton DLLs so that physics can still be debugged externally, but the release build requires no DLLs. In fact, it doesn't require any extra files at all. You can put the EXE in a folder by itself with no other files and it will work, because it packs the required shaders and BRDF texture into the executable and loads them if those files are not available on the hard drive.

  • Like 2

My job is to make tools you love, with the features you want, and performance you can't live without.

Link to comment
Share on other sites

  • Josh changed the title to Ultra Engine testing
  • Josh locked this topic
Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...