I was wanting to avoid using C++ because I do not really like OOP, I am just pretty weird like that. It also might be better to stick to normal C because most...
I used to be a lot like you in that way, where I would downplay C++ and write everything in C. My reasoning then was that C is capable of the same kind of...
''Another question I have, is anyone on the team so far part of the creative drive for the world inside the game?'': I have been working on that, I just put...
Well I'm glad that I got you warmed up to C++ with that, I really didn't want to go into itemizing all the nitty gritty details I'm still learning about daily....
I have figured out the basics needed for object export/import with scripting, and it's very exciting. This will also completely shift how I originally...
Status update on the code: * Latest working code is available in the sourceforge project's subversion repository under /trunk, updated regularly. * Code base...
Hey, my name is Isaac and I just recently came accross Dark Beginnings on sourceforge and asked Zen Clark if he'd be interested in my skills. I'm an...
... how I ... so bear ... (articles) in ... backpacks. ... such as ... with the ... be using ... someone ... around a ... database ... of rooms ... especially...
Um, forgive me if I'm wrong, but I think it would be possible to serialize C and C++ structures to insert into a MySQL database. I'm basing this assumption on...
Yes, it is possible to serialize data in that way. With C, it is especially easy, and insanely easy with BDB. Given any C struct, all that needs to be done...
QtScript is based on the same ECMA standard that javascript is, which means it is syntactically identical along with supporting the same functions that are...
Welcome to the project, Isaac. It's good to see more people joining in at this critical time when we are just starting to establish a foundation. Any ...
As always, the latest code is available in trunk. I had the basic stuff written for functionality by my last self-imposed deadline on the 16th. As I've made...
Just dropping by to say hello, and that I have recently joined. So here is a little bit about me. My name is Sean, and I have been coding in various forms...
IMO, I think it would be a good idea if the group had a semi-required weekly progress report on the project, to were each person can state what they have been...
I don't have any problem with that, and your email just reminded me that I haven't really been posting anything lately. Right now I'm working on a test case...
So should I mark Sean active or not? He joined the group, posted a introduction, but does not read anything from the mailing list because the email hooked up...
You can check this list manually by the website, though it doesn't report that, that I'm aware of. Me and him have traded a dozen emails so far, discussing...
O.k, and what I mean by being active is not whether he has committed anything or not, but what has he done period, I created this group in hopes of most of the...
I find wiki's to be one of the best points for collaboration, even beyond a mailing list. Ideas can be fully formulated, documented, commented, and added to...
What would you say to switching over from SF to Assembla? I really only set up the SF project there because I knew the site was pretty well know, good for...
Your mention of Assembla was the first time I've ever heard of it, and as far as development sites go, I usually consider that a bad thing. Looking over their...
Well, can't set up a wiki at the moment for the same reason the site took so long to get set up, the SF web space will not allow write access for the web...
I have seen Mediawiki 1.6.x running on sourceforge sites before. However, I could host the webspace on my server, and have sourceforge change the project...
Well, if you think a wiki might help, we might have to do that since I have no idea how to get Mediawiki running on SF. I am Zen Clark. ... From: Kevin...
Trying to keep myself to a weekly kind of report, but time disappears from me, which is both good and bad at the same time. These last couple weeks have been...
Progress report of what I've done so far. I finally got the server to compile in this past month, but I'm still working on getting it setup, since it is not...
Well, for the server you'll need a set of data in the mysql database accessible by the information provided in the config file. Without any data, the server...