dgd
dgd copied to clipboard
Dworkin's Game Driver, an object-oriented database management system originally used to run MUDs.
This one's just a suggestion. While probably not necessary on non-persistent servers (you could handle it across reboots), there's currently no way to rename objects on persistent servers short of...
On VikingMud, we're running version 1.7.1. We noticed a rare bug (we rarely use %f in sscanf) where the floating point number isn't picked up. Example code: void runme(string arg)...
I wrote (more or less this) in a function: void crash() { oups: /* Some code */ goto oups; } The driver crashed while trying to compile this. I was...