Jump to content

Guppy

Members
  • Posts

    775
  • Joined

  • Last visited

Posts posted by Guppy

  1. Steps to reproduce

    1. Make sure no instance of firefox is open
    2. Press F1 (or select 'help contents' from the help menu )
    3. Read help files
    4. Return to editor that is now completely unresponsive
    5. close firefox
    6. editor is now again

    Note: my default browser is chrome, if I start firefox before pressing F1 this error never happens. This is because the call "firefox <url>" hands off the url by the master firefox thread and exits gracefully, but if firefox wasn't running the call creates a master firefox thread.

     

    Easy solution is to ask the system to background the task "firefox <url> &", even better solution would be to use the users default browser ;)

  2. if I run it with a local version of lib png

    LD_LIBRARY_PATH=badlib/lib/i386-linux-gnu/ ./Leadwerks

     

    the steps to reproduce are

    1. Drag the scroll bar

      1. this causes corruption but it goes away when you release the mouse button
         

    [*]Attempt to take a screen shot before release the mouse button


    1. and this happens http://i.imgur.com/JfDh7om.png (looks familiare no?)
       

     

     

     

    running it without local version of lib png ( which causes any menus to crash LE )

    1. Drag scroll bar


    This happens http://i.imgur.com/UJTFZoE.png
    Taking screenshots didn't aggrivate the situation
     
  3. You draw two images that are distorted in a specific way (can be done via shader), the tracking is HID based IIRC so that's not a problem.

     

    What this adds up to is that you don't need Josh to add support, you could do it your self ( though obviously it would be easier to just check the occulus checkbox ;) )

  4. Not cool , for big levels you'l lhave to make a big skycube then, and in edit mode have camera near enought all objects.

    I'll give it a try.

     

    I agree completely - it's a horrible hack, but it beats no background. Maybe give klepto2 a poke and see if he released his shader?

  5. A sky for the whole level in fact.

    LE3 have a skycube map and material in the skycube folder, hwo to use them to put a sky on the leve instead of black background ?

    Nothing in LE3 manuel or getting started docs.

     

    Normally you would draw the inverted cube first and then the level ( when writing your own "engine" ) - you should be able to achive the same in leadwerks by simply putting you level inside a massive cube.

     

    But I seem to recall that the new way of doing this was with post processing? http://www.leadwerks.com/werkspace/page/gallery_legacy/_/skybox-and-fog-as-a-postprocess-r285

  6. I'm not 100% certain I understand the question so feel free to ignore this if I got it wrong ;)

     

    I think the problem is that you are adding force in a linear, which gives the wrong look/feel - so usually it's the force is distributed over a curve. I know that is somewhat hard to visualize - this may help : http://easings.net/

     

    For instance the "easeInOutBack" function would be suitable for jumping

    • Upvote 1
  7. Well about that - like I mentioned on google+ it doesn't solve the problem for me, it does increase my frame rate by quite a lot - but that only seems to compound the problem.

     

    I'll try to figure out a way to throttle the engine this weekend ( unless you've a secret "limit updates to x" function tucked away somewhere? ;) )

     

     

    Also clean out your PM box

  8. Few things;

     

    appmenu-gtk:i386 has been replaced by the architecture neutral unity-gtk2-module in later Ubuntu versions ( and why not make an installer that still relevant in 18 days ;) )

     

    you would want to flip around LD_LIBRARY_PATH so you local versions comes first, that way if you need a specific version it will actually get to be loaded - otherwise it will only be loaded if not found on the system, and you safer to delete the local version rather than the system one.

     

    Otherwise good work - I'll admit I wasn't best pleased by that massive pile of symlinks in my systemfolders happy.png

  9. To cleanse my artistic palate so to speak I figured I'd do something very much different and start recording placeholder audio - but what kind of NPC/player sounds would be "universally" useful?

     

    Here is what I have in the way of "dialogue"

    • Yes
    • No
    • Affirmative!
    • I can not do that
    • I can not do that yet
    • I do not have enough energy
    • I need more resources
    • Nope
    • Never gonna happen
    • Locked
    • Still Locked
    • This is a restricted area, please move along.

     

    + Various getting hurt/hit sounds

  10. I doubt all people wanting to use keys shortcuts in LE3 instead of gizmo.

    Please stay on subject : we talk LE3 editor Gizmo only, not Blender or UDK or other software.

     

    And how pray tell are we supposed to discuss this if we are not allowed to draw on our experience with other software that uses the EXACT same thing?

  11. This appears to be related to vsync. First, I can't disable VSync. If I have it on or off, it behaves as if it's disabled.

     

    Second, the rendering only skips frames when the framerate gets fast...when the FPS reads a high value, like 100+, the visible rendering seems to slow down. If I throw a call to Time:Delay(10) into the loop, the problem actually goes away because the framerate can't get too high and start skipping frames.

     

    Is this similar to what you are experiencing?

     

    I'll run some tests tonight to see if I can confirm, thanks.

  12. That's the thing: I ám using GMail.

     

    And I already answered you before: my IP does not match the one in that e-mail (209.85.215.46).

    Besides, I can send e-mails to other people just fine.

     

    Rigth - geodns says

    209.85.215.46 US Mountain View,

    California,

    United States,

    North America 94043 37.4192,

    -122.0574 Google Google google.com 807

    So yep one of googles outgoing servers has gotten itself blocked for spamming - you might want to tell them about these two lines

     

    "550-"JunkMail rejected - mail-la0-f46.google.com [209.85.215.46]:36489 is in an

    550 RBL, see Blocked - see http://www.spamcop.net/bl.shtml?209.85.215.46" "

     

    And of course it works for other people - only people using spamcop ( and similar solutions using the same RBL lists ) will be affected.

     

    you are aparently not alone in the problem: https://productforums.google.com/forum/#!topic/gmail/4J2-am8ud1w

    • Upvote 1
  13. Well josh I can see with this steps you made that you are going to become 1 of the most successful persons on planet, now you decide is that good or bad, ...

     

    Sarcasm.jpg

     

    I really never can tell with his posts

  14. Will check it out.

     

    Thanks, meanwhile here is a video of it to show I'm not hallucinating

     

     

     

    First part - run mode, the lag isn't so noticeable in the video - it just looks like I stopped for a bit at the end, the last light show it quite well tho.

     

    2nd part - debug mode, very fluid all the way.

     

     

    If there is some sort of debug I can turn on that will help you figure this out do let me know.

×
×
  • Create New...