YSFClients/YSFParrot
2024-04-22 13:15:25 +01:00
..
Makefile * Added git version string to VERSION, etc. (GitVersion.h); consistent with other clients. 2022-01-07 08:35:27 -06:00
Network.cpp Fix network ports datatype (unsigned int -> unsigned short). UDPSocket: fix old bug using m_port instead of m_port[x]. 2021-04-25 07:51:51 +02:00
Network.h Fix network ports datatype (unsigned int -> unsigned short). UDPSocket: fix old bug using m_port instead of m_port[x]. 2021-04-25 07:51:51 +02:00
Parrot.cpp Add the logging framework to the Parrot. 2016-10-04 17:32:13 +01:00
Parrot.h Debugging the Gateway functionality. 2016-06-13 22:53:25 +01:00
prebuild.cmd Allow YSFClients to compile under Windows. 2024-04-22 13:15:25 +01:00
StopWatch.cpp Simplify the new stopwatch code. 2018-07-15 20:30:47 +01:00
StopWatch.h Fix Windows compilation. 2020-09-20 14:56:00 +01:00
Thread.cpp Code cleanups. 2016-10-18 07:55:01 +01:00
Thread.h Code cleanups. 2016-10-18 07:55:01 +01:00
Timer.cpp Initial version. 2016-05-19 17:36:54 +01:00
Timer.h Initial version. 2016-05-19 17:36:54 +01:00
UDPSocket.cpp Simplify the UDP socket handling. 2024-01-29 15:44:33 +00:00
UDPSocket.h Allow YSFClients to compile under Windows. 2024-04-22 13:15:25 +01:00
Version.h Simplify the UDP socket handling. 2024-01-29 15:44:33 +00:00
YSFParrot.cpp * Added git version string to VERSION, etc. (GitVersion.h); consistent with other clients. 2022-01-07 08:35:27 -06:00
YSFParrot.h Fix network ports datatype (unsigned int -> unsigned short). UDPSocket: fix old bug using m_port instead of m_port[x]. 2021-04-25 07:51:51 +02:00
YSFParrot.vcxproj Allow YSFClients to compile under Windows. 2024-04-22 13:15:25 +01:00
YSFParrot.vcxproj.filters Simplify the networking. 2018-03-22 21:02:16 +00:00