~ubuntu-branches/ubuntu/trusty/hedgewars/trusty-proposed

« back to all changes in this revision

Viewing changes to hedgewars/uVariables.pas

  • Committer: Package Import Robot
  • Author(s): Dmitry E. Oboukhov
  • Date: 2011-11-20 18:31:17 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20111120183117-pjhz1n2pvnmxa246
Tags: 0.9.17-1
* [Paul Wise]
 * Mention the homing bee in the package description (Closes: #577092)
 * Also install the hwengine desktop file (LP: #811770)
 * Depend on ttf-dejavu-core since it is smaller
 * Depend on ttf-wqy-zenhei instead of embedding a copy of it
* [Dmitry E. Oboukhov]
 * New upstream version.

Show diffs side-by-side

added added

removed removed

Lines of Context:
46
46
    PathPrefix      : shortstring = './';
47
47
    UserPathPrefix  : shortstring = './';
48
48
    cShowFPS        : boolean     = false;
 
49
    cFlattenFlakes  : boolean     = false;
 
50
    cFlattenClouds  : boolean     = false;
49
51
    cAltDamage      : boolean     = true;
50
52
    cReducedQuality : LongWord    = rqNone;
51
53
    UserNick        : shortstring = '';
83
85
    cMineDudPercent : LongWord;
84
86
    cTemplateFilter : LongInt;
85
87
    cMapGen         : LongInt;
86
 
    cMazeSize       : LongInt;
87
88
    cRopePercent    : LongWord;
88
89
    cGetAwayTime    : LongWord;
89
90
 
126
127
    cLandMines      : Longword;
127
128
    cExplosives     : Longword;
128
129
 
 
130
    cScriptName     : shortstring;
129
131
    cSeed           : shortstring;
130
132
    cVolumeDelta    : LongInt;
131
133
    cHasFocus       : boolean;
148
150
    cLaserSighting  : boolean;
149
151
    cVampiric       : boolean;
150
152
    cArtillery      : boolean;
151
 
    WeaponTooltipTex : PTexture;
 
153
    WeaponTooltipTex: PTexture;
 
154
    HHTexture       : PTexture;
152
155
 
153
156
    flagMakeCapture : boolean;
154
157
 
342
345
            (FileName:    'AirBomb'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
343
346
            Width:  16; Height: 16; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprAirBomb
344
347
            (FileName:   'Airplane'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
345
 
            Width: 254; Height: 101; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprAirplane
 
348
            Width: 256; Height: 128; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprAirplane
346
349
            (FileName: 'amAirplane'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
347
350
            Width:  64; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprAmAirplane
348
 
            (FileName:   'amGirder'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
 
351
            (FileName:   'amGirder'; Path: ptCurrTheme; AltPath: ptGraphics; Texture: nil; Surface: nil;
349
352
            Width: 160; Height:160; imageWidth: 0; imageHeight: 0; saveSurf:  true; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprAmGirder
350
353
            (FileName:     'hhMask'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
351
354
            Width:  32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf:  true; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprHHTelepMask
450
453
            (FileName:      'Balls'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
451
454
            Width:  32; Height: 20; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpHighest; getDimensions: false; getImageDimensions: true),// sprBalls
452
455
            (FileName:    'RCPlane'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
453
 
            Width:  32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprPlane
 
456
            Width:  64; Height: 64; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprPlane
454
457
            (FileName:  'amRCPlane'; Path: ptHedgehog; AltPath: ptNone; Texture: nil; Surface: nil;
455
458
            Width:  32; Height: 32; imageWidth: 0; imageHeight: 0; saveSurf: false; priority: tpMedium; getDimensions: false; getImageDimensions: true),// sprHandPlane
456
459
            (FileName:    'Utility'; Path: ptGraphics; AltPath: ptNone; Texture: nil; Surface: nil;
1204
1207
                            ammoprop_NeedTarget or
1205
1208
                            ammoprop_AttackingPut or
1206
1209
                            ammoprop_DontHold or
1207
 
                            ammoprop_NotBorder or
1208
 
                            ammoprop_SetBounce;
 
1210
                            ammoprop_NotBorder;
1209
1211
                Count: 1;
1210
1212
                NumPerTurn: 0;
1211
1213
                Timer: 0;
2333
2335
    framel, framer, depthl, depthr: GLuint;
2334
2336
    texl, texr: GLuint;
2335
2337
 
2336
 
 
2337
 
    VisualGearsLayer0: PVisualGear;
2338
 
    VisualGearsLayer1: PVisualGear;
2339
 
    VisualGearsLayer2: PVisualGear;
2340
 
    VisualGearsLayer3: PVisualGear;
 
2338
    VisualGearLayers: array[0..6] of PVisualGear;
2341
2339
    lastVisualGearByUID: PVisualGear;
2342
2340
    vobFrameTicks, vobFramesCount, vobCount: Longword;
2343
2341
    vobVelocity, vobFallSpeed: LongInt;
2464
2462
    cMineDudPercent     := 0;
2465
2463
    cTemplateFilter     := 0;
2466
2464
    cMapGen             := 0;   // MAPGEN_REGULAR
2467
 
    cMazeSize           := 0;
2468
2465
    cHedgehogTurnTime   := 45000;
2469
2466
    cMinesTime          := 3000;
2470
2467
    cMaxAIThinkTime     := 9000;
2504
2501
    isFirstFrame    := true;
2505
2502
    isSEBackup      := true;
2506
2503
    autoCameraOn    := true;
 
2504
    cScriptName     := '';
2507
2505
    cSeed           := '';
2508
2506
    cVolumeDelta    := 0;
2509
2507
    cHasFocus       := true;
2554
2552
    PathPrefix      := './';
2555
2553
    UserPathPrefix  := './';
2556
2554
    cShowFPS        := false;
 
2555
    cFlattenFlakes  := false;
 
2556
    cFlattenClouds  := false;
2557
2557
    cAltDamage      := true;
2558
2558
    cReducedQuality := rqNone;
2559
2559
    UserNick        := '';
2560
2560
    recordFileName  := '';
 
2561
    cScriptName     := '';
2561
2562
    cReadyDelay     := 5000;
2562
2563
    cStereoMode     := smNone;
2563
2564
end;