share/hedgewars/Data/Themes/CMakeLists.txt
author smxx
Thu, 04 Feb 2010 20:45:03 +0000
changeset 2747 7889a3a9724f
parent 2709 4fa7c5bd067c
child 3077 8bf3b6d9839c
permissions -rw-r--r--
Server: * Added support for flags (this still needs further adjustments to restore compatibility with older versions (team datasets)!) Engine: * Added support for flags * Added weapon tooltips * Moved SplitBySpace to uMisc * Set file operations to readonly to avoid conflicts running multiple copies networked and synced on one (fast) machine * Flash active team while green arrow is shown (waiting for input or camera centered on active hog) * Updated English locale Frontend: * Added support for flags * Added flag selection to edit team page * Added checkbox for weapon tooltips in options * "Random team" button may now be translated * Disabled "official server" button till protocol is handled for all versions (see above; nemo's server is updated to new protocol) Graphics: * Added basic set of example flags
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1275
bd4048399541 Add Underwater theme
unc0rr
parents: 1229
diff changeset
     1
foreach(dir
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     2
	Bamboo
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     3
	Bath
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     4
	Blox
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     5
	Cake
1992
e341e933a2a8 Add castle and halloween to install
unc0rr
parents: 1946
diff changeset
     6
	Castle
e341e933a2a8 Add castle and halloween to install
unc0rr
parents: 1946
diff changeset
     7
	cheese
2507
c99f13e604d0 Missing deepspace theme
nemo
parents: 2474
diff changeset
     8
    deepspace
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
     9
	City
1564
463c31090ed7 Add themes for new maps
unc0rr
parents: 1540
diff changeset
    10
	CrazyMission
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    11
	EarthRise
1564
463c31090ed7 Add themes for new maps
unc0rr
parents: 1540
diff changeset
    12
	Eyes
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    13
	Freeway
1992
e341e933a2a8 Add castle and halloween to install
unc0rr
parents: 1946
diff changeset
    14
	Halloween
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    15
	hell
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    16
	Island
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    17
	nature
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    18
	Planes
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    19
	Sheep
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    20
	Snow
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    21
	Underwater
2474
f2f8bdb207d4 Left Compost out, try giving dirt full opacity
nemo
parents: 1992
diff changeset
    22
    Compost
2708
84bf57349d46 forgot Themes CMakeLists file
nemo
parents: 2507
diff changeset
    23
    Olympics
2709
4fa7c5bd067c Add Desert theme
nemo
parents: 2708
diff changeset
    24
    Desert
1540
adcf8c366c79 Add new themes data to build system
unc0rr
parents: 1275
diff changeset
    25
	)
1275
bd4048399541 Add Underwater theme
unc0rr
parents: 1229
diff changeset
    26
	add_subdirectory(${dir})
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    27
endforeach(dir)
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    28
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 98
diff changeset
    29
install(FILES themes.cfg DESTINATION ${SHAREPATH}Data/Themes)