Wrecked Games

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're just that awesome.

Author Topic: 0.3.0 Is out  (Read 1387 times)

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2652
    • View Profile
    • http://www.wreckedgames.com
0.3.0 Is out
« on: October 28, 2005, 08:00:35 AM »

The latest version is up on sourceforge!

The next version will probably be a maintenance release of 0.3.1 to hammer out any bugs, tweaks, small changes (non API breaking).

Some bugs I have already identified are:
:arrow: Need to fixup Absolute mouse values with window clipping values. The current X & Y values are dependent on the OS and not really consistant across OSs. So, pretty unusable as of now. I already have the code for window clipping.. Just need to apply it when updating X & Y axis.
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2652
    • View Profile
    • http://www.wreckedgames.com
0.3.0 Is out
« Reply #1 on: October 28, 2005, 10:53:05 AM »

Hmm, I rethought it and I will not release 0.3.1. The next version will be 0.4.0 and there could possibly be API breaking changes.. though, probably not, and nothing significant if any.

I decided that any small .1 releases will not be made until v1.0.0 as then I can release more of bug fixes then other changes I also planning on rolling in now.
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2652
    • View Profile
    • http://www.wreckedgames.com
0.3.0 Is out
« Reply #2 on: October 28, 2005, 12:32:57 PM »

Ok, I've added clipping in Win32 when the coop mode is set as EXCLUSIVE  (default). It clips X and Y to width and height. I also removed the immediate mode stuff in Win32Mouse, now both buffered and unbuffered use the same code path internally. This is an internal change, no outside code will even notice the difference.
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2652
    • View Profile
    • http://www.wreckedgames.com
0.3.0 Is out
« Reply #3 on: October 28, 2005, 03:00:29 PM »

Clipping code is now added to Linux mouse now too. Only when window is being grabbed is the value clipped.. as when not grabbing the absolute values are within the window anyway.. as you can only get events when the mouse is over the window.

I also fixed a slight bug in Linux Input Manager.. Apparently I was setting keyboardGrab = false instead of mouseGrab = false for the x11_mouse_grab = false setting... But, the default values work fine. And the bug is fixed in CVS.
Logged