hedgewars/fIPC.pas
author unc0rr
Mon, 22 Aug 2005 13:35:41 +0000
changeset 1 30f2d1037d5d
child 2 4eeab397c3c6
permissions -rw-r--r--
Add current sources. hw, hwserv and runhelper are compilable under Windows and *nix with FreePascal (and use -Od option) and run well on these OSes Hedge.dpr can be run only in Windows... to be ported
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
     1
(*
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
     2
 * Hedgewars, a worms-like game
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
     3
 * Copyright (c) 2004, 2005 Andrey Korotaev <unC0Rr@gmail.com>
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
     4
 *
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
     5
 * Distributed under the terms of the BSD-modified licence:
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
     6
 *
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
     7
 * Permission is hereby granted, free of charge, to any person obtaining a copy
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
     8
 * of this software and associated documentation files (the "Software"), to deal
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
     9
 * with the Software without restriction, including without limitation the
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    10
 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    11
 * sell copies of the Software, and to permit persons to whom the Software is
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    12
 * furnished to do so, subject to the following conditions:
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    13
 *
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    14
 * 1. Redistributions of source code must retain the above copyright notice,
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    15
 *    this list of conditions and the following disclaimer.
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    16
 * 2. Redistributions in binary form must reproduce the above copyright notice,
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    17
 *    this list of conditions and the following disclaimer in the documentation
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    18
 *    and/or other materials provided with the distribution.
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    19
 * 3. The name of the author may not be used to endorse or promote products
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    20
 *    derived from this software without specific prior written permission.
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    21
 *
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    22
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    23
 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    24
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    25
 * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    26
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    27
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    28
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    29
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    30
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    31
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    32
 *)
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    33
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    34
unit fIPC;{$J+}
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    35
interface
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    36
uses Messages, WinSock, Windows;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    37
const
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    38
      IN_IPC_PORT  = 46631;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    39
      WM_ASYNC_IPCEVENT = WM_USER + 1;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    40
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    41
function InitIPCServer: boolean;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    42
procedure SendIPC(s: shortstring);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    43
procedure IPCEvent(sock: TSocket; lParam: LPARAM);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    44
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    45
var DemoFileName: string;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    46
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    47
implementation
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    48
uses fGUI, fMisc, fNet, uConsts, fGame, SysUtils, fConsts;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    49
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    50
var hIPCListenSockTCP : TSocket = INVALID_SOCKET;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    51
    hIPCServerSocket  : TSocket = INVALID_SOCKET;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    52
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    53
function InitIPCServer: boolean;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    54
var myaddrTCP: TSockAddrIn;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    55
    t: integer;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    56
begin
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    57
Result:= false;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    58
hIPCListenSockTCP:= socket(AF_INET, SOCK_STREAM, 0);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    59
myaddrTCP.sin_family      := AF_INET;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    60
myaddrTCP.sin_addr.s_addr := $0100007F;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    61
myaddrTCP.sin_port        := htons(IN_IPC_PORT);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    62
t:= sizeof(TSockAddrIn);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    63
if (   bind(hIPCListenSockTCP, myaddrTCP, t) <> 0) then exit;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    64
if ( listen(hIPCListenSockTCP, 1)            <> 0) then exit;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    65
WSAAsyncSelect(hIPCListenSockTCP, hwndMain, WM_ASYNC_IPCEVENT, FD_ACCEPT or FD_READ or FD_CLOSE);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    66
Result:= true
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    67
end;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    68
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    69
procedure SendIPC(s: shortstring);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    70
begin
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    71
if hIPCServerSocket <> INVALID_SOCKET then
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    72
   begin
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    73
   send(hIPCServerSocket, s[0], Succ(byte(s[0])), 0);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    74
   if fWriteDemo then
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    75
      if not((Length(s) > 5) and (copy(s, 1, 5) = 'ebind')) then
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    76
         WriteRawToDemo(s)
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    77
   end;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    78
end;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    79
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    80
procedure SendConfig;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    81
const cBufLength = $10000;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    82
{$INCLUDE revision.inc}
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    83
var f: file;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    84
    buf: array[0..Pred(cBufLength)] of byte;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    85
    i, t: integer;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    86
    s: shortstring;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    87
    sbuf:string;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    88
begin
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    89
SendIPC('WFrontend svn ' + cRevision);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    90
SendIPC(format('e$sound %d',[SendMessage(HSetSndCheck, BM_GETCHECK, 0, 0)]));
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    91
case GameType of
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    92
    gtLocal: begin
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    93
             SendIPC('eaddteam');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    94
             ExecCFG(Pathz[ptTeams] + 'unC0Rr.cfg');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    95
             SendIPC('ecolor 65535');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    96
             SendIPC('eadd hh0 0');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    97
             SendIPC('eadd hh1 0');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    98
             SendIPC('eadd hh2 0');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
    99
             SendIPC('eadd hh3 0');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   100
             SendIPC('eaddteam');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   101
             ExecCFG(Pathz[ptTeams] + 'test.cfg');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   102
             SendIPC('eadd hh0 1');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   103
             SendIPC('eadd hh1 1');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   104
             SendIPC('eadd hh2 1');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   105
             SendIPC('eadd hh3 1');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   106
             SendIPC('ecolor 16776960');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   107
             end;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   108
     gtDemo: begin
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   109
             AssignFile(f, DemoFileName);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   110
             {$I-}
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   111
             Reset(f, 1);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   112
             if IOResult <> 0 then
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   113
                begin
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   114
                SendIPC('ECannot open file: "' + Pathz[ptDemos] + sbuf + '"');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   115
                exit;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   116
                end;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   117
             s:= 'TD';
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   118
             s[0]:= #6;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   119
             PLongWord(@s[3])^:= FileSize(f);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   120
             SendIPC(s);  // посылаем тип игры - демо и размер демки
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   121
             BlockRead(f, buf, cBufLength, t); // вырезаем seed
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   122
             i:= 0;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   123
             while (chr(buf[i]) <> cDemoSeedSeparator)and (i < t) do inc(i);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   124
             inc(i);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   125
             // посылаем остаток файла
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   126
             repeat
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   127
             while i < t do
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   128
                   begin
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   129
                   CopyMemory(@s[0], @buf[i], Succ(buf[i]));
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   130
                   SendIPC(s);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   131
                   inc(i, buf[i]);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   132
                   inc(i)
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   133
                   end;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   134
             i:= 0;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   135
             BlockRead(f, buf, cBufLength, t);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   136
             until t = 0;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   137
             Closefile(f);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   138
             {$I+}
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   139
             end;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   140
     gtNet: SendNet('C');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   141
     end;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   142
end;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   143
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   144
procedure ParseIPCCommand(s: shortstring);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   145
begin
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   146
case s[1] of
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   147
     '?': if GameType = gtNet then SendNet('?') else SendIPC('!');
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   148
     'C': SendConfig;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   149
     else if GameType = gtNet then SendNet(s);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   150
          if fWriteDemo and (s[1] <> '+') then WriteRawToDemo(s)
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   151
     end;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   152
end;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   153
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   154
procedure IPCEvent(sock: TSocket; lParam: LPARAM);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   155
const sipc: string = '';
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   156
var WSAEvent: word;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   157
    i: integer;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   158
    buf: array[0..255] of byte;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   159
    s: shortstring absolute buf;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   160
begin
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   161
WSAEvent:= WSAGETSELECTEVENT(lParam);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   162
case WSAEvent of
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   163
   FD_CLOSE: begin
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   164
             closesocket(sock);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   165
             hIPCServerSocket:= INVALID_SOCKET;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   166
             exit
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   167
             end;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   168
    FD_READ: begin
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   169
             repeat
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   170
             i:= recv(sock, buf[1], 255, 0);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   171
             if i > 0 then
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   172
                begin
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   173
                buf[0]:= i;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   174
                sipc:= sipc + s;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   175
                SplitStream2Commands(sipc, ParseIPCCommand);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   176
                end;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   177
             until i < 1;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   178
             end;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   179
 FD_ACCEPT:  hIPCServerSocket:= accept(hIPCListenSockTCP, nil, nil);
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   180
   end
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   181
end;
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   182
30f2d1037d5d Add current sources.
unc0rr
parents:
diff changeset
   183
end.