Forums
New OS X nightly - Printable Version

+- Forums (https://www.vdrift.net/Forum)
+-- Forum: Project (https://www.vdrift.net/Forum/forumdisplay.php?fid=4)
+--- Forum: Development (https://www.vdrift.net/Forum/forumdisplay.php?fid=9)
+--- Thread: New OS X nightly (/showthread.php?tid=1800)



New OS X nightly - Timo 6 - 04-04-2014

Hi Smile
I've finally managed to (slash got round to) build VDrift properly for the first time since around July or whenever the gettext stuff was added, so I thought I'd put a nightly (bit of a misnomer really, isn't it?) up: http://sourceforge.net/projects/vdrift/files/vdrift/nightly%20builds/vdrift-mac-2014-04-04.dmg/download (use svn revision 1271).
I tested it on clean 10.7, 10.8 and 10.9 virtual machines, so it should work on those systems. 10.4 is definitely not supported anymore - SDL2 doesn't support it. 10.5/10.6 aren't tested - I know I've had a bug report from 10.5 which I don't think I've fixed yet. I even tested the Xcode project very briefly - so that may work for other people as well!


RE: New OS X nightly - NaN - 04-21-2014

Thanks Timo.

PS: I think we are long overdue with a proper release too (talking more to myself actually Dodgy ).


RE: New OS X nightly - Timo 6 - 04-21-2014

Yeah, I reckon so. Need to sort out the updater first though.


RE: New OS X nightly - GunChleoc - 04-25-2014

When you have sorted things out, could you announce a string freeze so translators can make sure all strings have been translated?


RE: New OS X nightly - NaN - 04-29-2014

The update situation is a mess. Sourceforge replaced their viewvc interface with some custom crap. Getting data snapshots over web seems to be broken since then, never worked for me at least.

Example (get latest XS data):
http://sourceforge.net/p/vdrift/code/HEAD/tarball?path=/vdrift-data/cars/XS

We would have to use svn protocol maybe? No idea how complex that would be.

An alternative would be to write a file grabber and pull each file separately Confused :
http://sourceforge.net/p/vdrift/code/HEAD/tree/vdrift-data/cars/XS/XS.car?format=raw
http://sourceforge.net/p/vdrift/code/HEAD/tree/vdrift-data/cars/XS/body-misc1.png?format=raw
...


RE: New OS X nightly - NaN - 04-29-2014

Simpler file urls:

Directory:
http://svn.code.sf.net/p/vdrift/code/vdrift-data/cars/XS/

Files:
http://svn.code.sf.net/p/vdrift/code/vdrift-data/cars/XS/XS.car
http://svn.code.sf.net/p/vdrift/code/vdrift-data/cars/XS/about.txt
...

There is a complication with tracks having an objects subdirectory. So the grabber would have to handle directories too.


RE: New OS X nightly - Yllier123 - 05-04-2015

(04-04-2014, 04:19 PM)Timo 6 Wrote: Hi Smile
I've finally managed to (slash got round to) build VDrift properly for the first time since around July or whenever the gettext stuff was added, so I thought I'd put a nightly (bit of a misnomer really, isn't it?) up: http://sourceforge.net/projects/vdrift/files/vdrift/nightly%20builds/vdrift-mac-2014-04-04.dmg/download (use svn revision 1271).
I tested it on clean 10.7, 10.8 and 10.9 virtual machines, so it should work on those systems. 10.4 is definitely not supported anymore - SDL2 doesn't support it. 10.5/10.6 aren't tested - I know I've had a bug report from 10.5 which I don't think I've fixed yet. I even tested the Xcode project very briefly - so that may work for other people as well!