From: Brett L. <wak...@gm...> - 2008-10-24 00:01:53
|
On Thu, 2008-10-23 at 18:49 -0500, Mark Smith wrote: > I think I have it finally straightened out... the hitch was when I > first checked out the code, I was doing it anonymously, so the CVS > created various CVS directories with a 'ROOT' File that contained the > Repository String as anonymous. Later when I changed the Repository > Setting, and applied it, XCode did not walk through the tree and > update those various files. I did that change now on the copy I have > gotten to compile and run, and I can now do write commits. > > Most annoying... > > But I am over that now... so I can actually look at the next step of > fixing a few more bugs, and trying to work out integrating my code > base with yours. > Huzzah! > I do have a different Tile Definition layout, and it would probably be > best to determine how best to integrate them together. > Well, let's dig into it then. In my mind, the most important question is, how do you add new tiles? The current, rather convoluted, process is to create a new tile with Tile Designer, export the postscript file, convert it to SVG and GIF, then hand-tweak the SVG and GIF files. Obviously this is sub-optimal, but the tile set changes relatively infrequently, so I've just accepted the inefficiencies. If it's relatively easy to create new tiles in your format, I'm not opposed to ripping out the current tile sub-system entirely. > Mark > ---Brett. "Look! There! Evil!.. pure and simple, total evil from the Eighth Dimension!" -- Buckaroo Banzai > On Tue, Oct 21, 2008 at 6:47 PM, Mark Smith <mar...@gm...> > wrote: > There is the standard way of updating the Manifest.txt (or > manifest.txt) file to specify the default class that has the > main routine. I did that the first time I pulled down the code > base via anonymous retrieval, and got it to compile, including > finding a fixing a few other bugs. I just have to kick XCode > hard enough to make it see reason. I do like XCode, and have > developed most of my code base there. > > I do know there is a Mac version of Eclipse, but that would > probably mean taking 20 steps back and getting used to a new > IDE. > > My original intention was to update the SCM configuration for > XCode to use the authorized account 'krazick', and I did so in > every place I could find, but it still insisted on using the > anonymous login instead. It made no sense. Which is why I > tried creating a new project from scratch and the SCM > configuration worked then. I will get it straightened out, it > just is being annoying... which is why I was grumbling... > > Thanks for the words of encourgagement. > |