File tree 2 files changed +34
-1
lines changed
2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change
1
+ OpenDungeons has been developed as a community effort since 2009.
2
+ This file aims at listing the contributors that were involved in shaping
3
+ this game over the years. See the CREDITS for a more detailed listing of
4
+ authors and licenses for the assets used in OpenDungeons.
5
+
6
+ Please contact the current development team in priority using:
7
+ - The forum: http://forum.freegamedev.net/viewforum.php?f=15
8
+ - The GitHub repository: https://github.com/OpenDungeons/OpenDungeons
9
+
10
+
11
+ Current contributors, alphabetically:
12
+ Bertram
13
+ Danimal
14
+ Dm3d
15
+ Elvano
16
+ eugeneloza
17
+ hwoarangmy
18
+ oln
19
+ paul424
20
+ Rémi Verschelde (Akien)
21
+
22
+
23
+ Legacy contributors, alphabetically:
24
+ alienwolf
25
+ Andrew Buck (andrewbuck)
26
+ blablubod
27
+ bodsda
28
+ faichele
29
+ MCMic
30
+ Skorpio
31
+ StefanP.MUC
32
+ Svenskmand
33
+ TheAncientGoat
Original file line number Diff line number Diff line change @@ -615,7 +615,7 @@ if(UNIX)
615
615
DESTINATION ${OD_SHARE_PATH} /applications)
616
616
install (FILES ${CMAKE_BINARY_DIR} /opendungeons.6
617
617
DESTINATION ${OD_SHARE_PATH} /man/man6)
618
- install (FILES ${CMAKE_SOURCE_DIR} /{CREDITS,FAQ.txt}
618
+ install (FILES ${CMAKE_SOURCE_DIR} /{AUTHORS, CREDITS,FAQ.txt}
619
619
DESTINATION ${OD_SHARE_PATH} /doc /${PROJECT_NAME} )
620
620
install (DIRECTORY ${CMAKE_SOURCE_DIR} /dist/hicolor
621
621
DESTINATION ${OD_SHARE_PATH} /icons)
You can’t perform that action at this time.
0 commit comments