Jump to content

All Activity

This stream auto-updates

  1. Past hour
  2. 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.
  3. Shader fixed, that was very easy.
  4. 5.0.1 beta Whole engine is updated to precompile shaders now, I'm going to see about that vertex shader fix now...
  5. Yesterday
  6. 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.
  7. The editor now and the rest of the engine in the next update will precompile all shaders.
  8. 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.
  9. 5.0.1 beta Fixed crash in downloads manager
  10. Josh

    Engine crash

    I found the cause, and an update will be available on the beta branch soon.
  11. The fact is that to remove brackets or keys. ALT + 123 / 125 ALT+91/93 This way you don't go to visual code.
  12. 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...
  13. @Josh In my case it works, because I have the Spanish language of the country Spain, but it doesn't work if I use Latin American Spanish Edit: Not Work on Editor.
  14. Thank you. I have successfully built the system and it is working.
  15. Josh

    Engine crash

    Okay, I have the same behavior, which means I can figure out what's wrong. Thank you.
  16. One thing I'm certain of: when I click the very first item in the download manager, the engine crashes after a couple of seconds. Other engine crashes, I think, are also related to working with skyboxes.
  17. 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.
  18. Sometimes the engine crash while I'm working with items in download manager.
  19. 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
  20. 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
  21. This is fixed in the build going up now...
  22. 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.
  23. Yup, this helps. I thought: today everybody uses Steam-version and Leadwerks-account is outdated.
  24. @Yue Do you recognize the problem? Visual Studio Code can also be used, but it's sort of the unofficial path. I'd prefer to make sure the built-in IDE is working for all users. If you open your project folder in Visual Studio Code, it's all set up to debug and run. You must install the Lua Debugger extension by dev-cat: https://marketplace.visualstudio.com/items?itemName=devCAT.lua-debug There is a setting called "Allow breakpoints everywhere" that must be enabled for the Lua debugger to work.
  25. Please try signing out of your account and back in again.
  26. I had two errors over and over again:
  27. I can't insert "[" or "]" either
  1. Load more activity
×
×
  • Create New...