Re: [xmoto-news] X-Moto 0.3.0 is out |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/xmoto-news Archives
]
- To: xmoto-news@xxxxxxxxxxxxxxxxxxx, Nicolas Adenis-Lamarre <nadenislamarre@xxxxxxx>
- Subject: Re: [xmoto-news] X-Moto 0.3.0 is out
- From: Dave Vasilevsky <djvasi@xxxxxxxxx>
- Date: Thu, 14 Jun 2007 05:23:39 -0400
- Dkim-signature: a=rsa-sha1; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:mime-version:in-reply-to:references:x-gpgmail-state:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=EbPkz2QOkyicYJZmltzhMfN50tgtG79O79i+wJwBpiUHtJf8l5MJTtm/BpUn4Sw9eU+ZOK2AiuibB4EuyWuZ/gGGaQQWnor1Psr40xw4tGQ/LcoiK4yjLcJTS0vGrlpXWOb+JbEZb016iIJg8uHmwJlRAW7ShgKSPCHjWDIFtrA=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:mime-version:in-reply-to:references:x-gpgmail-state:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer; b=O06L9i1vbImoYIkw1mwy/TdkXaqDer36ulw3z47fhSWdBpbY7Jk7/hYuZplrtcIepbCllUiNQwKqMs0GRrnfb5qEe+d6ryR2y28J5jZL7Zy2DYSWOD+j7eY8vYFPQU3a7xO4yFqCg1RFV88SPe6QjEiSn1XFX46NZoai+LvjKL0=
I'm busy creating the Mac build, got a few issues of varying importance:
* It seems xmoto is now using an application icon. On OS X this can
be displayed quite large (64x64 is common), which looks all pixelated
and replaces the old app icon I was using before (http://
vasi.dyndns.org:3128/files/ports/xmoto-icon.png). I don't mind
switching to this new icon if you want, but we must make it larger
and prettier first or all the artistic Mac users will laugh at us :-)
* The quickstart button isn't drawing correctly, it looks like this:
http://vasi.dyndns.org:3128/files/ports/xmoto-quickstart.png . I
haven't yet figured out why this is happening, but I'm working on it.
* xmoto isn't linking with gettext, fixed by this patch: http://
vasi.dyndns.org:3128/trac/browser/xmoto/branches/manual/patch/xmoto-
intl.patch
* The new TTF stuff isn't set up properly for OS X, fixed by this
patch: http://vasi.dyndns.org:3128/trac/browser/xmoto/branches/manual/
patch/xmoto-ttf.patch
* I prefer to build from outside the source directory (since I need
to do three separate builds for the Mac binary). I made some changes
to make this work right, including:
- Allow the Packager to be called like './xmoto -pack /path/to/
xmoto.bin'
- Get the svnversion from the source dir, not the build dir
- Don't touch svn_version.cpp. Instead use an old-style phony
implicit target to force it to always be built.
Patch: http://vasi.dyndns.org:3128/trac/browser/xmoto/branches/manual/
patch/xmoto-builddir.patch
I'll have a binary ready for you as soon as I get the quickstart
issue fixed and do a bit more testing.
Dave