Multiplayer platform
Revision | b164d6bf3c263f3048681df9f1a0b0de7a9cf168 (tree) |
---|---|
Time | 2011-01-04 08:04:08 |
Author | Face |
Commiter | Face |
Packaging: Updated binaries and version tags
@@ -13,7 +13,7 @@ | ||
13 | 13 | #define STRICT |
14 | 14 | //#define ORBITER_MODULE |
15 | 15 | |
16 | -#define VERSIONLABEL "OMP Client V0.3.1.0 alpha" | |
16 | +#define VERSIONLABEL "OMP Client V0.3.2.0 alpha" | |
17 | 17 | #define GRAVCONST 6.6742e-11 //Gravitational constant |
18 | 18 | #define USERSIZE 8 //hashsize for 256 users |
19 | 19 | #define BUFFERSIZE 4096 //aprox. 80x40 characters incl. linebreaks |
@@ -4090,29 +4090,13 @@ | ||
4090 | 4090 | } |
4091 | 4091 | return TRUE; |
4092 | 4092 | |
4093 | -/* case IDCONNECT: | |
4094 | - if (connected) | |
4095 | - { | |
4096 | - SetWindowText(winfo.id_connect, "Connect"); | |
4097 | - SendMessage(winfo.idc_ip, (UINT) EM_SETREADONLY,(WPARAM) FALSE,(LPARAM) 0); | |
4098 | - SendMessage(winfo.idc_input,(UINT) EM_SETREADONLY,(WPARAM) TRUE,(LPARAM) 0); | |
4099 | - connected=false; | |
4100 | - } | |
4101 | - else | |
4102 | - { | |
4103 | - SetWindowText(winfo.id_connect, "Disconnect"); | |
4104 | - SendMessage(winfo.idc_ip,(UINT) EM_SETREADONLY,(WPARAM) TRUE,(LPARAM) 0); | |
4105 | - SendMessage(winfo.idc_input,(UINT) EM_SETREADONLY,(WPARAM) FALSE,(LPARAM) 0); | |
4106 | - connected=true; | |
4107 | - } | |
4108 | - return TRUE; | |
4109 | -*/ | |
4110 | 4093 | case IDCLOSE: |
4111 | 4094 | CloseDlg(); |
4112 | 4095 | DeleteObject(winfo.idiclose); |
4113 | 4096 | DeleteObject(winfo.ididown); |
4114 | 4097 | DeleteObject(winfo.idiup); |
4115 | 4098 | return TRUE; |
4099 | + | |
4116 | 4100 | case IDUPDOWN: |
4117 | 4101 | GetWindowRect(hDlg, &wnd); |
4118 | 4102 | if (!hide) |
@@ -4152,6 +4136,7 @@ | ||
4152 | 4136 | } |
4153 | 4137 | UpdateWindow(hDlg); |
4154 | 4138 | return TRUE; |
4139 | + | |
4155 | 4140 | case IDC_LIST: |
4156 | 4141 | if (HIWORD(wParam)==LBN_DBLCLK) |
4157 | 4142 | { |
@@ -16,7 +16,7 @@ | ||
16 | 16 | private Map map; |
17 | 17 | private Time time; |
18 | 18 | private bool locked; |
19 | - public const string Version = "OMPServer V0.5.1.0 beta"; | |
19 | + public const string Version = "OMPServer V0.5.2.0 beta"; | |
20 | 20 | |
21 | 21 | public OMPServerConfiguration Configuration |
22 | 22 | { |
@@ -1,5 +1,5 @@ | ||
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | -<OMPServerConfiguration xmlns="http://Orbiter.Multiplayer.Server" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="RacingServer" xsi:schemaLocation="http://Orbiter.Multiplayer.Server ..\Orbiter.Multiplayer.Server\Configuration.xsd" OrbiterRoot="..\.." SubvisualDistance="1000000000" PromptFormat="({1:HH:MM:ss}) {0}"> | |
2 | +<OMPServerConfiguration xmlns="http://Orbiter.Multiplayer.Server" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="RacingServer" xsi:schemaLocation="http://Orbiter.Multiplayer.Server ..\Orbiter.Multiplayer.Server\Configuration.xsd" OrbiterRoot="..\.." SubvisualDistance="1000000000" PromptFormat="({1:HH:mm:ss}) {0}"> | |
3 | 3 | <Network IP="92.62.16.99" TCP="1515" UDP="3000" Count="500"/> |
4 | 4 | <NTP Samples="10"> |
5 | 5 | <Server IP="time-a.nist.gov"/> |
@@ -1,5 +1,5 @@ | ||
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | -<OMPServerConfiguration xmlns="http://Orbiter.Multiplayer.Server" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="RacingServer" xsi:schemaLocation="http://Orbiter.Multiplayer.Server ..\Orbiter.Multiplayer.Server\Configuration.xsd" OrbiterRoot="..\.." SubvisualDistance="1000000000" PromptFormat="({1:HH:MM:ss}) {0}"> | |
2 | +<OMPServerConfiguration xmlns="http://Orbiter.Multiplayer.Server" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Name="RacingServer" xsi:schemaLocation="http://Orbiter.Multiplayer.Server ..\Orbiter.Multiplayer.Server\Configuration.xsd" OrbiterRoot="..\.." SubvisualDistance="1000000000" PromptFormat="({1:HH:mm:ss}) {0}"> | |
3 | 3 | <Network IP="92.62.16.99" TCP="1515" UDP="3000" Count="500"/> |
4 | 4 | <NTP Samples="10"> |
5 | 5 | <Server IP="time-a.nist.gov"/> |