| Commit | Date | |
|---|---|---|
| 2016-10-14 23:33:34 | Tree | |
|
[r4220]
by
david_costanzo
Enable the translation scripts to run in GNU/Linux environments. |
2016-10-09 14:54:57 | Tree |
|
[r4219]
by
david_costanzo
Remove the conditional compilation for making the network API use UDP. For backward compatability reasons, this will never be enabled. If FMSLogo someday supports UDP, it will be done with a new set of commands that are explicitly connectionless, not something that's shoehorned into the existing API. This was done to improve code readability. |
2016-10-09 03:01:28 | Tree |
|
[r4218]
by
david_costanzo
Implement feature #105; NETACCEPTON now listens on all network adapters, including the loopback adapter. This makes it possible to connect to a server using "localhost", which simplifies writing tests, examples, and testing the servers. The fix was to not bind() the listen() socket using a socket address that came from doing a DNS Lookup on the local machine, but to instead use INADDR_ANY. This simplifies the code flow for servers, as the host name lookup was asynchronous. |
2016-10-09 02:39:15 | Tree |
|
[r4217]
by
david_costanzo
Move the second Polish translation of FILL to the startup file so that it can be picked up by FMSLogo. |
2016-10-08 19:00:14 | Tree |
| 2016-10-08 15:31:23 | Tree | |
|
[r4215]
by
david_costanzo
Fix stray and missing double-quotes that prevented the Polish FMSLogo from compiling. |
2016-10-07 00:45:35 | Tree |
|
[r4214]
by
david_costanzo
Add the missing NOT_YET_LOCALIZED comments that help track which changes I can overwrite and which ones I shouldn't. This corrects a mistake I made by copying the English version originally, instead of building the Polish version using mklocale.pl. |
2016-10-07 00:31:07 | Tree |
| 2016-10-07 00:07:52 | Tree | |
|
[r4212]
by
david_costanzo
Update to the latest revision from Andrzej Pruszynski. There are some syntax error that prevent the code from compiling, but I'll fix those in a subsequent revision. For now, I want to keep my corrections separate from his changes in the revision history. |
2016-10-07 00:04:43 | Tree |