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.
a debugger has been set up, and I'll build a web interface for it shortly so players can test with it while I build the final stages and set it live
some new highlights: most settings in the breeder v2 can be 'overridden', meaning that we can setup items / events / times of day etc for special breeding circumstances.
nearly all hard coded circumstances have been removed from the breeder, paving the way for additional content adds,
all the hookups are done and finished for breeder. :finished: --all hardcoding relating to dogs tails ears, etc (a big site-wide problem still ) --debugger setup for anywhere you might need it.
last remaining tasks... -updating database, logging, mails, after completing all work, (3 hours) -some final unrelated library work (probably 1 hour) -overlay the breeding requests payments on breeder (<1 day.) -final runthru testing (relating to final changes) -make a final breeding page
-debugger improved -all breeds hard coding removed from breeder. -- paves the way for additional dogs, cross breeding etc -working system to override options.
BIG progress with dog breeding whats been done so far :: breedingrequests is about 6000 lines total. 1. it has been broken up and organized 2. it has been optimized down by about 80% 3. an abstract structure named 'breeder' now supports breeding with multiple things (this means cross breeding, perhaps other animals, such as horses or cats, etc) 4. the components are all interchangeable, making for easier updates 5. the framework, which was rather complicated, has been setup and working.
what needs to be done: 1. each of the components now needs to be integrated back into the breeder. 2. breeding needs to be tested.
once this is done, remainder of site is gonna go down much faster!
:finished:
--all hardcoding relating to dogs tails ears, etc (a big site-wide problem still )
--debugger setup for anywhere you might need it.
last remaining tasks...
-updating database, logging, mails, after completing all work, (3 hours)
-some final unrelated library work (probably 1 hour)
-overlay the breeding requests payments on breeder (<1 day.)
-final runthru testing (relating to final changes)
-make a final breeding page