joekaiser / practicalities

1 stars 3 forks source link

Lasers & Variable monitoring #50

Open thecodewarrior opened 8 years ago

thecodewarrior commented 8 years ago

Lasers - half way implemented, but I thought you might want the tracking in master.

Tracking: anywhere in the code you should be able to put in Logger.track("someName","format %d", myInt); and if you press F3 it will show what the value is on the server and on the client.

If any code tries to track not in a development environment it should crash spectacularly, and descriptively.