Giter Club home page Giter Club logo

redonion's People

Contributors

dasskelett avatar evandisoft avatar firdacz avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

redonion's Issues

Don't zip resources and scripts in releases

I am currently trying to create a netkan file in order to add RedOnion to CKAN.

Problem is, that CKAN can't extract zip folders inside the main (root) zip.
Also, as far as I know, zipping inside another zip doesn't reduce the total size more than a "single" compression.

Thanks alot.

Error when RedOnion.Script is referenced by Kerbalua

If you are busy, do not feel the need to fix this or even comment on it. For now, on branch redonion-imgui, I have all references to RedOnion commented out, and the project reference removed. And I have a lot that I can work on right now with the Repl and Moonsharp (getting intellisense working right there). Will re-enable RedOnion when you have a fix.

ISSUE:
After merging your most recent commit to redonion-imgui, the debug console gets constantly filled with the message "Exception: TypeLoadException: Could not load type 'IRoot'."

This is the case if I merely reference the RedOnion.Script project. If I comment out every reference
to redonion in the code that error remains.

When you are not busy, a branch with this error illustrated (all references to RedOnion in code commented out but reference to RedOnion.Script project is there and error is there) is in redonion-imgui-error.

Autopilot does not handle all torque possibilities.

I'm going to leave a note here that current implementation of autopilot only uses the positive torque returned by ITorqueProvider.GetPotentialTorque.

This will cause future bugs, and this is just a note. I will eventually return to this.

ExecutionCountdown setting seems to not work.

I have added the ExecutionCountdown on redonion-imgui:

public RedOnionReplEvaluator(Engine engine)
{
  this.engine = engine;
  engine.ExecutionCountdown = 10000;
}

Maybe I misinterpreted what this should do, but I set the ExecutionCountdown to 10000 and tried

a=3
while true
    a=a+1

In the repl, and it never unfroze

MoonSharp can not automatically reflect ModuleControlSurface

ModuleControlSurface defines transformName which is already defined by ModuleLiftSurface.
This causes MoonSharp to error out when there is an attempt to access a ModuleControlSurface.

One way to "fix" this is to create a proxy using

UserData.RegisterProxyType<ModuleControlSurfaceProxy, ModuleControlSurface>(m => new ModuleControlSurfaceProxy(m));

And I have but have not finished adding the necessary interface.

Issue is that if this problem pops up a lot, I don't want to have to do this manually for each proxy.

Just leaving this as a note. I will consider learning an advanced way to do this (Emit, or CodeDom or something), but for now I think other things should have priority.

Include UI.ScrollBox in new release

Hi, I saw that you have code written for Scrolling containers here. I'd very much appreciate it if that makes it out into a release soon, as it would make gui scripting a lot nicer.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.