Jump to content

Admin

Administrators
  • Posts

    3,209
  • Joined

  • Last visited

Everything posted by Admin

  1. The engine does not work in multithreaded mode. I recommend against ever using multithread mode with BMX because the mthread garbage collector is extremely slow.
  2. Those are used to pan the view. You can also use the arrow keys or drag with the middle mouse button.
  3. Always go by the official documentation.
  4. The Leadwerks team will be hosting our next Google Hangout on Sunday, September 16, at 17:00 GMT (that's 10:00 AM in California). Aggror will talk about his experience leading the Leadwerks Community Project, and we'll provide a sneak peak at the new Leadwerks game engine. Follow us on our Google+ page before Sunday and check back to join the Hangout. We're limited to ten participants, so first come, first serve. See you then!
  5. Try turning on trilinear filtering. If that doesn't make a difference, open the DDS file in Windows Texture Viewer and see if it contains mipmaps.
  6. BMX is still being used to write the editor, so yes, it works.
  7. The single-user license is for one person to use.
  8. I've got some OSX code for Scintilla now...this might work.
  9. It's using Scintilla, but it crashes on Windows XP and there is no OSX implementation I know of. If you download Scintilla their OSX project doesn't build an app (and it's a bloated mess of Objective C). I'm about ready to give up on this.
  10. And that is why the PC market fell apart. They sell garbage next to good products and make the customer discern which is which.
  11. If you have experienced any timeouts connecting to the site, let me know if you notice any improvement or continue to experience any problems at all. We were previously fetching some scripts from Google's server, and I started hosting them on our own. I have noticed Google.com becomes unreachable several times a day for me. Since I made that change, I think the overall speed of the site has improved a lot. I noticed a lag when we moved the server to Chicago (better for European visitors, but slower for us here in California) but it feels a lot faster now. The videos section will be rather slow because it's not caching the video data yet, and has to retrieve it all from YouTube each time.
  12. Admin

    Directory Layout

    We'll use it for something, probably when the new renderer and terrain come in.
  13. That message means all files match the server's time stamp...so they should all be up to date.
  14. I'm betting your exporter creates additional vertices to accommodate different texcoords, normals, etc.
  15. No, it should just work. You may need to run the installer as the administrator, if you have Windows UAC turned up to a high level.
  16. The Leadwerks team will be hosting our second Google Hangout on Sunday, July 22, at 17:00 GMT (that's 10:00 AM in California). We'll spend 30 minutes talking about all the cool things happening in the community, and answer your questions about our upcoming new game engine. Follow us on our Google+ page before Sunday and check back to join the Hangout. We're limited to ten participants, so first come, first serve. See you then!
  17. Admin

    Shadow offset

    I can't tell without seeing the geometry, but it appears those walls have no opposing face. So you are relying on a surface with no volume to block light, which of course will give poor results.
  18. Please use the report button instead of replying to them. You look rather silly after their post is removed.
  19. Admin

    Amazing Tools

    You can get away with quite a rough approximation of physics geometry.
  20. Admin

    Amazing Tools

    That happens right now if you connect two bodies with a joint. It sounds like you are describing a mixture of forward kinematics (animation) and inverse kinematics (physics), which actually doesn't sound unrealistic. We already have code to move and rotate a physics body where we want it to be. Maybe animation can use this when the child entity has mass.
×
×
  • Create New...