Construct 0.98.2 released

This forum is currently in read-only mode.
0 favourites
From the Asset Store
Casino? money? who knows? but the target is the same!
  • Download 0.98.2 now!

    It turns out our Christmas present 0.98 was rather problematic. This build (in theory) corrects all the problems 0.98 introduced. Hope you had a good holiday

    Fixes in 0.98.2:

    Plugins

    • [FIX] Common dialog: some triggers could crash

    General

    • [FIX] Deleting objects sometimes left empty families which caused crashes
    • [FIX] 'Add angle' in animator bar not working
    • [FIX] Edit/delete menu items mixed up in event sheet editor
    • [FIX] Old applications would not create a nonlayout layer; issues with ordering of layers corrected

    Changelog for 0.98:

    Behaviors

    • [ADD] New Grid Movement behavior, faciliates tile based RPG movements with ease
    • [ADD] New Bone Movement behavior (beta), allows you to use multiple objects as parts of a character or object, and handles positioning and animating of them
    • [ADD] New Sine Movement behavior, making an object sway back and forth, or hover up and down, or grow and shrink has never been easier!
    • [ADD] Ball movement: Compare speed
    • [ADD] Physics: apply spring force
    • [ADD] New platform attribute; Platform behavior now can jump through these platforms (note this attribute won't appear in old .cap files unless you manually add it; it's in newly made ones, though)
    • [ADD] Moving platform support to Platform behavior; if an object beneath the behavior moves, the sprite will move too
    • [FIX] Platform movement: conditions (like Is Falling) now work with different gravity directions
    • [FIX] Fade: 'Start' action can be used to run fade again once finished
    • [FIX] Car movement: pressing both left & right doesn't cause spin
    • [CHANGE] RTS movement: navigation algorithm tweaked to be more reliable. Less likely units will drive in to obstacles or drive over other units they're meant to avoid. Also units are now able to pathfind around units which are stopped.
    • [CHANGE] New behavior icons (thanks Soldjahboy!)

    Event sheet editor

    • [ADD] Footer to event groups
    • [ADD] 'New subevent' hover buttons when selecting an event
    • [FIX] The 'add event' buttons now work correctly and insert the event to the correct position always
    • [FIX] Problem with combo box parameters becoming 'error type 9'.
    • [FIX] Toggled sub-events would sometimes run
    • [FIX] Inserting comments within groups and sub-events
    • [CHANGE] Object parameters now use a popup dialog and button instead of inline lists
    • [CHANGE] Actions/conditions/expressions are now sorted
    • [CHANGE] Event Wizard is a little larger by default

    General

    • [ADD] New 'tag' property when animations are clicked. This allows animations to be tagged as common ones such as 'walking' or 'jumping'; behaviors will now take advantage of these and change animations for you where possible.
    • [ADD] Cut to Animator Bar
    • [ADD] If a binary resource is not found, you can now 'relink' the file instead of continuous errors when exporting
    • [FIX] Reordering layouts is now correct
    • [FIX] Crash when adding 3 of the same behavior to an object (infinite loop due to name lookup failing)
    • [FIX] Crash saving .cap files sometimes with invalid images
    • [FIX] Crash caused by case sensitivity of family private variables
    • [FIX] Cancelling 'add new angle' would crash
    • [FIX] Non-layout objects would get deleted sometimes when deleting layers
    • [FIX] Object bar now updated when layers are deleted
    • [FIX] The add layer buttons now add layers to the correct place
    • [FIX] Crash & memory leaks closing several applications; now more VRAM conservative with closing layout editors
    • [FIX] Running a fullscreen preview sometimes set the layout editor back to point sampling
    • [FIX] Error loading the first binary resource is hopefully resolves
    • [CHANGE] Application controls: new 'Disabled' option, eg. set 'Move up' to disabled. (If you have been trying to use a blank space for disabling, you have to change the control then change it back to disabled for it to work in existing .caps - the blank space wasn't originally intended for disabling)
    • [CHANGE] Redesigned the Add Behavior dialog; bigger, 32x32 icons and more information

    Picture editor

    • [FIX] Ctrl-A now selects the image, not the layout editor
    • [FIX] Scrollbars now display in the correct place
    • [CHANGE] Colour selector now reverts to your last tool after a colour is picked

    Plugins

    • [ADD] Add new 'write text' to Text object to easily do scrolling text
    • [ADD] 'Visible on startup' option to Text object
    • [ADD] Enable/disable to Button and Edit objects
    • [ADD] Mouse & Keyboard: 'On key released' condition
    • [ADD] Offsetting, scaling and angles to Tiled Background (where textures are power of two sized)
    • [FIX] Mouse & Keyboard: issues with focus (now focusing a control won't stop input; focusing another window will stop input)
    • [FIX] Box object: Box('variable') syntax not working
    • [FIX] Box object: opacity now returns 0-100 value like Sprite
    • [FIX] List box: save to file not working
    • [FIX] Function object: inline functions running always
    • [FIX] Dubious memory use that could crash plugins (should fix XAudio2)
    • [FIX] Particles object: no longer clips off edges when an effect used
    • [FIX] Common dialog: conditions to do with folder selector didn't work

    Runtime

    • [FIX] False positives/possible crash in collision detection engine
    • [FIX] Crash in 'For each ordered' with a family with movements
    • [FIX] 'For each ordered' not picking the right objects with families
    • [FIX] Instability in some events involving both containers and family behviors
    • [FIX] Motion blur
    • [FIX] Issues with scroll boundaries when zoomed out
    • [FIX] Crash could occur calling an expression with no existing instances
    • [FIX] Crash using save/load with containers
    • [FIX] Crash saving on the same tick an object is created

    System Object

    • [ADD] Expression 'anglediff': get the angle difference between two angles, such that anglediff(90, 180) is 90 but anglediff(315, 45) is also 90
    • [ADD] Expression 'rotateangle': rotate angle towards angle
    • [ADD] Expression 'cosp': cosine interpolation
    • [ADD] Condition 'angle is clockwise of...': compare if an angle is nearest clockwise or anticlockwise to another angle.
    • [ADD] 'On load' system condition. Triggers when quickload or load from file has finished loading (can be used to display text eg. 'Loaded!').
    • [FIX] Round() now works with negative numbers
    • [FIX] GetRed(), GetGreen(), GetBlue(), RGB() accept non integer parameters
  • Thanks for quick bugfix ^^.

  • Wow that was really fast. Thx a lot!!!

  • woah NICE

  • Ohai gais wuts goin on in here??

    ~Sol

  • This should patch up everything (and fix the old families bug).

    Any problems, put them on the tracker, don't post them here or they'll get lost.

  • Already posted it in the tracker but I would like to ask you for a quick hotfix for this bug. In layer properties there is no "Zoom Y Rate" property, instead there are two "Zoom Y" properties, and changing the second one (which should be "Zoom Y Rate") changes the original "Zoom Y" property. Now I can't work on any projects with the Zoom Y Rate different than 100% in any layer

  • Ahh, translation error.

    You can fix it by opening 'layer-properties.txt' in languages\english, etc, and changing:

    zoomy-rate=Zoom Y

    to

    zoomy-rate=Zoom Y Rate

  • Thanks again for the hard work Scirra

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ahh, translation error.

    You can fix it by opening 'layer-properties.txt' in languages\english, etc, and changing:

    zoomy-rate=Zoom Y

    to

    zoomy-rate=Zoom Y Rate

    I love you it worked... well for a second... when changing the zoom y rate (now properly displayed) construct gives an error "Error: Broken property 'Zoom Y Rate' - please notify scirra of this bug!"

  • i thought i read the networking stuff would be in the december update =/

    awesome stuff added in this update, but networking is my most anticipated future feature

  • I managed to crash this twice in 5 minutes. First by closing the aiming tutorial project (while it was among other projects), then by selecting several bones objects and choosing "edit" on them.

  • This should patch up everything (and fix the old families bug).

    Any problems, put them on the tracker, don't post them here or they'll get lost.

    It's impossible to solve these bugs without better reproduction steps and .cap files, which can be added on the tracker . Thanks.

  • Great update.

    Can you add pathfinding to the new grid movement please, and so we can move with mouse controls or code ourselves with events rather than keys.

    Thanks.

  • > Ahh, translation error.

    >

    > You can fix it by opening 'layer-properties.txt' in languages\english, etc, and changing:

    >

    > zoomy-rate=Zoom Y

    >

    > to

    >

    > zoomy-rate=Zoom Y Rate

    >

    I love you it worked... well for a second... when changing the zoom y rate (now properly displayed) construct gives an error "Error: Broken property 'Zoom Y Rate' - please notify scirra of this bug!"

    Yeah, same here... how should I do GUI's until this is fixed?

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)