←2022-06-22 2022-06-25 2022-07-06→ ↑2022 ↑all
22:03:20 <zzo38> I had started to implement the coordinate input in Free Hero Mesh: I added functions: encode_move, encode_move_list, decode_move, decode_move_list. I changed the type of input elements from Uint8 to MoveItem (which is currently defined as Uint8, but may later be changed to Uint16). Only the MOVE_LIST() SQL function has been changed to use this, so far.
22:03:28 <zzo38> Then, the rest of the program must be changed to use these functions, and then the program can be changed to support other kinds of move inputs.
←2022-06-22 2022-06-25 2022-07-06→ ↑2022 ↑all