Ashley's Recent Forum Activity

  • Are you checking 'image' is not null? Otherwise AFAIK it'll just draw a white solid fill box. SetTexture and a Quad are all you need to get a texture on the screen though.

    (Note you should always check for NULLs - don't assume GetParamFirstInstance returns an instance - what if there are no instances?)

  • I suppose, but with good SDK documentation, the source to the exporter isn't important - and that's a fairly minor disadvantage outweighed by some solid advantages, IMO.

  • Thanks for the encouragement

    I thought opengl was badly implemented/supported on windows 7 (even more bad than on XP). I am still on XP, but that's what I've read at some point on the net. Have you ran tests, or something of the like to make sure ?

    I develop C2 on Windows 7 and haven't had any problems. It's really up to the graphics card makers to make good quality OpenGL drivers for it to work well, and it's very much in their interest to do so. Actually, so far I think it'd been working better than the old DirectX editor (no D3DX install needed), so I'm guessing you just heard rumour.

  • Anyone had any new problems with this update? Considering marking it stable and sending it out via auto-update.

  • I don't see any reason this will affect plugins. What are you worried about?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • are you referring to the source of the exporter or the exporter itself here?

    The source code would be closed-source (proprietary). The licenses refer to how the released exporter is given away, not the source code itself, which is private to us.

    Back in time there was some legal actions threaten from CT about re-use of their coding ideas (ACE for instance)

    I don't believe there's any issue here, that all appears to have blown over. Besides, ideas aren't copyrightable - try putting IE9 and Chrome side by side.

  • I'm sorry if you're frustrated by the late notice, but it's done now. I thought it would be better to have something to show with the announcement - rather than "we won't finish 0.x, and haven't got anything else interesting to show you right now". Why would anyone believe C2 was going to be better if they couldn't see for themselves?

  • BROO, what exactly are you unhappy about? Browser makers are hardware accelerating their canvases so they'll be fast soon - check out how fast the IE9 beta is. You say 0.x is a buggy disaster yourself, doesn't that mean C2 is headed in the right direction??

  • It's good idea to get some of Cons2 closed source and still be clean when it comes to CT issues.

    What CT issues? And what difference would being closed source make to that??

  • Hi all,

    Thinking more along the lines of moneymaking, I think the HTML5 exporter should be close-sourced. The code all went up on SourceForge when the preview went public, but I think it should be taken back off. Here's why:

    As you know we're still winging it as hobbyists but we like where this is going and would love it if we could go full time and make some money off it. That's good for the community too, because it means we can work fulltime on improving Construct 2, rather than the irregular patches everyone's used to.

    Corporations and businesses are a really good place to go to make money - they have lots of it and regularly license software site-wide anyway. The problem with fully open source software is it makes it impossible to sell to businesses. Even if we tried to charge, the open source licenses mean they could just get one of their employees to spend half an hour building it themselves, then they've got a copy they can legally use.

    If we close-source the HTML5 exporter, we can make sales to businesses. If we did this, there would definitely be two licenses: an indie dev/personal use license, which would either be pay-what-you-want or really cheap so you guys don't lose out (I'm siding with pay-what-you-want), and the business/commercial/site license, where we make the moolah. (Obviously the code as it is now is up there but it's still in alpha stage, and after a few months of development we'd be way ahead anyway.)

    The editor can stay open source GPL - there's no need to close source it - but without any exporters it's just an empty shell that does nothing. However, that leaves the door open to more third-party exporters that could also be free, so there's still all the main advantages of open source. So in future there could also be a totally-free edition if somebody made another free exporter. It's only the HTML5 exporter component which would be closed source.

    How does this sound? IMO, it's a win for everyone. You get a better product and we get to make some money.

    Please don't go round saying we are definitely going to go closed source and start charging money! This is just an idea under consideration right now. Let me know what you think.

  • It works like this:

    <some condition> ? <what to return if condition true> : <what to return if condition false>

    So you can put conditions directly in expressions. For example:

    + Sprite X < 100

    Set text to "Left"

    + Sprite X >= 100

    Set text to "Right"

    is equivalent to

    + Every tick

    Set text to Sprite.X < 100 ? "Left" : "Right"

  • ...yep... you'd just put -100 as the start, 0 as the end, 5 as the step...

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,769,558 followers

Connect with Ashley

Trophy Case

  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • Forum Mega Brain Made 20,000 posts in the forums
  • x126
    Coach One of your tutorials has over 1,000 readers
  • x74
    Educator One of your tutorials has over 10,000 readers
  • x5
    Teacher One of your tutorials has over 100,000 readers
  • Sensei One of your tutorials has over 1,000,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • x42
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs