~ubuntu-branches/ubuntu/lucid/warzone2100/lucid

« back to all changes in this revision

Viewing changes to data/mods/multiplay/ntw/multiplay/script/cam3day.vlo

  • Committer: Bazaar Package Importer
  • Author(s): Christoph Egger, Paul Wise, Christoph Egger
  • Date: 2009-06-29 17:12:52 UTC
  • mfrom: (1.1.11 upstream) (2.1.7 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090629171252-5ddnlfg3zfchrega
Tags: 2.2.1+dfsg1-1
[ Paul Wise ]
* New upstream release (Closes: #534962)
* Adjust the flex build-depends to take account of the conflict
  with all the versions of flex 2.5.34 (LP: #372872)
* Make the -music Recommends more strict, 2.1 music doesn't work
  with 2.2.
* Upstream moved the downloads to sourceforge, update the watch file
* Bump Standards-Version, no changes needed
* Drop use of dh_desktop since it no longer does anything
* Recommend the new warzone2100-video package, version 2.2 or similar
* Mention the warzone2100 crash reports in the -dbg package description

[ Christoph Egger ]
* Replace CC-2.0 graphic from cybersphinx, create a new tarball
* Add myself to uploaders

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
// cam3day.vlo
2
 
// Weather and day/night VLO for Cam3
3
 
// make daytime
4
 
 
5
 
script "fog-daynight.slo"
6
 
run
7
 
{
8
 
 
9
 
// Time zone data.
10
 
red[0]  int 16  grn[0]  int 32  blu[0]  int 48
11
 
red[1]  int 16  grn[1]  int 32  blu[1]  int 48
12
 
red[2]  int 16  grn[2]  int 32  blu[2]  int 64
13
 
red[3]  int 112 grn[3]  int 120 blu[3]  int 128
14
 
red[4]  int 160 grn[4]  int 176 blu[4]  int 192
15
 
red[5]  int 240 grn[5]  int 248 blu[5]  int 255
16
 
red[6]  int 240 grn[6]  int 248 blu[6]  int 255
17
 
red[7]  int 240 grn[7]  int 248 blu[7]  int 255
18
 
red[8]  int 240 grn[8]  int 248 blu[8]  int 248
19
 
red[9]  int 176 grn[9]  int 168 blu[9]  int 160
20
 
red[10] int 60  grn[10] int 56  blu[10] int 52
21
 
red[11] int 16  grn[11] int 32  blu[11] int 48
22
 
red[12] int 16  grn[12] int 32  blu[12] int 48
23
 
 
24
 
 
25
 
// Mountain weather conditions.
26
 
      chStay    int     35
27
 
        chClear int     10
28
 
        chRain  int     5
29
 
        chSnow  int     50
30
 
}
 
1
// cam3day.vlo
 
2
// Weather and day/night VLO for Cam3
 
3
// make daytime
 
4
 
 
5
script "fog-daynight.slo"
 
6
run
 
7
{
 
8
 
 
9
// Time zone data.
 
10
red[0]  int 16  grn[0]  int 32  blu[0]  int 48
 
11
red[1]  int 16  grn[1]  int 32  blu[1]  int 48
 
12
red[2]  int 16  grn[2]  int 32  blu[2]  int 64
 
13
red[3]  int 112 grn[3]  int 120 blu[3]  int 128
 
14
red[4]  int 160 grn[4]  int 176 blu[4]  int 192
 
15
red[5]  int 240 grn[5]  int 248 blu[5]  int 255
 
16
red[6]  int 240 grn[6]  int 248 blu[6]  int 255
 
17
red[7]  int 240 grn[7]  int 248 blu[7]  int 255
 
18
red[8]  int 240 grn[8]  int 248 blu[8]  int 248
 
19
red[9]  int 176 grn[9]  int 168 blu[9]  int 160
 
20
red[10] int 60  grn[10] int 56  blu[10] int 52
 
21
red[11] int 16  grn[11] int 32  blu[11] int 48
 
22
red[12] int 16  grn[12] int 32  blu[12] int 48
 
23
 
 
24
 
 
25
// Mountain weather conditions.
 
26
      chStay    int     30
 
27
        chClear int     5
 
28
        chRain  int     15
 
29
        chSnow  int     50
 
30
}