[crossfire] Crossedit patches

2005-08-20 Thread Kevin Rudat
Crossedit - which of these would you accept, please? * Fix: not drawing floor at weird times. * Fix: large faces * Fix: regions * Fix: Map attribute editor * Fix(?): Using window manager's close functions closes the window rather than stopping crossedit. * Feature: Display only certain

Re: [crossfire] autogeneration of news file

2005-08-20 Thread Brendan Lally
On 8/20/05, Brendan Lally [EMAIL PROTECTED] wrote: cvs2cl.pl --hide-filenames --no-indent -f lib/newstmp --no-times -l -d$(ls -l lib/news | cut -d ' ' -f 7); grep -v ^[0123456789] lib/newstmp | grep [:alpha:] lib/news; rm lib/newstmp additionally, if a blank line between each entry is

Re: [crossfire] specialised shops

2005-08-20 Thread Brendan Lally
On 8/20/05, Amorya North [EMAIL PROTECTED] wrote: Perhaps you could have a stat in the player, Valuation or similar, and the better you are at that skill the more accurate your guesses will be? what I have is that the accuracy of the guess is based on the players level in the bargaining skill,

Re: [crossfire] specialised shops

2005-08-20 Thread Amorya North
On 20 Aug 2005, at 21:30, Brendan Lally wrote:Perhaps you could have a stat in the player, Valuation or similar, and the better you are at that skill the more accurate your guesses will be? what I have is that the accuracy of the guess is based on the players level in the bargaining skill, plus

Re: [crossfire] autogeneration of news file

2005-08-20 Thread Mark Wedel
In my mind, the news file should contain broader/bigger changes. Grabbing all the data from the Changelog is likely to be more data/detail than most people care about. Are players really going to care that the global arrays are now consts, or that pointers have been fixed up? Probably

[crossfire] Mac client - status

2005-08-20 Thread Amorya North
I've got somewhere. Common files compile in now, and work fine. I've got a vague event loop up and running, and some of the callbacks work. I've got as far as displaying text sent to the console, and displaying a list of current stats. Here's a screenshot:

Re: [crossfire] autogeneration of news file

2005-08-20 Thread Brendan Lally
On 8/20/05, Mark Wedel [EMAIL PROTECTED] wrote: In my mind, the news file should contain broader/bigger changes. Grabbing all the data from the Changelog is likely to be more data/detail than most people care about. Are players really going to care that the global arrays are now

Re: [crossfire] Mac client - status

2005-08-20 Thread Mark Wedel
Amorya North wrote: I've got somewhere. Common files compile in now, and work fine. I've got a vague event loop up and running, and some of the callbacks work. I've got as far as displaying text sent to the console, and displaying a list of current stats. Here's a screenshot:

Re: [crossfire] Crossedit patches

2005-08-20 Thread Mark Wedel
Kevin Rudat wrote: Crossedit - which of these would you accept, please? * Fix: not drawing floor at weird times. * Fix: large faces * Fix: regions * Fix: Map attribute editor * Fix(?): Using window manager's close functions closes the window rather than stopping crossedit. * Feature: