[MUD-Dev] ScryMUD: News update (Opening to the Public on the 4th of September!)
Ben Greear
greear at cyberhighway.net
Tue Aug 31 23:17:33 CEST 1999
Well, the ScryMUD V2 (stable) release is looking pretty solid. Haven't had a bad
crash in weeks (*knock on wood*) and the world DB is looking pretty
good. I'm sure problems will arise, but, after 5+ years of development,
I feel waiting longer isn't worth it :)
I'm sure the builders will continue to add new zones and add cool
features (like scripts) to the existing ones... I will continue to
keep the code as stable as possible, but most new features will
be deferred into the V3 release I have been working on.
The new architecture is pretty much done, all I have to do now is
code up all the methods I stubbed out in the header files while
re-architecting. Maybe 1-2 more weeks to full link for the V3 (main)
branch.
New features for V3:
Basic re-architecting:
Made things more OO, collapsed functionality into base
classes where possible. Also added some overhead that should
help keep stale object pointers off of lists and other nasty
memory bugs.
Database back end (Aasen has started on this..)
Language-independence:
This is one of the more exciting features, IMHO.
I have the code generation in place, and am adding the
*.spec files as I get a chance. I hope to pull almost
all of the strings out into the language independent
files. Of course, the next step is to translate all these
strings. To that end, I plan on allowing a WWW interface
to a DB so that anyone can translate. Translations will be
able to be added on the fly in the game as well, though I might
restrict this to trusted individuals. The lang-independence will
also extend to the descriptions and keywords for all entities in
the game, via the LString and LStringCollection classes.
Implement most of the 300+ ideas & bugs that have accumulated in the trackers.
Thanks for your time,
Ben
--
Ben Greear (greear at cyberhighway.net) http://scry.wanfear.com/~greear
Author of ScryMUD: scry.wanfear.com 4444 (Released under GPL)
http://scry.wanfear.com
_______________________________________________
MUD-Dev maillist - MUD-Dev at kanga.nu
http://www.kanga.nu/lists/listinfo/mud-dev
More information about the mud-dev-archive
mailing list