~ubuntu-branches/ubuntu/maverick/asc/maverick

« back to all changes in this revision

Viewing changes to source/edgen.h

  • Committer: Bazaar Package Importer
  • Author(s): Barry deFreese, Eddy Petrișor, Gonéri Le Bouder, Cyril Brulebois, Barry deFreese
  • Date: 2008-01-08 19:54:18 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080108195418-n19fc4eobhhqxcy5
Tags: 2.0.1.0-1
[ Eddy Petrișor ]
* fixed Homepage semifield

[ Gonéri Le Bouder ]
* add a watchfile
* move homepage from the description to the new Homepage field

[ Cyril Brulebois ]
* Added Vcs-Svn and Vcs-Browser fields in the control file.

[ Barry deFreese ]
* Fix make-clean lintian warning
* New upstream release
* Bump debhelper build-dep to match compat
* Add desktop file
* Update watch file for new upstream naming
* Remove nostrip check from rules
* Bump Standards Version to 3.7.3
* Add myself to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
    \brief Interface for the random map generator
3
3
*/
4
4
 
5
 
//     $Id: edgen.h,v 1.8 2004/07/12 18:15:05 mbickel Exp $
 
5
//     $Id: edgen.h,v 1.10 2007-04-13 16:15:53 mbickel Exp $
6
6
//
7
7
//     $Log: edgen.h,v $
 
8
//     Revision 1.10  2007-04-13 16:15:53  mbickel
 
9
//      Merged ASC2 branch
 
10
//
 
11
//     Revision 1.8.2.2  2006/06/15 14:15:57  mbickel
 
12
//      Fixed compilation warnings
 
13
//      Added new building subwindows
 
14
//      removed weathersystem
 
15
//
 
16
//     Revision 1.8.2.1  2006/03/01 21:00:50  mbickel
 
17
//      Clean up of source
 
18
//      Fixed to construction icons
 
19
//
8
20
//     Revision 1.8  2004/07/12 18:15:05  mbickel
9
21
//      Lots of tweaks and fixed for more portability and compilation with mingw
10
22
//
97
109
   char bordername[maxtilevals][20];
98
110
   char generated;
99
111
   int startblocksize;
100
 
   pascal_byte tilevalcount,acttile;
 
112
   int tilevalcount,acttile;
101
113
   };
102
114
 
103
115
typedef tmemoryblock *pmemoryblock;