-
Notifications
You must be signed in to change notification settings - Fork 12
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 #26 from ENSL/release-v322
Release v322 to master branch
- Loading branch information
Showing
433 changed files
with
3,997 additions
and
780 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,23 @@ | ||
language: cpp | ||
|
||
matrix: | ||
include: | ||
- os: linux | ||
compiler: gcc | ||
script: cd main/source/linux && make | ||
env: OPJ_CI_ARCH=i386 | ||
addons: | ||
apt: | ||
packages: | ||
- gcc-multilib | ||
- g++-multilib | ||
- libc6-i386 | ||
- libcurl4-openssl-dev:i386 | ||
- libpng12-dev:i386 | ||
|
||
- os: osx | ||
compiler: clang | ||
before_script: | ||
- export CC=clang | ||
- export CPLUS=clang++ | ||
script: cd main/source/linux && make |
Large diffs are not rendered by default.
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
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,5 @@ | ||
//Alien cfg that is part of a default installation on the NS Launcher | ||
//Activated by pressing F2 (which also is used to join aliens) | ||
|
||
//bind "mouse2" "+movement" | ||
//psoff |
Binary file not shown.
Binary file not shown.
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
Binary file not shown.
Oops, something went wrong.