
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
New levelpack "Learning ABC"
JAG is an arcade-puzzle 2D game similar to KDiamonds, Cradle of Rome, Big Kahuna Reef etc.
The aim of JAG is to break all of the target pieces on each level, and to do this before the time runs out.
Except Qt 4, it requires xrandr, SDL and SDL_mixer libraries if building from sources (Windows installation already includes all the necessary binaries to run).
8 years ago
0.3.2
- added Italien translation (thanks to Franco Rebora)
- added Dutch translation (thanks to Bart Van Loy)
- added French translation (thanks to Tutur)
- added "Learning ABC" level pack with 26 levels (thanks to Andrej Pohilko http://apc.kg)
- improvements:
- extended display settings (multi monitor recognition)
- dynamic help loading
- added menu icons
- compiled with Qt 4.7.2
8 years ago
0.3.2
- added Italien translation (thanks to Franco Rebora)
- added Dutch translation (thanks to Bart Van Loy)
- added French translation (thanks to Tutur)
- added "Learning ABC" level pack with 26 levels (thanks to Andrej Pohilko http://apc.kg)
- improvements:
- extended display settings (multi monitor recognition)
- dynamic help loading
- added menu icons
- compiled with Qt 4.7.2
dovidhalevi
11 years ago
Report
ii-system
11 years ago
Report
dovidhalevi
11 years ago
The program does not see it for some reason. Let's work from there.
Report
ii-system
11 years ago
// 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?
Report
ii-system
11 years ago
// 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?
Report
ii-system
11 years ago
// 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?
Report
ii-system
11 years ago
PS. There is a mess with messages here, could you please go to our local forum:
http://forum.xlabsoft.com/viewforum.php?id=13
Report
dovidhalevi
11 years ago
I tried a fresh .xlabsoft/jag -- did not help
Could not see anything obvious in other modules. The profile is not getting the level packs information for whatever reason when run off /usr/local/bin but does get it run off ~/jag-0.2.../jag/bin.
Report
ii-system
11 years ago
At least, it works on Kubuntu and FreeBSD.
Have you tried to run it without installation, does it work?
Report
dovidhalevi
11 years ago
Report
FunnyDriver
11 years ago
Like it!
Report
ii-system
11 years ago
Report
artalex
11 years ago
Report
ii-system
11 years ago
Report