hedgewars/uLand.pas
author unc0rr
Sat, 23 Sep 2006 19:26:07 +0000
changeset 161 d8870bbf960e
parent 160 207f520b9e83
child 173 004493dd60e4
permissions -rw-r--r--
- AmmoMenu - Many small fixes
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     1
(*
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     2
 * Hedgewars, a worms-like game
70
82d93eeecebe - Many AI improvements
unc0rr
parents: 67
diff changeset
     3
 * Copyright (c) 2005, 2006 Andrey Korotaev <unC0Rr@gmail.com>
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     4
 *
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     5
 * Distributed under the terms of the BSD-modified licence:
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     6
 *
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     7
 * Permission is hereby granted, free of charge, to any person obtaining a copy
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     8
 * of this software and associated documentation files (the "Software"), to deal
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
     9
 * with the Software without restriction, including without limitation the
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    10
 * rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    11
 * sell copies of the Software, and to permit persons to whom the Software is
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    12
 * furnished to do so, subject to the following conditions:
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    13
 *
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    14
 * 1. Redistributions of source code must retain the above copyright notice,
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    15
 *    this list of conditions and the following disclaimer.
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    16
 * 2. Redistributions in binary form must reproduce the above copyright notice,
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    17
 *    this list of conditions and the following disclaimer in the documentation
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    18
 *    and/or other materials provided with the distribution.
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    19
 * 3. The name of the author may not be used to endorse or promote products
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    20
 *    derived from this software without specific prior written permission.
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    21
 *
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    22
 * THIS SOFTWARE IS PROVIDED BY THE AUTHOR ``AS IS'' AND ANY EXPRESS OR IMPLIED
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    23
 * WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    24
 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    25
 * EVENT SHALL THE AUTHOR BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    26
 * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    27
 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    28
 * OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY,
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    29
 * WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    30
 * OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    31
 * ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    32
 *)
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    33
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    34
unit uLand;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    35
interface
155
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
    36
uses SDLh, uGears, uLandTemplates;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    37
{$include options.inc}
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    38
type TLandArray = packed array[0..1023, 0..2047] of LongWord;
155
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
    39
     TPreview = packed array[0..127, 0..31] of byte;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    40
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    41
var  Land: TLandArray;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    42
     LandSurface: PSDL_Surface;
155
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
    43
     Preview: TPreview;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    44
37
2b7f2a43b999 - Properly get seed in net game
unc0rr
parents: 35
diff changeset
    45
procedure GenMap;
155
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
    46
procedure GenPreview;
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
    47
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    48
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    49
implementation
155
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
    50
uses uConsole, uStore, uMisc, uConsts, uRandom, uTeams, uIO, uLandObjects;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    51
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    52
type TPixAr = record
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    53
              Count: Longword;
22
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
    54
              ar: array[0..Pred(cMaxEdgePoints)] of TPoint;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    55
              end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    56
37
2b7f2a43b999 - Properly get seed in net game
unc0rr
parents: 35
diff changeset
    57
procedure LogLandDigest;
102
c45643d3fd78 New faster random generator
unc0rr
parents: 89
diff changeset
    58
//var ctx: TSHA1Context;
c45643d3fd78 New faster random generator
unc0rr
parents: 89
diff changeset
    59
//    dig: TSHA1Digest;
37
2b7f2a43b999 - Properly get seed in net game
unc0rr
parents: 35
diff changeset
    60
begin
102
c45643d3fd78 New faster random generator
unc0rr
parents: 89
diff changeset
    61
//SHA1Init(ctx);
c45643d3fd78 New faster random generator
unc0rr
parents: 89
diff changeset
    62
//SHA1Update(ctx, @Land, sizeof(Land));
c45643d3fd78 New faster random generator
unc0rr
parents: 89
diff changeset
    63
//dig:= SHA1Final(ctx);
57
e1a77ae57065 - Fixed compiling .)
unc0rr
parents: 54
diff changeset
    64
{$IFDEF DEBUGFILE}
102
c45643d3fd78 New faster random generator
unc0rr
parents: 89
diff changeset
    65
//AddFileLog('SHA1 Land digest: {'+inttostr(dig.LongWords[0])+':'
c45643d3fd78 New faster random generator
unc0rr
parents: 89
diff changeset
    66
//           +inttostr(dig.LongWords[1])+':'+inttostr(dig.LongWords[2])+':'
c45643d3fd78 New faster random generator
unc0rr
parents: 89
diff changeset
    67
//           +inttostr(dig.LongWords[3])+':'+inttostr(dig.LongWords[4])+'}');
57
e1a77ae57065 - Fixed compiling .)
unc0rr
parents: 54
diff changeset
    68
{$ENDIF}
37
2b7f2a43b999 - Properly get seed in net game
unc0rr
parents: 35
diff changeset
    69
end;
2b7f2a43b999 - Properly get seed in net game
unc0rr
parents: 35
diff changeset
    70
89
f9db56409a86 - Fix various bugs
unc0rr
parents: 80
diff changeset
    71
procedure DrawBezierEdge(var pa: TPixAr; Color: Longword);
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    72
var x, y, i: integer;
107
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
    73
    tx, ty, vx, vy, vlen, t: Double;
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
    74
    r1, r2, r3, r4: Double;
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
    75
    x1, y1, x2, y2, cx1, cy1, cx2, cy2, tsq, tcb: Double;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    76
begin
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    77
vx:= 0;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    78
vy:= 0;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    79
with pa do
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    80
for i:= 0 to Count-2 do
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    81
    begin
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    82
    vlen:= sqrt(sqr(ar[i + 1].x - ar[i    ].X) + sqr(ar[i + 1].y - ar[i    ].y));
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    83
    t:=    sqrt(sqr(ar[i + 1].x - ar[i + 2].X) + sqr(ar[i + 1].y - ar[i + 2].y));
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    84
    if t<vlen then vlen:= t;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    85
    vlen:= vlen/3;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    86
    tx:= ar[i+2].X - ar[i].X;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    87
    ty:= ar[i+2].y - ar[i].y;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    88
    t:= sqrt(sqr(tx)+sqr(ty));
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    89
    if t = 0 then
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    90
       begin
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    91
       tx:= -tx * 100000;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    92
       ty:= -ty * 100000;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    93
       end else
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    94
       begin
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    95
       tx:= -tx/t;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    96
       ty:= -ty/t;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    97
       end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    98
    t:= 1.0*vlen;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
    99
    tx:= tx*t;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   100
    ty:= ty*t;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   101
    x1:= ar[i].x;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   102
    y1:= ar[i].y;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   103
    x2:= ar[i + 1].x;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   104
    y2:= ar[i + 1].y;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   105
    cx1:= ar[i].X   + trunc(vx);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   106
    cy1:= ar[i].y   + trunc(vy);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   107
    cx2:= ar[i+1].X + trunc(tx);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   108
    cy2:= ar[i+1].y + trunc(ty);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   109
    vx:= -tx;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   110
    vy:= -ty;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   111
    t:= 0;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   112
    while t <= 1.0 do
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   113
          begin
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   114
          tsq:= sqr(t);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   115
          tcb:= tsq * t;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   116
          r1:= (1 - 3*t + 3*tsq -   tcb) * x1;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   117
          r2:= (    3*t - 6*tsq + 3*tcb) * cx1;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   118
          r3:= (          3*tsq - 3*tcb) * cx2;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   119
          r4:= (                    tcb) * x2;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   120
          X:= round(r1 + r2 + r3 + r4);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   121
          r1:= (1 - 3*t + 3*tsq -   tcb) * y1;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   122
          r2:= (    3*t - 6*tsq + 3*tcb) * cy1;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   123
          r3:= (          3*tsq - 3*tcb) * cy2;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   124
          r4:= (                    tcb) * y2;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   125
          Y:= round(r1 + r2 + r3 + r4);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   126
          t:= t + 0.001;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   127
          if ((x and $FFFFF800) = 0) and ((y and $FFFFFC00) = 0) then
89
f9db56409a86 - Fix various bugs
unc0rr
parents: 80
diff changeset
   128
                Land[y, x]:= Color;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   129
          end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   130
    end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   131
end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   132
107
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   133
procedure BezierizeEdge(var pa: TPixAr; Delta: Double);
22
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   134
var x, y, i: integer;
107
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   135
    tx, ty, vx, vy, vlen, t: Double;
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   136
    r1, r2, r3, r4: Double;
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   137
    x1, y1, x2, y2, cx1, cy1, cx2, cy2, tsq, tcb: Double;
22
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   138
    opa: TPixAr;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   139
begin
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   140
opa:= pa;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   141
pa.Count:= 0;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   142
vx:= 0;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   143
vy:= 0;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   144
with opa do
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   145
for i:= 0 to Count-2 do
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   146
    begin
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   147
    vlen:= sqrt(sqr(ar[i + 1].x - ar[i    ].X) + sqr(ar[i + 1].y - ar[i    ].y));
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   148
    t:=    sqrt(sqr(ar[i + 1].x - ar[i + 2].X) + sqr(ar[i + 1].y - ar[i + 2].y));
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   149
    if t<vlen then vlen:= t;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   150
    vlen:= vlen/3;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   151
    tx:= ar[i+2].X - ar[i].X;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   152
    ty:= ar[i+2].y - ar[i].y;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   153
    t:= sqrt(sqr(tx)+sqr(ty));
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   154
    if t = 0 then
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   155
       begin
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   156
       tx:= -tx * 100000;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   157
       ty:= -ty * 100000;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   158
       end else
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   159
       begin
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   160
       tx:= -tx/t;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   161
       ty:= -ty/t;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   162
       end;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   163
    t:= 1.0*vlen;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   164
    tx:= tx*t;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   165
    ty:= ty*t;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   166
    x1:= ar[i].x;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   167
    y1:= ar[i].y;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   168
    x2:= ar[i + 1].x;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   169
    y2:= ar[i + 1].y;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   170
    cx1:= ar[i].X   + trunc(vx);
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   171
    cy1:= ar[i].y   + trunc(vy);
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   172
    cx2:= ar[i+1].X + trunc(tx);
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   173
    cy2:= ar[i+1].y + trunc(ty);
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   174
    vx:= -tx;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   175
    vy:= -ty;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   176
    t:= 0;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   177
    while t <= 1.0 do
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   178
          begin
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   179
          tsq:= sqr(t);
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   180
          tcb:= tsq * t;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   181
          r1:= (1 - 3*t + 3*tsq -   tcb) * x1;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   182
          r2:= (    3*t - 6*tsq + 3*tcb) * cx1;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   183
          r3:= (          3*tsq - 3*tcb) * cx2;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   184
          r4:= (                    tcb) * x2;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   185
          X:= round(r1 + r2 + r3 + r4);
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   186
          r1:= (1 - 3*t + 3*tsq -   tcb) * y1;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   187
          r2:= (    3*t - 6*tsq + 3*tcb) * cy1;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   188
          r3:= (          3*tsq - 3*tcb) * cy2;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   189
          r4:= (                    tcb) * y2;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   190
          Y:= round(r1 + r2 + r3 + r4);
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   191
          t:= t + Delta;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   192
          pa.ar[pa.Count].x:= X;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   193
          pa.ar[pa.Count].y:= Y;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   194
          inc(pa.Count);
160
207f520b9e83 Soma small fixes + new land template
unc0rr
parents: 155
diff changeset
   195
          TryDo(pa.Count <= cMaxEdgePoints, 'Edge points overflow', true)
22
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   196
          end;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   197
    end;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   198
end;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   199
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   200
procedure FillLand(x, y: integer);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   201
var Stack: record
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   202
           Count: Longword;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   203
           points: array[0..8192] of record
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   204
                                     xl, xr, y, dir: integer;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   205
                                     end
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   206
           end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   207
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   208
    procedure Push(_xl, _xr, _y, _dir: integer);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   209
    begin
75
d2b737858ff7 - New First Aid powerup
unc0rr
parents: 74
diff changeset
   210
    TryDo(Stack.Count <= 8192, 'FillLand: stack overflow', true);
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   211
    _y:= _y + _dir;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   212
    if (_y < 0) or (_y > 1023) then exit;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   213
    with Stack.points[Stack.Count] do
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   214
         begin
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   215
         xl:= _xl;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   216
         xr:= _xr;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   217
         y:= _y;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   218
         dir:= _dir
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   219
         end;
75
d2b737858ff7 - New First Aid powerup
unc0rr
parents: 74
diff changeset
   220
    inc(Stack.Count)
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   221
    end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   222
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   223
    procedure Pop(out _xl, _xr, _y, _dir: integer);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   224
    begin
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   225
    dec(Stack.Count);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   226
    with Stack.points[Stack.Count] do
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   227
         begin
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   228
         _xl:= xl;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   229
         _xr:= xr;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   230
         _y:= y;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   231
         _dir:= dir
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   232
         end
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   233
    end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   234
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   235
var xl, xr, dir: integer;
109
ab0340f580c2 - Initialize translations earlier
unc0rr
parents: 107
diff changeset
   236
begin     
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   237
Stack.Count:= 0;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   238
xl:= x - 1;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   239
xr:= x;
23
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   240
Push(xl, xr, y, -1);
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   241
Push(xl, xr, y,  1);
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   242
while Stack.Count > 0 do
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   243
      begin
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   244
      Pop(xl, xr, y, dir);
51
b6e3ae05857f - Get rid of hwserv and runhelper
unc0rr
parents: 37
diff changeset
   245
      while (xl > 0) and (Land[y, xl] <> 0) do dec(xl);
b6e3ae05857f - Get rid of hwserv and runhelper
unc0rr
parents: 37
diff changeset
   246
      while (xr < 2047) and (Land[y, xr] <> 0) do inc(xr);
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   247
      while (xl < xr) do
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   248
            begin
51
b6e3ae05857f - Get rid of hwserv and runhelper
unc0rr
parents: 37
diff changeset
   249
            while (xl <= xr) and (Land[y, xl] = 0) do inc(xl);
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   250
            x:= xl;
51
b6e3ae05857f - Get rid of hwserv and runhelper
unc0rr
parents: 37
diff changeset
   251
            while (xl <= xr) and (Land[y, xl] <> 0) do
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   252
                  begin
51
b6e3ae05857f - Get rid of hwserv and runhelper
unc0rr
parents: 37
diff changeset
   253
                  Land[y, xl]:= 0;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   254
                  inc(xl)
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   255
                  end;
22
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   256
            if x < xl then
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   257
               begin
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   258
               Push(x, Pred(xl), y, dir);
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   259
               Push(x, Pred(xl), y,-dir);
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   260
               end;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   261
            end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   262
      end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   263
end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   264
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   265
procedure ColorizeLand(Surface: PSDL_Surface);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   266
var tmpsurf: PSDL_Surface;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   267
    r: TSDL_Rect;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   268
begin
80
3c3dc6a148ca - Fixed bug with hedgehog under water using rope
unc0rr
parents: 75
diff changeset
   269
tmpsurf:= LoadImage(Pathz[ptCurrTheme] + '/LandTex', false);
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   270
r.y:= 0;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   271
while r.y < 1024 do
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   272
      begin
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   273
      r.x:= 0;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   274
      while r.x < 2048 do
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   275
            begin
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   276
            SDL_UpperBlit(tmpsurf, nil, Surface, @r);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   277
            inc(r.x, tmpsurf.w)
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   278
            end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   279
      inc(r.y, tmpsurf.h)
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   280
      end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   281
SDL_FreeSurface(tmpsurf);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   282
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   283
tmpsurf:= SDL_CreateRGBSurfaceFrom(@Land, 2048, 1024, 32, 2048*4, $FF0000, $FF00, $FF, 0);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   284
SDLTry(tmpsurf <> nil, true);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   285
SDL_SetColorKey(tmpsurf, SDL_SRCCOLORKEY, SDL_MapRGB(tmpsurf.format, $FF, $FF, $FF));
22
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   286
SDL_UpperBlit(tmpsurf, nil, Surface, nil);
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   287
SDL_FreeSurface(tmpsurf)
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   288
end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   289
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   290
procedure AddBorder(Surface: PSDL_Surface);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   291
var tmpsurf: PSDL_Surface;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   292
    r, rr: TSDL_Rect;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   293
    x, yd, yu: integer;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   294
begin
80
3c3dc6a148ca - Fixed bug with hedgehog under water using rope
unc0rr
parents: 75
diff changeset
   295
tmpsurf:= LoadImage(Pathz[ptCurrTheme] + '/Border', false);
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   296
for x:= 0 to 2047 do
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   297
    begin
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   298
    yd:= 1023;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   299
    repeat
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   300
      while (yd > 0   ) and (Land[yd, x] =  0) do dec(yd);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   301
      if (yd < 0) then yd:= 0;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   302
      while (yd < 1024) and (Land[yd, x] <> 0) do inc(yd);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   303
      dec(yd);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   304
      yu:= yd;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   305
      while (yu > 0  ) and (Land[yu, x] <> 0) do dec(yu);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   306
      while (yu < yd ) and (Land[yu, x] =  0) do inc(yu);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   307
      if (yd < 1023) and ((yd - yu) >= 16) then
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   308
         begin
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   309
         rr.x:= x;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   310
         rr.y:= yd - 15;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   311
         r.x:= x mod tmpsurf.w;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   312
         r.y:= 16;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   313
         r.w:= 1;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   314
         r.h:= 16;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   315
         SDL_UpperBlit(tmpsurf, @r, Surface, @rr);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   316
         end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   317
      if (yu > 0) then
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   318
         begin
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   319
         rr.x:= x;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   320
         rr.y:= yu;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   321
         r.x:= x mod tmpsurf.w;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   322
         r.y:= 0;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   323
         r.w:= 1;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   324
         r.h:= min(16, yd - yu + 1);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   325
         SDL_UpperBlit(tmpsurf, @r, Surface, @rr);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   326
         end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   327
      yd:= yu - 1;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   328
    until yd < 0;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   329
    end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   330
end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   331
23
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   332
procedure PointWave(var Template: TEdgeTemplate; var pa: TPixAr);
27
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   333
const MAXPASSES = 32;
107
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   334
var ar: array[0..MAXPASSES, 0..5] of Double;
22
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   335
    i, k: integer;
107
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   336
    rx, ry, oy: Double;
23
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   337
    PassesNum: Longword;
22
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   338
begin
23
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   339
with Template do
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   340
     begin
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   341
     PassesNum:= PassMin + getrandom(PassDelta);
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   342
     TryDo(PassesNum < MAXPASSES, 'Passes number too big', true);
27
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   343
     ar[0, 1]:= WaveFreqMin;
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   344
     ar[0, 4]:= WaveFreqMin;
23
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   345
     for i:= 1 to PassesNum do  // initialize random parameters
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   346
         begin
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   347
         ar[i, 0]:= WaveAmplMin + getrandom * WaveAmplDelta;
27
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   348
         ar[i, 1]:= ar[i - 1, 1] + (getrandom * 0.7 + 0.3) * WaveFreqDelta;
23
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   349
         ar[i, 2]:= getrandom * pi * 2;
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   350
         ar[i, 3]:= WaveAmplMin + getrandom * WaveAmplDelta;
27
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   351
         ar[i, 4]:= ar[i - 1, 4] + (getrandom * 0.7 + 0.3) * WaveFreqDelta;
23
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   352
         ar[i, 5]:= getrandom * pi * 2;
53
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   353
         {$IFDEF DEBUGFILE}
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   354
         AddFileLog('Wave params ¹' + inttostr(i) + ':');
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   355
         AddFileLog('X: ampl = ' + floattostr(ar[i, 0]) + '; freq = ' + floattostr(ar[i, 1]) + '; shift = ' + floattostr(ar[i, 2]));
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   356
         AddFileLog('Y: ampl = ' + floattostr(ar[i, 3]) + '; freq = ' + floattostr(ar[i, 4]) + '; shift = ' + floattostr(ar[i, 5]));
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   357
         {$ENDIF}
23
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   358
         end;
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   359
     end;
22
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   360
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   361
for k:= 0 to Pred(pa.Count) do  // apply transformation
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   362
    begin
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   363
    rx:= pa.ar[k].x;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   364
    ry:= pa.ar[k].y;
24
79c411363184 Add theme objects to land
unc0rr
parents: 23
diff changeset
   365
    for i:= 1 to PassesNum do
22
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   366
        begin
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   367
        oy:= ry;
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   368
        ry:= ry + ar[i, 0] * sin(ar[i, 1] * rx + ar[i, 2]);
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   369
        rx:= rx + ar[i, 3] * sin(ar[i, 4] * oy + ar[i, 5]);
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   370
        end;
24
79c411363184 Add theme objects to land
unc0rr
parents: 23
diff changeset
   371
    pa.ar[k].x:= round(rx);
79c411363184 Add theme objects to land
unc0rr
parents: 23
diff changeset
   372
    pa.ar[k].y:= round(ry);
79c411363184 Add theme objects to land
unc0rr
parents: 23
diff changeset
   373
    end;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   374
end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   375
67
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   376
procedure NormalizePoints(var pa: TPixAr);
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   377
const brd = 32;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   378
var isUP: boolean;  // HACK: transform for Y should be exact as one for X  
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   379
    Left, Right, Top, Bottom,
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   380
    OWidth, Width, OHeight, Height,
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   381
    OLeft: integer;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   382
    i: integer;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   383
begin
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   384
TryDo((pa.ar[0].y < 0) or (pa.ar[0].y > 1023), 'Bad land generated', true);
160
207f520b9e83 Soma small fixes + new land template
unc0rr
parents: 155
diff changeset
   385
TryDo((pa.ar[Pred(pa.Count)].y < 0) or (pa.ar[Pred(pa.Count)].y > 1023), 'Bad land generated', true);
67
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   386
isUP:= pa.ar[0].y > 0;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   387
Left:= 1023;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   388
Right:= Left;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   389
Top:= pa.ar[0].y;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   390
Bottom:= Top;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   391
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   392
for i:= 1 to Pred(pa.Count) do
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   393
    with pa.ar[i] do
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   394
         begin
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   395
         if (y and $FFFFFC00) = 0 then
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   396
            if x < Left then Left:= x else
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   397
            if x > Right then Right:= x;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   398
         if y < Top then Top:= y else
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   399
         if y > Bottom then Bottom:= y
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   400
         end;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   401
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   402
if (Left < brd) or (Right > 2047 - brd) then
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   403
   begin
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   404
   OLeft:= Left;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   405
   OWidth:= Right - OLeft;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   406
   if Left < brd then Left:= brd;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   407
   if Right > 2047 - brd then Right:= 2047 - brd;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   408
   Width:= Right - Left;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   409
   for i:= 0 to Pred(pa.Count) do
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   410
       with pa.ar[i] do
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   411
            x:= round((x - OLeft) * Width div OWidth + Left)
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   412
   end;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   413
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   414
if isUp then // FIXME: remove hack
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   415
   if Top < brd then
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   416
      begin
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   417
      OHeight:= 1023 - Top;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   418
      Height:= 1023 - brd;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   419
      for i:= 0 to Pred(pa.Count) do
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   420
          with pa.ar[i] do
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   421
               y:= round((y - 1023) * Height div OHeight + 1023)
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   422
   end;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   423
end;
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   424
23
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   425
procedure GenBlank(var Template: TEdgeTemplate);
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   426
var pa: TPixAr;
23
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   427
    i: Longword;
155
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   428
    y, x: Longword;
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   429
begin
155
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   430
for y:= 0 to 1023 do
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   431
    for x:= 0 to 2047 do
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   432
        Land[y, x]:= COLOR_LAND;
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   433
23
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   434
with Template do
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   435
     begin
27
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   436
     if canMirror then
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   437
        if getrandom(16) < 8 then
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   438
           begin
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   439
           for i:= 0 to pred(BasePointsCount) do
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   440
               BasePoints^[i].x:= 2047 - BasePoints^[i].x;
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   441
           for i:= 0 to pred(FillPointsCount) do
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   442
               FillPoints^[i].x:= 2047 - FillPoints^[i].x;
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   443
           end;
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   444
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   445
     if canFlip then
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   446
        if getrandom(16) < 8 then
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   447
           begin
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   448
           for i:= 0 to pred(BasePointsCount) do
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   449
               BasePoints^[i].y:= 1023 - BasePoints^[i].y;
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   450
           for i:= 0 to pred(FillPointsCount) do
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   451
               FillPoints^[i].y:= 1023 - FillPoints^[i].y;
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   452
           end;
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   453
23
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   454
     pa.Count:= BasePointsCount;
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   455
     for i:= 0 to pred(pa.Count) do
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   456
         pa.ar[i]:= BasePoints^[i];
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   457
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   458
     for i:= 1 to BezPassCnt do
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   459
         BezierizeEdge(pa, 0.33333334);
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   460
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   461
     PointWave(Template, pa);
67
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   462
     NormalizePoints(pa);
89
f9db56409a86 - Fix various bugs
unc0rr
parents: 80
diff changeset
   463
     DrawBezierEdge(pa, 0);
23
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   464
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   465
     for i:= 0 to pred(FillPointsCount) do
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   466
         with FillPoints^[i] do
89
f9db56409a86 - Fix various bugs
unc0rr
parents: 80
diff changeset
   467
              FillLand(x, y);
f9db56409a86 - Fix various bugs
unc0rr
parents: 80
diff changeset
   468
f9db56409a86 - Fix various bugs
unc0rr
parents: 80
diff changeset
   469
     DrawBezierEdge(pa, COLOR_LAND);
23
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   470
     end;
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   471
end;
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   472
161
d8870bbf960e - AmmoMenu
unc0rr
parents: 160
diff changeset
   473
function SelectTemplate: integer;
d8870bbf960e - AmmoMenu
unc0rr
parents: 160
diff changeset
   474
begin
d8870bbf960e - AmmoMenu
unc0rr
parents: 160
diff changeset
   475
Result:= getrandom(Succ(High(EdgeTemplates)))
d8870bbf960e - AmmoMenu
unc0rr
parents: 160
diff changeset
   476
end;
d8870bbf960e - AmmoMenu
unc0rr
parents: 160
diff changeset
   477
23
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   478
procedure GenLandSurface;
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   479
var tmpsurf: PSDL_Surface;
16322d14f068 - Land generator uses templates to generate
unc0rr
parents: 22
diff changeset
   480
begin
53
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   481
WriteLnToConsole('Generating land...');
155
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   482
161
d8870bbf960e - AmmoMenu
unc0rr
parents: 160
diff changeset
   483
GenBlank(EdgeTemplates[SelectTemplate]);
22
517be8dc5b76 - Fixed spawning boxes under water
unc0rr
parents: 10
diff changeset
   484
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   485
AddProgress;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   486
with PixelFormat^ do
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   487
     tmpsurf:= SDL_CreateRGBSurface(SDL_HWSURFACE, 2048, 1024, BitsPerPixel, RMask, GMask, BMask, 0);
67
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   488
TryDo(tmpsurf <> nil, 'Error creating pre-land surface', true);
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   489
ColorizeLand(tmpsurf);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   490
AddProgress;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   491
AddBorder(tmpsurf);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   492
with PixelFormat^ do
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   493
     LandSurface:= SDL_CreateRGBSurface(SDL_HWSURFACE, 2048, 1024, BitsPerPixel, RMask, GMask, BMask, 0);
67
3101306251e5 - 2 more Land templates
unc0rr
parents: 64
diff changeset
   494
TryDo(LandSurface <> nil, 'Error creating land surface', true);
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   495
SDL_FillRect(LandSurface, nil, 0);
27
c374fe590272 - improve land generation
unc0rr
parents: 24
diff changeset
   496
AddProgress;
24
79c411363184 Add theme objects to land
unc0rr
parents: 23
diff changeset
   497
70
82d93eeecebe - Many AI improvements
unc0rr
parents: 67
diff changeset
   498
SDL_SetColorKey(tmpsurf, SDL_SRCCOLORKEY, 0);
82d93eeecebe - Many AI improvements
unc0rr
parents: 67
diff changeset
   499
AddObjects(tmpsurf, LandSurface);
82d93eeecebe - Many AI improvements
unc0rr
parents: 67
diff changeset
   500
SDL_FreeSurface(tmpsurf);
24
79c411363184 Add theme objects to land
unc0rr
parents: 23
diff changeset
   501
70
82d93eeecebe - Many AI improvements
unc0rr
parents: 67
diff changeset
   502
AddProgress
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   503
end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   504
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   505
procedure MakeFortsMap;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   506
var p: PTeam;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   507
    tmpsurf: PSDL_Surface;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   508
begin
53
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   509
WriteLnToConsole('Generating forts land...');
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   510
p:= TeamsList;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   511
TryDo(p <> nil, 'No teams on map!', true);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   512
with PixelFormat^ do
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   513
     LandSurface:= SDL_CreateRGBSurface(SDL_HWSURFACE, 2048, 1024, BitsPerPixel, RMask, GMask, BMask, 0);
37
2b7f2a43b999 - Properly get seed in net game
unc0rr
parents: 35
diff changeset
   514
SDL_FillRect(LandSurface, nil, 0);
74
42257fee61ae - Unicode support for team and hedgehogs names
unc0rr
parents: 70
diff changeset
   515
tmpsurf:= LoadImage(Pathz[ptForts] + '/' + p.FortName + 'L', false);
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   516
BlitImageAndGenerateCollisionInfo(0, 0, tmpsurf, LandSurface);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   517
SDL_FreeSurface(tmpsurf);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   518
p:= p.Next;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   519
TryDo(p <> nil, 'Only one team on map!', true);
74
42257fee61ae - Unicode support for team and hedgehogs names
unc0rr
parents: 70
diff changeset
   520
tmpsurf:= LoadImage(Pathz[ptForts] + '/' + p.FortName + 'R', false);
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   521
BlitImageAndGenerateCollisionInfo(1024, 0, tmpsurf, LandSurface);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   522
SDL_FreeSurface(tmpsurf);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   523
p:= p.Next;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   524
TryDo(p = nil, 'More than 2 teams on map in forts mode!', true);
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   525
end;
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   526
53
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   527
procedure LoadMap;
107
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   528
var x, y: Longword;
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   529
    p: PByteArray;
53
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   530
begin
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   531
WriteLnToConsole('Loading land from file...');
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   532
AddProgress;
74
42257fee61ae - Unicode support for team and hedgehogs names
unc0rr
parents: 70
diff changeset
   533
LandSurface:= LoadImage(Pathz[ptMapCurrent] + '/map', false);
53
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   534
TryDo((LandSurface.w = 2048) and (LandSurface.h = 1024), 'Map dimensions should be 2048x1024!', true);
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   535
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   536
if SDL_MustLock(LandSurface) then
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   537
   SDLTry(SDL_LockSurface(LandSurface) >= 0, true);
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   538
107
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   539
p:= LandSurface.pixels;
53
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   540
case LandSurface.format.BytesPerPixel of
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   541
     1: OutError('We don''t work with 8 bit surfaces', true);
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   542
     2: for y:= 0 to 1023 do
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   543
            begin
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   544
            for x:= 0 to 2047 do
107
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   545
                if PWord(@p[x * 2])^ <> 0 then Land[y, x]:= COLOR_LAND;
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   546
            p:= @p[LandSurface.pitch];
53
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   547
            end;
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   548
     3: for y:= 0 to 1023 do
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   549
            begin
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   550
            for x:= 0 to 2047 do
107
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   551
                if  (p[x * 3 + 0] <> 0)
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   552
                 or (p[x * 3 + 1] <> 0)
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   553
                 or (p[x * 3 + 2] <> 0) then Land[y, x]:= COLOR_LAND;
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   554
            p:= @p[LandSurface.pitch];
53
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   555
            end;
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   556
     4: for y:= 0 to 1023 do
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   557
            begin
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   558
            for x:= 0 to 2047 do
107
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   559
                if PLongword(@p[x * 4])^ <> 0 then Land[y, x]:= COLOR_LAND;
b08ce0293a51 - Many type fixes
unc0rr
parents: 102
diff changeset
   560
            p:= @p[LandSurface.pitch];
53
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   561
            end;
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   562
     end;
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   563
if SDL_MustLock(LandSurface) then
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   564
   SDL_UnlockSurface(LandSurface);
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   565
end;
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   566
37
2b7f2a43b999 - Properly get seed in net game
unc0rr
parents: 35
diff changeset
   567
procedure GenMap;
2b7f2a43b999 - Properly get seed in net game
unc0rr
parents: 35
diff changeset
   568
begin
53
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   569
if (GameFlags and gfForts) = 0 then
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   570
   if Pathz[ptMapCurrent] <> '' then LoadMap
0e27949850e3 - Fixed bubble theme object
unc0rr
parents: 51
diff changeset
   571
                                else GenLandSurface
37
2b7f2a43b999 - Properly get seed in net game
unc0rr
parents: 35
diff changeset
   572
                               else MakeFortsMap;
2b7f2a43b999 - Properly get seed in net game
unc0rr
parents: 35
diff changeset
   573
AddProgress;
2b7f2a43b999 - Properly get seed in net game
unc0rr
parents: 35
diff changeset
   574
{$IFDEF DEBUGFILE}LogLandDigest{$ENDIF}
2b7f2a43b999 - Properly get seed in net game
unc0rr
parents: 35
diff changeset
   575
end;
2b7f2a43b999 - Properly get seed in net game
unc0rr
parents: 35
diff changeset
   576
155
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   577
procedure GenPreview;
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   578
var x, y, xx, yy, t, bit: integer;
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   579
begin
160
207f520b9e83 Soma small fixes + new land template
unc0rr
parents: 155
diff changeset
   580
WriteLnToConsole('Generating preview...');
161
d8870bbf960e - AmmoMenu
unc0rr
parents: 160
diff changeset
   581
GenBlank(EdgeTemplates[SelectTemplate]);
155
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   582
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   583
for y:= 0 to 127 do
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   584
    for x:= 0 to 31 do
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   585
        begin
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   586
        Preview[y, x]:= 0;
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   587
        for bit:= 0 to 7 do
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   588
            begin
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   589
            t:= 0;
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   590
            for yy:= y * 8 to y * 8 + 7 do
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   591
                for xx:= x * 64 + bit * 8 to x * 64 + bit * 8 + 7 do
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   592
                    if Land[yy, xx] <> 0 then inc(t);
160
207f520b9e83 Soma small fixes + new land template
unc0rr
parents: 155
diff changeset
   593
            if t > 8 then Preview[y, x]:= Preview[y, x] or ($80 shr bit) 
155
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   594
            end
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   595
        end
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   596
end;
401f4ea24715 Engine can generate land preview and send it via IPC
unc0rr
parents: 109
diff changeset
   597
51
b6e3ae05857f - Get rid of hwserv and runhelper
unc0rr
parents: 37
diff changeset
   598
initialization
b6e3ae05857f - Get rid of hwserv and runhelper
unc0rr
parents: 37
diff changeset
   599
4
bcbd7adb4e4b - set svn:eol-style to native
unc0rr
parents: 1
diff changeset
   600
end.