Author Topic: Q-Gears v0.19  (Read 11590 times)

Akari

  • Moderator
  • *
  • Posts: 766
    • View Profile
Q-Gears v0.19
« on: 2011-06-06 18:50:46 »
New version just was released. Alpha of compleatly rewritten q-gears. Initial features like new console, new application structure and so on.

https://sourceforge.net/projects/q-gears/files/q-gears/

Console can be called by pressing ~
If you press any button and then press tab - console auto complete it with posible values
You can write LUA scripts directly to console
To load other map write "/map test_ffvii_2" to console or change initial load map in config.

SpooX

  • ah nothing really...
  • *
  • Posts: 344
  • Used to be errr...
    • View Profile
Re: Q-Gears v0.19
« Reply #1 on: 2011-06-06 21:05:20 »
nice,
although there are 2 dll's missing;
  • libgcc_s_dw2-1.dll
  • libstdc++-6.dll
but with a little googling I've got it running, looking good so far :-)
now let's see what we can do with Q-gears....

 8-)

handlandj

  • *
  • Posts: 13
    • View Profile
Re: Q-Gears v0.19
« Reply #2 on: 2011-06-06 21:08:46 »
wait, are we starting to make content on this engine or is it the engine we are still building?

Akari

  • Moderator
  • *
  • Posts: 766
    • View Profile
Re: Q-Gears v0.19
« Reply #3 on: 2011-06-07 06:37:53 »
wait, are we starting to make content on this engine or is it the engine we are still building?

In game development this things always done simultaneously.

Protektor

  • Guest
Re: Q-Gears v0.19
« Reply #4 on: 2011-06-09 08:43:09 »
A Makefile for Linux would be nice. Since I have not dug into the code to see exactly how it all works and links. I have no idea how to get it to compile under Linux, but it is suppose to compile for Linux. Some help would be appreciated.

Akari

  • Moderator
  • *
  • Posts: 766
    • View Profile
Re: Q-Gears v0.19
« Reply #5 on: 2011-06-09 13:07:27 »
A Makefile for Linux would be nice. Since I have not dug into the code to see exactly how it all works and links. I have no idea how to get it to compile under Linux, but it is suppose to compile for Linux. Some help would be appreciated.

You can install CodeBlocks ide and compile under it.

Mako

  • *
  • Posts: 669
    • View Profile
Re: Q-Gears v0.19
« Reply #6 on: 2011-06-10 21:45:43 »
Progress! Even though I do not know much, I still love to see this project move along. ^_^

I've noticed the documentation is being updated pretty regularly! I do like to read them often, thanks for all you've contributed Akari (and others).

Akari

  • Moderator
  • *
  • Posts: 766
    • View Profile
Re: Q-Gears v0.19
« Reply #7 on: 2011-06-12 03:09:24 »
Progress! Even though I do not know much, I still love to see this project move along. ^_^

I've noticed the documentation is being updated pretty regularly! I do like to read them often, thanks for all you've contributed Akari (and others).

Thanks =)

thegreatpower

  • *
  • Posts: 7
    • View Profile
Re: Q-Gears v0.19
« Reply #8 on: 2011-06-15 10:05:55 »
Thanks for your work.

O01eg

  • *
  • Posts: 23
    • View Profile
Re: Q-Gears v0.19
« Reply #9 on: 2011-06-19 16:26:07 »
A Makefile for Linux would be nice. Since I have not dug into the code to see exactly how it all works and links. I have no idea how to get it to compile under Linux, but it is suppose to compile for Linux. Some help would be appreciated.
Q-Gears is broken for linux. It's need to rewrite some sources that use Windows specifics and again and again rewrite project file.

Akari

  • Moderator
  • *
  • Posts: 766
    • View Profile
Re: Q-Gears v0.19
« Reply #10 on: 2011-06-20 10:19:06 »
Q-Gears is broken for linux. It's need to rewrite some sources that use Windows specifics and again and again rewrite project file.

Someone need to maintain Linux version. I don't have it and can't test Linux compilation.

By the way lastest source in mercurial now =)

sithlord48

  • Moderator
  • *
  • Posts: 1632
  • Dark Lord of the Savegame
    • View Profile
    • Blackchocobo
Re: Q-Gears v0.19
« Reply #11 on: 2011-06-20 15:18:39 »
i checked out the repo yesterday and can't compile any of the Qgears stuff. (utils included) mostly because there seams to be some issue w/ the ogre packages in my distro(or the ppa im using), hopefully once that is sorted out i can get it build. 

edit also if  i/we can get it to compile on linux clean from source with a makefile, list of depends etc. i mostly should be able to make these when i get ogre working right. i can then let the ubuntu PPA compile it for us. (dailys , weekly , whenever a an updated version us neeed.)
« Last Edit: 2011-06-20 15:23:35 by sithlord48 »

O01eg

  • *
  • Posts: 23
    • View Profile
Re: Q-Gears v0.19
« Reply #12 on: 2011-06-20 17:44:32 »
I use Gentoo and I could compile qgears when fix project file. But source code contain such lines which cann't work under Linux:
Code: [Select]
#ifndef _DEBUG
    root->loadPlugin( "RenderSystem_GL.dll" );
#else
    root->loadPlugin( "RenderSystem_GL_d.dll" );
#endif

Cloudef

  • *
  • Posts: 83
    • View Profile
Re: Q-Gears v0.19
« Reply #13 on: 2011-07-30 14:20:57 »
I use Gentoo and I could compile qgears when fix project file. But source code contain such lines which cann't work under Linux:
Code: [Select]
#ifndef _DEBUG
    root->loadPlugin( "RenderSystem_GL.dll" );
#else
    root->loadPlugin( "RenderSystem_GL_d.dll" );
#endif

I've fixed this, whenever I'll get contact with Akari, I'll discuss about possible changes to make it more Linux friendly (Eg. use SDL instead of OIS for input and such)

halkun

  • Global moderator
  • *
  • Posts: 2097
  • NicoNico :)
    • View Profile
    • Q-Gears Homepage
Re: Q-Gears v0.19
« Reply #14 on: 2011-07-30 21:33:28 »
On a slightly off-topic topic... Akari, is that that Rin Aoki as your avatar?

Akari

  • Moderator
  • *
  • Posts: 766
    • View Profile
Re: Q-Gears v0.19
« Reply #15 on: 2011-07-30 22:09:37 »
On a slightly off-topic topic... Akari, is that that Rin Aoki as your avatar?

It's Toda Erica

halkun

  • Global moderator
  • *
  • Posts: 2097
  • NicoNico :)
    • View Profile
    • Q-Gears Homepage
Re: Q-Gears v0.19
« Reply #16 on: 2011-07-31 00:14:43 »
What? She's not even that pretty :P Have you seen her Noodle commercial, you know... the one where she's "behind the cup"?

Dou yo!