Skip to content

Commit

Permalink
Restore the missing part of include/qt_xpms.h
Browse files Browse the repository at this point in the history
Missing lines restored from NetHack 3.4.3.
  • Loading branch information
chasonr committed Dec 21, 2015
1 parent a707dc4 commit 0471c31
Show file tree
Hide file tree
Showing 2 changed files with 133 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bugfixes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,9 @@ List of bugs fixed in this repository:
* W360-1: Help->About crashes the game. (So don't do that.)
Author: NetHack development team
Source: http://nethack.org/v360/bugmore/winfix02.diff

Bugs not mentioned on the DevTeam's website

* The top of include/qt_xpms.h has been chopped off.
Author: NetHack development team
Source: missing lines restored from NetHack 3.4.3
127 changes: 127 additions & 0 deletions include/qt_xpms.h
Original file line number Diff line number Diff line change
@@ -1,4 +1,131 @@
/* clang-format off */
/* XPM */
static const char *blind_xpm[] = {
/* width height ncolors chars_per_pixel */
"40 40 5 1",
/* colors */
" c #000000",
". c None",
"X c #909090",
"o c #606060",
"O c #303030",
/* pixels */
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"....ooooooooooooooooooooooooooooooooX...",
".... o...",
".... o...",
".... o...",
".... o...",
"......o ..o ......",
"......X O..X O......",
"....... o... o......",
".......o ....o .......",
"........O X.....O X.......",
".........O X.......O X........",
"..........o OX.........o OX.........",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................",
"........................................"
};
/* XPM */
static const char *cha_xpm[] = {
/* width height ncolors chars_per_pixel */
"40 40 14 1",
/* colors */
" c #F85848",
". c #949E9E",
"X c #F8B090",
"o c #E00028",
"O c #D4D4D4",
"+ c None",
"@ c #B0B0B0",
"# c #F82C24",
"$ c #F89E6C",
"% c #FF0000",
"& c #909090",
"* c #FFFFFF",
"= c #CEAA90",
"- c #DADAB6",
/* pixels */
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"+++++++++++++++=#%#=+=#%% ++++++++++++++",
"++++++++++++++ %O%%%#%$$%o%=++++++++++++",
"+++++++++++++# +#%%o%%o%%%%% +++++++++++",
"+++++++++++ %%%%%%%%%%%%%%%%o#=+++++++++",
"+++++++++ o%%%%%%%%%%%%%%%%%%%%# +++++++",
"++++++ #%%%%%%o%%%o%%o%%o%o%%%%%o%o +++",
"++=#%%o%%%#= =*+**O*+**O*+- = =%%%%#@+++",
"++++ %=++*+*+**O****O****O*O*O*OO%=+++++",
"+++++.%=OO+*O*OO****+****+*O*+O&%=@+++++",
"++++++=%=*OO+**O**O*O**O*O*OO+$%=+++++++",
"+++++++#% +*OOOO****+****@O+*#%=++++++++",
"++++++++#%#*+**+O+OO+O+OOO*O#o#+++++++++",
"+++++++++o% O**+****O****O*#%%=+++++++++",
"+++++++++ %%#O*O****+****+ %o#++++++++++",
"++++++++++o%% XO*O**O*O**#%%%+++++++++++",
"++++++++++ %%%o%$-**+**$%%%%=+++++++++++",
"+++++++++++o%%$X$%%%%%%#= o#++++++++++++",
"++++++++++@ %%%o#O$$+$$$%%%=++++++++++++",
"++++++++++++#o%%%%%%%%o%%%=@++++++++++++",
"+++++++++++++ %%%%%%%%%%o=++++++++++++++",
"+++++++++++++++= & & @++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++",
"++++++++++++++++++++++++++++++++++++++++"
};
/* XPM */
static const char *chaotic_xpm[] = {
/* width height ncolors chars_per_pixel */
"40 40 9 1",
/* colors */
" c #000000",
". c #5C7A7A",
"X c None",
"o c #B0B0B0",
"O c #909090",
"+ c #788C8C",
"@ c #606060",
"# c #FFFFFF",
"$ c #303030",
/* pixels */
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
"XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX",
Expand Down

0 comments on commit 0471c31

Please sign in to comment.