nerobot

Forum Replies Created

Viewing 15 posts - 151 through 165 (of 805 total)
  • Author
    Posts
  • in reply to: FontMap Level Creator Released #12207

    nerobot
    Participant

    Great!

    in reply to: Discord server for monkey2 #12203

    nerobot
    Participant

    More info: https://en.wikipedia.org/wiki/Discord_(software)

    I like to read discord on my mobile, and make short answers if possible.

    Also you’ll get notification about new messages on desktop/web client, and you can mute channels if you don’t want to be notified.

    I suppose there will be English speaking people generally, but I also created general-ru channel for our Russian users. 🙂

    in reply to: Share your TED2GO themes, Please. #12198

    nerobot
    Participant

    Maybe. But there are more important tasks in TODO.

    in reply to: [STREAMS] WriteInt and Stream.Open – #12187

    nerobot
    Participant

    but perhaps “rw” should be tweaked so it behaves like “w” if no file exists?

    I agree with such behavior.

    in reply to: how to deal with extern cpp's string #12186

    nerobot
    Participant

    Also there is a method std::string::data() but:

    There are no guarantees that a null character terminates the character sequence pointed by the value returned by this function.

    AFAIK monkey’s CString is null-terminated, therefore  c_str() is a right choice. 🙂

    in reply to: Color extensions #12185

    nerobot
    Participant

    Code is not mine but good to have it here.:)

    And it’s ABGR format not RGBA. So we must rename that function to be correct.

    in reply to: Texturing models at creation question #12174

    nerobot
    Participant

    Look at example of PBR here: monkey2 \ modules \ mojo3d \ tests \ pbrspheres.monkey2.

    in reply to: Texturing models at creation question #12173

    nerobot
    Participant

    At a first look there is a mistake in path to texture:

    PbrMaterial.Load( AssetsDir()+"Backing.png",...

    you missed Models/ folder:

    PbrMaterial.Load( AssetsDir()+"Models/Backing.png",...

    in reply to: [STREAMS] WriteInt and Stream.Open – #12172

    nerobot
    Participant

    What about

    in reply to: Rendering Gradients? #12166

    nerobot
    Participant

    Something like:

    Don’t know how to implement Circle gradient, but maybe you know.

    Or to make centerColor an usual part with percentage of 0% and to remove this parameter.

    And a custom case for circle is using 2 colors – center and outer:

    in reply to: Ted2Go IDE #12165

    nerobot
    Participant

    Oh and I still think there should be a “Please restart Ted2Go” alert message when switching theme.
    Going between some image heavy themes sometimes has some really odd results.

    Like the tabs and checkboxes being wrong in the theme ‘Smooth’.

    I found a solution – to add prefixes for all custom images:

    prime_assets/checkbox_icons.png -> prime_assets/prime_checkbox_icons.png etc.

    Why? Because of mojo.Theme slug stuff:

    StripDir() ‘makes’ our prime_assets/blah.png the same as blah.png – and we lose our changed images here.

    Seems like an monkey2’s issue thing.

    I think there are a few places with similar path striping for slugs.

    in reply to: [STREAMS] WriteInt and Stream.Open – #12160

    nerobot
    Participant

    For simple stuff you can use also SaveString ( “22”,”assets/levels.txt” ), and level=Int (LoadString (blah..)) if there as a simple integer value.

    in reply to: Site problem with the character ` #12159

    nerobot
    Participant

    Sometimes there are similar problems when formatting right inside forum’s add post area.

    in reply to: Star Rogue #12145

    nerobot
    Participant
    in reply to: shaders question? #12144

    nerobot
    Participant

    Mark recently had moved to opengl from gles2.0.

    Now we have more possibilities.

Viewing 15 posts - 151 through 165 (of 805 total)