dxx-rebirth/similar
Kp 0d045ae3da Fix Windows net_udp build
Convert the RAIIsocket to a simple SOCKET before passing it to FD_SET.
Otherwise, the build fails with:

```
similar/main/net_udp.cpp: In function 'int {anonymous}::udp_general_packet_ready(dcx::{anonymous}::RAIIsocket&)':
similar/main/net_udp.cpp:969:2: error: use of deleted function 'bool dcx::{anonymous}::RAIIsocket::operator==(T) const [with T = long long unsigned int]'
  969 |  FD_SET(sock, &set);
      |  ^~~~~~
similar/main/net_udp.cpp:493:29: note: declared here
  493 |  template <typename T> bool operator==(T) const = delete;
      |                             ^~~~~~~~
```
2022-08-16 03:15:04 +00:00
..
2d Rename font underline to draw_full_width_as_fg_color 2022-07-02 18:10:45 +00:00
3d
arch Avoid unnecessary allocation in jukebox_play 2022-07-02 18:10:45 +00:00
editor Use auto type for Viewer in more places 2022-07-09 13:39:29 +00:00
main Fix Windows net_udp build 2022-08-16 03:15:04 +00:00
misc Set console output priority to highest given option rather than most recently specified 2022-05-16 20:03:34 +12:00