Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runner #5

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

Runner #5

wants to merge 7 commits into from

Conversation

pcbeard
Copy link

@pcbeard pcbeard commented Feb 14, 2015

Fixed a number of bugs that prevented the Bot from even connecting to an MCPE server. Before it would hang infinitely during initialization in ReceivedRaknetPacket.registerTypes(). Also found a null pointer issue in SentRaknetPacket.sendTo().

@PEMapModder
Copy link
Member

Looks OK. But I have these questions:

  1. Will it still be compatible with the android runner at the android branch?
  2. Can you change back the indentation to tabs?

@pcbeard
Copy link
Author

pcbeard commented Feb 14, 2015

This Runner class is just a quick and dirty way to test the rest of the code. I haven't made any changes that should affect the android branch. It could be that the master branch is just behind the android branch.

Will fix the indenting.

@pcbeard
Copy link
Author

pcbeard commented Feb 14, 2015

The runnable changes may affect android branch. Will look further into that.

@pcbeard
Copy link
Author

pcbeard commented Feb 14, 2015

The android branch is strange. It doesn't contain the rest of the code, so I'm curious about how its even built. I don't have the android SDK myself, but the one change I'd think would need to be made is now in my AndroidRunnable branch.

public String connect_packet_error_abort() { return "connect_error_abort()"; }
}

public static void main(String[] args) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you use tabs?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Will fix tomorrow.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants