chaitu236 / TakServer

Server to handle online TAK games
https://www.playtak.com
GNU General Public License v2.0
35 stars 8 forks source link

Introducing Message to mark a field #9

Closed TreffnonX closed 8 years ago

TreffnonX commented 8 years ago

The marked field can be marked (if the client recognizes the message) Can be used in the production of video-blogs or strategy discussion, or as a means to call Tak! on a specific field.

TreffnonX commented 8 years ago

Before uploading this - I was unable to test this, as you did not include the basic java libraries in the project. My eclipse refuses this, so I could not compile. Please check, if it actually works =)

chaitu236 commented 8 years ago

I don't know about eclipse but you could import the project on netbeans. The non-core libraries are present in https://github.com/chaitu236/TakServer/tree/master/src/Libraries

TreffnonX commented 8 years ago

Ah, all right, that explains it. I usually work with eclipse. Gonna see, if I can import it there.

TreffnonX commented 8 years ago

Wait for me to squash this... this will be messy otherwise =D

chaitu236 commented 8 years ago

Hey I'm fixing a serious undo bug in server. Don't squash ur changes, just submit as is.

chaitu236 commented 8 years ago

Ok, squash it - i'll have to maybe manually merge it

TreffnonX commented 8 years ago

Okay, squashed. This time successfully =D

TreffnonX commented 8 years ago

Fixed a Bug where the transmitted field identifiers could be out of bounds.

TreffnonX commented 8 years ago

I want to add additional functionality for observers to have their own marking, to prevent them from interferring into a game. Please wait for the modifications. I will also merge the changes you made so far.

chaitu236 commented 8 years ago

Sure