Wrecked Games

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're just that awesome.

Author Topic: Upcoming Release 1.3  (Read 1329 times)

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2652
    • View Profile
    • http://www.wreckedgames.com
Upcoming Release 1.3
« on: August 15, 2010, 03:49:41 PM »

Still working on getting it ready. Let me know if I'm missing anything. Also, please use SVN head as that is basically the release candidate! :)

Some notable things that are already done in SVN:
  • Optional XInput Support for Windows (enabling this will require you distribute the xinput redistributable!)
  • Some Linux Keyboard/Mouse fixes
  • Many minor bug fixes

Required tasks remaining:
  • Ensure project files are all good: mostly Code::Blocks projects and VC8 project files need to be patched/tested

Hoping to include:
  • Native Win32 Mouse/Keyboard support - no DirectInput
  • Support for Space Navigator / Multiaxis HID devices
Logged

Jubei

  • Newbie
  • *
  • Karma: +0/-0
  • Posts: 6
    • View Profile
Re: Upcoming Release 1.3
« Reply #1 on: September 01, 2010, 06:55:54 PM »

Space Navigator!!!! It's the only thing keeping my code from being truly cross platform! Absolutely looking forward to that!
Logged

kornerr

  • Regular
  • *
  • Karma: +0/-0
  • Posts: 35
    • View Profile
    • Opensource Game Studio
Re: Upcoming Release 1.3
« Reply #2 on: September 02, 2010, 05:40:30 PM »

Will it be easily compilable with MinGW? I mean Makefile.mingw or CMake?

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2652
    • View Profile
    • http://www.wreckedgames.com
Re: Upcoming Release 1.3
« Reply #3 on: September 03, 2010, 05:00:57 PM »

There is really no reason to support mingw on Windows. There is a great VC++ Express that is both free and works great for windows.
Logged

kornerr

  • Regular
  • *
  • Karma: +0/-0
  • Posts: 35
    • View Profile
    • Opensource Game Studio
Re: Upcoming Release 1.3
« Reply #4 on: September 04, 2010, 12:04:03 AM »

There is. Some people (me) want as cross-platform code as possible. And using GCC allows that better.

kornerr

  • Regular
  • *
  • Karma: +0/-0
  • Posts: 35
    • View Profile
    • Opensource Game Studio
Re: Upcoming Release 1.3
« Reply #5 on: September 04, 2010, 12:05:22 AM »

In fact, there's a CMake file in OgreDependencies that builds both for Linux and MinGW. Can you make CMake officially supported?

kornerr

  • Regular
  • *
  • Karma: +0/-0
  • Posts: 35
    • View Profile
    • Opensource Game Studio
Re: Upcoming Release 1.3
« Reply #6 on: September 04, 2010, 11:04:46 PM »

Also, when I tried to run my application under Linux with OIS-1.3 I found out my keys stop working after about 27 seconds. I'll try to find out what's wrong, because no such problem is present with OIS-1.2.

kornerr

  • Regular
  • *
  • Karma: +0/-0
  • Posts: 35
    • View Profile
    • Opensource Game Studio
Re: Upcoming Release 1.3
« Reply #7 on: September 06, 2010, 05:43:47 AM »

I've tested a simple ogre application.
In Fluxbox input is killed by window minimizing.
In XFCE input is killed by Alt-Tab from window and exactly 30 seconds after the start.
In GNOME/KDE no misbehaviour detected.
So something is wrong with Alt-Tab and/or minimizing for OIS-1.3.
« Last Edit: September 06, 2010, 05:46:07 AM by kornerr »
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2652
    • View Profile
    • http://www.wreckedgames.com
Re: Upcoming Release 1.3
« Reply #8 on: September 06, 2010, 02:41:53 PM »

I haven't tried using those other window managers, a patch would be welcome. Gnome/Kde users have reported no such issues... All OIS does for an alt-tab in Linux is detect it, and ungrab input (mouse/keyboard). When the window is clicked on again, it will detect that and re-capture the mouse / keyboard. I suspect some x11 message is being garbled by those other window managers that do not let OIS know it is time to recapture input.
Logged

pjcast

  • Administrator
  • Veteran
  • *****
  • Karma: +0/-0
  • Posts: 2652
    • View Profile
    • http://www.wreckedgames.com
Re: Upcoming Release 1.3
« Reply #9 on: September 06, 2010, 02:45:12 PM »

I've branched the head revision to branches/v1-3. All updates to this release will go there, and new development will go to trunk. It's not looking like I will have time to incorporate space mouse/or other new features into this release. I really just want to get something out there that is stable. After some more testing this week, and looking at some remaining patches, I will release a RC version this week.

Logged

kornerr

  • Regular
  • *
  • Karma: +0/-0
  • Posts: 35
    • View Profile
    • Opensource Game Studio
Re: Upcoming Release 1.3
« Reply #10 on: September 06, 2010, 05:23:58 PM »

The fact is that OIS-1.2 did pretty weill with Fluxbox/XFCE before, so smth *has* been changed here. I'll try to find anything, but I'm not the one who changed things and knows internals :P