share/hedgewars/Data/Graphics/CMakeLists.txt
author smxx
Thu, 04 Feb 2010 20:45:03 +0000
changeset 2747 7889a3a9724f
parent 969 7e8a87136fae
child 4748 ce9b48de1f52
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:
969
7e8a87136fae - Add CMake script for Hats folder
unc0rr
parents: 822
diff changeset
     1
add_subdirectory(AmmoMenu)
2747
7889a3a9724f Server:
smxx
parents: 969
diff changeset
     2
add_subdirectory(Flags)
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 181
diff changeset
     3
add_subdirectory(Graves)
969
7e8a87136fae - Add CMake script for Hats folder
unc0rr
parents: 822
diff changeset
     4
add_subdirectory(Hats)
822
2ae8fd8ef804 Use 'rope gun' sprite
unc0rr
parents: 562
diff changeset
     5
add_subdirectory(Hedgehog)
562
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     6
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     7
file(GLOB BaseSprites *.png) 
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
     8
184
f97a7a3dc8f6 - Update more headers
unc0rr
parents: 181
diff changeset
     9
install(FILES
562
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
    10
	${BaseSprites}
d1a9035175ed - Simplify build system files
unc0rr
parents: 536
diff changeset
    11
	DESTINATION ${SHAREPATH}Data/Graphics)