Josh Posted March 21 Author Share Posted March 21 0.9.5 Added a good SSAO post-processing effect that handles antialiasing. 2 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 More sharing options...
Josh Posted March 22 Author Share Posted March 22 0.9.5 Implemented specular / gloss shader family IMPORTANT: You must delete your C:\ProgramData\Ultra Engine\settings.json file, or at least open the file up and remove the currently opened folder setting. You must update any project's shaders before opening it, because the material structure in the shaders has added members and is no longer the same size. If you don't do this, you will get no rendering and your graphics driver may crash. 1 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 More sharing options...
Josh Posted March 22 Author Share Posted March 22 0.9.5 on Steam Zip packages are now case-insensitive. >4 GB zip files now supported. AES zip encryption now supported, I think. CreatePackage, Package::AddFile, and Package::Flush commands are removed (zip files are read-only). Other bug fixes abound. 3 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 More sharing options...
Josh Posted March 23 Author Share Posted March 23 0.9.5 Update to solve the duplicate components when entities are copied in editor bug. If you have any compiling problems, updating VS will solve it. I think I solved it regardless, but will hold off until tomorrow to upload another update. 1 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 More sharing options...
Josh Posted March 23 Author Share Posted March 23 0.9.5 Updated the pro version on Steam to fix zip archive bug. 2 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 More sharing options...
Josh Posted March 24 Author Share Posted March 24 0.9.5 Standalone build is updated. 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 More sharing options...
Josh Posted March 26 Author Share Posted March 26 0.9.5 Everything updated, on Steam and standalone, this sorts out the terrain problem. Nothing had to be programmed, I just had to make sure all the executables, libraries, and shaders were really up to date. 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 More sharing options...
Josh Posted March 27 Author Share Posted March 27 0.9.5 Today's bug fixes included. Added Texture::GetIndex(). (Returns the OpenGL texture name / id, only use this in a rendering hook). Added Texture::GetHandle() (Returns the OpenGL bindless sampler handle). 1 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 More sharing options...
Josh Posted April 7 Author Share Posted April 7 0.9.5 Some bug fixes Added experimental support for FBX and X files. Animation is not yet supported. You must add this header search path to existing C++ projects in the project settings: $(ULTRAENGINE)\Include\Libraries\assimp\include You will also see noticeably smoother camera movement, best with release mode and VSync on. 1 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 More sharing options...
Josh Posted April 8 Author Share Posted April 8 0.9.5 Removed assimp library due to this issue. Removed FBX to glTF converter script. Removed Collada to glTF converter script. Added FBX to MDL converter tool and script. Fixed bug that would cause launched processes to hang forever. This could affect both your launched games, converters, and possibly the preview tool. 1 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 More sharing options...
Josh Posted April 10 Author Share Posted April 10 Map loading from asset browser now supported. Added clear button in world settings environment map fields (icon has the wrong path, will be fixed in next update) 1 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 More sharing options...
Josh Posted April 10 Author Share Posted April 10 Bug fixes. Added Camera::SetUniform, for post-effect parameters. 1 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 More sharing options...
Josh Posted April 11 Author Share Posted April 11 Fixed Camera::SetUniform integer variables. Added Camera::SetUniform Mat3 and Mat4 overloads. Camera::SetUniform texture will work with either a GLSL uvec2 or a uint64. 1 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 More sharing options...
Josh Posted April 12 Author Share Posted April 12 Added selection toolbar item Added basic implementation of drag-select area. The volume intersection test is not exact yet. Revised the way converters work to make them more useful. I recommend deleting the FBXToglTF and ColladaToglTF scripts in Scripts/Start/Converters, if you have those files. Converters can now be enabled and disabled with settings. Everything is managed entirely in script, except for detecting files that need to be converted and emitting the convert file event. 2 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 More sharing options...
Josh Posted April 12 Author Share Posted April 12 Bug fixes Opened prefabs can now be saved like map 1 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 More sharing options...
Josh Posted April 13 Author Share Posted April 13 Vertex tool can now select objects. Increase size of vertex indicators when DPI scaling is used. Added default materials so brushes aren't bright white on creation. Edge selection highlight thickness now adjusts with DPI scale 1 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 More sharing options...
Josh Posted April 13 Author Share Posted April 13 Fixed image converter errors. All converters are now disabled by default. 1 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 More sharing options...
Josh Posted April 14 Author Share Posted April 14 Bug fixes Camera::SetMSAA renamed to SetMsaa Camera::SetSSR renamed to SetSsr 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 More sharing options...
Josh Posted April 14 Author Share Posted April 14 Version 0.9.5 is now live on the default / stable branch, on Steam and on our site. 1 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 More sharing options...
Josh Posted April 15 Author Share Posted April 15 0.9.6 First build of 0.9.6 available on beta branch, adds saving to the asset editor for the new version of our model format. Embedded materials are saved as external files. They still get displayed the same way in the asset editor as embedded materials, and when you save the model it resaves the material files, so any changes you made will go into those files. This works out nicely. 1 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 More sharing options...
Josh Posted April 17 Author Share Posted April 17 0.9.6 Asset editor will now save colliders embedded in an Ultra model file instead of as a separate file. Asset editor now displays all materials a model uses, including external material files. Added "Appearance" settings group in asset editor limb properties. Added LOD distance setting in asset editor limb properties. Model::SetLodDistance parameters changed, up to four LODs are supported. Added World:GetEntitites to Lua API 1 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 More sharing options...
Josh Posted April 17 Author Share Posted April 17 0.9.6 Added "Load LOD" menu item in asset editor window. 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 More sharing options...
Josh Posted April 17 Author Share Posted April 17 Another small change I forgot to mention is that if the create object button in the toolbar is already selected and you click it again, it will open the object selection window. It's subtle, but improves the flow of the program. 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 More sharing options...
Josh Posted April 18 Author Share Posted April 18 0.9.6 Fixed bug in editor where animated models would not appear the first frame, in the first viewport. All directional light shadow cascades now render each frame in editor. Fixed some glitches in the outline post effect. 2 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 More sharing options...
Josh Posted April 18 Author Share Posted April 18 0.9.6 Added Delete option when you right-click on a mesh in the asset editor. Probably fixed bindless texture sampler uniforms. Exposed Object:AddHook to Lua (experimental!). Added some string functions for Lua. Component updates now happen after animation is updated. 3 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 More sharing options...
Recommended Posts