| Commit | Date | |
|---|---|---|
|
[r5270]
by
david_costanzo
Document that the network API encodes data in the system default Windows code page. |
2020-05-27 06:01:12 | Tree |
| 2020-05-24 16:52:34 | Tree | |
|
[r5268]
by
david_costanzo
Fix widespread grammar error of "lo devulto". |
2020-05-18 02:39:20 | Tree |
| 2020-05-11 04:16:14 | Tree | |
|
[r5266]
by
david_costanzo
Document that data sent over the network is first PRINT'd and data received from the network is PARSE'd. |
2020-05-11 00:43:40 | Tree |
| 2020-05-10 22:03:35 | Tree | |
|
[r5264]
by
david_costanzo
Refacatoring: Rename sendtologo.pl to networkclient.pl |
2020-05-10 21:27:31 | Tree |
|
[r5263]
by
david_costanzo
Add test coverage for FMSLogo's parsing of data received from the network. |
2020-05-10 21:19:59 | Tree |
|
[r5262]
by
david_costanzo
Add some test coverage for the behavior of sending non-ASCII characters. |
2020-05-10 18:10:44 | Tree |
|
[r5261]
by
david_costanzo
Fix Bug #541; The installer once again aborts if FMSLogo is running. This was a regression introduced when I updated the installer to be Unicode. The installer was still calling the ANSI "CreateMutexA" with what presumably was now a Unicode string and therefore may have been interpreted as "L" instead of "LogoForWindowsMutex". Using the WCHAR from CreateMutexW restored the desired behavior. |
2020-05-02 17:15:45 | Tree |