-
-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #414 from BenjamenMeyer/enhancement_contacts_0-7-x
Enhancement: Contact documentation
- Loading branch information
Showing
6 changed files
with
41 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -610,6 +610,31 @@ Submit comments or suggestions by opening an [issue](https://github.com/vegastri | |
|
||
And if you can design some missions it would rock! | ||
|
||
Vega Strike Contacts | ||
==================== | ||
|
||
Vega Strike is the product of many contributors from all around the world. If you need help, find a bug, want to request a feature, etc then please contact us all using one | ||
of the following methods: | ||
|
||
- [Gitter.im: Community](https://gitter.im/vegastrike/community) | ||
- [Gitter.im: Packaging](https://gitter.im/vegastrike/vegastrike-packaging) | ||
- [Gitter.im: Infrastructure](https://gitter.im/vegastrike/infrastructure-admins) | ||
- [Mailing Lists](https://lists.vega-strike.org) | ||
- [Vega Strike Forums](https://forums.vega-strike.org) | ||
|
||
Bugs can be sent to one of the following: | ||
- Security related issues can be sent to [[email protected]](mailto:[email protected]). | ||
- General issues can be sent to [[email protected]](mailto:[email protected]) or filed as an [issue](https://github.com/vegastrike/Vega-Strike-Engine-Source/issues). | ||
|
||
Vega Strike on Social Media | ||
=========================== | ||
- [Facebook](https://www.facebook.com/VegaStrike-188522714499479/) | ||
- [Twitter](https://twitter.com/vega_strike) | ||
- [YouTube](https://www.youtube.com/channel/UC5p9ObADzS3sx9orZG7M91g/) | ||
- [MeWe](http://www.mewe.com/join/vegastrike) | ||
- [Diaspora: Pluspora](https://pluspora.com/tags/vegastrike) | ||
|
||
|
||
Vega Strike Code Repository | ||
=========================== | ||
|
||
|
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -148,7 +148,7 @@ SET(LIBAI_SOURCES | |
src/cmd/ai/flykeyboard_generic.cpp | ||
) | ||
|
||
ADD_LIBRARY(OPcollide | ||
ADD_LIBRARY(vegastrike-OPcollide | ||
src/cmd/collide2/Ice/IceAABB.cpp | ||
src/cmd/collide2/Ice/IceContainer.cpp | ||
src/cmd/collide2/Ice/IceHPoint.cpp | ||
|
@@ -433,7 +433,7 @@ SET(LIBAUDIO_SOURCES | |
) | ||
|
||
|
||
ADD_LIBRARY(engine_com | ||
ADD_LIBRARY(vegastrike-engine_com | ||
${LIBAI_SOURCES} | ||
${LIBCMD_SOURCES} | ||
${LIBNET_SOURCES} | ||
|
@@ -1067,7 +1067,7 @@ CONFIGURE_FILE(${Vega_Strike_SOURCE_DIR}/cmake-config.h.in ${Vega_Strike_BINARY_ | |
#SET(CMAKE_CXX_FLAGS "-include config.h;-pipe;"${CMAKE_CXX_FLAGS}) | ||
|
||
#Setup shared lib and include listings for vegastrike. | ||
SET(TST_LIBS engine_com OPcollide ${TST_LIBS}) | ||
SET(TST_LIBS vegastrike-engine_com vegastrike-OPcollide ${TST_LIBS}) | ||
INCLUDE_DIRECTORIES(${TST_INCLUDES}) | ||
|
||
TARGET_LINK_LIBRARIES(vegastrike ${TST_LIBS}) | ||
|
@@ -1155,7 +1155,7 @@ SET(CPACK_PACKAGE_VERSION_MAJOR "0") | |
SET(CPACK_PACKAGE_VERSION_MINOR "7") | ||
SET(CPACK_PACKAGE_VERSION_PATCH "0") | ||
SET(CPACK_PACKAGE_INSTALL_DIRECTORY "VegaStrike-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}") | ||
SET(CPACK_PACKAGE_EXECUTABLES "vegastrike" "mesh_tool" "vegasettings") | ||
SET(CPACK_PACKAGE_EXECUTABLES "vegastrike" "vega-meshtool" "vegasettings") | ||
SET(CPACK_CONTACT "[email protected]") | ||
|
||
IF (DEFINED ENV{TAG_NAME}) | ||
|
@@ -1181,7 +1181,7 @@ IF (WIN32 AND NOT UNIX) | |
|
||
# NSIS, Wix, and compressed archives (7z, Zip) | ||
SET(CPACK_GENERATOR "NSIS" "NSIS64" "WIX" "7Z" "ZIP") | ||
SET(CPACK_PACKAGE_EXECUTABLES "vegastrike.exe" "mesh_tool.exe" "vegasettings.exe") | ||
SET(CPACK_PACKAGE_EXECUTABLES "vegastrike.exe" "vega-meshtool.exe" "vegasettings.exe") | ||
ELSEIF (XCODE) | ||
MESSAGE("-- Configuring Packaging for Mac OS X") | ||
# Mac OS X | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters