nerobot

Forum Replies Created

Viewing 15 posts - 571 through 585 (of 805 total)
  • Author
    Posts
  • in reply to: Issue Ted2Go crash #6902

    nerobot
    Participant

    I also got the same crash when try to type russian chars. There is an russian ‘э’ char on the button with english apostrophe  in my keyboard. When I typed <span style=”color: #00ff00;”>э</span> instead of<span style=”color: #00ff00;”> </span> I got a crash. I think you use non-latin apostrophe too. It’s a core monkey’s bug, not the IDE itself. I wrote this issue to Mark.

    Attachments:
    in reply to: Enum To String? #6880

    nerobot
    Participant

    (And Bool -> String please…)

    in reply to: MX2CC request – separate build folder #6879

    nerobot
    Participant

    My MX2 folder also grows and grows after building

    Did you delete *buildv* folders generated by previous versions of mx2cc?

    in reply to: Mark – App Icons OSX & Windows #6878

    nerobot
    Participant

    To learn how to include app icon on windows, please inspect sources of Launcher

    There is a section

    File resource.rc contains icon info

     

    Utility windres.exe is a part of mingw.

    in reply to: Instancing entities with components #6853

    nerobot
    Participant

    @cocon   the question was – how to dynamically create (instantiate) copy of any objects (that may contains any components). You just described the design part – how to make such component-based system.

    in reply to: Chipmunk + TimelineFX #6848

    nerobot
    Participant

    +1.

    in reply to: Miscellaneous Procedural Generation Code #6833

    nerobot
    Participant

    You can see this dialog window every time you click CODE icon in post reply textarea. There is red line marker on the screenshot to show where Height checkbox is.

    Dropbox has Zoom in the bottom of page, image isn’t small. 🙂

    in reply to: Miscellaneous Procedural Generation Code #6825

    nerobot
    Participant
    in reply to: Integrated docs gitHub community organisation #6817

    nerobot
    Participant

    What I want from that community work is to see all these extra docs inside of every monkey release.

    How to do that? Just pooling into official repository. I think we can do the merges but after there will be considerable and nice-looking extra docs in this separate repository.

    Also there is a wiki sections on github. We can ask Mark to open it. I see a way of using wiki as a temporary buffer for official docs. So anyone can write some useful info there, and Mark can grab suitable texts into official docs/examples.

    I consider the wiki as an additional / intermediate resource, but which can live by itself.

    in reply to: Instancing entities with components #6816

    nerobot
    Participant

    Reflection Limitations

    Currently, typeinfo is only generated for non-generic, non-extension, non-extern 100% pure monkey2 globals, fields, function, methods, classes and namespaces. You can still use other types (structs etc) with variants etc, but you wont be able to inspect their members.

    So, we can’t inspect a very common Vec2 class bcoz it’s generic.

    We can ‘solve’ it by using our own version of vector2 together with operator To:Vec2 to mix internal and native vectors. 🙂

    in reply to: Instancing entities with components #6808

    nerobot
    Participant

    Reflection..

    When (and IF) we have a full reflection support, we can write object Serializer / Deserializer that allow us dynamically creation of any objects, like

    This time is impossible to do that.

     

    p.s.

    From time to time I’m thinking about building unity-like small editor, and only way I invented for instantiate prefab is

    1. Generate code with needed properties set – by editor.
    2. Rebuild sources on start – that’s very sad.

    Like this

    in reply to: Mark – thoughts on help (with example) #6773

    nerobot
    Participant

    Also we can add special section in docs something like “< code >….</ code >” and IDE will produce some additional stuff for it like buttons(links) ‘Copy’ and ‘Open in editor’, so we can operate the code inside of IDE.

    And many docs / samples we can grab / porting from mx1 (at least keywords description).

    in reply to: Miscellaneous Procedural Generation Code #6772

    nerobot
    Participant

    Very nice! 🙂

    One note: looking at these walls of code I have a question – is there way to make code box smaller? And I looked into “code” popup and found “Height” checkbox, that disabled by default.

    I didn’t try it yet but it seems to be useful for big code blocks.

    in reply to: Mark – thoughts on help (with example) #6744

    nerobot
    Participant
    in reply to: List Extensions > A clever way to filter lists. #6742

    nerobot
    Participant

    Nice example. And for docs/samples collection too.

    Also there can be a version with ‘outList’ extra  parameter to allow users reuse one list for output values. And such variant can return added elements count. 🙂

Viewing 15 posts - 571 through 585 (of 805 total)