


Qt Widgets by dzimiwine 5 comments
Unfortunately, we cannot see any benefits of such a call with our local machines (acceleration just works fine here).
But could you please try to do the followin thing: instead of command line call, make the 1st line of main(..) function in main.c file
QApplication::setGraphicsSystem("raster");
If this will work fine for you as well, we incorporate this change into 0.2.4 release. - Jul 16 2009
Unfortunately, we cannot see any benefits of such a call with our local machines (acceleration just works fine here).
But could you please try to do the followin thing: instead of command line call, make the 1st line of main(..) function in main.c file
QApplication::setGraphicsSystem("raster");
If this will work fine for you as well, we incorporate this change into 0.2.4 release. - Jul 15 2009
Unfortunately, we cannot see any benefits of such a call with our local machines (acceleration just works fine here).
But could you please try to do the followin thing: instead of command line call, make the 1st line of main(..) function in main.c file
QApplication::setGraphicsSystem("raster");
If this will work fine for you as well, we incorporate this change into 0.2.4 release. - Jul 15 2009
Unfortunately, we cannot see any benefits of such a call with our local machines (acceleration just works fine here).
But could you please try to do the followin thing: instead of command line call, make the 1st line of main(..) function in main.c file
QApplication::setGraphicsSystem("raster");
If this will work fine for you as well, we incorporate this change into 0.2.4 release. - Jul 15 2009
Unfortunately, we cannot see any benefits of such a call with our local machines (acceleration just works fine here).
But could you please try to do the followin thing: instead of command line call, make the 1st line of main(..) function in main.c file
QApplication::setGraphicsSystem("raster");
If this will work fine for you as well, we incorporate this change into 0.2.4 release. - Jul 14 2009
Unfortunately, we cannot see any benefits of such a call with our local machines (acceleration just works fine here).
But could you please try to do the followin thing: instead of command line call, make the 1st line of main(..) function in main.c file
QApplication::setGraphicsSystem("raster");
If this will work fine for you as well, we incorporate this change into 0.2.4 release. - Jul 14 2009
// on X11, we'll check if data directory exists locally first
#ifdef Q_OS_X11
if (!QDir(resourcePath).exists())
resourcePath = "/usr/local/games/jag/data/";
#endif
and comment out everything except
resourcePath = "/usr/local/games/jag/data/";
does it solve the issue? - Jul 07 2009
// on X11, we'll check if data directory exists locally first
#ifdef Q_OS_X11
if (!QDir(resourcePath).exists())
resourcePath = "/usr/local/games/jag/data/";
#endif
and comment out everything except
resourcePath = "/usr/local/games/jag/data/";
does it solve the issue? - Jul 07 2009
// on X11, we'll check if data directory exists locally first
#ifdef Q_OS_X11
if (!QDir(resourcePath).exists())
resourcePath = "/usr/local/games/jag/data/";
#endif
and comment out everything except
resourcePath = "/usr/local/games/jag/data/";
does it solve the issue? - Jul 07 2009
At least, it works on Kubuntu and FreeBSD.
Have you tried to run it without installation, does it work? - Jul 07 2009
Regarding level packs - currently there are only 50 levels included, packs will be issued a bit later.
Could you please explain the problem more in detail? Which OS do you use? JAG has been tested on Windows XP and Vista, and there are no problems seen after installation. - Jul 06 2009

Qt Widgets by taipan 1 comment

Qt Widgets by ii-system 15 comments
We're working on the next update now, it will support Vista theme and other stuff.
Also, it is planned to make a widget like in Vista's Control Panel (a box with links) - could be a quite usable. - May 02 2009

Qt Widgets by ii-system 15 comments

Qt Widgets by ii-system 15 comments

Video Players by kempfjb 4 comments
configure fails with errors (could'n find libavformat, libavcodec and libpostproc, however they are installed in the system). - Nov 22 2008

Qt Widgets by ii-system 10 comments
Unfortunately VB does not support this feature... - Jul 23 2008

Qt Widgets by ii-system 15 comments

Qt Widgets by ii-system 15 comments
Need some extra time for this. - Apr 26 2008

Qt Widgets by ii-system 15 comments
I see that the problem appears with mingw only. I need to install it in order to check the issue, so this will take some time. But I'll do this ASAP.
- Apr 21 2008

Qt Widgets by ii-system 10 comments
there is no direct support of Designer,
but you can put VB to the form using widget promotion.
- Apr 20 2008