forked from nillerusr/source-engine
-
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
Showing
3,089 changed files
with
37,921 additions
and
844,102 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
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,37 @@ | ||
name: Build tests | ||
|
||
on: | ||
push: | ||
branches: | ||
- "*" | ||
pull_request: | ||
branches: | ||
- "*" | ||
|
||
jobs: | ||
build-linux-32: | ||
runs-on: ubuntu-18.04 | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Build linux-i386 | ||
run: | | ||
scripts/build-ubuntu-i386.sh | ||
build-linux-64: | ||
runs-on: ubuntu-18.04 | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Build linux-amd64 | ||
run: | | ||
scripts/build-ubuntu-amd64.sh | ||
build-android-armv7a: | ||
runs-on: ubuntu-18.04 | ||
|
||
steps: | ||
- uses: actions/checkout@v2 | ||
- name: Build android-armv7a | ||
run: | | ||
scripts/build-android-armv7a.sh |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,36 +1,21 @@ | ||
# source-engine | ||
Welcome to source engine:) | ||
|
||
# Goals | ||
* fixing bugs | ||
* ~~NEON support~~ | ||
* DXVK support | ||
* remove unnecessary dependencies | ||
* Elbrus port | ||
* ~~Arm(android) port~~ | ||
* improve performance | ||
* ~~replace current buildsystem with waf~~ | ||
* rewrite achivement system( to work without steam ) | ||
* 64-bit support | ||
Discord: https://discord.gg/hZRB7WMgGw | ||
|
||
# How to Build? | ||
Clone repo and change directory: | ||
``` | ||
git clone https://github.com/nillerusr/source-engine --recursive --depth 1 | ||
cd source-engine | ||
``` | ||
On Linux: | ||
# Current tasks | ||
- [x] NEON support | ||
- [x] remove unnecessary dependencies | ||
- [x] Arm(android) port | ||
- [x] replace current buildsystem with waf | ||
- [x] rewrite achivement system( to work without steam ) | ||
- [x] 64-bit support | ||
- [ ] improve performance | ||
- [ ] fixing bugs | ||
- [ ] dxvk-native support | ||
- [ ] Elbrus port | ||
- [ ] rewrite serverbrowser to work without steam | ||
- [ ] Windows build support for waf | ||
|
||
dependencies: | ||
fontconfig, freetype2, OpenAL, SDL2, libbz2, libcurl, libjpeg, libpng, zlib | ||
``` | ||
./waf configure -T debug | ||
./waf build | ||
``` | ||
On Linux for Android(**Note: only Android NDK r10e is supported**): | ||
``` | ||
export ANDROID_NDK=/path/to/ndk | ||
./waf configure -T debug --android=armeabi-v7a,4.9,21 | ||
./waf build | ||
``` | ||
On Windows/MacOS: | ||
**TODO(WAF is not configured for Windows/MacOS. Use VPC as temporary solution)** | ||
|
||
# [How to Build?](https://github.com/nillerusr/source-engine/wiki/How-to-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
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
Oops, something went wrong.