project-navigation
Personal tools

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - DaiShiva

Pages: [1]
1
Coding / Re: Comments on Compiling
« on: October 13, 2007, 10:00:09 pm »
oy, I have to check out the game resources with the game source. This makes for a loooooong checkout when all I'm interested in is compiling the game. Here is my suggestion:

Make the folders in trunk/base empty (placeholders, for next step)
create a shell script that will 'svn switch' the game resources into the empty directories. Something like trunk/base/getresources

a 'complete' checkout process would then be:
svn co https://ufoai.svn.sourceforge.net/svnroot/ufoai/ufoai/trunk ufoai
cd ufoai/base
./getresources

Pros:
Shorter checkout time for coders
'svn update' will still get the latest resources that have been switched
can use branch/tag/trunk structure for resources, ie:artists can submit their work to an unstable branch that would not be included in a stable release distribution

Cons:
two extra steps for a complete subversion checkout

2
Coding / Re: Comments on Compiling
« on: October 11, 2007, 05:55:03 pm »
http://mattn.ninex.info/?page=Download

found it last night when I was looking for the latest release (havent tried it yet though)

3
Coding / Testing infrastructure
« on: October 11, 2007, 07:07:26 am »
I'm in the process of checking out the sources but I was wondering how this project does its testing? ie: how do you keep/detect newer features from breaking older functionality?

Pages: [1]