Re: [crossfire] Building in C++?

2022-05-29 Thread Ruben Safir
On 5/29/22 16:39, Preston Crow wrote: > > I was looking at making the maximum window size a runtime config option > instead of a compile-time option (default 25x25 now). There are places > where using a language with object constructors would make that much > simpler since we have a bunch of hard-

Re: [crossfire] Building in C++?

2022-05-29 Thread Preston Crow
Crossfire is built around objects, so I can see why making such a change would seem to make sense, but I'm not clear that it would really improve anything in particular.  The first question is what language features in C++ would be useful? I was looking at making the maximum window size a runt