RobCoIndustries / pipboylib

:thumbsup: Companion pip boy library for Fallout 4
Apache License 2.0
130 stars 11 forks source link

Initial work on client commands #14

Closed AlexanderDzhoganov closed 8 years ago

AlexanderDzhoganov commented 8 years ago

This is a very basic implementation of a way to send commands from the client but it seems to work.

Also I've included a way to send commands for debugging in this commit to my client UI app.

rgbkrk commented 8 years ago

I think me merging your other PR @AlexanderDzhoganov ended up with another merge conflict you'll have to do an interactive rebase on.

AlexanderDzhoganov commented 8 years ago

Conflicts should be resolved now.

rgbkrk commented 8 years ago

Looking good. If in the future you want a clean commit history, Atlassian has a great tutorial on rebase. Depending on your editor, there are great tools for assisting in the interactive rebase too.

AlexanderDzhoganov commented 8 years ago

Clean commit history sounds nice, I've squashed the commits on all PRs.