Search found 11 matches
- Wed Mar 11, 2009 3:00 pm
- Forum: Programming
- Topic: MacOsX Version issues
- Replies: 189
- Views: 38403
Re: MacOsX Version issues
'\p' is a relic from the days of old, when the Mac Toolbox was in ROM and Pascal-based :-P It denotes that the string is a Pascal string, and gets substituted with a length count (to indicate the length of the string), as opposed to a C string which ends when a 0x00 (zero) is encountered. If I remem...
- Wed Mar 04, 2009 2:22 pm
- Forum: Programming
- Topic: MacOsX Version issues
- Replies: 189
- Views: 38403
Re: MacOsX Version issues
I think the XCode project should be in the repo, but not the SDK. The SDK is bound to not change often anyway, right?
- Thu Feb 26, 2009 2:04 pm
- Forum: Programming
- Topic: MacOsX Version issues
- Replies: 189
- Views: 38403
Re: MacOsX Version issues
Yeah, unless changes to the build modify the relative paths, then it should all be a matter of running , launch the XCode project and press 'Build'.
Code: Select all
svn update
- Wed Feb 25, 2009 5:29 pm
- Forum: Programming
- Topic: MacOsX Version issues
- Replies: 189
- Views: 38403
Re: MacOsX Version issues
It certainly would be for people like me who like to build interim versions, especially if the time between releases is high (which admittedly it isn't these days).Geoff the Medio wrote: If the XCode project would be useful for others, that could be included in SVN as well, much like the MSVC project files.
- Mon Feb 23, 2009 11:19 am
- Forum: Programming
- Topic: MacOsX Version issues
- Replies: 189
- Views: 38403
Re: MacOsX Version issues
Well, more importantly it should replace the old version we link to under 'Download' on this site 

- Sun Feb 22, 2009 11:45 pm
- Forum: Programming
- Topic: MacOsX Version issues
- Replies: 189
- Views: 38403
Re: MacOsX Version issues
@Id: that would be awesome. The binary you posted, rev. 2793 works fine, but as you yourself mention it shows all starlanes and so it spoils a bit of the fun 
Kudos again.

Kudos again.
- Tue Feb 17, 2009 2:12 pm
- Forum: Programming
- Topic: MacOsX Version issues
- Replies: 189
- Views: 38403
Re: MacOsX Version issues
Works nicely here. Well done, .Id 
Will this replace the old 'official' Mac version?

Will this replace the old 'official' Mac version?
- Fri Dec 12, 2008 7:43 pm
- Forum: Programming
- Topic: MacOsX Version issues
- Replies: 189
- Views: 38403
Re: MacOsX Version issues
OK. Ping me when 0.3.11 is out, and I'll see if I can make a build of that one 

- Fri Dec 12, 2008 6:38 pm
- Forum: Programming
- Topic: MacOsX Version issues
- Replies: 189
- Views: 38403
Re: MacOsX Version issues
That would of course be the idea. Is LaplaceOperator still involved with the version?Geoff the Medio wrote:...especially if someone is able to maintain it long-term.
- Thu Dec 11, 2008 10:44 pm
- Forum: General Discussion
- Topic: How to add a new font?
- Replies: 16
- Views: 5074
Re: How to add a new font?
For the record, DejaVu has been updated and expanded several times since the 2.1 version included presently. A lot of the Latin/Greek/Cyrillic characters have been refined and some new characters have been added. I contributed a little to it myself some time ago - http://dejavu.sourceforge.net/wiki/...
- Thu Dec 11, 2008 10:18 pm
- Forum: Programming
- Topic: MacOsX Version issues
- Replies: 189
- Views: 38403
Re: MacOsX Version issues
The latest static build (0.3.1-RC6+) works fine on a 2006 MacBook Pro (Core Duo, Mac OS X 10.5.5). Log says that a few calls are deprecated - CPSGetCurrentProcess() and CPSSetForegroundOperationState(), but no problems otherwise. A newer version would of course be nice as I understand that it has de...