forked from raceintospace/raceintospace
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 08fda7b
Showing
276 changed files
with
97,046 additions
and
0 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 |
---|---|---|
@@ -0,0 +1 @@ | ||
build |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
/** \page authors AUTHORS | ||
* \section original Original game | ||
* The original game was computer version of the Liftoff! board game by | ||
* Fritz Bronner. It was developed by Fritz and Michael McCarty at | ||
* Strategic Visions and published by Interplay as a disk based game in | ||
* 1992 and a CD-ROM in 1994. | ||
* | ||
* \section The open-source version | ||
* People who have contributed to the open-source version: | ||
* | ||
* \li Michael K McCarty <[email protected]> | ||
* \li Pace Willisson <[email protected]> | ||
* \li Krzysztof Kosciuszkiewicz <[email protected]> | ||
* \li Will Glynn <[email protected]> | ||
* | ||
*/ |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
cmake_minimum_required (VERSION 2.6) | ||
project(raceintospace) | ||
|
||
set (raceintospace_VERSION_MAJOR 1) | ||
set (raceintospace_VERSION_MINOR 1) | ||
set (raceintospace_VERSION_RELEASE 0) | ||
|
||
add_subdirectory(src) |
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.