There was an error handling your request. make sure you are logged in!
You have not yet verified your email address. This needs to be done before you can continue playing. All you have to do is click on the link emailed to you.
An Email has been resent to you. After clicking the verification link, you can wait and this message should automatically close. but if not you can reload the page.
I've accomplished the basics of what I've wanted to do.
after about 20 revisions, I've got the new software worked into a format I can live with.
I still have to work out all the remaining kinks, and strip all the excess debug code.
but now we should be good to go. this will be well worht it, allowing me to increase my throughput. as soon as I get this cleaned up, updates will start flowing again!
Testing has been completed on the individual components, and a test rig has been constructed (ahem, to test).
components are designed to manage, and describe the various database tables within alacrity. at this point the the tools should be able to manage database interactions almost completely.
now I have to construct the management tool, which links the individual components together in order to form 'entities'.
An entity represents all the data for any particular object across all of the tables. as an example, an item spans several tables (the item description, the inventory, supplemental tables such as whether or not its equipped)
this part should go easier, anyway more updates soon!
trying to do inserts now.
this is trickier than it seems , b/c its being done in a generalized fashion.