-
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
GeneralGuy4872
committed
Jul 15, 2020
1 parent
a433c1f
commit acefc31
Showing
166 changed files
with
3,449 additions
and
256 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,22 @@ | ||
LICENSING | ||
========= | ||
|
||
The project, as a complete entity, is licensed under the terms of the GNU | ||
General Public License, Version 2.0, or at your option, any later version. | ||
|
||
I reserve the right to republish some libraries which I consider to be | ||
modularly independant of the project, but which are being published for the | ||
first time as part of the project, at a later date under a less restrictive | ||
liscense. | ||
|
||
*(note: I originally intended to liscense the project under the GPLv3, and | ||
some parts of the source code archive have comments to this effect; I have | ||
since chosen to commit to the GPLv2 or later because of various | ||
potential complications regarding liscense propagation and the linux | ||
kernel.)* | ||
|
||
*this is not legal advice, and I am not a lawyer. I am a programmer with | ||
signifigant disdain for legal trolls suppressing the advancement of | ||
knowladge, and I personally believe this liscense to be the best way of | ||
preventing this.* | ||
|
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 was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -1,11 +1,10 @@ | ||
serialization format: | ||
NCurses scene serialization format | ||
================================== | ||
|
||
size of field... value field contains | ||
==================================== | ||
header: | ||
sizeof(ptrdiff_t)... number of blocks in file | ||
**header:** | ||
uint16_t...number of blocks in file | ||
|
||
block: | ||
sizeof(ptrdiff_t)... number of chars in the block | ||
sizeof(int)... attribute mask | ||
char[]... data of string | ||
**blocks:** | ||
uint16_t...number of chars in the block | ||
uint16_t...attribute mask | ||
char[]...string |
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,15 @@ | ||
The second half of the 21st century brought the world the Singularity, and with it many new technologies, amoung them cybernetic augmentation and general pourpose artificial intelligence; and, for a time, it was not bad. | ||
|
||
but soon, discontentedness began to emerge. not the ever-present discontentedness of the oppressed, but instead a primal greed amoungst those who, upon having eliminated that which sated their quest for more, now sought a new outlet for their evils. | ||
|
||
they find it by taking that which does not belong to them, in all manner of ways. tangible property is stolen. ideas are litigated. people are enslaved. | ||
|
||
many would say what happened next was unavoidable... | ||
|
||
this is not the second half of the 21st century. | ||
this is the early 23rd century. | ||
the world lies in ruin. | ||
|
||
you awaken with no memories of who you are, in a neutral zone between a warring corprate federation and fascist empire. a message has been written on your arm: | ||
|
||
- gjragl guerr ryrira abegu cevzebfr cnff (13) |
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,11 @@ | ||
player should awaken in an alley, with no money, | ||
no weapons aside from a shiny copper pipe | ||
|
||
upon trying to leave the allyway, they suprise a mugger. | ||
the player kills the mugger with a single attack. | ||
they drop a throwing knife, and 2 wanted posters (WANTED1.txt and | ||
WANTED2.txt). | ||
|
||
before reading these, it should be noted that the prices in the game are | ||
typically given in kilo-currency or kilo-credits, and are always divisible | ||
by 10 or 25. |
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 @@ | ||
W A N T E D | ||
|
||
[picture] | ||
|
||
%s | ||
|
||
7,500,000,000 | ||
goverment currency | ||
|
||
ENEMY OF THE STATE | ||
|
||
blah blah blah blah blah blah | ||
bounty hunters are warned not | ||
to listen to the criminal's | ||
vile sedition and lies blah | ||
blah blah blah blah blah blah |
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,17 @@ | ||
W A N T E D | ||
|
||
[picture] | ||
|
||
%s | ||
|
||
10,000,000,000 | ||
MegaCorp® credits | ||
|
||
IP Theft, tresspassing, | ||
terms-of-life violation | ||
|
||
blah blah blah blah blah blah | ||
bounty hunters are warned not | ||
to listen to the criminal's | ||
vile slander and lies blah | ||
blah blah blah blah blah blah |
This file was deleted.
Oops, something went wrong.
Empty file.
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 |
---|---|---|
@@ -1,15 +1,50 @@ | ||
C | ||
C++ | ||
M4 | ||
Irrlicht | ||
OpenGL-mesa | ||
NCurses | ||
NCursesw | ||
Curses Forms | ||
Curses Menu | ||
X11 | ||
Cairo on X | ||
libuuid | ||
libmd | ||
jsdev | ||
doxygen | ||
Dependancies | ||
- C standard libraries | ||
- C++ standard libraries | ||
- system libraries | ||
- Irrlicht | ||
- OpenGL-mesa | ||
- NCurses | ||
- NCursesw | ||
- Curses Forms | ||
- Curses Menu | ||
- Cairo on X | ||
- ?libmd? | ||
- jsdev | ||
- s7 extension language | ||
- ?X Athena Widgets? | ||
|
||
To build | ||
- C/C++ compiler toolchain | ||
- gcc reccommended | ||
- ?M4? | ||
- make | ||
- shell redirection | ||
- shell pipes | ||
|
||
To run | ||
- X11 session | ||
- X Virtual Terminal (x2) | ||
- XTerm, Unicode, 256-color recommended | ||
- the program must be invoked with the dev file path of the terminal it | ||
is **not** invoked on as one of its arguments. | ||
- invocation arguments are parsed into a scheme alist | ||
- ((argv[odd] . argv[even]) ...) | ||
|
||
To play | ||
- Keyboard with Numeric keypad | ||
- Mouse | ||
- Gamepad with at least | ||
- 2x analogue stick | ||
- 2x throttle or trigger | ||
- hat or d-pad | ||
- 11 buttons | ||
|
||
To debug | ||
- external debugger program | ||
- gdb reccommended | ||
- X Virtual Terminal (+1) | ||
|
||
other | ||
- doxygen | ||
- makeinfo |
Oops, something went wrong.