External Links

Orx - Portable Game Engine
Welcome, Guest
Please Login or Register.    Lost Password?
v1.1 has been released!
(1 viewing) 1 Guest
Go to bottom
TOPIC: v1.1 has been released!
#641
iarwain
Moderator
Posts: 455
graph
User Offline Click here to see the profile of this user
Gender: Male Orx - Portable Game Engine Location: Montreal
v1.1 has been released! 7 Months, 1 Week ago Karma: 9
orx v1.1 has been released!

There are a lot of changes between v1.0 and v1.1. You can find an almost exhaustive list in the CHANGELOG file from any package.


The 3 majors changes that you need to pay attention to, when updating to v1.1:

  • The config property WaveNumber for spawners has been renamed WaveSize


  • The gravity is now expressed in the same unit system as every other physical values. If you didn't change the DimensionRatio property for Physics in your game, you then need to multiply your previous gravity by 100 (the default DimensionRatio being 0.01)


  • As now you can specify empty values for any config property (useful when overriding), when you use blocks for values, the first block marker ["] has to be one the same line as the asignment character [=]


Beside these major changes, a lot of things have been added since the previous release, here's a list of the main ones:

  • Added custom animation events, handled from config files (very useful for synchronization)


  • Clocks can now be created from config and directly associated to objects, ie. time stretching can easily be done on a per object basis


  • Added easy timers based on clocks with optional repetition counters


  • Added raycasts to test against physical bodies


  • Objects can now have a custom gravity that can be changed on-the-fly


  • The display resolution + windowed/fullscreen can now be changed on-the-fly


  • Dynamic physical objects can now be part of an object hierarchy, they will compute their position given their parent movement and the results of the physical simulation


  • More robust logic/physics/display loop with no more 1-frame delay


  • When using the ChildList property of objects, the hierarchy can be inspected at runtime with orxObject_GetChild() / orxObject_GetSibling()


  • AutoScroll/DepthScale now works correctly with objects that have bodies


  • Added orx_WinExecute() convenience wrapper when executing orx from WinMain() (ie. for windows console-less games)


  • A bunch of optimizations and misc fixes =)
 
Logged Logged
  The administrator has disabled public write access.
#656
smchronos
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
Gender: Male smchronos Dual Solace smchronos@dualsolace.com sm_chronos@yahoo.com smChrono Location: Virginia and Alabama
Re:v1.1 has been released! 7 Months ago Karma: 0
I can't believe that no one has replied to this topic! There's quite a few updated from 1.0, which is really good! I've just started to try out Orx myself (been playing around with what I can understand from the documentation).
 
Logged Logged
  The administrator has disabled public write access.
Go to top