Sunday, March 10, 2013

Ghost Girls


So one of the more common bug reports is that turning in girls for the Realtor twin quests creates ghosts.  Just building enough to be able to debug the problem was a bit of a bitch.  Created on the debug bar a way to force run events.  Then built an eveKey to create girls... more on that later on when we try to get the princess quests formed in the next few months.  But that atleast lets me make a huge number of mios.


(so much fun)

Now lets see... oh yah the actual ghost bug... I still haven't solved it yet.

Daisy

Saturday, March 9, 2013

Debug bar and OMG its an Onion Bug!


First off I know a dozen people are going to bug report it but I want to say right up front that if you have debug up the hotkeys for "p"(pens) and "t"(town) are disabled... so that apples can be added to the game.  Want to use the hotkeys turn off debug.  As you can tell I keep adding crap to the the bug bar and items are now added if you can spell them right.

The last two days I have been trying to figure out why the float over text didn't recognize items held by the player.  This was an onion bug.

1) The text parser didn't parse anything but simple variables such as 1 == 1.  So added an event checker for all types of events.  Okay that should have been it right.
2) Nope the issue goes deeper seems that items are not being parsed in if they use label instead of name for the tag so a lot of item checks weren't working.  This is bad documentation on my part but is the reason chastity belts aren't working.  That's fixed.
3) Oh but we are not done yet.  You see the checks were true and always checking if exists not if doesn't exist.  That's fixed.

I'm tired of bugs.

Daisy

Friday, March 8, 2013

Still bugs

google = anime + item

Anyways the missing keeping on playing jobs seems to be fixed.  Will need testing by everyone.

Working on getting float over to hide buttons correctly if items are owned it still doesn't work... not sure why now.

Thinking about adding def and sec bonuses to jobs this should fix the lock down runaway also maybe jobs adding to the house sec and def how does that sound to everyone?

Daisy

Thursday, March 7, 2013

Skipping missing


Working on missing girls no longer firing jobs for one day.  Basically adding a hard stop if something happens to the girl so that shifts no longer continue.  Its in the game right now and on the SVN but not tested.  Another of the bugs on the list.

Daisy

Monday, March 4, 2013

Eye Candy



Thanks Flash for the image.

Daisy

Black Jack Back


Black jack is back.. I hadn't realized it was gone but someone bug reported it.  As you can see I updated it a bit as well.  Need a picture of a dealer though... It is now called through the event system which will allow me to write events for it pretty easy...

Yes this is what I wasted the weekend on.  Gomen.

Daisy

Saturday, March 2, 2013

Hotkeys and Text

(This is googles second result to hot key anime.)

Well as it's probably been easy to see I have still been slacking.  But contributors have not.

Dexatq has been working on bringing the hotkeys back.  It's not perfect but beats my crashing version lots of room to get this up and running.  Thanks for the help!

Leriche Adrien has been working on more text for the angel.  Its updated and in the SVN a few less place holders is good.  Thanks for the help!

I'm almost through the Campione! novels and then will go back to stopping the slacking... maybe.

Daisy