Jump to content

Josh

Staff
  • Posts

    26,695
  • Joined

  • Last visited

Profile Information

  • Location
    USA

Recent Profile Visitors

1,526,405 profile views

Josh's Achievements

Grand Master

Grand Master (14/14)

  • Well Followed
  • Dedicated
  • Conversation Starter
  • Reacting Well
  • Problem Solver

Recent Badges

17.1k

Reputation

1.2k

Community Answers

  1. FYI, I think precompiling all shaders, many of which never get used by the program, will introduce a big delay at load time on some cards. I'm going to back off of this idea and consider shader binaries stored on the user's machine. This is kind of messy though because you have to account for file changes and different GPUs being swapped out, so it will require a lot of testing.
  2. Shader fixed, that was very easy.
  3. 5.0.1 beta Whole engine is updated to precompile shaders now, I'm going to see about that vertex shader fix now...
  4. 5.0.1 beta Editor will now compile all shaders as soon as they go to the GPU, instead of waiting until they are about to be used. Editor starts in 2.3 secinds instead of 1.8, but there's no delay now when you enable tessellation on a material, for example. There is a compile error on one of the vertex shader variations right now, will fix. This will get extended to the engine soon.
  5. The editor now and the rest of the engine in the next update will precompile all shaders.
  6. 5.0.1 beta In this build, when you create a new map, the editor will select the create object mouse tool, and when you open a map file the editor will choose the Selection mouse tool.
  7. 5.0.1 beta Fixed crash in downloads manager
  8. Josh

    Engine crash

    I found the cause, and an update will be available on the beta branch soon.
  9. Josh

    Engine crash

    It's being caused by the attempt to load an SVG file, because the user has not set their profile picture. That should not make this occur, of course, but that's the reason we are seeing this. And then for some reason when that is sent to the Print command the SVG contents are crashing the program...
  10. Josh

    Engine crash

    Okay, I have the same behavior, which means I can figure out what's wrong. Thank you.
  11. Josh

    Engine crash

    Thanks for the information. Please let me know if you find a way to reliably produce the error. I will keep a look out for this as well.
  12. These are always interesting and spark discussion. I don't necessarily automatically do what a poll suggests, but it can be helpful to see the results. Thanks for your feedback.
      • 1
      • Like
  13. 5.0.1 beta An update for the C++ programming library is available now. Fixes error reported in textfield hiding infinite loop, in some situations Includes new raycasting method for brush entities Brush::meshes member is now exposed, contains the visual meshes built to display the brush entity
  14. This is fixed in the build going up now...
  15. The account login is required for the downloads system to work. It's actually kind of nice how that worked out because it gives people a good reason to create an account, but doesn't force them to.
×
×
  • Create New...