| Commit | Date | |
|---|---|---|
|
[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 |
|
[r4211]
by
david_costanzo
Update the installer with the latest Polish translation from Andrzej Pruszynski. |
2016-10-03 23:31:11 | Tree |
|
[r4210]
by
david_costanzo
Extend the code base to support a Polish translation, to be translated by Andrzej Pruszynsk. |
2016-10-02 23:15:31 | Tree |
|
[r4209]
by
david_costanzo
Add logic to not show special variables in the editor's auto-completion list if it were defined by the user. |
2016-09-26 00:55:20 | Tree |