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

« back to all changes in this revision

Viewing changes to source/clparser/asc.gp

  • 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:
1
 
/* 
2
 
   This is the file from which the command line parsing code of ASC is 
3
 
   generated by genparse ( http://genparse.sourceforge.net ) 
4
 
*/
5
 
#description "Advanced Strategic Command: a turn based strategy game"
6
 
x / xresolution int 800 [640...] "Set horizontal resolution to <X>"
7
 
y / yresolution int 600 [480...] "Set vertical resolution to <Y>"
8
 
l / load        string           "Load a map, save game, or email game on startup"
9
 
c / configfile  string           "Use given configuration file"
10
 
r / verbose     int 0 [0..10]    "Set verbosity level to x (0..10)"
11
 
w / window      flag             "Disable fullscreen mode"
12
 
f / fullscreen  flag             "Enable fullscreen mode (overriding config file)"
13
 
q / nosound     flag             "Disable sound"
14
 
NONE / testrun  flag             "tests loading the data, but does not open any windows"