Raymond Dodge

Results 35 comments of Raymond Dodge

One thing I want to do soon, but have not done yet, is detect when a full battle animation is missing assets, and if so drop down to using the...

The number options (min level, max level, max legendaries, gold, unit count) should be set using spinners. The multiple-choice with three-or-four options (Attack Speed, Starting Equipment, Objective, Map) should correspond...

Even if a setting is selected via a drop-down, the setting can be internally represented as a Modifier, right? Like, if "None" is selected for AS penalty, then that means...

Or we could not add the combobox-controlled Modifiers to the list builder.

I got this in 10d0ca2d989d1a1c05ae15c9e639282c12502827 . In this match, Blue was the only side that had weapons, so red was milling with assorted shove and rescue actions. I did not...

This is what I mean by start of turn effects happen concurrently, BTW. (In this case, everyone has a Wo Dao equipped. ![](https://user-images.githubusercontent.com/11641215/42254276-03be8d9c-7f14-11e8-940f-51448cc79b26.png)

I don't remember closing this. I don't know why I closed it.

There are two things that I've found. One: [datagrams](http://docs.oracle.com/javase/tutorial/networking/datagrams/) correspond to UDP and [sockets](http://docs.oracle.com/javase/tutorial/networking/sockets/) correspond to TCP, and FEMP uses sockets. Two: volatile and final are mutually exclusive by definition,...

Between this, #22, #80, #61, that the overworld and lobby chats being completely separate, that a late-joining spectator stays in the lobby instead of spectating, that anyone leaving kicks everyone...

As far as I can tell, `COMMANDMESSAGE::[]` is a no-op. "Order no one to do nothing". But if its' the difference between the success and failure, it's obviously doing something.