No description
Find a file
Zachary J. Slater e1ff5e35b1 Merge pull request #5 from jonathangray/amd64_fix
amd64 fix for CBlockStream/icarus
2013-04-27 12:01:35 -07:00
base Deleted all the Visual SourceSafe files. 2013-04-06 20:59:34 -04:00
code fix CBlockStream/icarus on amd64 2013-04-27 21:39:06 +10:00
codemp fix slashes in include paths 2013-04-23 15:40:23 +10:00
ui ditch dos style newlines 2013-04-23 15:21:39 +10:00
LICENSE.txt Jedi Academy Release 2013-04-04 18:19:37 -05:00
raven-README.txt Rename README.txt to raven-README.txt 2013-04-04 18:58:47 -07:00
README.txt update readme for icarus fix 2013-04-27 21:39:12 +10:00
TODO TODO 2013-04-04 19:12:18 -07:00

Jedi Academy with various changes to make it build/run on
more platforms including amd64/x86_64.

Currently only the single player code is built.

The game needs to be patched to 1.01 to work, the data in the
steam version is already patched.

	How to build:

mkdir build-sp && cd build-sp
cmake ../code/
make

copy jasp and jagame*.so to your game data directory

	Known issues:

When running windowed the mouse does not work in the menus.

Save games do not yet work on amd64.

The demo has various issues and does not work properly.