From e6e7222d5a730368ed4e84c2e0f55427460e5230 Mon Sep 17 00:00:00 2001 From: Bradley Smith Date: Mon, 21 Jan 2008 00:16:45 +0000 Subject: Imported GNU robots from CVS. Signed-off-by: Bradley Smith --- lib/xpm/Makefile.am | 31 ++++++++++++++++++++++++++ lib/xpm/baddie.xpm | 28 ++++++++++++++++++++++++ lib/xpm/food.xpm | 27 +++++++++++++++++++++++ lib/xpm/prize.xpm | 31 ++++++++++++++++++++++++++ lib/xpm/robot.xpm | 28 ++++++++++++++++++++++++ lib/xpm/robot_east.xpm | 28 ++++++++++++++++++++++++ lib/xpm/robot_north.xpm | 28 ++++++++++++++++++++++++ lib/xpm/robot_south.xpm | 28 ++++++++++++++++++++++++ lib/xpm/robot_west.xpm | 28 ++++++++++++++++++++++++ lib/xpm/space.xpm | 26 ++++++++++++++++++++++ lib/xpm/statusbar.xpm | 58 +++++++++++++++++++++++++++++++++++++++++++++++++ lib/xpm/wall.xpm | 26 ++++++++++++++++++++++ 12 files changed, 367 insertions(+) create mode 100644 lib/xpm/Makefile.am create mode 100644 lib/xpm/baddie.xpm create mode 100644 lib/xpm/food.xpm create mode 100644 lib/xpm/prize.xpm create mode 100644 lib/xpm/robot.xpm create mode 100644 lib/xpm/robot_east.xpm create mode 100644 lib/xpm/robot_north.xpm create mode 100644 lib/xpm/robot_south.xpm create mode 100644 lib/xpm/robot_west.xpm create mode 100644 lib/xpm/space.xpm create mode 100644 lib/xpm/statusbar.xpm create mode 100644 lib/xpm/wall.xpm (limited to 'lib/xpm') diff --git a/lib/xpm/Makefile.am b/lib/xpm/Makefile.am new file mode 100644 index 0000000..60cb556 --- /dev/null +++ b/lib/xpm/Makefile.am @@ -0,0 +1,31 @@ +## +## xpm/Makefile.am +## +## GNU Robots is free software; you can redistribute it and/or modify +## it under the terms of the GNU General Public License as published by +## the Free Software Foundation; either version 2 of the License, or +## (at your option) any later version. +## +## GNU Robots is distributed in the hope that it will be useful, +## but WITHOUT ANY WARRANTY; without even the implied warranty of +## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +## GNU General Public License for more details. +## +## You should have received a copy of the GNU General Public License +## along with GNU Robots; if not, write to the Free Software +## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +## + +EXTRA_DIST =\ + baddie.xpm\ + food.xpm\ + prize.xpm\ + robot_east.xpm\ + robot_north.xpm\ + robot_south.xpm\ + robot_west.xpm\ + robot.xpm\ + space.xpm\ + statusbar.xpm\ + wall.xpm + diff --git a/lib/xpm/baddie.xpm b/lib/xpm/baddie.xpm new file mode 100644 index 0000000..60c1c6d --- /dev/null +++ b/lib/xpm/baddie.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char *baddie_xpm[] = { +/* width height num_colors chars_per_pixel */ +" 16 16 5 1", +/* colors */ +". c #ffffff", +"# c #990033", +"a c #c0c0c0", +"b c #808080", +"c c #ffffff", +/* pixels */ +"................", +"................", +"......#...#.....", +".......###......", +".....a#####a....", +".....b#c###b....", +"....b#c###b#b...", +"....##cbab###...", +"...#####a#####..", +"....####a####...", +"...#b###a###b#..", +".....###a###....", +"....#a##a##a#...", +".......#b#......", +"................", +"................" +}; diff --git a/lib/xpm/food.xpm b/lib/xpm/food.xpm new file mode 100644 index 0000000..34558d3 --- /dev/null +++ b/lib/xpm/food.xpm @@ -0,0 +1,27 @@ +/* XPM */ +static char *food_xpm[] = { +/* width height num_colors chars_per_pixel */ +" 16 16 4 1", +/* colors */ +". c #f83000", +"# c #c8ccc8", +"a c #989898", +"b c #f8fcf8", +/* pixels */ +"bbbbbbbbbbbbbbbb", +"bbbbbbbbbbbbbbbb", +"bbbbbbbbbbbbbbbb", +"bbb#bbbbbb#b#abb", +"bbbbbbbbbbbbbabb", +"bbbbbbbbbbbbbabb", +"bbbbbbbb.bbbbabb", +"bbbbbbbb.bbbbabb", +"bbbbbb.....bbabb", +"bbbbbbbb.bbbbabb", +"bbbbbbbb.bbbbabb", +"bbbbbbbbbbbbbabb", +"bbbbbbbbbbbbbabb", +"bbbaaaaaaaaaaabb", +"bbbbbbbbbbbbbbbb", +"bbbbbbbbbbbbbbbb" +}; diff --git a/lib/xpm/prize.xpm b/lib/xpm/prize.xpm new file mode 100644 index 0000000..96c4dad --- /dev/null +++ b/lib/xpm/prize.xpm @@ -0,0 +1,31 @@ +/* XPM */ +static char *prize_xpm[] = { +/* width height num_colors chars_per_pixel */ +" 16 16 8 1", +/* colors */ +". c #303098", +"# c #003098", +"a c #989898", +"b c #c8ccc8", +"c c #606460", +"d c #f8fcf8", +"e c #989800", +"f c #000000", +/* pixels */ +"dddddddddddddddd", +"dddddddddddddddd", +"dddddddddddddddd", +"dddddddddddddddd", +"dddd........dddd", +"dddd#deeeed.dddd", +"dddd#dedded#dddd", +"dddd#dedddd#dddd", +"dddd##.#.###dddd", +"dddd##c#cc##dddd", +"dddd##c#cc#.dddd", +"dddd.#cccc#.dddd", +"dddddddddddddddd", +"dddddddddddddddd", +"dddddddddddddddd", +"dddddddddddddddd" +}; diff --git a/lib/xpm/robot.xpm b/lib/xpm/robot.xpm new file mode 100644 index 0000000..fea60e2 --- /dev/null +++ b/lib/xpm/robot.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char *robot_xpm[] = { +/* width height num_colors chars_per_pixel */ +" 16 16 5 1", +/* colors */ +". c #bfbfbf", +"# c #000000", +"a c #808080", +"b c #c0c0c0", +"c c #ffffff", +/* pixels */ +"................", +"................", +"................", +"..####...####...", +".#bccb#.#bccb#..", +"#bccccb#bccccb#.", +"#cccccc#cccccc#a", +"#cc##cc#cc##cc#a", +"#cc##cc#cc##cc#a", +"#bccccb#bccccb#a", +".#bccb#a#bccb#aa", +"..####aa.####aa.", +"...aaaa...aaaa..", +"................", +"................", +"................" +}; diff --git a/lib/xpm/robot_east.xpm b/lib/xpm/robot_east.xpm new file mode 100644 index 0000000..14da711 --- /dev/null +++ b/lib/xpm/robot_east.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char *robot_east_xpm[] = { +/* width height num_colors chars_per_pixel */ +" 16 16 5 1", +/* colors */ +". c #bfbfbf", +"# c #000000", +"a c #808080", +"b c #c0c0c0", +"c c #ffffff", +/* pixels */ +"................", +"................", +"................", +"..####...####...", +".#bccb#.#bccb#..", +"#bccccb#bccccb#.", +"#cccccc#cccccc#a", +"#ccc##c#ccc##c#a", +"#ccc##c#ccc##c#a", +"#bccccb#bccccb#a", +".#bccb#a#bccb#aa", +"..####aa.####aa.", +"...aaaa...aaaa..", +"................", +"................", +"................" +}; diff --git a/lib/xpm/robot_north.xpm b/lib/xpm/robot_north.xpm new file mode 100644 index 0000000..ec7284d --- /dev/null +++ b/lib/xpm/robot_north.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char *robot_north_xpm[] = { +/* width height num_colors chars_per_pixel */ +" 16 16 5 1", +/* colors */ +". c #bfbfbf", +"# c #000000", +"a c #808080", +"b c #c0c0c0", +"c c #ffffff", +/* pixels */ +"................", +"................", +"................", +"..####...####...", +".#bccb#.#bccb#..", +"#bc##cb#bc##cb#.", +"#cc##cc#cc##cc#a", +"#cccccc#cccccc#a", +"#cccccc#cccccc#a", +"#bccccb#bccccb#a", +".#bccb#a#bccb#aa", +"..####aa.####aa.", +"...aaaa...aaaa..", +"................", +"................", +"................" +}; diff --git a/lib/xpm/robot_south.xpm b/lib/xpm/robot_south.xpm new file mode 100644 index 0000000..b0ffc68 --- /dev/null +++ b/lib/xpm/robot_south.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char *robot_south_xpm[] = { +/* width height num_colors chars_per_pixel */ +" 16 16 5 1", +/* colors */ +". c #bfbfbf", +"# c #000000", +"a c #808080", +"b c #c0c0c0", +"c c #ffffff", +/* pixels */ +"................", +"................", +"................", +"..####...####...", +".#bccb#.#bccb#..", +"#bccccb#bccccb#.", +"#cccccc#cccccc#a", +"#cccccc#cccccc#a", +"#cc##cc#cc##cc#a", +"#bc##cb#bc##cb#a", +".#bccb#a#bccb#aa", +"..####aa.####aa.", +"...aaaa...aaaa..", +"................", +"................", +"................" +}; diff --git a/lib/xpm/robot_west.xpm b/lib/xpm/robot_west.xpm new file mode 100644 index 0000000..4a5a2af --- /dev/null +++ b/lib/xpm/robot_west.xpm @@ -0,0 +1,28 @@ +/* XPM */ +static char *robot_west_xpm[] = { +/* width height num_colors chars_per_pixel */ +" 16 16 5 1", +/* colors */ +". c #bfbfbf", +"# c #000000", +"a c #808080", +"b c #c0c0c0", +"c c #ffffff", +/* pixels */ +"................", +"................", +"................", +"..####...####...", +".#bccb#.#bccb#..", +"#bccccb#bccccb#.", +"#cccccc#cccccc#a", +"#c##ccc#c##ccc#a", +"#c##ccc#c##ccc#a", +"#bccccb#bccccb#a", +".#bccb#a#bccb#aa", +"..####aa.####aa.", +"...aaaa...aaaa..", +"................", +"................", +"................" +}; diff --git a/lib/xpm/space.xpm b/lib/xpm/space.xpm new file mode 100644 index 0000000..bce27fb --- /dev/null +++ b/lib/xpm/space.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char *space_xpm[] = { +/* width height num_colors chars_per_pixel */ +" 16 16 3 1", +/* colors */ +". c #989898", +"# c #c8ccc8", +"a c #f8fcf8", +/* pixels */ +"aaaaaaaaaaaaaaaa", +"aaaaaaaaaaaaaaaa", +"aaaaaaaaaaaaaaaa", +"aaaaaaaaaaaaaaaa", +"aaaaaaaaaaaaaaaa", +"aaaaaaaaaaaaaaaa", +"aaaaaaaaaaaaaaaa", +"aaaaaaaaaaaaaaaa", +"aaaaaaaaaaaaaaaa", +"aaaaaaaaaaaaaaaa", +"aaaaaaaaaaaaaaaa", +"aaaaaaaaaaaaaaaa", +"aaaaaaaaaaaaaaaa", +"aaaaaaaaaaaaaaaa", +"aaaaaaaaaaaaaaaa", +"aaaaaaaaaaaaaaaa" +}; diff --git a/lib/xpm/statusbar.xpm b/lib/xpm/statusbar.xpm new file mode 100644 index 0000000..89f5a05 --- /dev/null +++ b/lib/xpm/statusbar.xpm @@ -0,0 +1,58 @@ +/* XPM */ +static char * statusbar_xpm[] = { +"96 32 23 1", +" c None", +". c #323232", +"+ c #343434", +"@ c #363636", +"# c #313131", +"$ c #373737", +"% c #3A3A3A", +"& c #393939", +"* c #2F2F2F", +"= c #262626", +"- c #282828", +"; c #2A2A2A", +"> c #2D2D2D", +", c #1B1B1B", +"' c #1D1D1D", +") c #222222", +"! c #242424", +"~ c #202020", +"{ c #2B2B2B", +"] c #3D3D3D", +"^ c #3C3C3C", +"/ c #3F3F3F", +"( c #191919", +".++@@++.##.$%&*=-;>#..>-,')!=)','~=>#*>;-;{>>*>*#......#=;*$&${~)!-;>>>>**#+++*{{>*#.++..+@&&&$@", +"++@@@.#**>#@&&#{-->*+.>>'~)!!~',''=>##>{-;{>>***##..++..;{*@&@>=!!-{>>>>>**.@+#>>>>#...+#.@$$$$@", +"++@@+#>>>{>+&&+*--{>.+.*!!!!)~''''!{*#*>;;{>>*#....+@++@>>>#@+*;!=;{>>>>>>*#@@+#{>>*##..#.+@@@@+", +"+@@@.*{---{#@&$+;-;>#+++;;-=)~''''!;*#*>{{{>>#.+..++@$$$*>{>*#>{=-;>>>>>>>>*.$@@{>>>>##.##...+.+", +".@@@+*;===;>.@&${;;{*.@@>>{-=)~~'~);>###>>>>>#.@..++@$&&.>;-{>{-=-{>>*>>>{;>#+@@>{{>>>*#***####.", +"#.@$+>;!!=-;>.@&*>-->#+@##*>{-!)~~)->#..*>>>>#+@++++@$&&@#;=-;-!!-{>**>>{;=-{*.+{{{;{>*#**>>>*##", +"*.@@@*{====-{>+$.>;-;>#..++.#>-!))!->*#.##>>>#+$+++@@@$&%+>;--!)!={>##*>{-))=>*#>{;-;>>**>>>>>**", +">#@$@#{-====->.$@#;!->*#.+@$.>;!!!!=>*...#>>>*+$+@++@$$&]$#{;-!~)={>##**{=~~);>>{{;-;{>**>>{{>>*", +";>+&&.>;)-;;-;>.+.#>;;>*##.$%&#;!!)={>##+..*>>.+++$+..&%$&&.;!!!=={*..*>{-)''~!;=-;=!!{*#*>>>>>*", +"-{*+&@*{!={;;;>#+.#>{;>*#**@&&+>-=!={>*#...#>*#.+@@+.#@&&&&+>=!==-;>.+#*{;!~')!-=;;-!!;>.#*>>>**", +"{;;*@&+>=-;;;{>*++.*{{{>**>.$&@.{;--{>>>.+.#**#.+@@+#*#.&^^&*;--;;{>#+++>;=)~~!=-;{;!)-{####*###", +">=!;+%$.=-;;{{>*.++#>{>>>>>*+&&&>{{;>>>>.++.***#@@@+#*>>&^]%@>;-{{{>#@@${;=!))!!-{>;!!!;##....##", +">-~-.&&+;;-;{>>>#.++#>>{>>>>#@&&+#>>>>>>..++####+@@@.*{=@&/]&#{;>>{>#++@;;-=!!)!=;>;=)!-*#++@++.", +">-)-*@$@{;-;>>>>*.@@.*>>{{{>*+$&@+#*>*>>#.+@.##.++@@@#;!*$]/&.>{>>>>#.#*=-==!!!)!-{{=!!->#+@$@+#", +">{;;>#@@>;-->>>{>#@$@#>>;{>>*#@$&@.#***>>.+@+.#.+++$&.>!-#%/%+>{>>>*#*>;!!====))~={{-==;>*+$&@+#", +"#>>{{>.+>;=;>>>{>*@&@.*>>{>>>*.@%&+.##*>>#+@+.....@&&+>!!>&]%@>>>>>##>;=))====!)'!;{-=-;>>+$&@.#", +"=-;>*#**{{-;>>>{>>*+&&.{{{{{>*#+@@$$@+#*>>*+$$+.##+$&&#;=;>+&$.>>>*#.*-~''~=;-!~'~!=--;-{>#@&&@.", +"-=-{#..*>{;;>>>>{;>.$&.>{{{{>*#.@$$$$@..>>*.@$@...+&%&+>-;>.@@.>*>>*.#{!''~=--=~~~)!--;;{>*+&&$+", +"{=!;#$@.>{;{>**>;-{*$$+#>>>>>>**@@$&$$$@>>*.@$$@.#.$%%$.;;>#.+#**{->+@>=''')-;-=~)!=--;->>*+&&&$", +">=~-#&&+>>{{>*##--->.$@.>>>>>>>*+@$&&&&&##*#+@$@.##+&&&+{{>*#.#**;)-#@#;''')=;;-)!!=--;;{>>#@&&$", +">-)=*$&&*>>>*#.#;-!;*++.*>>>>>>>.+@$&&%%+.*#.@$$.*>*+$@.>>>*##*>>!'!>.#>~'''!-;{===--;;;>>{>.$$&", +">;==>.$&+*>>*...>;!={*##>*>>>>>>#.+@$&&%&+#*#+$&+*>>*.#**>*#.#>;=~''=>**!)'')-;;;;-;;;{{*>{{>.++", +">>{-->@^@.*>#...#{=!->*>>>>>>>>>##.+@&&%&$#**+$$&.>{>**>**.++#{-''','!>.;)''~=-{{{{;{{>>*>;-{>*#", +">>>;!>+^$+***.+.+>=)={>>>>>>***>**#.@$&&^&#**.@&%@>{>>>>*#+$@#{!(,'(('{.{=~''!-;>>{{{{>>.>-=-{>>", +">>>{;>*.@+####.@.#>=~~->;{>>>*>*>>*#.+$&&&@#>>#@$$.>{{>*+##+&$*-,'''(')-;-!)');>*>>>>>*##*{-=-;>", +">>>{{{>#++.####.+.#;!)->{>>>>**>>>**.+@$&&$#>{>+&$+#>>*..##+&$#{''~','~=-;=)~!->>*>****#.*>-=-;{", +">>>>{{>*++..***>+@+>-!=;{{>>****>>>*#.++&&$.>;>*$$+#*>#+#**+$&@#)))'''~);;-!))->>*##..+..*>-=-;;", +">>>>>{{>..+.#*>;+@$.>==-{{>>>*#*>>>>**..$&&+>-;{++.#**#.*>>#$&$@--!)~'~);;;-=!-;>*#+@@@++#>-==-;", +"{>**>{{{#.++.>-=*+$$#;=={{{>>**#>>>>>**#+$&+>-=->>**>>*#>>>*.$&&>>;=!!))-{>{---;>*.+@$$&@.>;-=-;", +"{>*#>>{{>#+@.>=~-*$&+>-!;;{{>>*#>>>>>>>**+$@*;==;{>>>>>*>{>>*+$&.*>{;;=!;{>>>{;{>**.@$&&&+*{---;", +"->*#*>{{>*+@+>!'~;@&@*-=;;;;>>**>>>>>>>>{#@@*;==-;>>>>>#>>{{>*+&$+>>>>{=-{***>{>>>**.$&^&$#>---;", +"-{*#*>{{;>+@+>!'(-.&$*;=---;{>***>>>>>>>-*+@#{=!-{>>>>*#>{;-;>.$&@#***>{->*.*>>>*>>>#@&]&$.>;-;{"}; diff --git a/lib/xpm/wall.xpm b/lib/xpm/wall.xpm new file mode 100644 index 0000000..48b6a7c --- /dev/null +++ b/lib/xpm/wall.xpm @@ -0,0 +1,26 @@ +/* XPM */ +static char *wall_xpm[] = { +/* width height num_colors chars_per_pixel */ +" 16 16 3 1", +/* colors */ +". c #cccccc", +"# c #993300", +"a c #cc0033", +/* pixels */ +"...............#", +".aaaaaaaaaaaaaa#", +".aaaaaaaaaaaaaa#", +".aa##########aa#", +".aa#aaaaaaaa.aa#", +".aa#aaaaaaaa.aa#", +".aa#aa...#aa.aa#", +".aa#aa.aa#aa.aa#", +".aa#aa.aa#aa.aa#", +".aa#aa####aa.aa#", +".aa#aaaaaaaa.aa#", +".aa#aaaaaaaa.aa#", +".aa#.........aa#", +".aaaaaaaaaaaaaa#", +".aaaaaaaaaaaaaa#", +"################" +}; -- cgit v1.1