Q-Gears.0.11

  • Thread starter Thread starter Akari
  • Start date Start date
Status
Not open for further replies.
VERY good work, the new version!!  :lol:
But at the point where you are going to place the bomb, the controls are wront (UP->DOWN,...)
 
VERY good work, the new version!!  :lol:
But at the point where you are going to place the bomb, the controls are wront (UP->DOWN,...)
It works just as it has been done. UP -> increase X coord.

Code: [Select]
Code:
! [ffvii] Implement loading directional keys from XML.! [ffvii] Implement map related directional keys handling.
This things are planned to next release.
 
Hey guys, I'm the new kid in the neighborhood...

I stumbled over your exciting Q-Gears project some days ago (after the 0.11 release) and after checking out the Win32 executable, I wanted to look around in the code... the FAQ on your homepage sounds so inviting to do so, maybe I could be a little help someday.
But the code in the SourceForge SVN does not seem to be up to date?
The SVN browser says the last submission was made 4 weeks ago, but hasn't 0.11 been released on January, 26th?
I checked out the trunk, compiled it without any problems and after some stracing, discovering the game.log file and copying around some /data stuff it didn't segfault anymore. ;)
But the resulting binary also seems to be far more incomplete than the 0.11 Win32 executable I downloaded earlier.

Am I doing something wrong?
I used
Code: [Select]
Code:
svn co https://q-gears.svn.sourceforge.net/svnroot/q-gears q-gears
as SourceForge suggests.

Thanks in advance and keep up the awesome work!
 
That's because Akari hogs the code. It's forgivable with all the work done on that side.

Akari... Update SVN please :P
 
That's because Akari hogs the code. It's forgivable with all the work done on that side.

Akari... Update SVN please :P
Mmm I experience some Tortoise SVN trouble lately. It doesnt want to upload all files at once. It works for one file, but doesn't want to handle them all together =(
 
Looks like they changed the directory management a little bit on Sourceforge.

Try doing a new checkout of the trunk....

Code: [Select]
Code:
svn co https://q-gears.svn.sourceforge.net/svnroot/q-gears/trunk q-gears
you used to not have to put "trunk" in the https// link, if I remember.

Pull down a new copy, merge your changes and try uploading again, of that doesn't work, you may have to try a command line version of SVN
 
that's just the "standard" naming :p

./branches
./tags
./trunk

if you never branched or tagged the source, then the other two will be empty... anyway Akari you can get the svn client from http://subversion.tigris.org/ get the win32 exe isntaller. The .svn data is compatible so you can just to "svn commit" from a cmd prompt. (svn update to update, etc)...
 
Status
Not open for further replies.
Back
Top