hedgewars/uCommandHandlers.pas
author S.D.
Mon, 31 Oct 2022 02:11:37 +0200
changeset 15915 35d26863a88e
parent 15908 014f4edd0421
permissions -rw-r--r--
Don't show chat messages from ignored users in the game (same as in the frontend), but still save them for the demo
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4976
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
     1
(*
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
     2
 * Hedgewars, a free turn based strategy game
11046
47a8c19ecb60 more copyright fixes
sheepluva
parents: 11025
diff changeset
     3
 * Copyright (c) 2004-2015 Andrey Korotaev <unC0Rr@gmail.com>
4976
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
     4
 *
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
     5
 * This program is free software; you can redistribute it and/or modify
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
     6
 * it under the terms of the GNU General Public License as published by
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
     7
 * the Free Software Foundation; version 2 of the License
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
     8
 *
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
     9
 * This program is distributed in the hope that it will be useful,
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
    10
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
    11
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
    12
 * GNU General Public License for more details.
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
    13
 *
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
    14
 * You should have received a copy of the GNU General Public License
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
    15
 * along with this program; if not, write to the Free Software
10108
c68cf030eded update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
sheepluva
parents: 10015
diff changeset
    16
 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
4976
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
    17
 *)
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
    18
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    19
{$INCLUDE "options.inc"}
4976
088d40d8aba2 Happy 2011 :)
koda
parents: 4900
diff changeset
    20
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    21
unit uCommandHandlers;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    22
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    23
interface
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    24
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    25
procedure initModule;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    26
procedure freeModule;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    27
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    28
implementation
12998
22e032ab1cb7 Toggle hog tag translucency with Precise + Change hog tags key
Wuzzy <Wuzzy2@mail.ru>
parents: 12997
diff changeset
    29
uses uCommands, uTypes, uVariables, uIO, uDebug, uConsts, uScript, uUtils, SDLh, uWorld, uRandom, uCaptions
15908
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
    30
    , uVisualGearsList, uGearsHedgehog, uDrawing
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
    31
     {$IFDEF USE_VIDEO_RECORDING}, uVideoRec {$ENDIF};
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    32
13107
7b3bc9a4dfb9 uCommandHandlers: Remove unused variable
Wuzzy <Wuzzy2@mail.ru>
parents: 13077
diff changeset
    33
var cTagsMasks : array[0..15] of byte = (7, 0, 0, 0, 0, 4, 5, 6, 15, 8, 8, 8, 8, 12, 13, 14);
12998
22e032ab1cb7 Toggle hog tag translucency with Precise + Change hog tags key
Wuzzy <Wuzzy2@mail.ru>
parents: 12997
diff changeset
    34
    cTagsMasksNoHealth: array[0..15] of byte = (3, 0, 1, 2, 0, 0, 0, 0, 11, 8, 9, 10, 8, 8, 8, 8);
7028
0f60591f3a16 old typed const moved to their proper unit
koda
parents: 6982
diff changeset
    35
4531
4ea193b0e378 Reenable ReadyTimer using a synced message NEEDS TESTING.
nemo
parents: 4528
diff changeset
    36
procedure chGenCmd(var s: shortstring);
4ea193b0e378 Reenable ReadyTimer using a synced message NEEDS TESTING.
nemo
parents: 4528
diff changeset
    37
begin
4ea193b0e378 Reenable ReadyTimer using a synced message NEEDS TESTING.
nemo
parents: 4528
diff changeset
    38
case s[1] of
11919
e0476802c8b5 When doing something, set ready time to 0 instead of 1
Wuzzy <almikes@aol.com>
parents: 11532
diff changeset
    39
    'R': if ReadyTimeLeft > 0 then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
    40
        begin
11919
e0476802c8b5 When doing something, set ready time to 0 instead of 1
Wuzzy <almikes@aol.com>
parents: 11532
diff changeset
    41
        ReadyTimeLeft:= 0;
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
    42
        if not isExternalSource then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
    43
            SendIPC('c'+s);
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
    44
        end
4531
4ea193b0e378 Reenable ReadyTimer using a synced message NEEDS TESTING.
nemo
parents: 4528
diff changeset
    45
    end
4ea193b0e378 Reenable ReadyTimer using a synced message NEEDS TESTING.
nemo
parents: 4528
diff changeset
    46
end;
4ea193b0e378 Reenable ReadyTimer using a synced message NEEDS TESTING.
nemo
parents: 4528
diff changeset
    47
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    48
procedure chQuit(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    49
begin
4751
849740a91d36 possible fix hanging server on ctlr+w
koda
parents: 4746
diff changeset
    50
    s:= s; // avoid compiler hint
13077
c213645ff848 Having chat mode as game state was a mistake
unc0rr
parents: 13039
diff changeset
    51
    if (GameState = gsGame) then
c213645ff848 Having chat mode as game state was a mistake
unc0rr
parents: 13039
diff changeset
    52
    begin
c213645ff848 Having chat mode as game state was a mistake
unc0rr
parents: 13039
diff changeset
    53
        isInChatMode:= false;
5523
9ac5acc4f3e5 Also unhide mouse cursor when in gsConfirm state
unc0rr
parents: 5352
diff changeset
    54
        GameState:= gsConfirm;
13077
c213645ff848 Having chat mode as game state was a mistake
unc0rr
parents: 13039
diff changeset
    55
    end
c213645ff848 Having chat mode as game state was a mistake
unc0rr
parents: 13039
diff changeset
    56
    else begin
10510
9329dab04490 some whitespace fixes
sheepluva
parents: 10472
diff changeset
    57
        if GameState = gsConfirm then
13077
c213645ff848 Having chat mode as game state was a mistake
unc0rr
parents: 13039
diff changeset
    58
            GameState:= gsGame;
c213645ff848 Having chat mode as game state was a mistake
unc0rr
parents: 13039
diff changeset
    59
    end;
10510
9329dab04490 some whitespace fixes
sheepluva
parents: 10472
diff changeset
    60
10392
5012e1f9e893 - Support for pausing multiplayer games
alfadur
parents: 10249
diff changeset
    61
    updateCursorVisibility;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    62
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    63
4744
ecc2c757d0df general uKey refactor in preparaiton of two new shortcuts
koda
parents: 4661
diff changeset
    64
procedure chForceQuit(var s: shortstring);
ecc2c757d0df general uKey refactor in preparaiton of two new shortcuts
koda
parents: 4661
diff changeset
    65
begin
ecc2c757d0df general uKey refactor in preparaiton of two new shortcuts
koda
parents: 4661
diff changeset
    66
    s:= s; // avoid compiler hint
4751
849740a91d36 possible fix hanging server on ctlr+w
koda
parents: 4746
diff changeset
    67
    GameState:= gsConfirm;
849740a91d36 possible fix hanging server on ctlr+w
koda
parents: 4746
diff changeset
    68
    ParseCommand('confirm', true);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    69
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    70
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    71
procedure chConfirm(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    72
begin
4751
849740a91d36 possible fix hanging server on ctlr+w
koda
parents: 4746
diff changeset
    73
    s:= s; // avoid compiler hint
849740a91d36 possible fix hanging server on ctlr+w
koda
parents: 4746
diff changeset
    74
    if GameState = gsConfirm then
7722
1518827049ed No commit message
unc0rr
parents: 7671
diff changeset
    75
        begin
15299
16f389fcd462 Prevent saving of demo after /lua command was used
Wuzzy <Wuzzy2@mail.ru>
parents: 14917
diff changeset
    76
        if (luaCmdUsed) then
16f389fcd462 Prevent saving of demo after /lua command was used
Wuzzy <Wuzzy2@mail.ru>
parents: 14917
diff changeset
    77
            SendIPC(_S'm');
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
    78
        SendIPC(_S'Q');
4751
849740a91d36 possible fix hanging server on ctlr+w
koda
parents: 4746
diff changeset
    79
        GameState:= gsExit
7722
1518827049ed No commit message
unc0rr
parents: 7671
diff changeset
    80
        end
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    81
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    82
4751
849740a91d36 possible fix hanging server on ctlr+w
koda
parents: 4746
diff changeset
    83
procedure chHalt (var s: shortstring);
4746
3ae448aebe7e implemented actions for closing/enging program (needs testing over the net)
koda
parents: 4744
diff changeset
    84
begin
3ae448aebe7e implemented actions for closing/enging program (needs testing over the net)
koda
parents: 4744
diff changeset
    85
    s:= s; // avoid compiler hint
15299
16f389fcd462 Prevent saving of demo after /lua command was used
Wuzzy <Wuzzy2@mail.ru>
parents: 14917
diff changeset
    86
    if (luaCmdUsed) then
16f389fcd462 Prevent saving of demo after /lua command was used
Wuzzy <Wuzzy2@mail.ru>
parents: 14917
diff changeset
    87
        SendIPC(_S'm');
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
    88
    SendIPC(_S'H');
4746
3ae448aebe7e implemented actions for closing/enging program (needs testing over the net)
koda
parents: 4744
diff changeset
    89
    GameState:= gsExit
3ae448aebe7e implemented actions for closing/enging program (needs testing over the net)
koda
parents: 4744
diff changeset
    90
end;
3ae448aebe7e implemented actions for closing/enging program (needs testing over the net)
koda
parents: 4744
diff changeset
    91
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    92
procedure chCheckProto(var s: shortstring);
8370
0c79946e96f8 Fix tons of warnings
martin_bede
parents: 8145
diff changeset
    93
var i: LongInt;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
    94
begin
6001
24b3a7ba3884 more details in chCheckProto
koda
parents: 5679
diff changeset
    95
    if isDeveloperMode then
24b3a7ba3884 more details in chCheckProto
koda
parents: 5679
diff changeset
    96
        begin
8370
0c79946e96f8 Fix tons of warnings
martin_bede
parents: 8145
diff changeset
    97
        i:= StrToInt(s);
11532
bf86c6cb9341 Bye-bye TryDo
unc0rr
parents: 11046
diff changeset
    98
        checkFails(i <= cNetProtoVersion, 'Protocol version mismatch: engine is too old (got '+intToStr(i)+', expecting '+intToStr(cNetProtoVersion)+')', true);
bf86c6cb9341 Bye-bye TryDo
unc0rr
parents: 11046
diff changeset
    99
        checkFails(i >= cNetProtoVersion, 'Protocol version mismatch: engine is too new (got '+intToStr(i)+', expecting '+intToStr(cNetProtoVersion)+')', true);
7058
56596f3531d9 uCommandHandlers now compiles
unc0rr
parents: 7028
diff changeset
   100
        end
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   101
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   102
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   103
procedure chTeamLocal(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   104
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   105
s:= s; // avoid compiler hint
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   106
if not isDeveloperMode then
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   107
    exit;
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   108
if CurrentTeam = nil then
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   109
    OutError(errmsgIncorrectUse + ' "/rdriven"', true);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   110
CurrentTeam^.ExtDriven:= true
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   111
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   112
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   113
procedure chScript(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   114
begin
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   115
if s[1]='"' then
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   116
    Delete(s, 1, 1);
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   117
if s[byte(s[0])]='"' then
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   118
    Delete(s, byte(s[0]), 1);
6254
e90fb60cb46d Force a desync if there is a script name mismatch. This avoids playing until the game desyncs due to script differences.
nemo
parents: 6245
diff changeset
   119
cScriptName:= s;
13723
61095cb5f58a Critical error if loading a script has failed
Wuzzy <Wuzzy2@mail.ru>
parents: 13642
diff changeset
   120
ScriptLoad(s, true)
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   121
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   122
9902
eb8e8b09b2f0 Special script parameter variable in game scheme
unc0rr
parents: 9797
diff changeset
   123
procedure chScriptParam(var s: shortstring);
eb8e8b09b2f0 Special script parameter variable in game scheme
unc0rr
parents: 9797
diff changeset
   124
begin
9985
42cd42e44c9a GravRacer, GravHigh, GravMutant, Grav... uhm... shoppamap? Easy! Gravity script could be combined with any other script now.
unc0rr
parents: 9902
diff changeset
   125
    ScriptSetString('ScriptParam', s);
42cd42e44c9a GravRacer, GravHigh, GravMutant, Grav... uhm... shoppamap? Easy! Gravity script could be combined with any other script now.
unc0rr
parents: 9902
diff changeset
   126
    ScriptCall('onParameters');
9902
eb8e8b09b2f0 Special script parameter variable in game scheme
unc0rr
parents: 9797
diff changeset
   127
end;
eb8e8b09b2f0 Special script parameter variable in game scheme
unc0rr
parents: 9797
diff changeset
   128
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   129
procedure chCurU_p(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   130
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   131
s:= s; // avoid compiler hint
14917
63357ed39886 Precise + camera movement keys = move camera at slower
Wuzzy <Wuzzy2@mail.ru>
parents: 14916
diff changeset
   132
updateCursorMovementDelta((LocalMessage and gmPrecise) <> 0, -1, CursorMovementY);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   133
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   134
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   135
procedure chCurU_m(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   136
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   137
s:= s; // avoid compiler hint
13778
2e8b3081cf80 Only reset CursorMovement to 0 if command "-cur_*" is called with appropriate direction
Wuzzy <Wuzzy2@mail.ru>
parents: 13723
diff changeset
   138
if CursorMovementY < 0 then
14917
63357ed39886 Precise + camera movement keys = move camera at slower
Wuzzy <Wuzzy2@mail.ru>
parents: 14916
diff changeset
   139
    updateCursorMovementDelta((LocalMessage and gmPrecise) <> 0, 0, CursorMovementY);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   140
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   141
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   142
procedure chCurD_p(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   143
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   144
s:= s; // avoid compiler hint
14917
63357ed39886 Precise + camera movement keys = move camera at slower
Wuzzy <Wuzzy2@mail.ru>
parents: 14916
diff changeset
   145
updateCursorMovementDelta((LocalMessage and gmPrecise) <> 0, 1, CursorMovementY);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   146
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   147
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   148
procedure chCurD_m(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   149
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   150
s:= s; // avoid compiler hint
13778
2e8b3081cf80 Only reset CursorMovement to 0 if command "-cur_*" is called with appropriate direction
Wuzzy <Wuzzy2@mail.ru>
parents: 13723
diff changeset
   151
if CursorMovementY > 0 then
14917
63357ed39886 Precise + camera movement keys = move camera at slower
Wuzzy <Wuzzy2@mail.ru>
parents: 14916
diff changeset
   152
    updateCursorMovementDelta((LocalMessage and gmPrecise) <> 0, 0, CursorMovementY);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   153
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   154
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   155
procedure chCurL_p(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   156
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   157
s:= s; // avoid compiler hint
14917
63357ed39886 Precise + camera movement keys = move camera at slower
Wuzzy <Wuzzy2@mail.ru>
parents: 14916
diff changeset
   158
updateCursorMovementDelta((LocalMessage and gmPrecise) <> 0, -1, CursorMovementX);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   159
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   160
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   161
procedure chCurL_m(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   162
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   163
s:= s; // avoid compiler hint
13778
2e8b3081cf80 Only reset CursorMovement to 0 if command "-cur_*" is called with appropriate direction
Wuzzy <Wuzzy2@mail.ru>
parents: 13723
diff changeset
   164
if CursorMovementX < 0 then
14917
63357ed39886 Precise + camera movement keys = move camera at slower
Wuzzy <Wuzzy2@mail.ru>
parents: 14916
diff changeset
   165
    updateCursorMovementDelta((LocalMessage and gmPrecise) <> 0, 0, CursorMovementX);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   166
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   167
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   168
procedure chCurR_p(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   169
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   170
s:= s; // avoid compiler hint
14917
63357ed39886 Precise + camera movement keys = move camera at slower
Wuzzy <Wuzzy2@mail.ru>
parents: 14916
diff changeset
   171
updateCursorMovementDelta((LocalMessage and gmPrecise) <> 0, 1, CursorMovementX);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   172
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   173
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   174
procedure chCurR_m(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   175
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   176
s:= s; // avoid compiler hint
13778
2e8b3081cf80 Only reset CursorMovement to 0 if command "-cur_*" is called with appropriate direction
Wuzzy <Wuzzy2@mail.ru>
parents: 13723
diff changeset
   177
if CursorMovementX > 0 then
14917
63357ed39886 Precise + camera movement keys = move camera at slower
Wuzzy <Wuzzy2@mail.ru>
parents: 14916
diff changeset
   178
    updateCursorMovementDelta((LocalMessage and gmPrecise) <> 0, 0, CursorMovementX);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   179
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   180
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   181
procedure chLeft_p(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   182
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   183
s:= s; // avoid compiler hint
10392
5012e1f9e893 - Support for pausing multiplayer games
alfadur
parents: 10249
diff changeset
   184
if CheckNoTeamOrHH then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   185
    exit;
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   186
if not isExternalSource then
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   187
    SendIPC(_S'L');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   188
bShowFinger:= false;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   189
with CurrentHedgehog^.Gear^ do
4661
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   190
    Message:= Message or (gmLeft and InputMask);
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   191
    ScriptCall('onLeft');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   192
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   193
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   194
procedure chLeft_m(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   195
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   196
s:= s; // avoid compiler hint
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   197
if CheckNoTeamOrHH then
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   198
    exit;
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   199
if not isExternalSource then
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   200
    SendIPC(_S'l');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   201
with CurrentHedgehog^.Gear^ do
6453
11c578d30bd3 Countless imporvements to the parser and countless help to the parser in sources.
unc0rr
parents: 6415
diff changeset
   202
    Message:= Message and (not (gmLeft and InputMask));
4661
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   203
    ScriptCall('onLeftUp');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   204
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   205
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   206
procedure chRight_p(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   207
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   208
s:= s; // avoid compiler hint
10392
5012e1f9e893 - Support for pausing multiplayer games
alfadur
parents: 10249
diff changeset
   209
if CheckNoTeamOrHH then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   210
    exit;
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   211
if not isExternalSource then
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   212
    SendIPC(_S'R');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   213
bShowFinger:= false;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   214
with CurrentHedgehog^.Gear^ do
4661
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   215
    Message:= Message or (gmRight and InputMask);
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   216
    ScriptCall('onRight');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   217
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   218
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   219
procedure chRight_m(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   220
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   221
s:= s; // avoid compiler hint
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   222
if CheckNoTeamOrHH then
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   223
    exit;
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   224
if not isExternalSource then
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   225
    SendIPC(_S'r');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   226
with CurrentHedgehog^.Gear^ do
6453
11c578d30bd3 Countless imporvements to the parser and countless help to the parser in sources.
unc0rr
parents: 6415
diff changeset
   227
    Message:= Message and (not (gmRight and InputMask));
4661
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   228
    ScriptCall('onRightUp');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   229
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   230
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   231
procedure chUp_p(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   232
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   233
s:= s; // avoid compiler hint
10392
5012e1f9e893 - Support for pausing multiplayer games
alfadur
parents: 10249
diff changeset
   234
if CheckNoTeamOrHH then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   235
    exit;
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   236
if not isExternalSource then
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   237
    SendIPC(_S'U');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   238
bShowFinger:= false;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   239
with CurrentHedgehog^.Gear^ do
4661
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   240
    Message:= Message or (gmUp and InputMask);
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   241
    ScriptCall('onUp');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   242
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   243
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   244
procedure chUp_m(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   245
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   246
s:= s; // avoid compiler hint
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   247
if CheckNoTeamOrHH then
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   248
    exit;
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   249
if not isExternalSource then
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   250
    SendIPC(_S'u');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   251
with CurrentHedgehog^.Gear^ do
6453
11c578d30bd3 Countless imporvements to the parser and countless help to the parser in sources.
unc0rr
parents: 6415
diff changeset
   252
    Message:= Message and (not (gmUp and InputMask));
4661
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   253
    ScriptCall('onUpUp');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   254
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   255
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   256
procedure chDown_p(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   257
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   258
s:= s; // avoid compiler hint
10392
5012e1f9e893 - Support for pausing multiplayer games
alfadur
parents: 10249
diff changeset
   259
if CheckNoTeamOrHH then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   260
    exit;
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   261
if not isExternalSource then
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   262
    SendIPC(_S'D');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   263
bShowFinger:= false;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   264
with CurrentHedgehog^.Gear^ do
4661
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   265
    Message:= Message or (gmDown and InputMask);
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   266
    ScriptCall('onDown');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   267
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   268
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   269
procedure chDown_m(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   270
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   271
s:= s; // avoid compiler hint
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   272
if CheckNoTeamOrHH then
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   273
    exit;
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   274
if not isExternalSource then
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   275
    SendIPC(_S'd');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   276
with CurrentHedgehog^.Gear^ do
6453
11c578d30bd3 Countless imporvements to the parser and countless help to the parser in sources.
unc0rr
parents: 6415
diff changeset
   277
    Message:= Message and (not (gmDown and InputMask));
4661
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   278
    ScriptCall('onDownUp');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   279
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   280
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   281
procedure chPrecise_p(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   282
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   283
s:= s; // avoid compiler hint
10392
5012e1f9e893 - Support for pausing multiplayer games
alfadur
parents: 10249
diff changeset
   284
if CheckNoTeamOrHH then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   285
    exit;
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   286
if not isExternalSource then
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   287
    SendIPC(_S'Z');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   288
bShowFinger:= false;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   289
with CurrentHedgehog^.Gear^ do
4522
0f590eefd531 Add an input mask for setting of gear messages. Intended for intercepting user messages. This is totally untested. I don't think it should desync but seriously needs a lot of testing. Esp the doPut behaviour.
nemo
parents: 4437
diff changeset
   290
    Message:= Message or (gmPrecise and InputMask);
4661
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   291
    ScriptCall('onPrecise');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   292
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   293
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   294
procedure chPrecise_m(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   295
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   296
s:= s; // avoid compiler hint
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   297
if CheckNoTeamOrHH then
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   298
    exit;
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   299
if not isExternalSource then
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   300
    SendIPC(_S'z');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   301
with CurrentHedgehog^.Gear^ do
6453
11c578d30bd3 Countless imporvements to the parser and countless help to the parser in sources.
unc0rr
parents: 6415
diff changeset
   302
    Message:= Message and (not (gmPrecise and InputMask));
4661
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   303
    ScriptCall('onPreciseUp');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   304
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   305
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   306
procedure chLJump(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   307
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   308
s:= s; // avoid compiler hint
10392
5012e1f9e893 - Support for pausing multiplayer games
alfadur
parents: 10249
diff changeset
   309
if CheckNoTeamOrHH then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   310
    exit;
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   311
if not isExternalSource then
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   312
    SendIPC(_S'j');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   313
bShowFinger:= false;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   314
with CurrentHedgehog^.Gear^ do
4661
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   315
    Message:= Message or (gmLJump and InputMask);
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   316
    ScriptCall('onLJump');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   317
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   318
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   319
procedure chHJump(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   320
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   321
s:= s; // avoid compiler hint
10392
5012e1f9e893 - Support for pausing multiplayer games
alfadur
parents: 10249
diff changeset
   322
if CheckNoTeamOrHH then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   323
    exit;
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   324
if not isExternalSource then
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   325
    SendIPC(_S'J');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   326
bShowFinger:= false;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   327
with CurrentHedgehog^.Gear^ do
4661
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   328
    Message:= Message or (gmHJump and InputMask);
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   329
    ScriptCall('onHJump');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   330
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   331
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   332
procedure chAttack_p(var s: shortstring);
10672
c2004c3e9c7d Issue 768: Bee: Camera focus lost
sheepluva
parents: 10633
diff changeset
   333
var inbtwnTrgtAttks: Boolean;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   334
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   335
s:= s; // avoid compiler hint
10392
5012e1f9e893 - Support for pausing multiplayer games
alfadur
parents: 10249
diff changeset
   336
if CheckNoTeamOrHH then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   337
    exit;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   338
bShowFinger:= false;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   339
with CurrentHedgehog^.Gear^ do
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   340
    begin
4900
8ad0e23e6d63 addfilelog <3 debugfile
koda
parents: 4845
diff changeset
   341
    AddFileLog('/+attack: hedgehog''s Gear^.State = '+inttostr(State));
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   342
    if ((State and gstHHDriven) <> 0) then
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   343
        begin
10672
c2004c3e9c7d Issue 768: Bee: Camera focus lost
sheepluva
parents: 10633
diff changeset
   344
        inbtwnTrgtAttks:= ((GameFlags and gfInfAttack) <> 0) and ((Ammoz[CurrentHedgehog^.CurAmmoType].Ammo.Propz and ammoprop_NeedTarget) <> 0);
c2004c3e9c7d Issue 768: Bee: Camera focus lost
sheepluva
parents: 10633
diff changeset
   345
        if (not inbtwnTrgtAttks) then
c2004c3e9c7d Issue 768: Bee: Camera focus lost
sheepluva
parents: 10633
diff changeset
   346
            FollowGear:= CurrentHedgehog^.Gear;
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   347
        if not isExternalSource then
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   348
            SendIPC(_S'A');
4661
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   349
        Message:= Message or (gmAttack and InputMask);
10228
947cadb40bc5 Add race type detection
unc0rr
parents: 10127
diff changeset
   350
        ScriptCall('onAttack'); // so if I fire airstrike, it doesn't count as attack? fine, fine
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   351
        end
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   352
    end
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   353
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   354
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   355
procedure chAttack_m(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   356
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   357
s:= s; // avoid compiler hint
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   358
if CheckNoTeamOrHH then
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   359
    exit;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   360
with CurrentHedgehog^.Gear^ do
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   361
    begin
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   362
    if not isExternalSource and
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   363
        ((Message and gmAttack) <> 0) then
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   364
            SendIPC(_S'a');
6453
11c578d30bd3 Countless imporvements to the parser and countless help to the parser in sources.
unc0rr
parents: 6415
diff changeset
   365
    Message:= Message and (not (gmAttack and InputMask));
4661
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   366
    ScriptCall('onAttackUp');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   367
    end
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   368
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   369
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   370
procedure chSwitch(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   371
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   372
s:= s; // avoid compiler hint
10392
5012e1f9e893 - Support for pausing multiplayer games
alfadur
parents: 10249
diff changeset
   373
if CheckNoTeamOrHH then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   374
    exit;
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   375
if not isExternalSource then
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   376
    SendIPC(_S'S');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   377
bShowFinger:= false;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   378
with CurrentHedgehog^.Gear^ do
4661
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   379
    Message:= Message or (gmSwitch and InputMask);
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   380
    ScriptCall('onSwitch');
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   381
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   382
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   383
procedure chNextTurn(var s: shortstring);
7671
43f38923bc6e Fix some warnings
unc0rr
parents: 7629
diff changeset
   384
var gi: PGear;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   385
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   386
    s:= s; // avoid compiler hint
7103
1c1afb5a1565 Feel free to add real checksum function
unc0rr
parents: 7068
diff changeset
   387
11532
bf86c6cb9341 Bye-bye TryDo
unc0rr
parents: 11046
diff changeset
   388
    if checkFails(AllInactive, '/nextturn called when not all gears are inactive', true) then exit;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   389
7389
15c3fb4882df Sorry about the slight delay in pickup. You can blame a few lame cheaters. This is to make their cheating a bit harder.
nemo
parents: 7218
diff changeset
   390
    CheckSum:= CheckSum xor GameTicks;
7104
2468316c1d9d checksum
nemo
parents: 7103
diff changeset
   391
    gi := GearsList;
2468316c1d9d checksum
nemo
parents: 7103
diff changeset
   392
    while gi <> nil do
2468316c1d9d checksum
nemo
parents: 7103
diff changeset
   393
        begin
9797
1fdc1507e42d remove state from check, just to see if this was why we just desynced
nemo
parents: 9796
diff changeset
   394
        with gi^ do CheckSum:= CheckSum xor X.round xor X.frac xor dX.round xor dX.frac xor Y.round xor Y.frac xor dY.round xor dY.frac;
7389
15c3fb4882df Sorry about the slight delay in pickup. You can blame a few lame cheaters. This is to make their cheating a bit harder.
nemo
parents: 7218
diff changeset
   395
        AddRandomness(CheckSum);
7104
2468316c1d9d checksum
nemo
parents: 7103
diff changeset
   396
        gi := gi^.NextGear
2468316c1d9d checksum
nemo
parents: 7103
diff changeset
   397
        end;
7103
1c1afb5a1565 Feel free to add real checksum function
unc0rr
parents: 7068
diff changeset
   398
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   399
    if not isExternalSource then
7103
1c1afb5a1565 Feel free to add real checksum function
unc0rr
parents: 7068
diff changeset
   400
        begin
1c1afb5a1565 Feel free to add real checksum function
unc0rr
parents: 7068
diff changeset
   401
        s[0]:= #5;
1c1afb5a1565 Feel free to add real checksum function
unc0rr
parents: 7068
diff changeset
   402
        s[1]:= 'N';
7389
15c3fb4882df Sorry about the slight delay in pickup. You can blame a few lame cheaters. This is to make their cheating a bit harder.
nemo
parents: 7218
diff changeset
   403
        SDLNet_Write32(CheckSum, @s[2]);
7103
1c1afb5a1565 Feel free to add real checksum function
unc0rr
parents: 7068
diff changeset
   404
        SendIPC(s)
1c1afb5a1565 Feel free to add real checksum function
unc0rr
parents: 7068
diff changeset
   405
        end
1c1afb5a1565 Feel free to add real checksum function
unc0rr
parents: 7068
diff changeset
   406
    else
11532
bf86c6cb9341 Bye-bye TryDo
unc0rr
parents: 11046
diff changeset
   407
        checkFails(CurrentTeam^.hasGone or (CheckSum = lastTurnChecksum), 'Desync detected', true);
7831
cd6c6b8d9b75 No hacks! Fix issue 437
unc0rr
parents: 7829
diff changeset
   408
7187
aff30d80bd7b - Allow camera movement while current hedgehog is falling
unc0rr
parents: 7151
diff changeset
   409
    AddFileLog('Next turn: time '+inttostr(GameTicks));
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   410
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   411
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   412
procedure chTimer(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   413
begin
7790
040fc517fece - Fix desyncs triggered by AI
unc0rr
parents: 7722
diff changeset
   414
if CheckNoTeamOrHH then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   415
    exit;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   416
11532
bf86c6cb9341 Bye-bye TryDo
unc0rr
parents: 11046
diff changeset
   417
if checkFails((s[0] = #1) and (s[1] >= '1') and (s[1] <= '5'), 'Malformed /timer', true) then exit;
7790
040fc517fece - Fix desyncs triggered by AI
unc0rr
parents: 7722
diff changeset
   418
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   419
if not isExternalSource then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   420
    SendIPC(s);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   421
bShowFinger:= false;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   422
with CurrentHedgehog^.Gear^ do
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   423
    begin
4522
0f590eefd531 Add an input mask for setting of gear messages. Intended for intercepting user messages. This is totally untested. I don't think it should desync but seriously needs a lot of testing. Esp the doPut behaviour.
nemo
parents: 4437
diff changeset
   424
    Message:= Message or (gmTimer and InputMask);
4661
f5d858e4b634 Whole ton of script callbacks on commands. Poor engine.
mikade
parents: 4611
diff changeset
   425
    MsgParam:= byte(s[1]) - ord('0');
6818
136aa9c8c593 Add the parameters I missed the first time when I added these hooks.
mikade
parents: 6700
diff changeset
   426
    ScriptCall('onTimer', MsgParam);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   427
    end
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   428
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   429
13533
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   430
// Increment timer or bounciness
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   431
procedure chTimerU(var s: shortstring);
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   432
var t: LongWord;
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   433
    tb: Byte;
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   434
begin
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   435
s:= s; // avoid compiler hint
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   436
if CheckNoTeamOrHH then
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   437
    exit;
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   438
// We grab the current timer first so we can increment it
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   439
if (CurrentHedgehog^.Gear^.Message and gmPrecise) = 0 then
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   440
    t:= HHGetTimerMsg(CurrentHedgehog^.Gear)
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   441
else
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   442
    // Use bounciness if Precise is pressed
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   443
    t:= HHGetBouncinessMsg(CurrentHedgehog^.Gear);
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   444
if t <> MSGPARAM_INVALID then
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   445
    begin
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   446
    // Calculate new timer
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   447
    Inc(t);
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   448
    if t > 5 then
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   449
        t:= 1;
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   450
    tb:= t mod 255;
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   451
    // Delegate the actual change to /timer
13883
0ecf77e203c0 Fix pas2c build a bit more
unc0rr
parents: 13778
diff changeset
   452
    ParseCommand('timer ' + Char(tb + Ord('0')), true);
13533
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   453
    end;
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   454
end;
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
   455
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   456
procedure chSlot(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   457
var slot: LongWord;
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   458
    ss: shortstring;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   459
begin
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   460
if (s[0] <> #1) or CheckNoTeamOrHH then
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   461
    exit;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   462
slot:= byte(s[1]) - 49;
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   463
if slot > cMaxSlotIndex then
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   464
    exit;
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   465
if not isExternalSource then
7068
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   466
    begin
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   467
    ss[0]:= #1;
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   468
    ss[1]:= char(byte(s[1]) + 79);
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   469
    SendIPC(ss);
b1b7eb9c8cc9 Get rid of cripple SendIPCc
unc0rr
parents: 7058
diff changeset
   470
    end;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   471
bShowFinger:= false;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   472
with CurrentHedgehog^.Gear^ do
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   473
    begin
4522
0f590eefd531 Add an input mask for setting of gear messages. Intended for intercepting user messages. This is totally untested. I don't think it should desync but seriously needs a lot of testing. Esp the doPut behaviour.
nemo
parents: 4437
diff changeset
   474
    Message:= Message or (gmSlot and InputMask);
8924
13ac59499066 update 0.9.19 with dev branch
koda
parents: 8912
diff changeset
   475
    MsgParam:= slot;
6818
136aa9c8c593 Add the parameters I missed the first time when I added these hooks.
mikade
parents: 6700
diff changeset
   476
    ScriptCall('onSlot', MsgParam);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   477
    end
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   478
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   479
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   480
procedure chSetWeapon(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   481
begin
7790
040fc517fece - Fix desyncs triggered by AI
unc0rr
parents: 7722
diff changeset
   482
    if CheckNoTeamOrHH then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   483
        exit;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   484
14551
ec0afe1c6024 Add control (default: X) to unselect current weapon
Wuzzy <Wuzzy2@mail.ru>
parents: 14543
diff changeset
   485
    (* Use "~" (ASCII character 126) as synonym for NUL byte (=amNothing).
ec0afe1c6024 Add control (default: X) to unselect current weapon
Wuzzy <Wuzzy2@mail.ru>
parents: 14543
diff changeset
   486
    This is done to allow to add "setweap ~" in QTfrontend/binds.cpp because
ec0afe1c6024 Add control (default: X) to unselect current weapon
Wuzzy <Wuzzy2@mail.ru>
parents: 14543
diff changeset
   487
    the NUL byte would terminate the strings in C++ otherwise. *)
ec0afe1c6024 Add control (default: X) to unselect current weapon
Wuzzy <Wuzzy2@mail.ru>
parents: 14543
diff changeset
   488
    if (s[1] = '~') then
ec0afe1c6024 Add control (default: X) to unselect current weapon
Wuzzy <Wuzzy2@mail.ru>
parents: 14543
diff changeset
   489
        s[1]:= #0;
11532
bf86c6cb9341 Bye-bye TryDo
unc0rr
parents: 11046
diff changeset
   490
    if checkFails((s[0] = #1) and (s[1] <= char(High(TAmmoType))), 'Malformed /setweap', true) then exit;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   491
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   492
    if not isExternalSource then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   493
        SendIPC('w' + s);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   494
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   495
    with CurrentHedgehog^.Gear^ do
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   496
        begin
4522
0f590eefd531 Add an input mask for setting of gear messages. Intended for intercepting user messages. This is totally untested. I don't think it should desync but seriously needs a lot of testing. Esp the doPut behaviour.
nemo
parents: 4437
diff changeset
   497
        Message:= Message or (gmWeapon and InputMask);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   498
        MsgParam:= byte(s[1]);
6818
136aa9c8c593 Add the parameters I missed the first time when I added these hooks.
mikade
parents: 6700
diff changeset
   499
        ScriptCall('onSetWeapon', MsgParam);
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   500
        end;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   501
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   502
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   503
procedure chTaunt(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   504
begin
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   505
if (s[0] <> #1) or CheckNoTeamOrHH then
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   506
    exit;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   507
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   508
if TWave(s[1]) > High(TWave) then
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   509
    exit;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   510
7805
2a249a4faf5b Flag script parsecommands to avoid echoing to net
nemo
parents: 7790
diff changeset
   511
if not isExternalSource then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   512
    SendIPC('t' + s);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   513
12815
92218a06c9ff Don't send taunt message for automatically happening taunt animation
unc0rr
parents: 12490
diff changeset
   514
PlayTaunt(byte(s[1]))
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   515
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   516
15908
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   517
procedure chPut_p(var s: shortstring);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   518
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   519
    s:= s; // avoid compiler hint
15908
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   520
    if uDrawing.isDrawingModeActive() then
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   521
       uDrawing.onLeftMouseButtonPressed()
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   522
    else
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   523
       doPut(0, 0, false, false);
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   524
end;
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   525
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   526
procedure chPut_m(var s: shortstring);
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   527
begin
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   528
    s:= s; // avoid compiler hint
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   529
    if uDrawing.isDrawingModeActive() then
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   530
       uDrawing.onLeftMouseButtonReleased()
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   531
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   532
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   533
procedure chCapture(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   534
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   535
s:= s; // avoid compiler hint
10633
2f062fac5791 Add that "make screenshots of Land/LandPixels" thing for map creators
nemo
parents: 10603
diff changeset
   536
flagMakeCapture:= true;
11025
999afa63035f just disable landpixels w/ blurry land instead. the mask can be helpful for debugging at least.
nemo
parents: 11024
diff changeset
   537
flagDumpLand:= (LocalMessage and gmPrecise  <> 0);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   538
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   539
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   540
procedure chRecord(var s: shortstring);
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   541
begin
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   542
s:= s; // avoid compiler hint
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   543
{$IFDEF USE_VIDEO_RECORDING}
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   544
if flagPrerecording then
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   545
    StopPreRecording()
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   546
else
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   547
    BeginPreRecording();
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   548
{$ENDIF}
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   549
end;
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   550
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   551
procedure chSetMap(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   552
begin
5679
505c6448069b accidentally reverted this when reverting the rest of the override changes.
nemo
parents: 5555
diff changeset
   553
if isDeveloperMode then
6088
47d1b04003d1 - Frontend: don't pass /script for missions
unc0rr
parents: 5679
diff changeset
   554
    begin
6339
2a3925178178 this should allow overriding static maps from lua
nemo
parents: 6313
diff changeset
   555
    if s = '' then
8025
07862ab415c8 Get rid of Pathz and UserPathz
unc0rr
parents: 7946
diff changeset
   556
        cPathz[ptMapCurrent]:= s
6339
2a3925178178 this should allow overriding static maps from lua
nemo
parents: 6313
diff changeset
   557
    else
8025
07862ab415c8 Get rid of Pathz and UserPathz
unc0rr
parents: 7946
diff changeset
   558
        cPathz[ptMapCurrent]:= cPathz[ptMaps] + '/' + s;
6088
47d1b04003d1 - Frontend: don't pass /script for missions
unc0rr
parents: 5679
diff changeset
   559
    InitStepsFlags:= InitStepsFlags or cifMap
47d1b04003d1 - Frontend: don't pass /script for missions
unc0rr
parents: 5679
diff changeset
   560
    end;
6828
6a5d33bff0b0 At mikade's request. give scripting access to the map name prior to override.
nemo
parents: 6818
diff changeset
   561
cMapName:= s;
13723
61095cb5f58a Critical error if loading a script has failed
Wuzzy <Wuzzy2@mail.ru>
parents: 13642
diff changeset
   562
ScriptLoad('Maps/' + s + '/map.lua', false)
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   563
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   564
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   565
procedure chSetTheme(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   566
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   567
if isDeveloperMode then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   568
    begin
8025
07862ab415c8 Get rid of Pathz and UserPathz
unc0rr
parents: 7946
diff changeset
   569
    cPathz[ptCurrTheme]:= cPathz[ptThemes] + '/' + s;
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   570
    Theme:= s;
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   571
    InitStepsFlags:= InitStepsFlags or cifTheme
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   572
    end
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   573
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   574
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   575
procedure chSetSeed(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   576
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   577
if isDeveloperMode then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   578
    begin
8912
78ea1839aac9 Implement issue 308 with '|' as separator
unc0rr
parents: 8556
diff changeset
   579
    SetRandomSeed(s, true);
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   580
    cSeed:= s;
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   581
    InitStepsFlags:= InitStepsFlags or cifRandomize
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   582
    end
12847
1aba77b2e4ac This is a desyncing change. But... We might need a new release anyway. ☹
nemo
parents: 12815
diff changeset
   583
end;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   584
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   585
procedure chAmmoMenu(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   586
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   587
s:= s; // avoid compiler hint
15908
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   588
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   589
if uDrawing.isDrawingModeActive() then
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   590
begin
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   591
   uDrawing.onRightMouseButtonPressed();
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   592
   exit;
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   593
end;
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   594
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   595
if CheckNoTeamOrHH then
10439
7de934f2247c allow toggling ammo menu while NoTeamOrHH, as suggested by unC0Rr
sheepluva
parents: 10392
diff changeset
   596
    bShowAmmoMenu:= (not bShowAmmoMenu)
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   597
else
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   598
    begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   599
    with CurrentTeam^ do
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   600
        with Hedgehogs[CurrHedgehog] do
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   601
            begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   602
            bSelected:= false;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   603
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   604
            if bShowAmmoMenu then
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   605
                bShowAmmoMenu:= false
12216
5b525d041fb4 Fix crash when trying to open ammo menu with current team hog gear = nil
Wuzzy <almikes@aol.com>
parents: 11919
diff changeset
   606
            else if not(CurrentTeam^.Extdriven) and ((Gear = nil) or ((Gear^.State and (gstAttacking or gstAttacked)) <> 0)
7946
a99a79bbd857 Simplify ammo menu conditions so it shows up in more states. Should fix issue #465. The part w/ sliding in uworld is main #465 problem.
nemo
parents: 7831
diff changeset
   607
            or ((Gear^.State and gstHHDriven) = 0)) then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   608
                begin
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   609
                end
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   610
            else
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   611
                bShowAmmoMenu:= true
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   612
            end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   613
    end
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   614
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   615
14702
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   616
procedure chVolUp_p(var s: shortstring);
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   617
begin
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   618
s:= s; // avoid compiler hint
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   619
cVolumeUpKey:= true;
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   620
updateVolumeDelta((LocalMessage and gmPrecise) <> 0);
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   621
end;
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   622
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   623
procedure chVolUp_m(var s: shortstring);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   624
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   625
s:= s; // avoid compiler hint
14702
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   626
cVolumeUpKey:= false;
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   627
updateVolumeDelta((LocalMessage and gmPrecise) <> 0);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   628
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   629
14702
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   630
procedure chVolDown_p(var s: shortstring);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   631
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   632
s:= s; // avoid compiler hint
14702
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   633
cVolumeDownKey:= true;
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   634
updateVolumeDelta((LocalMessage and gmPrecise) <> 0);
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   635
end;
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   636
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   637
procedure chVolDown_m(var s: shortstring);
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   638
begin
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   639
s:= s; // avoid compiler hint
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   640
cVolumeDownKey:= false;
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
   641
updateVolumeDelta((LocalMessage and gmPrecise) <> 0);
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   642
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   643
13039
aed4b25ff242 Fix volume caption not being shown when hitting mute key
Wuzzy <Wuzzy2@mail.ru>
parents: 13013
diff changeset
   644
procedure chMute(var s: shortstring);
aed4b25ff242 Fix volume caption not being shown when hitting mute key
Wuzzy <Wuzzy2@mail.ru>
parents: 13013
diff changeset
   645
begin
aed4b25ff242 Fix volume caption not being shown when hitting mute key
Wuzzy <Wuzzy2@mail.ru>
parents: 13013
diff changeset
   646
s:= s; // avoid compiler hint
aed4b25ff242 Fix volume caption not being shown when hitting mute key
Wuzzy <Wuzzy2@mail.ru>
parents: 13013
diff changeset
   647
cMuteToggle:= true;
aed4b25ff242 Fix volume caption not being shown when hitting mute key
Wuzzy <Wuzzy2@mail.ru>
parents: 13013
diff changeset
   648
end;
aed4b25ff242 Fix volume caption not being shown when hitting mute key
Wuzzy <Wuzzy2@mail.ru>
parents: 13013
diff changeset
   649
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   650
procedure chFindhh(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   651
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   652
s:= s; // avoid compiler hint
10392
5012e1f9e893 - Support for pausing multiplayer games
alfadur
parents: 10249
diff changeset
   653
if CheckNoTeamOrHH then
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   654
    exit;
5247
bf6d4bc531d2 Ability to turn camera following gears off
unc0rr
parents: 5238
diff changeset
   655
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   656
if autoCameraOn then
5247
bf6d4bc531d2 Ability to turn camera following gears off
unc0rr
parents: 5238
diff changeset
   657
    begin
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   658
    FollowGear:= nil;
13642
3d14950641a4 Refactor text color variable names, export 2 color values to Lua
Wuzzy <Wuzzy2@mail.ru>
parents: 13641
diff changeset
   659
    AddCaption(trmsg[sidAutoCameraOff], capcolSetting, capgrpVolume);
5247
bf6d4bc531d2 Ability to turn camera following gears off
unc0rr
parents: 5238
diff changeset
   660
    autoCameraOn:= false
bf6d4bc531d2 Ability to turn camera following gears off
unc0rr
parents: 5238
diff changeset
   661
    end
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   662
else
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   663
    begin
13642
3d14950641a4 Refactor text color variable names, export 2 color values to Lua
Wuzzy <Wuzzy2@mail.ru>
parents: 13641
diff changeset
   664
    AddCaption(trmsg[sidAutoCameraOn], capcolSetting, capgrpVolume);
5247
bf6d4bc531d2 Ability to turn camera following gears off
unc0rr
parents: 5238
diff changeset
   665
    bShowFinger:= true;
6580
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   666
    if not CurrentHedgehog^.Unplaced then
6155187bf599 A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
lovelacer
parents: 6453
diff changeset
   667
        FollowGear:= CurrentHedgehog^.Gear;
5247
bf6d4bc531d2 Ability to turn camera following gears off
unc0rr
parents: 5238
diff changeset
   668
    autoCameraOn:= true
bf6d4bc531d2 Ability to turn camera following gears off
unc0rr
parents: 5238
diff changeset
   669
    end
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   670
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   671
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   672
procedure chPause(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   673
begin
10392
5012e1f9e893 - Support for pausing multiplayer games
alfadur
parents: 10249
diff changeset
   674
if (gameType <> gmtNet) or (s = 'server') then
9670
1954f692e8c6 Quick and simple implementation of afk mode (toggled by /pause)
unc0rr
parents: 9489
diff changeset
   675
    isPaused:= not isPaused
1954f692e8c6 Quick and simple implementation of afk mode (toggled by /pause)
unc0rr
parents: 9489
diff changeset
   676
    else
9671
6e95617988c9 Only toggle afk mode when it's not your turn
unc0rr
parents: 9670
diff changeset
   677
    if (CurrentTeam^.ExtDriven) or (CurrentHedgehog^.BotLevel > 0) then
6e95617988c9 Only toggle afk mode when it's not your turn
unc0rr
parents: 9670
diff changeset
   678
        isAFK:= not isAFK
6e95617988c9 Only toggle afk mode when it's not your turn
unc0rr
parents: 9670
diff changeset
   679
    else
6e95617988c9 Only toggle afk mode when it's not your turn
unc0rr
parents: 9670
diff changeset
   680
        isAFK:= false; // for real ninjas
5524
40b7f95d9f18 Oh, and fix cursor visibility correlations between gsConfirm state and paused state
unc0rr
parents: 5523
diff changeset
   681
10392
5012e1f9e893 - Support for pausing multiplayer games
alfadur
parents: 10249
diff changeset
   682
updateCursorVisibility;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   683
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   684
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   685
procedure chRotateMask(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   686
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   687
s:= s; // avoid compiler hint
12490
b4eb289b5913 Backed out changeset c19e5ece5b3f
Wuzzy <almikes@aol.com>
parents: 12488
diff changeset
   688
// this is just for me, 'cause I thought it'd be fun.  using the old precise + switch to keep it out of people's way
9693
9e31e3bb4476 Delete now toggles hiding team area
nemo
parents: 9671
diff changeset
   689
if LocalMessage and (gmPrecise or gmSwitch) = (gmPrecise or gmSwitch) then
9e31e3bb4476 Delete now toggles hiding team area
nemo
parents: 9671
diff changeset
   690
    begin
9e31e3bb4476 Delete now toggles hiding team area
nemo
parents: 9671
diff changeset
   691
    if UIDisplay <> uiNone then
9e31e3bb4476 Delete now toggles hiding team area
nemo
parents: 9671
diff changeset
   692
         UIDisplay:= uiNone
9e31e3bb4476 Delete now toggles hiding team area
nemo
parents: 9671
diff changeset
   693
    else UIDisplay:= uiAll
9e31e3bb4476 Delete now toggles hiding team area
nemo
parents: 9671
diff changeset
   694
    end
12490
b4eb289b5913 Backed out changeset c19e5ece5b3f
Wuzzy <almikes@aol.com>
parents: 12488
diff changeset
   695
else
b4eb289b5913 Backed out changeset c19e5ece5b3f
Wuzzy <almikes@aol.com>
parents: 12488
diff changeset
   696
    begin
b4eb289b5913 Backed out changeset c19e5ece5b3f
Wuzzy <almikes@aol.com>
parents: 12488
diff changeset
   697
    if UIDisplay <> uiNoTeams then
b4eb289b5913 Backed out changeset c19e5ece5b3f
Wuzzy <almikes@aol.com>
parents: 12488
diff changeset
   698
         UIDisplay:= uiNoTeams
b4eb289b5913 Backed out changeset c19e5ece5b3f
Wuzzy <almikes@aol.com>
parents: 12488
diff changeset
   699
    else UIDisplay:= uiAll
b4eb289b5913 Backed out changeset c19e5ece5b3f
Wuzzy <almikes@aol.com>
parents: 12488
diff changeset
   700
    end
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   701
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   702
12997
f06660523198 Add separate control for changing hedgehog tags
Wuzzy <Wuzzy2@mail.ru>
parents: 12990
diff changeset
   703
procedure chRotateTags(var s: shortstring);
f06660523198 Add separate control for changing hedgehog tags
Wuzzy <Wuzzy2@mail.ru>
parents: 12990
diff changeset
   704
begin
f06660523198 Add separate control for changing hedgehog tags
Wuzzy <Wuzzy2@mail.ru>
parents: 12990
diff changeset
   705
s:= s; // avoid compiler hint
13000
c5529aabdda9 Flip Switch/Precise key combintions with change hog tags
Wuzzy <Wuzzy2@mail.ru>
parents: 12999
diff changeset
   706
// Rotate Tags key + Switch: Toggle translucency only
c5529aabdda9 Flip Switch/Precise key combintions with change hog tags
Wuzzy <Wuzzy2@mail.ru>
parents: 12999
diff changeset
   707
if LocalMessage and gmSwitch = gmSwitch then
12998
22e032ab1cb7 Toggle hog tag translucency with Precise + Change hog tags key
Wuzzy <Wuzzy2@mail.ru>
parents: 12997
diff changeset
   708
    if ((cTagsMask and htTransparent) = 0) then
13001
876b1ef83191 Fix some consistency issues with change hog tags control
Wuzzy <Wuzzy2@mail.ru>
parents: 13000
diff changeset
   709
        begin
876b1ef83191 Fix some consistency issues with change hog tags control
Wuzzy <Wuzzy2@mail.ru>
parents: 13000
diff changeset
   710
        cTagsMask:= cTagsMask or htTransparent;
876b1ef83191 Fix some consistency issues with change hog tags control
Wuzzy <Wuzzy2@mail.ru>
parents: 13000
diff changeset
   711
        cPrevTagsMask:= cPrevTagsMask or htTransparent
876b1ef83191 Fix some consistency issues with change hog tags control
Wuzzy <Wuzzy2@mail.ru>
parents: 13000
diff changeset
   712
        end
12998
22e032ab1cb7 Toggle hog tag translucency with Precise + Change hog tags key
Wuzzy <Wuzzy2@mail.ru>
parents: 12997
diff changeset
   713
    else
13001
876b1ef83191 Fix some consistency issues with change hog tags control
Wuzzy <Wuzzy2@mail.ru>
parents: 13000
diff changeset
   714
        begin
876b1ef83191 Fix some consistency issues with change hog tags control
Wuzzy <Wuzzy2@mail.ru>
parents: 13000
diff changeset
   715
        cTagsMask:= cTagsMask and (not htTransparent);
876b1ef83191 Fix some consistency issues with change hog tags control
Wuzzy <Wuzzy2@mail.ru>
parents: 13000
diff changeset
   716
        cPrevTagsMask:= cPrevTagsMask and (not htTransparent)
876b1ef83191 Fix some consistency issues with change hog tags control
Wuzzy <Wuzzy2@mail.ru>
parents: 13000
diff changeset
   717
        end
13007
8a8aaaf97a95 The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags
Wuzzy <Wuzzy2@mail.ru>
parents: 13001
diff changeset
   718
// Rotate Tags key + Precise: Cycle through hog tags (keeping translucency)
13000
c5529aabdda9 Flip Switch/Precise key combintions with change hog tags
Wuzzy <Wuzzy2@mail.ru>
parents: 12999
diff changeset
   719
else if LocalMessage and gmPrecise = gmPrecise then
13007
8a8aaaf97a95 The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags
Wuzzy <Wuzzy2@mail.ru>
parents: 13001
diff changeset
   720
    begin
8a8aaaf97a95 The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags
Wuzzy <Wuzzy2@mail.ru>
parents: 13001
diff changeset
   721
    cPrevTagsMask:= cTagsMask;
8a8aaaf97a95 The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags
Wuzzy <Wuzzy2@mail.ru>
parents: 13001
diff changeset
   722
    if ((GameFlags and gfInvulnerable) = 0) then
8a8aaaf97a95 The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags
Wuzzy <Wuzzy2@mail.ru>
parents: 13001
diff changeset
   723
        cTagsMask:= cTagsMasks[cTagsMask]
8a8aaaf97a95 The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags
Wuzzy <Wuzzy2@mail.ru>
parents: 13001
diff changeset
   724
    else
8a8aaaf97a95 The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags
Wuzzy <Wuzzy2@mail.ru>
parents: 13001
diff changeset
   725
        cTagsMask:= cTagsMasksNoHealth[cTagsMask]
8a8aaaf97a95 The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags
Wuzzy <Wuzzy2@mail.ru>
parents: 13001
diff changeset
   726
    end
8a8aaaf97a95 The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags
Wuzzy <Wuzzy2@mail.ru>
parents: 13001
diff changeset
   727
// Rotate Tags key only: Toggle all hog tags on and off
8a8aaaf97a95 The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags
Wuzzy <Wuzzy2@mail.ru>
parents: 13001
diff changeset
   728
else
12999
46ba3285449a Switch + Change hog tags now turns on and off all tags
Wuzzy <Wuzzy2@mail.ru>
parents: 12998
diff changeset
   729
    if ((cTagsMask and (htTeamName or htName or htHealth)) = 0) then
13013
4234a18a082c Fix hittig precise+rottags the first time when all tags started off showing health tag in gfInvulnerable
Wuzzy <Wuzzy2@mail.ru>
parents: 13007
diff changeset
   730
        begin
4234a18a082c Fix hittig precise+rottags the first time when all tags started off showing health tag in gfInvulnerable
Wuzzy <Wuzzy2@mail.ru>
parents: 13007
diff changeset
   731
        cTagsMask:= cPrevTagsMask;
4234a18a082c Fix hittig precise+rottags the first time when all tags started off showing health tag in gfInvulnerable
Wuzzy <Wuzzy2@mail.ru>
parents: 13007
diff changeset
   732
        if ((GameFlags and gfInvulnerable) <> 0) then
4234a18a082c Fix hittig precise+rottags the first time when all tags started off showing health tag in gfInvulnerable
Wuzzy <Wuzzy2@mail.ru>
parents: 13007
diff changeset
   733
            cTagsMask:= cTagsMask and (not htHealth);
4234a18a082c Fix hittig precise+rottags the first time when all tags started off showing health tag in gfInvulnerable
Wuzzy <Wuzzy2@mail.ru>
parents: 13007
diff changeset
   734
        end
12999
46ba3285449a Switch + Change hog tags now turns on and off all tags
Wuzzy <Wuzzy2@mail.ru>
parents: 12998
diff changeset
   735
    else
46ba3285449a Switch + Change hog tags now turns on and off all tags
Wuzzy <Wuzzy2@mail.ru>
parents: 12998
diff changeset
   736
        begin
46ba3285449a Switch + Change hog tags now turns on and off all tags
Wuzzy <Wuzzy2@mail.ru>
parents: 12998
diff changeset
   737
        cPrevTagsMask:= cTagsMask;
46ba3285449a Switch + Change hog tags now turns on and off all tags
Wuzzy <Wuzzy2@mail.ru>
parents: 12998
diff changeset
   738
        cTagsMask:= cTagsMask and (not (htTeamName or htName or htHealth))
13007
8a8aaaf97a95 The rottags key alone now toggles hog tags; preecise+rottags is used to cycle tags
Wuzzy <Wuzzy2@mail.ru>
parents: 13001
diff changeset
   739
        end;
12999
46ba3285449a Switch + Change hog tags now turns on and off all tags
Wuzzy <Wuzzy2@mail.ru>
parents: 12998
diff changeset
   740
end;
12997
f06660523198 Add separate control for changing hedgehog tags
Wuzzy <Wuzzy2@mail.ru>
parents: 12990
diff changeset
   741
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   742
procedure chSpeedup_p(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   743
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   744
s:= s; // avoid compiler hint
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   745
SpeedStart:= RealTicks;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   746
isSpeed:= true
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   747
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   748
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   749
procedure chSpeedup_m(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   750
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   751
s:= s; // avoid compiler hint
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   752
isSpeed:= false
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   753
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   754
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   755
procedure chZoomIn(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   756
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   757
    s:= s; // avoid compiler hint
14701
d74517fdb34f Properly enforce zoom bounds again when changing zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14700
diff changeset
   758
    if (LocalMessage and gmPrecise <> 0) then
d74517fdb34f Properly enforce zoom bounds again when changing zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14700
diff changeset
   759
        ZoomValue:= ZoomValue + cZoomDeltaSmall
d74517fdb34f Properly enforce zoom bounds again when changing zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14700
diff changeset
   760
    else
d74517fdb34f Properly enforce zoom bounds again when changing zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14700
diff changeset
   761
        ZoomValue:= ZoomValue + cZoomDelta;
d74517fdb34f Properly enforce zoom bounds again when changing zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14700
diff changeset
   762
    if ZoomValue > cMinZoomLevel then
d74517fdb34f Properly enforce zoom bounds again when changing zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14700
diff changeset
   763
        ZoomValue:= cMinZoomLevel;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   764
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   765
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   766
procedure chZoomOut(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   767
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   768
    s:= s; // avoid compiler hint
14701
d74517fdb34f Properly enforce zoom bounds again when changing zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14700
diff changeset
   769
    if (LocalMessage and gmPrecise <> 0) then
d74517fdb34f Properly enforce zoom bounds again when changing zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14700
diff changeset
   770
        ZoomValue:= ZoomValue - cZoomDeltaSmall
d74517fdb34f Properly enforce zoom bounds again when changing zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14700
diff changeset
   771
    else
d74517fdb34f Properly enforce zoom bounds again when changing zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14700
diff changeset
   772
        ZoomValue:= ZoomValue - cZoomDelta;
d74517fdb34f Properly enforce zoom bounds again when changing zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14700
diff changeset
   773
    if ZoomValue < cMaxZoomLevel then
d74517fdb34f Properly enforce zoom bounds again when changing zoom
Wuzzy <Wuzzy2@mail.ru>
parents: 14700
diff changeset
   774
        ZoomValue:= cMaxZoomLevel;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   775
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   776
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   777
procedure chZoomReset(var s: shortstring);
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   778
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   779
    s:= s; // avoid compiler hint
15908
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   780
    if uDrawing.isDrawingModeActive() then
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   781
    begin
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   782
       uDrawing.onMiddleMouseButtonPressed();
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   783
       exit;
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   784
    end;
14699
c96889bf5796 Precise+resetzoom = 100% zoom (instead of UserZoom)
Wuzzy <Wuzzy2@mail.ru>
parents: 14698
diff changeset
   785
    if (LocalMessage and gmPrecise <> 0) then
c96889bf5796 Precise+resetzoom = 100% zoom (instead of UserZoom)
Wuzzy <Wuzzy2@mail.ru>
parents: 14698
diff changeset
   786
        ZoomValue:= cDefaultZoomLevel
c96889bf5796 Precise+resetzoom = 100% zoom (instead of UserZoom)
Wuzzy <Wuzzy2@mail.ru>
parents: 14698
diff changeset
   787
    else
c96889bf5796 Precise+resetzoom = 100% zoom (instead of UserZoom)
Wuzzy <Wuzzy2@mail.ru>
parents: 14698
diff changeset
   788
        ZoomValue:= UserZoom;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   789
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   790
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   791
procedure chMapGen(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   792
begin
10603
bda5c7caf396 switch mapgen to enum. should still try and make sure the values are backwards compatible if possible.
nemo
parents: 10510
diff changeset
   793
cMapGen:= TMapGen(StrToInt(s))
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   794
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   795
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   796
procedure chTemplateFilter(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   797
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   798
cTemplateFilter:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   799
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   800
10472
8d04cebedb16 Partially hook up feature size so horrorcat has something to test.
nemo
parents: 10455
diff changeset
   801
procedure chFeatureSize(var s: shortstring);
8d04cebedb16 Partially hook up feature size so horrorcat has something to test.
nemo
parents: 10455
diff changeset
   802
begin
8d04cebedb16 Partially hook up feature size so horrorcat has something to test.
nemo
parents: 10455
diff changeset
   803
cFeatureSize:= StrToInt(s)
8d04cebedb16 Partially hook up feature size so horrorcat has something to test.
nemo
parents: 10455
diff changeset
   804
end;
8d04cebedb16 Partially hook up feature size so horrorcat has something to test.
nemo
parents: 10455
diff changeset
   805
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   806
procedure chInactDelay(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   807
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   808
cInactDelay:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   809
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   810
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   811
procedure chReadyDelay(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   812
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   813
cReadyDelay:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   814
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   815
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   816
procedure chCaseFactor(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   817
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   818
cCaseFactor:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   819
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   820
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   821
procedure chHealthCaseProb(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   822
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   823
cHealthCaseProb:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   824
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   825
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   826
procedure chHealthCaseAmount(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   827
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   828
cHealthCaseAmount:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   829
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   830
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   831
procedure chSuddenDTurns(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   832
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   833
cSuddenDTurns:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   834
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   835
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   836
procedure chWaterRise(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   837
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   838
cWaterRise:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   839
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   840
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   841
procedure chHealthDecrease(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   842
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   843
cHealthDecrease:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   844
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   845
14543
d0441c7e9000 Lua: Add InitHealth, read-only variable containing the initial hog health setting
Wuzzy <Wuzzy2@mail.ru>
parents: 14484
diff changeset
   846
procedure chInitHealth(var s: shortstring);
d0441c7e9000 Lua: Add InitHealth, read-only variable containing the initial hog health setting
Wuzzy <Wuzzy2@mail.ru>
parents: 14484
diff changeset
   847
begin
d0441c7e9000 Lua: Add InitHealth, read-only variable containing the initial hog health setting
Wuzzy <Wuzzy2@mail.ru>
parents: 14484
diff changeset
   848
cInitHealth:= StrToInt(s)
d0441c7e9000 Lua: Add InitHealth, read-only variable containing the initial hog health setting
Wuzzy <Wuzzy2@mail.ru>
parents: 14484
diff changeset
   849
end;
d0441c7e9000 Lua: Add InitHealth, read-only variable containing the initial hog health setting
Wuzzy <Wuzzy2@mail.ru>
parents: 14484
diff changeset
   850
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   851
procedure chDamagePercent(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   852
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   853
cDamagePercent:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   854
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   855
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   856
procedure chRopePercent(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   857
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   858
cRopePercent:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   859
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   860
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   861
procedure chGetAwayTime(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   862
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   863
cGetAwayTime:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   864
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   865
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   866
procedure chMineDudPercent(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   867
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   868
cMineDudPercent:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   869
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   870
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   871
procedure chLandMines(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   872
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   873
cLandMines:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   874
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   875
10818
f642a28cab0c Add placement of airmines in engine outside of hog proximity. Has a bug, only protecting 1st team. Also fix a spelling error and rename gstHHChooseTarget to gstChooseTarget
nemo
parents: 10672
diff changeset
   876
procedure chAirMines(var s: shortstring);
f642a28cab0c Add placement of airmines in engine outside of hog proximity. Has a bug, only protecting 1st team. Also fix a spelling error and rename gstHHChooseTarget to gstChooseTarget
nemo
parents: 10672
diff changeset
   877
begin
f642a28cab0c Add placement of airmines in engine outside of hog proximity. Has a bug, only protecting 1st team. Also fix a spelling error and rename gstHHChooseTarget to gstChooseTarget
nemo
parents: 10672
diff changeset
   878
cAirMines:= StrToInt(s)
f642a28cab0c Add placement of airmines in engine outside of hog proximity. Has a bug, only protecting 1st team. Also fix a spelling error and rename gstHHChooseTarget to gstChooseTarget
nemo
parents: 10672
diff changeset
   879
end;
f642a28cab0c Add placement of airmines in engine outside of hog proximity. Has a bug, only protecting 1st team. Also fix a spelling error and rename gstHHChooseTarget to gstChooseTarget
nemo
parents: 10672
diff changeset
   880
15667
fb1f47e382d0 place sentries on start
alfadur
parents: 15299
diff changeset
   881
procedure chSentries(var s: shortstring);
fb1f47e382d0 place sentries on start
alfadur
parents: 15299
diff changeset
   882
begin
fb1f47e382d0 place sentries on start
alfadur
parents: 15299
diff changeset
   883
cSentries:= StrToInt(s)
fb1f47e382d0 place sentries on start
alfadur
parents: 15299
diff changeset
   884
end;
fb1f47e382d0 place sentries on start
alfadur
parents: 15299
diff changeset
   885
        
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   886
procedure chExplosives(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   887
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   888
cExplosives:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   889
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   890
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   891
procedure chGameFlags(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   892
begin
7218
9ecd5bc9810b Ensure that Clan ammo always takes precedence over Per Hog Ammo in the flags. It'd be best for the user sake if these buttons acted more like radio buttons.
nemo
parents: 7187
diff changeset
   893
GameFlags:= StrToInt(s);
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
   894
if GameFlags and gfSharedAmmo <> 0 then GameFlags:= GameFlags and (not gfPerHogAmmo)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   895
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   896
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   897
procedure chHedgehogTurnTime(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   898
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   899
cHedgehogTurnTime:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   900
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   901
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   902
procedure chMinesTime(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   903
begin
7151
ec15d9e1a7e3 pas2c stuff
unc0rr
parents: 7104
diff changeset
   904
cMinesTime:= StrToInt(s)
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   905
end;
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   906
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   907
procedure chFastUntilLag(var s: shortstring);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   908
begin
10862
4575977d3ce0 Don't spawn team widget sorter on each frame when in lag. Issue 'spectate 0' instead, and only on first lag occasion.
unc0rr
parents: 10822
diff changeset
   909
    fastUntilLag:= StrToInt(s) <> 0;
15897
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   910
    fastForward:= fastUntilLag;
10862
4575977d3ce0 Don't spawn team widget sorter on each frame when in lag. Issue 'spectate 0' instead, and only on first lag occasion.
unc0rr
parents: 10822
diff changeset
   911
4575977d3ce0 Don't spawn team widget sorter on each frame when in lag. Issue 'spectate 0' instead, and only on first lag occasion.
unc0rr
parents: 10822
diff changeset
   912
    if not fastUntilLag then
4575977d3ce0 Don't spawn team widget sorter on each frame when in lag. Issue 'spectate 0' instead, and only on first lag occasion.
unc0rr
parents: 10822
diff changeset
   913
    begin
4575977d3ce0 Don't spawn team widget sorter on each frame when in lag. Issue 'spectate 0' instead, and only on first lag occasion.
unc0rr
parents: 10822
diff changeset
   914
        // update health bars and the wind indicator
4575977d3ce0 Don't spawn team widget sorter on each frame when in lag. Issue 'spectate 0' instead, and only on first lag occasion.
unc0rr
parents: 10822
diff changeset
   915
        AddVisualGear(0, 0, vgtTeamHealthSorter);
4575977d3ce0 Don't spawn team widget sorter on each frame when in lag. Issue 'spectate 0' instead, and only on first lag occasion.
unc0rr
parents: 10822
diff changeset
   916
        AddVisualGear(0, 0, vgtSmoothWindBar)
4575977d3ce0 Don't spawn team widget sorter on each frame when in lag. Issue 'spectate 0' instead, and only on first lag occasion.
unc0rr
parents: 10822
diff changeset
   917
    end
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
   918
end;
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
   919
15908
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   920
procedure chTeamDraw_p(var s: shortstring);
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   921
begin
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   922
   s:= s;
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   923
   uDrawing.onModeButtonPressed();
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   924
end;
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   925
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   926
procedure chTeamDraw_m(var s: shortstring);
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   927
begin
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   928
   s:= s;
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   929
   uDrawing.onModeButtonReleased();
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   930
end;
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
   931
15897
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   932
procedure chFastForward(var cmd: shortstring);
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   933
var str0, str1, str2 : shortstring;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   934
    h, m, s : integer;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   935
begin
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   936
   if gameType <> gmtDemo then
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   937
      exit;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   938
   if CountChar(cmd, ':') > 2 then
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   939
      exit;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   940
   str0:= cmd;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   941
   SplitByChar(str0, str1, ':');
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   942
   SplitByChar(str1, str2, ':');
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   943
   if str2 <> '' then
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   944
   begin
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   945
      h:= StrToInt(str0);
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   946
      m:= StrToInt(str1);
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   947
      s:= StrToInt(str2)
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   948
   end
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   949
   else if str1 <> '' then
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   950
   begin
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   951
      h:= 0;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   952
      m:= StrToInt(str0);
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   953
      s:= StrToInt(str1)
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   954
   end
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   955
   else
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   956
   begin
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   957
      h:= 0;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   958
      m:= 0;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   959
      s:= StrToInt(str0)
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   960
   end;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   961
   FFGameTick:= (s + m * 60 + h * 60 * 60) * 1000;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   962
   if FFGameTick > GameTicks then
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   963
   begin
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   964
      fastUntilLag:= True;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   965
      fastForward:= True;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   966
   end
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   967
end;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   968
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   969
procedure chStopFastForward(var s: shortstring);
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   970
begin
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   971
   if gameType <> gmtDemo then
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   972
      exit;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   973
   fastUntilLag:= False;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   974
   fastForward:= False;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   975
   AddVisualGear(0, 0, vgtTeamHealthSorter);
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   976
   AddVisualGear(0, 0, vgtSmoothWindBar)
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   977
end;
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
   978
7201
dc17ffdf0702 The first campaign commit with a lot of changes...
belphegorr <szabibibi@gmail.com>
parents: 7187
diff changeset
   979
procedure chCampVar(var s:shortstring);
dc17ffdf0702 The first campaign commit with a lot of changes...
belphegorr <szabibibi@gmail.com>
parents: 7187
diff changeset
   980
begin
dc17ffdf0702 The first campaign commit with a lot of changes...
belphegorr <szabibibi@gmail.com>
parents: 7187
diff changeset
   981
  CampaignVariable := s;
dc17ffdf0702 The first campaign commit with a lot of changes...
belphegorr <szabibibi@gmail.com>
parents: 7187
diff changeset
   982
end;
dc17ffdf0702 The first campaign commit with a lot of changes...
belphegorr <szabibibi@gmail.com>
parents: 7187
diff changeset
   983
14484
bd1db668b7c0 Add Lua functions to save/get mission variables
Wuzzy <Wuzzy2@mail.ru>
parents: 13883
diff changeset
   984
procedure chMissVar(var s:shortstring);
bd1db668b7c0 Add Lua functions to save/get mission variables
Wuzzy <Wuzzy2@mail.ru>
parents: 13883
diff changeset
   985
begin
bd1db668b7c0 Add Lua functions to save/get mission variables
Wuzzy <Wuzzy2@mail.ru>
parents: 13883
diff changeset
   986
  MissionVariable := s;
bd1db668b7c0 Add Lua functions to save/get mission variables
Wuzzy <Wuzzy2@mail.ru>
parents: 13883
diff changeset
   987
end;
bd1db668b7c0 Add Lua functions to save/get mission variables
Wuzzy <Wuzzy2@mail.ru>
parents: 13883
diff changeset
   988
9489
0818d14e90be add world edges to config
nemo
parents: 9080
diff changeset
   989
procedure chWorldEdge(var s: shortstring);
0818d14e90be add world edges to config
nemo
parents: 9080
diff changeset
   990
begin
0818d14e90be add world edges to config
nemo
parents: 9080
diff changeset
   991
WorldEdge:= TWorldEdge(StrToInt(s))
0818d14e90be add world edges to config
nemo
parents: 9080
diff changeset
   992
end;
0818d14e90be add world edges to config
nemo
parents: 9080
diff changeset
   993
10237
282e49f9ce9d sekret feature (test commit)
unc0rr
parents: 10228
diff changeset
   994
procedure chAdvancedMapGenMode(var s:shortstring);
282e49f9ce9d sekret feature (test commit)
unc0rr
parents: 10228
diff changeset
   995
begin
10249
b47ac2c19de3 get rid of fpc warnings/hints
sheepluva
parents: 10237
diff changeset
   996
  s:= s; // avoid compiler hint
10237
282e49f9ce9d sekret feature (test commit)
unc0rr
parents: 10228
diff changeset
   997
  cAdvancedMapGenMode:= true;
282e49f9ce9d sekret feature (test commit)
unc0rr
parents: 10228
diff changeset
   998
end;
282e49f9ce9d sekret feature (test commit)
unc0rr
parents: 10228
diff changeset
   999
13465
08a3851aaf67 Add dedicated key to display mission panel: M
Wuzzy <Wuzzy2@mail.ru>
parents: 13107
diff changeset
  1000
procedure chShowMission_p(var s: shortstring);
08a3851aaf67 Add dedicated key to display mission panel: M
Wuzzy <Wuzzy2@mail.ru>
parents: 13107
diff changeset
  1001
begin
08a3851aaf67 Add dedicated key to display mission panel: M
Wuzzy <Wuzzy2@mail.ru>
parents: 13107
diff changeset
  1002
  s:= s; // avoid compiler hint
08a3851aaf67 Add dedicated key to display mission panel: M
Wuzzy <Wuzzy2@mail.ru>
parents: 13107
diff changeset
  1003
  isShowMission:= true;
08a3851aaf67 Add dedicated key to display mission panel: M
Wuzzy <Wuzzy2@mail.ru>
parents: 13107
diff changeset
  1004
end;
08a3851aaf67 Add dedicated key to display mission panel: M
Wuzzy <Wuzzy2@mail.ru>
parents: 13107
diff changeset
  1005
08a3851aaf67 Add dedicated key to display mission panel: M
Wuzzy <Wuzzy2@mail.ru>
parents: 13107
diff changeset
  1006
procedure chShowMission_m(var s: shortstring);
08a3851aaf67 Add dedicated key to display mission panel: M
Wuzzy <Wuzzy2@mail.ru>
parents: 13107
diff changeset
  1007
begin
08a3851aaf67 Add dedicated key to display mission panel: M
Wuzzy <Wuzzy2@mail.ru>
parents: 13107
diff changeset
  1008
  s:= s; // avoid compiler hint
08a3851aaf67 Add dedicated key to display mission panel: M
Wuzzy <Wuzzy2@mail.ru>
parents: 13107
diff changeset
  1009
  isShowMission:= false;
13467
854caa3c9212 Lua API: Add parameter forceDisplay to ShowMission to prevent manual hiding
Wuzzy <Wuzzy2@mail.ru>
parents: 13465
diff changeset
  1010
  if (not isForceMission) then
854caa3c9212 Lua API: Add parameter forceDisplay to ShowMission to prevent manual hiding
Wuzzy <Wuzzy2@mail.ru>
parents: 13465
diff changeset
  1011
    HideMission();
13465
08a3851aaf67 Add dedicated key to display mission panel: M
Wuzzy <Wuzzy2@mail.ru>
parents: 13107
diff changeset
  1012
end;
08a3851aaf67 Add dedicated key to display mission panel: M
Wuzzy <Wuzzy2@mail.ru>
parents: 13107
diff changeset
  1013
14770
533ac9774279 Add key to display extra gear info tags
Wuzzy <Wuzzy2@mail.ru>
parents: 14702
diff changeset
  1014
procedure chGearInfo(var s: shortstring);
533ac9774279 Add key to display extra gear info tags
Wuzzy <Wuzzy2@mail.ru>
parents: 14702
diff changeset
  1015
begin
533ac9774279 Add key to display extra gear info tags
Wuzzy <Wuzzy2@mail.ru>
parents: 14702
diff changeset
  1016
  s:= s; // avoid compiler hint
533ac9774279 Add key to display extra gear info tags
Wuzzy <Wuzzy2@mail.ru>
parents: 14702
diff changeset
  1017
  isShowGearInfo:= not isShowGearInfo;
533ac9774279 Add key to display extra gear info tags
Wuzzy <Wuzzy2@mail.ru>
parents: 14702
diff changeset
  1018
end;
533ac9774279 Add key to display extra gear info tags
Wuzzy <Wuzzy2@mail.ru>
parents: 14702
diff changeset
  1019
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
  1020
procedure initModule;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
  1021
begin
4528
630f4ab0c926 Reorder top registered variables by frequency gathered from 60 or so games of varying length/type. Oh. And add green hair to joker.
nemo
parents: 4522
diff changeset
  1022
//////// Begin top sorted by freq analysis not including chatmsg
7407
c1ade666c124 I thirst for randomness.
nemo
parents: 7404
diff changeset
  1023
    RegisterVariable('+right'  , @chRight_p      , false, true);
c1ade666c124 I thirst for randomness.
nemo
parents: 7404
diff changeset
  1024
    RegisterVariable('-right'  , @chRight_m      , false, true);
c1ade666c124 I thirst for randomness.
nemo
parents: 7404
diff changeset
  1025
    RegisterVariable('+up'     , @chUp_p         , false, true);
c1ade666c124 I thirst for randomness.
nemo
parents: 7404
diff changeset
  1026
    RegisterVariable('-up'     , @chUp_m         , false, true);
c1ade666c124 I thirst for randomness.
nemo
parents: 7404
diff changeset
  1027
    RegisterVariable('+left'   , @chLeft_p       , false, true);
c1ade666c124 I thirst for randomness.
nemo
parents: 7404
diff changeset
  1028
    RegisterVariable('-left'   , @chLeft_m       , false, true);
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
  1029
    RegisterVariable('+attack' , @chAttack_p     , false);
7407
c1ade666c124 I thirst for randomness.
nemo
parents: 7404
diff changeset
  1030
    RegisterVariable('+down'   , @chDown_p       , false, true);
c1ade666c124 I thirst for randomness.
nemo
parents: 7404
diff changeset
  1031
    RegisterVariable('-down'   , @chDown_m       , false, true);
c1ade666c124 I thirst for randomness.
nemo
parents: 7404
diff changeset
  1032
    RegisterVariable('hjump'   , @chHJump        , false, true);
c1ade666c124 I thirst for randomness.
nemo
parents: 7404
diff changeset
  1033
    RegisterVariable('ljump'   , @chLJump        , false, true);
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
  1034
    RegisterVariable('nextturn', @chNextTurn     , false);
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
  1035
    RegisterVariable('-attack' , @chAttack_m     , false);
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
  1036
    RegisterVariable('slot'    , @chSlot         , false);
7407
c1ade666c124 I thirst for randomness.
nemo
parents: 7404
diff changeset
  1037
    RegisterVariable('setweap' , @chSetWeapon    , false, true);
4528
630f4ab0c926 Reorder top registered variables by frequency gathered from 60 or so games of varying length/type. Oh. And add green hair to joker.
nemo
parents: 4522
diff changeset
  1038
//////// End top by freq analysis
15908
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
  1039
    RegisterVariable('+teamdraw', @chTeamDraw_p  , true);
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
  1040
    RegisterVariable('-teamdraw', @chTeamDraw_m  , true);
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
  1041
    RegisterVariable('gencmd'  , @chGenCmd       , false);
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1042
    RegisterVariable('script'  , @chScript       , false);
9902
eb8e8b09b2f0 Special script parameter variable in game scheme
unc0rr
parents: 9797
diff changeset
  1043
    RegisterVariable('scriptparam', @chScriptParam, false);
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1044
    RegisterVariable('proto'   , @chCheckProto   , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1045
    RegisterVariable('spectate', @chFastUntilLag   , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1046
    RegisterVariable('capture' , @chCapture      , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1047
    RegisterVariable('rotmask' , @chRotateMask   , true );
12997
f06660523198 Add separate control for changing hedgehog tags
Wuzzy <Wuzzy2@mail.ru>
parents: 12990
diff changeset
  1048
    RegisterVariable('rottags' , @chRotateTags   , true );
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1049
    RegisterVariable('rdriven' , @chTeamLocal    , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1050
    RegisterVariable('map'     , @chSetMap       , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1051
    RegisterVariable('theme'   , @chSetTheme     , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1052
    RegisterVariable('seed'    , @chSetSeed      , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1053
    RegisterVariable('template_filter', @chTemplateFilter, false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1054
    RegisterVariable('mapgen'  , @chMapGen        , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1055
    RegisterVariable('maze_size',@chTemplateFilter, false);
10472
8d04cebedb16 Partially hook up feature size so horrorcat has something to test.
nemo
parents: 10455
diff changeset
  1056
    RegisterVariable('feature_size',@chFeatureSize, false);
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1057
    RegisterVariable('delay'   , @chInactDelay    , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1058
    RegisterVariable('ready'   , @chReadyDelay    , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1059
    RegisterVariable('casefreq', @chCaseFactor    , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1060
    RegisterVariable('healthprob', @chHealthCaseProb, false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1061
    RegisterVariable('hcaseamount', @chHealthCaseAmount, false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1062
    RegisterVariable('sd_turns', @chSuddenDTurns  , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1063
    RegisterVariable('waterrise', @chWaterRise    , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1064
    RegisterVariable('healthdec', @chHealthDecrease, false);
14543
d0441c7e9000 Lua: Add InitHealth, read-only variable containing the initial hog health setting
Wuzzy <Wuzzy2@mail.ru>
parents: 14484
diff changeset
  1065
    RegisterVariable('inithealth',@chInitHealth, false);
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1066
    RegisterVariable('damagepct',@chDamagePercent , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1067
    RegisterVariable('ropepct' , @chRopePercent   , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1068
    RegisterVariable('getawaytime' , @chGetAwayTime , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1069
    RegisterVariable('minedudpct',@chMineDudPercent, false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1070
    RegisterVariable('minesnum', @chLandMines     , false);
10822
def423815f24 hook up to frontend
nemo
parents: 10818
diff changeset
  1071
    RegisterVariable('airmines', @chAirMines      , false);
15667
fb1f47e382d0 place sentries on start
alfadur
parents: 15299
diff changeset
  1072
    RegisterVariable('sentries', @chSentries      , false);
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1073
    RegisterVariable('explosives',@chExplosives    , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1074
    RegisterVariable('gmflags' , @chGameFlags      , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1075
    RegisterVariable('turntime', @chHedgehogTurnTime, false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1076
    RegisterVariable('minestime',@chMinesTime     , false);
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1077
    RegisterVariable('quit'    , @chQuit         , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1078
    RegisterVariable('forcequit', @chForceQuit   , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1079
    RegisterVariable('confirm' , @chConfirm      , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1080
    RegisterVariable('halt',     @chHalt         , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1081
    RegisterVariable('+speedup', @chSpeedup_p    , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1082
    RegisterVariable('-speedup', @chSpeedup_m    , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1083
    RegisterVariable('zoomin'  , @chZoomIn       , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1084
    RegisterVariable('zoomout' , @chZoomOut      , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1085
    RegisterVariable('zoomreset',@chZoomReset    , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1086
    RegisterVariable('ammomenu', @chAmmoMenu     , true);
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
  1087
    RegisterVariable('+precise', @chPrecise_p    , false, true);
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
  1088
    RegisterVariable('-precise', @chPrecise_m    , false, true);
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1089
    RegisterVariable('switch'  , @chSwitch       , false);
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
  1090
    RegisterVariable('timer'   , @chTimer        , false, true);
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1091
    RegisterVariable('taunt'   , @chTaunt        , false);
15908
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
  1092
    RegisterVariable('+put'    , @chPut_p        , true);
014f4edd0421 Add Drawing mode, which allows drawing some graphics private to the members of a clan
S.D.
parents: 15897
diff changeset
  1093
    RegisterVariable('-put'    , @chPut_m        , true);
14702
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
  1094
    RegisterVariable('+volup'  , @chVolUp_p      , true );
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
  1095
    RegisterVariable('-volup'  , @chVolUp_m      , true );
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
  1096
    RegisterVariable('+voldown', @chVolDown_p    , true );
bd43e703608b Fix precise volume change being a bit buggy
Wuzzy <Wuzzy2@mail.ru>
parents: 14701
diff changeset
  1097
    RegisterVariable('-voldown', @chVolDown_m    , true );
13039
aed4b25ff242 Fix volume caption not being shown when hitting mute key
Wuzzy <Wuzzy2@mail.ru>
parents: 13013
diff changeset
  1098
    RegisterVariable('mute'    , @chMute         , true );
7404
38a23771ee45 ooops (and indentation)
koda
parents: 7403
diff changeset
  1099
    RegisterVariable('findhh'  , @chFindhh       , true );
6898
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1100
    RegisterVariable('pause'   , @chPause        , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1101
    RegisterVariable('+cur_u'  , @chCurU_p       , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1102
    RegisterVariable('-cur_u'  , @chCurU_m       , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1103
    RegisterVariable('+cur_d'  , @chCurD_p       , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1104
    RegisterVariable('-cur_d'  , @chCurD_m       , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1105
    RegisterVariable('+cur_l'  , @chCurL_p       , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1106
    RegisterVariable('-cur_l'  , @chCurL_m       , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1107
    RegisterVariable('+cur_r'  , @chCurR_p       , true );
344b0dbd9690 - Remove support for variables in command handlers
unc0rr
parents: 6828
diff changeset
  1108
    RegisterVariable('-cur_r'  , @chCurR_m       , true );
7201
dc17ffdf0702 The first campaign commit with a lot of changes...
belphegorr <szabibibi@gmail.com>
parents: 7187
diff changeset
  1109
    RegisterVariable('campvar' , @chCampVar      , true );
14484
bd1db668b7c0 Add Lua functions to save/get mission variables
Wuzzy <Wuzzy2@mail.ru>
parents: 13883
diff changeset
  1110
    RegisterVariable('missvar' , @chMissVar      , true );
7629
d624030abf24 neglected stuff
nemo
parents: 7628
diff changeset
  1111
    RegisterVariable('record'  , @chRecord       , true );
9489
0818d14e90be add world edges to config
nemo
parents: 9080
diff changeset
  1112
    RegisterVariable('worldedge',@chWorldEdge    , false);
10237
282e49f9ce9d sekret feature (test commit)
unc0rr
parents: 10228
diff changeset
  1113
    RegisterVariable('advmapgen',@chAdvancedMapGenMode, false);
15897
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
  1114
    RegisterVariable('ff'      , @chFastForward  , true);
d7b53d08ad9c Add FastForward/StopFastForward (/ff hh:mm:ss, /sff) chat commands to fast forward to a specific timestamp in a demo
S.D.
parents: 15667
diff changeset
  1115
    RegisterVariable('sff'     , @chStopFastForward, true);
13465
08a3851aaf67 Add dedicated key to display mission panel: M
Wuzzy <Wuzzy2@mail.ru>
parents: 13107
diff changeset
  1116
    RegisterVariable('+mission', @chShowMission_p, true);
08a3851aaf67 Add dedicated key to display mission panel: M
Wuzzy <Wuzzy2@mail.ru>
parents: 13107
diff changeset
  1117
    RegisterVariable('-mission', @chShowMission_m, true);
14770
533ac9774279 Add key to display extra gear info tags
Wuzzy <Wuzzy2@mail.ru>
parents: 14702
diff changeset
  1118
    RegisterVariable('gearinfo', @chGearInfo     , true );
13533
0c8001e43fd3 Add control to cycle through timer/bounciness values
Wuzzy <Wuzzy2@mail.ru>
parents: 13467
diff changeset
  1119
    RegisterVariable('timer_u' , @chTimerU       , true );
4413
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
  1120
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
  1121
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
  1122
procedure freeModule;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
  1123
begin
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
  1124
end;
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
  1125
46caab3a8f84 uCommandHandlers
unc0rr
parents:
diff changeset
  1126
end.