Devlog #16: The Bugs are Fixed... I Think

posted in IfThen Software
Published February 26, 2015
Advertisement
Well, the good news is that this works!

pulling-across-maps-works.gif

I finally managed to fix pulling across map borders. You still aren't moving your target... But at least you are not longer getting stuck.

I still had a host of small bugs to fix today, this being one of them:

ladies-and-gentlemen-we-have-a-new-bug-500x185.png

Fortunately, I managed to get most of the bugs fixed. The last remaining glitch is causing you to be unable to enter "pulling mode"... But it's so difficult to replicate that I can safely leave it alone for right now.

I also redesigned part of the movement system.

polling-based-movement.png

Previously, the UI was using polling to issue move and change direction commands to the logic layer. This code really did not need to be running at 60Hz.

I redesigned the code to issue those two commands based on different events. For example, the move command will now be issued when the "I want to move" event is raised, among others.


IfThen-Software-Official-Blog.png
2 likes 0 comments

Comments

Nobody has left a comment. You can be the first!
You must log in to join the conversation.
Don't have a GameDev.net account? Sign up!
Advertisement