fulfill bug request 2663.
Thanks to Kristopher 2016-06-13 for the request. These extra themes come from https://sourceforge.net/projects/knights/files/knights-themepack They are released under the GNU GPL Version 2 Signed-off-by: gregory guy <g-gregory@gmx.fr>pull/4/head
@ -0,0 +1,9 @@
|
||||
foreach( _theme KCAbstract )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 2.4 KiB |
@ -0,0 +1,39 @@
|
||||
[General]
|
||||
#Type=Board
|
||||
Type=Chessmen
|
||||
Name=Abstract
|
||||
Version=1.0
|
||||
Author=Asif Ali Rizwaan
|
||||
AuthorEmail=maarizwan@hotmail.com
|
||||
AuthorWWW=
|
||||
Notes=
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 19 KiB |
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 3.6 KiB |
@ -0,0 +1,22 @@
|
||||
[General]
|
||||
Type=Board
|
||||
Name=Brushed Liquid
|
||||
Version=1.0
|
||||
Author=Troy Corbin Jr.
|
||||
AuthorEmail=tcorbin@users.sourceforge.net
|
||||
AuthorWWW=http://knights.sourceforge.net
|
||||
Notes=I wanted something light, colorful, and fun. I was kinda inspired by Mosfet's Liquid Theme. Created with the Gimp.
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.jpg
|
||||
Dark=square.dark.jpg
|
||||
Motion=highlight.move.png
|
||||
Select=highlight.select.png
|
||||
Danger=highlight.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|
@ -0,0 +1,9 @@
|
||||
foreach( _theme Brushed_Liquid )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
@ -0,0 +1 @@
|
||||
tde_auto_add_subdirectories( )
|
@ -0,0 +1,9 @@
|
||||
foreach( _theme KCClassic )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 610 B |
After Width: | Height: | Size: 781 B |
After Width: | Height: | Size: 610 B |
After Width: | Height: | Size: 545 B |
After Width: | Height: | Size: 865 B |
After Width: | Height: | Size: 571 B |
@ -0,0 +1,39 @@
|
||||
[General]
|
||||
#Type=Board
|
||||
Type=Chessmen
|
||||
Name=Classic
|
||||
Version=1.0
|
||||
Author=Asif Ali Rizwaan
|
||||
AuthorEmail=maarizwan@hotmail.com
|
||||
AuthorWWW=
|
||||
Notes=
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 826 B |
After Width: | Height: | Size: 987 B |
After Width: | Height: | Size: 931 B |
After Width: | Height: | Size: 727 B |
After Width: | Height: | Size: 1.0 KiB |
After Width: | Height: | Size: 831 B |
@ -0,0 +1,9 @@
|
||||
foreach( _theme KBFritzLook )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 18 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.4 KiB |
After Width: | Height: | Size: 784 B |
After Width: | Height: | Size: 6.6 KiB |
After Width: | Height: | Size: 7.1 KiB |
After Width: | Height: | Size: 860 B |
After Width: | Height: | Size: 872 B |
@ -0,0 +1,25 @@
|
||||
[General]
|
||||
Type=Board
|
||||
Name=Default
|
||||
Version=1.0
|
||||
Author=Joerg Bemme
|
||||
AuthorEmail=
|
||||
AuthorWWW=
|
||||
Notes=Chessboard for Knights, with a Fritz Look
|
||||
|
||||
[2DBoard]
|
||||
HaveBorder=true
|
||||
Border=border.jpg
|
||||
BorderLightOn=light_on.png
|
||||
BorderLightOff=light_off.png
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
@ -0,0 +1,9 @@
|
||||
foreach( _theme KBGray_Tiles )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.4 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.6 KiB |
@ -0,0 +1,39 @@
|
||||
[General]
|
||||
Type=Board
|
||||
#Type=Chessmen
|
||||
Name=Gray Tiles
|
||||
Version=1.0
|
||||
Author=Troy Corbin Jr.
|
||||
AuthorEmail=tcorbin@users.sourceforge.net
|
||||
AuthorWWW=http://knights.sourceforge.net
|
||||
Notes=Just something I whipped up in the Gimp.
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|
@ -0,0 +1,9 @@
|
||||
foreach( _theme KBGreen_Marble )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 784 B |
After Width: | Height: | Size: 29 KiB |
After Width: | Height: | Size: 30 KiB |
After Width: | Height: | Size: 864 B |
After Width: | Height: | Size: 872 B |
@ -0,0 +1,39 @@
|
||||
[General]
|
||||
Type=Board
|
||||
#Type=Chessmen
|
||||
Name=Green Marble
|
||||
Version=1.0
|
||||
Author=Troy Corbin Jr.
|
||||
AuthorEmail=tcorbin@users.sourceforge.net
|
||||
AuthorWWW=http://knights.sourceforge.net
|
||||
Notes=This was the second theme ever made for Knights. Created with the Gimp.
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|
@ -0,0 +1,9 @@
|
||||
foreach( _theme KSKnights )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
@ -0,0 +1,26 @@
|
||||
[General]
|
||||
Type=Audio
|
||||
Name=Knights
|
||||
Version=1.0
|
||||
Author=Asif Ali Rizwaan
|
||||
AuthorEmail=asifalirizwaan@yahoo.com
|
||||
AuthorWWW=
|
||||
Notes=This theme is somewhat incomplete.
|
||||
|
||||
[Audio]
|
||||
Select=
|
||||
Move=Move.wav
|
||||
Check=White_Check.wav
|
||||
MatchOver=
|
||||
Challenge=
|
||||
Tell=
|
||||
Notification=
|
||||
DrawOffer=
|
||||
Say=
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,9 @@
|
||||
foreach( _theme KBMalibu )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 1.2 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,19 @@
|
||||
[General]
|
||||
Type=Board
|
||||
Name=Malibu
|
||||
Version=1.0
|
||||
Author=Troy Corbin Jr.
|
||||
AuthorEmail=tcorbin@users.sourceforge.net
|
||||
AuthorWWW=http://knights.sourceforge.net
|
||||
Notes=Inspired by GTA:Vice City
|
||||
|
||||
[2DBoard]
|
||||
Light=square_light.jpg
|
||||
Dark=square_dark.jpg
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
@ -0,0 +1,9 @@
|
||||
foreach( _theme KCMetallic )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 2.0 KiB |
After Width: | Height: | Size: 2.3 KiB |
After Width: | Height: | Size: 2.4 KiB |
@ -0,0 +1,39 @@
|
||||
[General]
|
||||
#Type=Board
|
||||
Type=Chessmen
|
||||
Name=Metallic
|
||||
Version=1.0
|
||||
Author=Asif Ali Rizwaan
|
||||
AuthorEmail=maarizwan@hotmail.com
|
||||
AuthorWWW=
|
||||
Notes=
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 3.9 KiB |
After Width: | Height: | Size: 2.7 KiB |
After Width: | Height: | Size: 3.2 KiB |
After Width: | Height: | Size: 3.2 KiB |
@ -0,0 +1,9 @@
|
||||
foreach( _theme KCModern )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 474 B |
After Width: | Height: | Size: 538 B |
After Width: | Height: | Size: 517 B |
After Width: | Height: | Size: 451 B |
After Width: | Height: | Size: 458 B |
After Width: | Height: | Size: 435 B |
@ -0,0 +1,39 @@
|
||||
[General]
|
||||
#Type=Board
|
||||
Type=Chessmen
|
||||
Name=Modern
|
||||
Version=1.0
|
||||
Author=Asif Ali Rizwaan
|
||||
AuthorEmail=maarizwan@hotmail.com
|
||||
AuthorWWW=
|
||||
Notes=
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 509 B |
After Width: | Height: | Size: 582 B |
After Width: | Height: | Size: 586 B |
After Width: | Height: | Size: 474 B |
After Width: | Height: | Size: 547 B |
After Width: | Height: | Size: 481 B |
@ -0,0 +1,9 @@
|
||||
foreach( _theme KCNuts_and_Bolts)
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 1.7 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 1.7 KiB |
@ -0,0 +1,39 @@
|
||||
[General]
|
||||
#Type=Board
|
||||
Type=Chessmen
|
||||
Name=Nuts and Bolts
|
||||
Version=1.0
|
||||
Author=Asif Ali Rizwaan
|
||||
AuthorEmail=maarizwan@hotmail.com
|
||||
AuthorWWW=
|
||||
Notes=
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 4.6 KiB |
After Width: | Height: | Size: 4.9 KiB |
After Width: | Height: | Size: 2.8 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 4.6 KiB |
@ -0,0 +1,9 @@
|
||||
foreach( _theme KBPale_Wood )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.6 KiB |
@ -0,0 +1,39 @@
|
||||
[General]
|
||||
Type=Board
|
||||
#Type=Chessmen
|
||||
Name=Pale Wood
|
||||
Version=1.0
|
||||
Author=Troy Corbin Jr.
|
||||
AuthorEmail=tcorbin@users.sourceforge.net
|
||||
AuthorWWW=http://knights.sourceforge.net
|
||||
Notes=I made this one for those who felt the default wooden chessboard looked too fake. Created with the Gimp.
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|
@ -0,0 +1,9 @@
|
||||
foreach( _theme KCPenguins )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 9.7 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 20 KiB |
@ -0,0 +1,27 @@
|
||||
[General]
|
||||
Type=Chessmen
|
||||
Name=Penguins
|
||||
Version=1.0
|
||||
Author=Bastian Salmela
|
||||
AuthorEmail=bastian.salmela@hel.fi
|
||||
AuthorWWW=http://www.lib.hel.fi/~basse
|
||||
Notes=This is Tux the penguin -chessmen theme for Knights (I great opportunity to see Tux with long curly hair..).
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 9.1 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 19 KiB |
@ -0,0 +1,9 @@
|
||||
foreach( _theme KBProvence KCProvence KSProvence )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 27 KiB |
After Width: | Height: | Size: 26 KiB |
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 1.6 KiB |
@ -0,0 +1,39 @@
|
||||
[General]
|
||||
Type=Board
|
||||
#Type=Chessmen
|
||||
Name=Provence
|
||||
Version=1.0
|
||||
Author=Gilles CAULIER
|
||||
AuthorEmail=caulier.gilles@free.fr
|
||||
AuthorWWW=http://caulier.gilles.free.fr
|
||||
Notes=This a theme build with the photography of one French chessboard making in Provence. Created with the Gimp.
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 8.0 KiB |
After Width: | Height: | Size: 16 KiB |
After Width: | Height: | Size: 12 KiB |
@ -0,0 +1,29 @@
|
||||
[General]
|
||||
Type=Chessmen
|
||||
Name=Provence
|
||||
Version=1.0
|
||||
Author=Gilles CAULIER
|
||||
AuthorEmail=caulier.gilles@free.fr
|
||||
AuthorWWW=http://caulier.gilles.free.fr
|
||||
Notes=Original photography of my French Chess Game making in Provence. Created with The Gimp.
|
||||
|
||||
[2DWhite]
|
||||
King=white001.png
|
||||
Queen=white004.png
|
||||
Bishop=white000.png
|
||||
Knight=white002.png
|
||||
Rook=white005.png
|
||||
Pawn=white003.png
|
||||
|
||||
[2DBlack]
|
||||
King=black001.png
|
||||
Queen=black004.png
|
||||
Bishop=black000.png
|
||||
Knight=black002.png
|
||||
Rook=black005.png
|
||||
Pawn=black003.png
|
||||
|
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 11 KiB |
@ -0,0 +1,26 @@
|
||||
[General]
|
||||
Type=Audio
|
||||
Name=Provence
|
||||
Version=1.0
|
||||
Author=Caulier Gilles
|
||||
AuthorEmail=caulier.gilles@free.fr
|
||||
AuthorWWW=http://caulier.gilles.free.fr
|
||||
Notes=A compilation of some sounds from many GPL LINUX applications realeased by a LINUX french guy.
|
||||
|
||||
[Audio]
|
||||
Select=select.wav
|
||||
Move=move.wav
|
||||
Check=check.wav
|
||||
MatchOver=over.wav
|
||||
Challenge=chalenge.wav
|
||||
Tell=tell.wav
|
||||
Notification=notify.wav
|
||||
DrawOffer=draw.wav
|
||||
Say=say.wav
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
@ -0,0 +1,9 @@
|
||||
foreach( _theme KCRainbow )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,24 @@
|
||||
[General]
|
||||
Type=Chessmen
|
||||
Name=Rainbow Chessmen
|
||||
Version=0.9
|
||||
Author=Troy Corbin Jr.
|
||||
AuthorEmail=tcorbin@users.sourceforge.net
|
||||
AuthorWWW=http://knights.sourceforge.net
|
||||
Notes=The ubiquious XBoard chessmen in Rainbow colors; For those who like to play rainbow chess.
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 3.3 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 4.8 KiB |
After Width: | Height: | Size: 1.5 KiB |
@ -0,0 +1,9 @@
|
||||
foreach( _theme KBRed_and_Tan )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 1.3 KiB |
After Width: | Height: | Size: 772 B |
After Width: | Height: | Size: 633 B |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.6 KiB |
@ -0,0 +1,39 @@
|
||||
[General]
|
||||
Type=Board
|
||||
#Type=Chessmen
|
||||
Name=Red and Tan
|
||||
Version=1.0
|
||||
Author=Asif Ali Rizwaan
|
||||
AuthorEmail=maarizwan@hotmail.com
|
||||
AuthorWWW=
|
||||
Notes=
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|
@ -0,0 +1,9 @@
|
||||
foreach( _theme KBSoft_Crimson )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 784 B |
After Width: | Height: | Size: 860 B |
After Width: | Height: | Size: 872 B |
After Width: | Height: | Size: 1.8 KiB |
After Width: | Height: | Size: 2.0 KiB |
@ -0,0 +1,19 @@
|
||||
[General]
|
||||
Type=Board
|
||||
Name=Soft Crimson
|
||||
Version=1.0
|
||||
Author=Troy Corbin Jr.
|
||||
AuthorEmail=tcorbin@users.sourceforge.net
|
||||
AuthorWWW=http://knights.sourceforge.net
|
||||
Notes=Deep red, neutral grey, and comfortable thick lines.
|
||||
|
||||
[2DBoard]
|
||||
Light=square_light.jpg
|
||||
Dark=square_dark.jpg
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
@ -0,0 +1,9 @@
|
||||
foreach( _theme KCStaunton )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 2.9 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 2.3 KiB |
@ -0,0 +1,39 @@
|
||||
[General]
|
||||
#Type=Board
|
||||
Type=Chessmen
|
||||
Name=Staunton
|
||||
Version=1.0
|
||||
Author=Asif Ali Rizwaan
|
||||
AuthorEmail=maarizwan@hotmail.com
|
||||
AuthorWWW=
|
||||
Notes=
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 2.6 KiB |
After Width: | Height: | Size: 3.0 KiB |
After Width: | Height: | Size: 3.4 KiB |
After Width: | Height: | Size: 2.2 KiB |
After Width: | Height: | Size: 3.1 KiB |
After Width: | Height: | Size: 2.4 KiB |
@ -0,0 +1,9 @@
|
||||
foreach( _theme KCStaunton_Wood )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 5.6 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 7.6 KiB |
@ -0,0 +1,28 @@
|
||||
[General]
|
||||
Type=Chessmen
|
||||
Name=Staunton Wood
|
||||
Version=1.0
|
||||
Author=Troy Corbin Jr.
|
||||
AuthorEmail=tcorbin@users.sourceforge.net
|
||||
AuthorWWW=http://knights.sourceforge.net
|
||||
Notes=Engineered with Photoshop & the Gimp.
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 7.7 KiB |
After Width: | Height: | Size: 9.9 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 8.9 KiB |
After Width: | Height: | Size: 6.2 KiB |
@ -0,0 +1,9 @@
|
||||
foreach( _theme KCSymmetraced )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 7.2 KiB |
After Width: | Height: | Size: 7.7 KiB |
After Width: | Height: | Size: 7.5 KiB |
After Width: | Height: | Size: 8.0 KiB |
After Width: | Height: | Size: 8.7 KiB |
After Width: | Height: | Size: 8.1 KiB |
@ -0,0 +1,26 @@
|
||||
[General]
|
||||
Type=Chessmen
|
||||
Name=Raytraced
|
||||
Version=0.1
|
||||
Author=S. Thomas Ferguson
|
||||
AuthorEmail=venthara@fastmail.fm
|
||||
AuthorWWW=http://clean.cmsu.edu/node42/
|
||||
Notes=A set of symmetric pseudo-3D chess pieces rendered in POVray
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
|
After Width: | Height: | Size: 8.2 KiB |
After Width: | Height: | Size: 9.4 KiB |
After Width: | Height: | Size: 9.3 KiB |
After Width: | Height: | Size: 9.9 KiB |
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 9.8 KiB |
@ -0,0 +1,9 @@
|
||||
foreach( _theme KBTan_and_Gray )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 1.1 KiB |
After Width: | Height: | Size: 2.1 KiB |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.6 KiB |
@ -0,0 +1,39 @@
|
||||
[General]
|
||||
Type=Board
|
||||
#Type=Chessmen
|
||||
Name=Tan and Gray
|
||||
Version=1.0
|
||||
Author=Asif Ali Rizwaan
|
||||
AuthorEmail=maarizwan@hotmail.com
|
||||
AuthorWWW=
|
||||
Notes=
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|
@ -0,0 +1,9 @@
|
||||
foreach( _theme KBWinter )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 5.0 KiB |
After Width: | Height: | Size: 4.0 KiB |
After Width: | Height: | Size: 556 B |
After Width: | Height: | Size: 554 B |
@ -0,0 +1,39 @@
|
||||
[General]
|
||||
Type=Board
|
||||
#Type=Chessmen
|
||||
Name=Winter
|
||||
Version=1.0
|
||||
Author=Asif Ali Rizwaan
|
||||
AuthorEmail=maarizwan@hotmail.com
|
||||
AuthorWWW=
|
||||
Notes=
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|
@ -0,0 +1,9 @@
|
||||
foreach( _theme KBXBoard KCXBoard )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 476 B |
After Width: | Height: | Size: 476 B |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.6 KiB |
@ -0,0 +1,39 @@
|
||||
[General]
|
||||
Type=Board
|
||||
#Type=Chessmen
|
||||
Name=XBoard
|
||||
Version=1.0
|
||||
Author=Asif Ali Rizwaan
|
||||
AuthorEmail=maarizwan@hotmail.com
|
||||
AuthorWWW=
|
||||
Notes=
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 3.5 KiB |
After Width: | Height: | Size: 7.3 KiB |
After Width: | Height: | Size: 5.1 KiB |
After Width: | Height: | Size: 1.9 KiB |
After Width: | Height: | Size: 4.7 KiB |
After Width: | Height: | Size: 1.9 KiB |
@ -0,0 +1,39 @@
|
||||
[General]
|
||||
#Type=Board
|
||||
Type=Chessmen
|
||||
Name=XBoard
|
||||
Version=1.0
|
||||
Author=Troy Corbin Jr.
|
||||
AuthorEmail=tcorbin@users.sourceforge.net
|
||||
AuthorWWW=http://knights.sourceforge.net
|
||||
Notes=The ubiquious XBoard chessmen. Engineered with the Gimp.
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 5.6 KiB |
After Width: | Height: | Size: 5.9 KiB |
After Width: | Height: | Size: 6.0 KiB |
After Width: | Height: | Size: 3.8 KiB |
After Width: | Height: | Size: 8.3 KiB |
After Width: | Height: | Size: 2.1 KiB |
@ -0,0 +1,9 @@
|
||||
foreach( _theme KCXBoard_3D )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 9.4 KiB |
After Width: | Height: | Size: 11 KiB |
After Width: | Height: | Size: 13 KiB |
After Width: | Height: | Size: 7.7 KiB |
After Width: | Height: | Size: 15 KiB |
After Width: | Height: | Size: 7.3 KiB |
@ -0,0 +1,29 @@
|
||||
[General]
|
||||
Type=Chessmen
|
||||
Name=XBoard 3D
|
||||
Version=1.0
|
||||
Author=Troy Corbin Jr.
|
||||
AuthorEmail=tcorbin@users.sourceforge.net
|
||||
AuthorWWW=http://knights.sourceforge.net
|
||||
Notes=This is my attempt at creating 3D versions of the XBoard chessmen. Created with Lightwave.
|
||||
|
||||
[2DWhite]
|
||||
King=white001.png
|
||||
Queen=white004.png
|
||||
Bishop=white000.png
|
||||
Knight=white002.png
|
||||
Rook=white005.png
|
||||
Pawn=white003.png
|
||||
|
||||
[2DBlack]
|
||||
King=black001.png
|
||||
Queen=black004.png
|
||||
Bishop=black000.png
|
||||
Knight=black002.png
|
||||
Rook=black005.png
|
||||
Pawn=black003.png
|
||||
|
||||
|
||||
|
||||
|
||||
|
After Width: | Height: | Size: 10 KiB |
After Width: | Height: | Size: 12 KiB |
After Width: | Height: | Size: 14 KiB |
After Width: | Height: | Size: 8.2 KiB |
After Width: | Height: | Size: 17 KiB |
After Width: | Height: | Size: 8.7 KiB |
@ -0,0 +1,9 @@
|
||||
foreach( _theme KBYellow_and_Blue )
|
||||
|
||||
tde_create_tarball(
|
||||
|
||||
TARGET ${_theme}.tar.gz
|
||||
SOURCEDIR ${CMAKE_CURRENT_SOURCE_DIR}/${_theme}
|
||||
DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/themes
|
||||
)
|
||||
endforeach( )
|
After Width: | Height: | Size: 1.5 KiB |
After Width: | Height: | Size: 2.5 KiB |
After Width: | Height: | Size: 921 B |
After Width: | Height: | Size: 1.6 KiB |
After Width: | Height: | Size: 1.6 KiB |
@ -0,0 +1,39 @@
|
||||
[General]
|
||||
Type=Board
|
||||
#Type=Chessmen
|
||||
Name=Yellow and Blue
|
||||
Version=1.0
|
||||
Author=Asif Ali Rizwaan
|
||||
AuthorEmail=maarizwan@hotmail.com
|
||||
AuthorWWW=
|
||||
Notes=
|
||||
|
||||
[2DWhite]
|
||||
King=white.king.png
|
||||
Queen=white.queen.png
|
||||
Bishop=white.bishop.png
|
||||
Knight=white.knight.png
|
||||
Rook=white.rook.png
|
||||
Pawn=white.pawn.png
|
||||
|
||||
[2DBlack]
|
||||
King=black.king.png
|
||||
Queen=black.queen.png
|
||||
Bishop=black.bishop.png
|
||||
Knight=black.knight.png
|
||||
Rook=black.rook.png
|
||||
Pawn=black.pawn.png
|
||||
|
||||
[2DBoard]
|
||||
Light=square.light.png
|
||||
Dark=square.dark.png
|
||||
Motion=square.motion.png
|
||||
Select=square.select.png
|
||||
Danger=square.danger.png
|
||||
|
||||
[Coordinates]
|
||||
TextColor=255,255,255
|
||||
ShadowColor=0,0,0
|
||||
|
||||
|
||||
|